add explicit bootnode for rinkeby

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-21 12:42:31 +01:00
parent aebb724874
commit e498a9d103
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@ faucet_geth_main_port: 30303
faucet_geth_rpc_port: 8545
faucet_geth_rcp_api: 'eth,net,web3,admin,personal,shh'
faucet_geth_alias: 'geth'
faucet_geth_bootnodes:
- 'enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303'
# generic container settings
cont_state: started

View File

@ -39,6 +39,7 @@
command: |
--datadir=/data
--networkid={{ faucet_network_id | mandatory }}
--bootnodes={{ faucet_geth_bootnodes | join(",") }}
--password=/data/keystore/wallet.pass
--unlock={{ faucet_account_addr }}
--syncmode=light