From 4c19715f02b5a16055df2158c9ad35276a03fd9e Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:05:50 +0200 Subject: [PATCH] Update README on block production (#11883) Raised on Discord: https://discord.com/channels/687972960811745322/1001501454076477450/1280972456722694327 --- README.md | 14 ++------------ docs/mining.md | 2 ++ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8ec21d08d0e..8883764d588 100644 --- a/README.md +++ b/README.md @@ -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 - - 🔬 Detailed explanation is [here](/docs/mining.md). +Block production is fully supported for Ethereum & Gnosis Chain. It is still experimental for Polygon. ### Windows diff --git a/docs/mining.md b/docs/mining.md index c84a4013fb2..0f925998bc4 100644 --- a/docs/mining.md +++ b/docs/mining.md @@ -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.