Browse Source

Update README.md

master
Don Kingdon 1 year ago committed by GitHub
parent
commit
1b2b577d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      README.md

6
README.md

@ -123,9 +123,11 @@ It is recommended to bind your DB address on 127.0.0.1 or on internal ip. Also,
--maxpeers 50 \ --maxpeers 50 \
--syncmode "full" \ --syncmode "full" \
--datadir "~/.etica/" \ --datadir "~/.etica/" \
--http --http.addr "127.0.0.1" \ --http \
--http.addr "127.0.0.1" \
--nat "extip:YOUR_PUBLIC_IP" \ --nat "extip:YOUR_PUBLIC_IP" \
--http.port "8545" --port "30303" \ --http.port "8545" \
--port "30303" \
--allow-insecure-unlock \ --allow-insecure-unlock \
--rpc.allow-unprotected-txs \ --rpc.allow-unprotected-txs \
--http.api eth,net,web3,personal,miner,txpool \ --http.api eth,net,web3,personal,miner,txpool \

Loading…
Cancel
Save