MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

"-initprivkey" broken with 2.1.1 #127

Closed phmarek closed 3 years ago

phmarek commented 3 years ago

I've got a private key; starting multichain 2.0.7 with -initprivkey=V... works, but 2.1.1 rejects the same commandline with

Error: Cannot set initial private key: Invalid private key encoding
gidgreen commented 3 years ago

Is this the same blockchain , or at least same relevant blockchain parameters? Private keys are formatted in a chain-specific way.

phmarek commented 3 years ago

I can't reproduce it any more, so that might have been the problem. Sorry about the noise.