mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 08:38:32 +00:00
add explicit bootnode for rinkeby
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
aebb724874
commit
e498a9d103
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user