allow devnet rpc to listen on any vhost
geth's default value for `--rpcvhosts` is `localhost`, which does not work when trying to use the devnet in certain environments such as `docker-compose` or `gitlab-ci`
This commit is contained in:
@@ -15,6 +15,7 @@ mkdir -p /var/log
|
||||
--rpc \
|
||||
--rpcaddr '0.0.0.0' \
|
||||
--rpcport 8501 \
|
||||
--rpcvhosts '*' \
|
||||
--rpcapi 'personal,db,eth,net,web3,txpool,miner,debug' \
|
||||
--networkid 50 \
|
||||
--gasprice '2000000000' \
|
||||
|
||||
Reference in New Issue
Block a user