Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6cf6e1d7
Unverified
Commit
6cf6e1d7
authored
Jul 13, 2020
by
Tien
Committed by
GitHub
Jul 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: point Go API reference link to pkg.go.dev (#21321)
parent
2e08dad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
6cf6e1d7
...
@@ -4,7 +4,7 @@ Official Golang implementation of the Ethereum protocol.
...
@@ -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://goreportcard.com/report/github.com/ethereum/go-ethereum)
[

](https://travis-ci.org/ethereum/go-ethereum)
[

](https://travis-ci.org/ethereum/go-ethereum)
[

](https://discord.gg/nthXNEv)
[

](https://discord.gg/nthXNEv)
...
@@ -108,7 +108,7 @@ accounts available between them.*
...
@@ -108,7 +108,7 @@ accounts available between them.*
### Full node on the Rinkeby test network
### 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.
called
[
*Rinkeby*
](
https://www.rinkeby.io
)
which is operated by members of the community.
```
shell
```
shell
...
@@ -117,10 +117,10 @@ $ geth --rinkeby console
...
@@ -117,10 +117,10 @@ $ geth --rinkeby console
### Full node on the Ropsten test network
### 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,
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
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
```
shell
$
geth
--ropsten
console
$
geth
--ropsten
console
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment