-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathinit-noInstall.sh
executable file
·28 lines (18 loc) · 1.52 KB
/
init-noInstall.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env bash
### chain init script for development purposes only ###
make clean-config
sifnoded init test --chain-id=localnet
echo "Generating deterministic account - sif"
echo "race draft rival universe maid cheese steel logic crowd fork comic easy truth drift tomorrow eye buddy head time cash swing swift midnight borrow" | sifnoded keys add sif --recover
echo "Generating deterministic account - akasha"
echo "hand inmate canvas head lunar naive increase recycle dog ecology inhale december wide bubble hockey dice worth gravity ketchup feed balance parent secret orchard" | sifnoded keys add akasha --recover
sifnoded add-genesis-account $(sifnoded keys show sif -a) 500000000000000000000000rowan,500000000000000000000000catk,500000000000000000000000cbtk,500000000000000000000000ceth,990000000000000000000000000stake,500000000000000000000000cdash,500000000000000000000000clink
sifnoded add-genesis-account $(sifnoded keys show akasha -a) 500000000000000000000000rowan,500000000000000000000000catk,500000000000000000000000cbtk,500000000000000000000000ceth,990000000000000000000000000stake,500000000000000000000000cdash,500000000000000000000000clink
sifnoded add-genesis-clp-admin $(sifnoded keys show sif -a)
sifnoded add-genesis-clp-admin $(sifnoded keys show akasha -a)
sifnoded add-genesis-validators $(sifnoded keys show sif -a --bech val)
sifnoded gentx sif 1000000000000000000000000stake --keyring-backend test
echo "Collecting genesis txs..."
sifnoded collect-gentxs
echo "Validating genesis file..."
sifnoded validate-genesis