make run-nockchain
nockchain --mining_pubkey <your_pubkey> --mine
Why do two different commands using the same public key yield different peer IDs? Do we need to pay attention to this situation?
make run-nockchain
nockchain --mining_pubkey <your_pubkey> --mine
Why do two different commands using the same public key yield different peer IDs? Do we need to pay attention to this situation?
run this one:
nockchain --mining-pubkey <your_pubkey> --mine
Note the typo where github has an underscore _ when it should be a hyphen - for mining-pubkey
I know,but my question is not here