diff --git a/CI/linkchecker/link_check_conf.json b/CI/linkchecker/link_check_conf.json index 9d4e042cd75..993fd072071 100644 --- a/CI/linkchecker/link_check_conf.json +++ b/CI/linkchecker/link_check_conf.json @@ -15,6 +15,9 @@ { "pattern": "^http(s)?://.+.etherscan.io/address/0x" }, + { + "pattern": "^http(s)?://.+.blockscout.com/" + }, { "pattern": "/postman/.+.json" } diff --git a/docs/Concepts/Mining.md b/docs/Concepts/Mining.md index e8d5e3ca6b4..ddf504e35b6 100644 --- a/docs/Concepts/Mining.md +++ b/docs/Concepts/Mining.md @@ -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. \ No newline at end of file diff --git a/docs/HowTo/Configure/Configure-Mining.md b/docs/HowTo/Configure/Configure-Mining.md index 11a0f8930f9..b5c9c4efbc7 100644 --- a/docs/HowTo/Configure/Configure-Mining.md +++ b/docs/HowTo/Configure/Configure-Mining.md @@ -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) \ No newline at end of file +* **Mordor**: `0x2f14582947E292a2eCd20C430B46f2d27CFE213c` \ No newline at end of file