From 2f9186ab0aadd949a58a196988853c4a9472a8c6 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 9 Apr 2015 20:12:51 +0300 Subject: [PATCH] moved address in eth.sh --- bin/eth.sh | 2 +- lib/node.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/eth.sh b/bin/eth.sh index 11eea28..81f6894 100755 --- a/bin/eth.sh +++ b/bin/eth.sh @@ -5,5 +5,5 @@ if [[ -f /usr/bin/geth ]]; then geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "4" -bootnodes "enode://09fbeec0d047e9a37e63f60f8618aa9df0e49271f3fadb2c070dc09e2099b95827b63a8b837c6fd01d0802d457dd83e3bd48bd3e6509f8209ed90dabbc30e3d3@52.16.188.185:30303" -nat "extip:$IP" else - eth -b -x 50 -r 52.16.188.185 -p 30303 -m off -v 4 -j -u $IP + eth -b -x 50 -r 52.16.188.185 -p 30303 -m off -v 4 -j -u $IP -a "0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69" fi \ No newline at end of file diff --git a/lib/node.js b/lib/node.js index ee16329..43c27a3 100644 --- a/lib/node.js +++ b/lib/node.js @@ -492,8 +492,6 @@ Node.prototype.installContract = function() Node.prototype.init = function() { - web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69'); - this.installContract(); this.update(); this.setWatches();