You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we need some initialization files for basecoin. We have included some defaults in the basecoin directory, under data. For purposes of convenience, change to that directory:
cd $GOPATH/src/github.com/tendermint/basecoin/data
The directory contains a genesis file and two private keys.
You can generate your own private keys with tendermint gen_validator, and construct the genesis.json as you like. Note, however, that you must be careful with the chain_id field, as every transaction must contain the correct chain_id (default is test_chain_id).
basecoin/data should probably be renamed to basecoin/example_dir or something that is more clear
basecoin/data/genesis.json can be renamed to basecoin/data/bc_genesis.json
In the Basecoin Basics file, it says:
basecoin/data
should probably be renamed tobasecoin/example_dir
or something that is more clearbasecoin/data/genesis.json
can be renamed tobasecoin/data/bc_genesis.json
This issue is dependent on #48
The text was updated successfully, but these errors were encountered: