[telegram] <Sara> Forwarded from Hyperledger Iroha news: Let's meet for our community call in an hour!
Updates from both Irohas, opportunity to ask questions if you have any or simply meet the maintainers :)
Just jump in at noon CET: https://zoom.us/my/hyperledger.community.3
Password: 475869
[telegram] <Hagen> Hi everyone! Hope you can help me with a quick doubt I am having.
How can I create a new set of peerKeys and use them when launching Irohad?
What I have tried to do already is the following:
Therefore, I restarted everything and tried creating node1.pub and node1.priv files that used some new different keys (both created using the IrohaCrypto.private_key(), and IrohaCrypto.derive_public_key() functions), and also changed the genesis block peer key, then I used this command:
./build/bin/irohad --config example/config.docker --genesis_block example/genesis.block --keypair_name example/node1 --overwrite_ledger
But then the same message appeared “Hex string contains uneven number of characters”
(3rd ss goes here)
Therefore, I thought there was a problem with the keys, so I restarted everything again and I created the node1.pub and node1.priv files and with vim I copied the public and private keys from node0.priv and node0.pub files, this time I made no modifications to the genesis block, but still, when launching this command:
./build/bin/irohad --config example/config.docker --genesis_block example/genesis.block --keypair_name example/node1 --overwrite_ledger
The same message as before appeared “Hex string contains uneven number of characters”