This commit is contained in:
Richard Ramos 2018-12-03 09:25:13 -04:00
commit 4d563f44c8
1 changed files with 0 additions and 11 deletions

View File

@ -41,7 +41,6 @@ geth --testnet --syncmode=light console
```
2. There aren't enough geth peers with Whisper enabled to guarantee that messages will arrive from one node to other. We need to create a `static-nodes.json` file in `~/.ethereum/testnet/geth/`.
`vi ~/.ethereum/testnet/geth/`
This file needs to contain the following array:
```
@ -129,13 +128,3 @@ chmod +x ./launch-geth-testnet.sh
#### NOTE
Work is in progress for using the test-dapp inside status.
```
testnet: {
accounts: [
{
privateKey: "your_private_key_here"
}
],
....
```