git.delta.rocks / unique-network / refs/commits / a671b03d7ae5

difftreelog

Add grandpa keys to testnet deploy script

Greg Zaitsev2020-07-21parent: #aad59db.patch.diff
in: master

2 files changed

modified.gitignorediffbeforeafterboth
8chain-data*/8chain-data*/
99
10einstein_key_file10einstein_key_file
11*store_key.json11*store_key*.json
modifieddeploy-testnet.shdiffbeforeafterboth
13### Build and run Einstein node (bootnode) and Newton node13### Build and run Einstein node (bootnode) and Newton node
14docker-compose -f docker-compose-testnet.yml up -d --build14docker-compose -f docker-compose-testnet.yml up -d --build
1515
16### Deploy store keys16### Deploy aura store keys
17# Einstein17# Einstein
18curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json"18curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json"
1919
20# Newton20# Newton
21curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key.json"21curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key.json"
22
23### Deploy standpa store keys
24# Einstein
25curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key_grandpa.json"
26
27# Newton
28curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"
2229
23### Stop and restart nodes so that they start finalizing30### Stop and restart nodes so that they start finalizing
24docker-compose -f docker-compose-testnet.yml down31docker-compose -f docker-compose-testnet.yml down