ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

genesis.json #31

Closed lrettig closed 5 years ago

lrettig commented 6 years ago

child of #20

jwasinger commented 6 years ago

What is this?

lrettig commented 6 years ago

I can't remember where this came from. Basically it's just the genesis config for the testnet, via e.g. puppeth.

jwasinger commented 6 years ago

Okay. I looked into this somewhat recently in BA. I opted not to use puppeth because I didn't see a use for it at the time. It was only potentially going to come into play if we were to use the same faucet as Ropsten. The metamask faucet appears to work fine with cpp-ethereum/hera.

As far as configuration goes, I haven't figured out how to generate a key pair for cpp ethereum node P2P Id. We need this in order to hardcode the peerlist for each running testnet node in the cluster.

@chfast if you have any pointers on this ^ it would be helpful for me.

axic commented 6 years ago

@jwasinger @chfast is this still relevant?

jwasinger commented 6 years ago

I think it can be closed. I wasn't able to figure out how to generate keypairs with cpp-eth but I was able to manage by using geth and then saving the generated keypairs.

I used puppeth to generate the keypairs for Geth+POA.