mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
add syng server as bootnode
Former-commit-id: cade052129c38d6be10a857b2c3b55b3ef1eae65
This commit is contained in:
parent
c003165d88
commit
286f50a634
@ -30,7 +30,7 @@ public class MainActivity extends ReactActivity {
|
||||
// Launch!
|
||||
new Thread(new Runnable() {
|
||||
public void run() {
|
||||
Geth.run("--shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3\" --fast --datadir=" + getFilesDir().getAbsolutePath());
|
||||
Geth.run("--bootnodes \"enode://dead745c1dbcde518b48e52aca1e8d5ba666005a2c8804e39826c6080fb11c1e8abe41d1e41896e871f204f790a90fa9781744cccecf492212192a7c56e7673b@rpc0.syng.io:40404\" --shh --ipcdisable --nodiscover --rpc --rpcapi \"db,eth,net,web3\" --fast --datadir=" + getFilesDir().getAbsolutePath());
|
||||
}
|
||||
}).start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user