Jakub Sokołowski aa98b2ef8b
update readme files
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-20 09:59:59 +01:00
..
2019-03-20 09:59:51 +01:00
2019-03-20 09:59:59 +01:00

Description

This role configures the geth service which mines Ethereum in Ropsten and Rinkeby networks for use with the faucet hosted on the master hosts.

Configuration

The only required settings are:

miner_network: rinkeby
miner_base_account_pass: 123qwe
miner_base_account_addr: 0x12312312312312321
miner_base_account_json: '{"wallet":"json"}'

API

Usage

To check sync state you can use the ageth wrapper for attaching to geth RPC port:

admin@master-01.gc-us-central1-a.faucet.ropsten:~ % ageth eth.syncing
{
  currentBlock: 202432,
  highestBlock: 5120931,
  knownStates: 0,
  pulledStates: 0,
  startingBlock: 149504
}