|
|
@@ -4,7 +4,7 @@ Official Golang implementation of the Ethereum protocol.
|
|
|
|
|
|
[](https://godoc.org/github.com/ethereum/go-ethereum)
|
|
|
+)](https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc)
|
|
|
[](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
|
|
|
[](https://travis-ci.org/ethereum/go-ethereum)
|
|
|
[](https://discord.gg/nthXNEv)
|
|
|
@@ -108,7 +108,7 @@ accounts available between them.*
|
|
|
|
|
|
### Full node on the Rinkeby test network
|
|
|
|
|
|
-Go Ethereum also supports connecting to the older proof-of-authority based test network
|
|
|
+Go Ethereum also supports connecting to the older proof-of-authority based test network
|
|
|
called [*Rinkeby*](https://www.rinkeby.io) which is operated by members of the community.
|
|
|
|
|
|
```shell
|
|
|
@@ -117,10 +117,10 @@ $ geth --rinkeby console
|
|
|
|
|
|
### Full node on the Ropsten test network
|
|
|
|
|
|
-In addition to Görli and Rinkeby, Geth also supports the ancient Ropsten testnet. The
|
|
|
+In addition to Görli and Rinkeby, Geth also supports the ancient Ropsten testnet. The
|
|
|
Ropsten test network is based on the Ethash proof-of-work consensus algorithm. As such,
|
|
|
it has certain extra overhead and is more susceptible to reorganization attacks due to the
|
|
|
-network's low difficulty/security.
|
|
|
+network's low difficulty/security.
|
|
|
|
|
|
```shell
|
|
|
$ geth --ropsten console
|