Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EOSAPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
davehan
EOSAPI
Commits
581e853e
Unverified
Commit
581e853e
authored
Jun 29, 2018
by
hash
Committed by
GitHub
Jun 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
90c342af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
2 deletions
+60
-2
README.md
README.md
+60
-2
No files found.
README.md
View file @
581e853e
...
...
@@ -7,6 +7,62 @@ EOS Mainnet API URLs
可以使用的api_endpoint & ssl_endpoint
HowTo get available EOS api_endpoint & ssl_endpoint?
1.
cleos -u https://api.eosnewyork.io system listproducers
get BPs urls
2.
curl https://bp.eosnewyork.io/bp.json
```
{
"producer_account_name": "eosnewyorkio",
"producer_public_key": "EOS6GVX8eUqC1gN1293B3ivCNbifbr1BT6gzTFaQBXzWH9QNKVM4X",
"org": {
"candidate_name": "EOS New York",
"website": "https://www.eosnewyork.io",
"code_of_conduct": "https://steemit.com/eos/@eosnewyork/eos-new-york-code-of-conduct",
"ownership_disclosure": "https://steemit.com/eos/@eosnewyork/eos-new-york-ownership-disclosure-and-corporate-structure",
"email": "community@eosnewyork.io",
"branding": {
"logo_256": "https://bp.eosnewyork.io/Logo_256.jpg",
"logo_1024": "https://bp.eosnewyork.io/Logo_1024.jpg",
"logo_svg": "https://bp.eosnewyork.io/eosnewyorkio.svg"
},
"location": {
"name": "Cook Islands",
"country": "CK",
"latitude": -18.857952,
"longitude": -159.785278
},
"social": {
"steemit": "eosnewyork",
"twitter": "eosnewyork",
"youtube": "UCg7aeCSXUTP49w_elxgYIXA",
"facebook": "eosnewyorkBP",
"github": "eosnewyork",
"reddit": "eosnewyork",
"keybase": "d3ck",
"telegram": "eosnewyorkchat",
"wechat": "kevineosnewyork"
}
},
"nodes": [
{
"location": {
"name": "primary",
"country": "BR",
"latitude": -23.5505,
"longitude": -46.6333
},
"is_producer": true,
"p2p_endpoint": "node1.eosnewyork.io:6987",
"api_endpoint": "http://api.eosnewyork.io",
"ssl_endpoint": "https://api.eosnewyork.io"
}
]
}
```
3.
get p2p_endpoint and ssl_endpoint URL
---
http://node1.zbeos.com:8888
http://node2.zbeos.com:8888
...
...
@@ -100,10 +156,12 @@ http://api.bp.fish
http://fn001.eossv.org:80
https://fn001.eossv.org:444
---
---
搜集自
https://docs.google.com/spreadsheets/d/1HLAIZ242dc0R8IcHnTRjVur4-wguQ6AjRxzXia-2esU
---
---
https://api.superone.io
http://13.230.91.225:8889
...
...
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