fix
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
|||||||
# uncomment the next line and do docker-compose build in case you have to try to fix the db after unclean shutdown etc.
|
# uncomment the next line and do docker-compose build in case you have to try to fix the db after unclean shutdown etc.
|
||||||
# opera --db.preset pbl-1 --datadir=$FANTOM_HOME db heal --experimental
|
# opera --db.preset pbl-1 --datadir=$FANTOM_HOME db heal --experimental
|
||||||
|
|
||||||
opera \
|
exec opera \
|
||||||
--genesis=$FANTOM_HOME/testnet-16200-pruned-mpt.g \
|
--genesis=$FANTOM_HOME/testnet-16200-pruned-mpt.g \
|
||||||
--port=44629 \
|
--port=44629 \
|
||||||
--maxpeers=200 \
|
--maxpeers=200 \
|
||||||
@@ -24,13 +24,13 @@ opera \
|
|||||||
--http \
|
--http \
|
||||||
--http.addr=0.0.0.0 \
|
--http.addr=0.0.0.0 \
|
||||||
--http.port=18544 \
|
--http.port=18544 \
|
||||||
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \
|
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool \
|
||||||
--http.corsdomain="*" \
|
--http.corsdomain="*" \
|
||||||
--http.vhosts="*" \
|
--http.vhosts="*" \
|
||||||
--ws \
|
--ws \
|
||||||
--ws.addr=0.0.0.0 \
|
--ws.addr=0.0.0.0 \
|
||||||
--ws.port=18544 \
|
--ws.port=18544 \
|
||||||
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \
|
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool \
|
||||||
--ws.origins="*" \
|
--ws.origins="*" \
|
||||||
--nousb \
|
--nousb \
|
||||||
--db.migration.mode reformat \
|
--db.migration.mode reformat \
|
||||||
|
|||||||
Reference in New Issue
Block a user