Im trying to run this script and getting different merkle and genesis blocks each time, using the same inputs. This is causing assertion errors in the C++ codebase. I am using Ubuntu 16.04 and Node version 6.1.0.
In the snippets below, the pubkey has been swapped out with "myPubkey" for readability. Any ideas? I get the same result when leaving out the nonce and pubkey flags, too.
I know the current version is recommended to be used with Node 12, but I have reverted back a few commits to when this still worked with older versions of Node.
Im trying to run this script and getting different merkle and genesis blocks each time, using the same inputs. This is causing assertion errors in the C++ codebase. I am using Ubuntu 16.04 and Node version 6.1.0.
In the snippets below, the pubkey has been swapped out with "myPubkey" for readability. Any ideas? I get the same result when leaving out the nonce and pubkey flags, too.
I know the current version is recommended to be used with Node 12, but I have reverted back a few commits to when this still worked with older versions of Node.
Run 1
Run 2