Skip to content

Commit

Permalink
Update README on block production (#11883)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Sep 5, 2024
1 parent 313c720 commit 4c19715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,19 +189,9 @@ Please note the `--datadir` option that allows you to store Erigon files in a no
in `sepolia` subdirectory of the current directory. Name of the directory `--datadir` does not have to match the name of
the chain in `--chain`.

### Block Production (PoW Miner or PoS Validator)
### Block Production (PoS Validator)

**Disclaimer: Not supported/tested for Gnosis Chain and Polygon Network (In Progress)**

Support only remote-miners.

* To enable, add `--mine --miner.etherbase=...` or `--mine --miner.miner.sigkey=...` flags.
* Other supported options: `--miner.extradata`, `--miner.notify`, `--miner.gaslimit`, `--miner.gasprice`
, `--miner.gastarget`
* JSON-RPC supports methods: eth_coinbase , eth_hashrate, eth_mining, eth_getWork, eth_submitWork, eth_submitHashrate
* JSON-RPC supports websocket methods: newPendingTransaction

<code> 🔬 Detailed explanation is [here](/docs/mining.md).</code>
Block production is fully supported for Ethereum & Gnosis Chain. It is still experimental for Polygon.

### Windows

Expand Down
2 changes: 2 additions & 0 deletions docs/mining.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Mining

**Disclaimer: this document is out of date!**

Support only remote-miners.

* To enable, add `--mine --miner.etherbase=...` or `--mine --miner.sigfile=...` flags.
Expand Down

0 comments on commit 4c19715

Please sign in to comment.