Merge pull request #70 from cubedro/develop

Moved address in eth.sh
This commit is contained in:
Marian OANCΞA 2015-04-09 20:13:07 +03:00
commit 7566f26fb8
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -492,8 +492,6 @@ Node.prototype.installContract = function()
Node.prototype.init = function()
{
web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69');
this.installContract();
this.update();
this.setWatches();