Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CI/linkchecker/link_check_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
{
"pattern": "^http(s)?://.+.etherscan.io/address/0x"
},
{
"pattern": "^http(s)?://.+.blockscout.com/"
},
{
"pattern": "/postman/.+.json"
}
Expand Down
3 changes: 2 additions & 1 deletion docs/Concepts/Mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Hyperledger Besu supports CPU and GPU mining, which are
GPU mining support testing used [Ethminer](https://github.com/ethereum-mining/ethminer) with the
`stratum+tcp` and `getwork` schemes.

Ethminer has been used with Hyperledger Besu to mine blocks on the [Ropsten testnet](https://ropsten.etherscan.io/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c#mine), [ETC mainnet (uncle block only)](https://etc.tokenview.com/en/uncleblock/10555173) and [Mordor ETC testnet](https://blockscout.com/etc/mordor/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c/validations).
Ethminer has been used with Hyperledger Besu to mine blocks on the [Ropsten testnet](https://ropsten.etherscan.io/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c#mine),
[ETC mainnet (uncle block only)](https://etc.tokenview.com/en/uncleblock/10555173) and Mordor ETC testnet.

!!! note
Some mining software supports the `getwork` scheme as the `http` scheme.
6 changes: 4 additions & 2 deletions docs/HowTo/Configure/Configure-Mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ The JSON-RPC API methods for mining are:

## Hyperledger Besu Mined Blocks

Hyperledger Besu has successfully mined blocks on the Ropsten testnet, ETC mainnet (uncle block only) and Mordor ETC testnet. Blocks mined by the Hyperledger Besu team contain the version number used in the block's `extraData` field. The following accounts have been used to mine on public networks with Hyperledger Besu:
Hyperledger Besu has successfully mined blocks on the Ropsten testnet, ETC mainnet (uncle block only) and Mordor ETC testnet.
Blocks mined by the Hyperledger Besu team contain the version number used in the block's `extraData` field. The following accounts
have been used to mine on public networks with Hyperledger Besu:

* **Ropsten**: [`0x2f14582947E292a2eCd20C430B46f2d27CFE213c`](https://ropsten.etherscan.io/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c#mine)
* **ETC**: [`0x3125309aa670f5e60493b50884a7e7abf9ebb701`](https://etc.tokenview.com/en/address/0x3125309aa670f5e60493b50884a7e7abf9ebb701)
* **Mordor**: [`0x2f14582947E292a2eCd20C430B46f2d27CFE213c`](https://blockscout.com/etc/mordor/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c/validations)
* **Mordor**: `0x2f14582947E292a2eCd20C430B46f2d27CFE213c`