Skip to content

Commit 652604d

Browse files
Added blockscout links to ignore list (#497)
* Added blockscout links to ignore list Signed-off-by: Madeline Murray <[email protected]> * Removed Modor broken link Signed-off-by: Madeline Murray <[email protected]> * lint Signed-off-by: Madeline Murray <[email protected]> Co-authored-by: Madeline Murray <[email protected]>
1 parent 084fd6e commit 652604d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CI/linkchecker/link_check_conf.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
{
1616
"pattern": "^http(s)?://.+.etherscan.io/address/0x"
1717
},
18+
{
19+
"pattern": "^http(s)?://.+.blockscout.com/"
20+
},
1821
{
1922
"pattern": "/postman/.+.json"
2023
}

docs/Concepts/Mining.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Hyperledger Besu supports CPU and GPU mining, which are
1010
GPU mining support testing used [Ethminer](https://github.com/ethereum-mining/ethminer) with the
1111
`stratum+tcp` and `getwork` schemes.
1212

13-
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).
13+
Ethminer has been used with Hyperledger Besu to mine blocks on the [Ropsten testnet](https://ropsten.etherscan.io/address/0x2f14582947E292a2eCd20C430B46f2d27CFE213c#mine),
14+
[ETC mainnet (uncle block only)](https://etc.tokenview.com/en/uncleblock/10555173) and Mordor ETC testnet.
1415

1516
!!! note
1617
Some mining software supports the `getwork` scheme as the `http` scheme.

docs/HowTo/Configure/Configure-Mining.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ The JSON-RPC API methods for mining are:
6868

6969
## Hyperledger Besu Mined Blocks
7070

71-
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:
71+
Hyperledger Besu has successfully mined blocks on the Ropsten testnet, ETC mainnet (uncle block only) and Mordor ETC testnet.
72+
Blocks mined by the Hyperledger Besu team contain the version number used in the block's `extraData` field. The following accounts
73+
have been used to mine on public networks with Hyperledger Besu:
7274

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

0 commit comments

Comments
 (0)