fixed geth bootnode url

Former-commit-id: 8bc66701b8
This commit is contained in:
Adrian Tiberius 2016-02-29 17:14:56 +02:00
parent 73b9fec6a2
commit 6a2f1d6c10
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class MainActivity extends ReactActivity {
// Launch!
new Thread(new Runnable() {
public void run() {
Geth.run("--bootnodes \"enode://dead745c1dbcde518b48e52aca1e8d5ba666005a2c8804e39826c6080fb11c1e8abe41d1e41896e871f204f790a90fa9781744cccecf492212192a7c56e7673b@rpc0.syng.io:40404\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3,shh\" --fast --datadir=" + dataFolder);
Geth.run("--bootnodes \"enode://e2f28126720452aa82f7d3083e49e6b3945502cb94d9750a15e27ee310eed6991618199f878e5fbc7dfa0e20f0af9554b41f491dc8f1dbae8f0f2d37a3a613aa@139.162.13.89:30303\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3,shh\" --fast --datadir=" + dataFolder);
}
}).start();
}