soteria-dag / soterd

A GoLang Implementation of Soteria DAG Protocol Daemon
http://www.soteriadag.org
ISC License
14 stars 9 forks source link

brand new full node is not bootstrapping. #12

Closed totaloutput closed 5 years ago

totaloutput commented 5 years ago

I have a brand new node, it's loading the dnsseed, but not asking blocks..here is the log:

API server listening at: 127.0.0.1:49438
2019-06-11 09:47:37.802 [INF] SOTERD: Version 3.1.0
2019-06-11 09:47:37.803 [INF] SOTERD: Loading block database from '/tmp/soterd.soteria-dag/data/testnet/blocks_ffldb'
2019-06-11 09:47:37.823 [INF] SOTERD: Block database loaded
2019-06-11 09:47:37.837 [INF] INDX: Committed filter index is enabled
2019-06-11 09:47:37.839 [INF] INDX: Catching up indexes to tips 511151227b9d75337dc2e543b8d0bc6610a2845a2c52bcd7434a5daa8fbf472e
2019-06-11 09:47:37.839 [DBG] INDX: Missing hash index map[000000253a4f7c9e9472ae3e93d9ed8f5aa5008d754a409c862c404cb381de8b:[0]]
2019-06-11 09:47:37.840 [DBG] INDX: Added block 000000253a4f7c9e9472ae3e93d9ed8f5aa5008d754a409c862c404cb381de8b to indexer committed filter index
2019-06-11 09:47:37.840 [INF] INDX: Indexes caught up to tips [000000253a4f7c9e9472ae3e93d9ed8f5aa5008d754a409c862c404cb381de8b]
2019-06-11 09:47:37.840 [INF] CHAN: Chain state (height 0, number of tips 1)
2019-06-11 09:47:37.840 [INF] SYNC: Checkpoints are disabled
2019-06-11 09:47:37.858 [INF] METR: Starting metrics manager
2019-06-11 09:47:37.858 [INF] RPCS: RPC server listening on 0.0.0.0:5071
2019-06-11 09:47:37.859 [INF] AMGR: Loaded 0 addresses from file '/tmp/soterd.soteria-dag/data/testnet/peers.json'
2019-06-11 09:47:37.859 [INF] CMGR: 1 addresses found from DNS seed 134.209.59.43

that's the last line of the log.

totaloutput commented 5 years ago
soterctl  --testnet --rpcuser=USER --rpcpass=PASS --rpcserver=127.0.0.1:5071 --skipverify getdagtips

didn't return anything, might be something funny with my network.

totaloutput commented 5 years ago

ok, it's an old breakpoint I set in goland..