Two commands result in different peer IDs

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

1 Like

I know,but my question is not here