PlatON-Go
PlatON-Go copied to clipboard
why platon.blockNumber is zero
I run my client ,and platon.blockNumber is zero for a long time ! why?
Take a look at how many peers are connected?
You can enter admin.peers.length in the console
Take a look at how many peers are connected?
You can enter
admin.peers.lengthin the console It's still zero, but I've run for one day
Is it ok?
Is it ok?
that’s OK can you check the genesis block's hash value? you can type:
platon.getBlock(0).hash
in console,the PlatON mainnet genesis hash is 0xbd3e148a58392bc546aee5e69aa751c8e572e2cd2c82d06d9418a686b82252b9
Take a look at how many peers are connected? You can enter
admin.peers.lengthin the console It's still zero, but I've run for one day
No need coin at all, can you send me your node's log file?
Take a look at how many peers are connected? You can enter
admin.peers.lengthin the console It's still zero, but I've run for one dayNo need coin at all, can you send me your node's log file?
log.log Here is my log
From the log, I see that your startup option adds --nodiscover, so that your node can't find the rest of the nodes in the network, try to delete this option.
From the log, I see that your startup option adds
--nodiscover, so that your node can't find the rest of the nodes in the network, try to delete this option.
Thanks , I'll try
From the log, I see that your startup option adds
--nodiscover, so that your node can't find the rest of the nodes in the network, try to delete this option.Thanks , I'll try
Does this work?
Closed due to prolonged lack of feedback