-
Notifications
You must be signed in to change notification settings - Fork 278
Zilliqa node didn't start successfully #3799
Description
Hi, just new to Zilliqa, and I am trying to start a node for 'Get Work Server Mine'.
I compliled the binary from source by folllowing the instrunction, below is the command line I use
./zilliqa --privk XXXXXXXXXXXXXXXXXXXXXXX --pubk 02692CF1DDAE5D547D19E7BC362XXXXXXXX3FA66A9645567471FE18F52F8 --address 47.243.XXX.XXX --port 33133 --synctype 1 --recovery --identity zilliqa
Log:
g3log: created log file at: Mon Oct 09 12:34:39 2023
[INFO][7f996ef0ab00][23-10-09T04:34:39.009][main.cpp:193 ][main ] Copyright (C) Zilliqa. Version v9.2.6. https://www.zilliqa.com/
[INFO][7f996ef0ab00][23-10-09T04:34:39.449][SWInfo.cpp:238 ][IsLatestVersion ] The latest software version: v9.2.6
[DEBU][7f996ef0ab00][23-10-09T04:34:39.450][reSpecification.h:74][CheckMinimumRAMReq ] RAM (KBs): 3821544
[DEBU][7f996ef0ab00][23-10-09T04:34:39.450][reSpecification.h:88][CheckMinimumNumOfCPU] CPU(s): 2
[INFO][7f996ef0ab00][23-10-09T04:34:39.450][Mediator.cpp:298 ][SetupLogLevel ] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.450][Mediator.cpp:298 ][SetupLogLevel ] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.450][ctoryService.cpp:437][SetState ][Epoch 0] DS State = POW_SUBMISSION
[INFO][7f996ef0ab00][23-10-09T04:34:39.450][Lookup.cpp:168 ][Lookup ] MULTIPLIER_SYNC_MODE is set to 1
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <34.222.9.102:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <34.219.152.235:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <35.166.3.123:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <35.164.53.227:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <34.218.241.187:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <54.200.137.167:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <52.38.82.181:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.452][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <54.185.208.141:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.453][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <34.217.180.157:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.453][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <35.88.154.146:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.453][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <54.68.69.94:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.453][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <52.11.53.46:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.453][Lookup.cpp:317 ][SetLookupNodes ] Added lookup <35.91.94.154:33133>
[INFO][7f996ef0ab00][23-10-09T04:34:39.462][Zilliqa.cpp:235 ][Zilliqa ] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.483][Guard.cpp:265 ][Init ] Updating lists
[INFO][7f996ef0ab00][23-10-09T04:34:39.483][Guard.cpp:249 ][ValidateRunTimeEnvir] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.483][Guard.cpp:249 ][ValidateRunTimeEnvir] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.502][Guard.cpp:77 ][UpdateDSGuardlist ] Entries = 420
[INFO][7f996ef0ab00][23-10-09T04:34:39.525][Guard.cpp:110 ][UpdateShardGuardlist] Entries = 520
[INFO][7f996ef0ab00][23-10-09T04:34:39.525][Guard.cpp:272 ][Init ] Adding Priv IPs to Exclusion List
[INFO][7f996ef0ab00][23-10-09T04:34:39.734][lockStorage.cpp:1674][ResetDB ] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.753][lockStorage.cpp:1674][ResetDB ] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.753][lockStorage.cpp:1674][ResetDB ] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.771][lockStorage.cpp:1674][ResetDB ] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.771][Node.cpp:259 ][DownloadPersistenceF] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.799][ScillaClient.cpp:48 ][Init ] BEG
[INFO][7f996ef0ab00][23-10-09T04:34:39.799][ScillaClient.cpp:48 ][Init ] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.799][Node.cpp:259 ][DownloadPersistenceF] END
[INFO][7f996ef0ab00][23-10-09T04:34:39.799][Zilliqa.cpp:235 ][Zilliqa ] END
What's wrong is it? Please advise, thanks.