Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dukei committed Aug 31, 2018
1 parent a32d8ea commit c524207
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,16 @@ install whichever tooling suits you best.

## Installation

For developers:
Get binary package for your OS.

Run Etherus with Tendermint. On the first run Etherus will create a wallet for you and Tendermint will show you your validator public key. If you want your node to be a validator you should register it on Validators smart contract.

Go to https://wallet.etherus.org/#contracts and choose Validators contract from list.
Execute addDeposit method. Specify your validator public key as vPub parameter and your Etherus address as nodeAddr. Send 2500 ETR with this call (otherwise the call will fail). If you don't have ETR you can request them at info@etherus.org.

Validators will became effective after the next block. You will be able to see how your node proposes blocks and gets rewarded at https://explorer.etherus.org

## Building from source
For Linux and MacOS:
```
export GOPATH=$(pwd)
Expand Down

0 comments on commit c524207

Please sign in to comment.