From bade8897ec4c7010d36d448d17c8722dc2f75ff1 Mon Sep 17 00:00:00 2001 From: Madeline Murray Date: Tue, 18 Aug 2020 16:36:48 +1000 Subject: [PATCH 1/3] Added blockscout links to ignore list Signed-off-by: Madeline Murray --- CI/linkchecker/link_check_conf.json | 3 +++ 1 file changed, 3 insertions(+) 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" } From 5187eb94cedd315886a965e0a8ca713e222f01bd Mon Sep 17 00:00:00 2001 From: Madeline Murray Date: Wed, 19 Aug 2020 08:18:46 +1000 Subject: [PATCH 2/3] Removed Modor broken link Signed-off-by: Madeline Murray --- docs/Concepts/Mining.md | 3 ++- docs/HowTo/Configure/Configure-Mining.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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..3034186cbec 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 From 68b1baf9d7580edd64b9ad9dd2be2903783d17a2 Mon Sep 17 00:00:00 2001 From: Madeline Murray Date: Wed, 19 Aug 2020 08:21:36 +1000 Subject: [PATCH 3/3] lint Signed-off-by: Madeline Murray --- docs/HowTo/Configure/Configure-Mining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HowTo/Configure/Configure-Mining.md b/docs/HowTo/Configure/Configure-Mining.md index 3034186cbec..b5c9c4efbc7 100644 --- a/docs/HowTo/Configure/Configure-Mining.md +++ b/docs/HowTo/Configure/Configure-Mining.md @@ -68,7 +68,7 @@ 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. +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: