Skip to content

Commit

Permalink
Fix port on blockchain start script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jul 24, 2019
1 parent d275ab0 commit c51aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/blockchain-start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

./geth.bin --datadir=./ --syncmode=full --rpc --rpcapi="eth,net,rpc,web3,txpool,personal,debug,account" --ws --miner.gasprice=1 --txpool.locals="0x1dF62f291b2E969fB0849d99D9Ce41e2F137006e" --rpccorsdomain='*' --allow-insecure-unlock --unlock "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1,0xffcf8fdee72ac11b5c542428b35eef5769c409f0" --password ./account-password.txt --port 4030 --port 40303 console
./geth.bin --datadir=./ --syncmode=full --rpc --rpcapi="eth,net,rpc,web3,txpool,personal,debug,account" --ws --miner.gasprice=1000 --txpool.locals="0x1dF62f291b2E969fB0849d99D9Ce41e2F137006e" --rpccorsdomain='*' --allow-insecure-unlock --unlock "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1,0xffcf8fdee72ac11b5c542428b35eef5769c409f0,0x1dF62f291b2E969fB0849d99D9Ce41e2F137006e" --password ./account-password.txt --port 40303 console

0 comments on commit c51aebe

Please sign in to comment.