Skip to content

Commit

Permalink
First delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
wrkzdev committed Feb 8, 2019
1 parent 9829bfb commit adf8fe7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,4 +1,11 @@
# wrkzcoin-nodes-json
From https://github.com/turtlecoin/turtlecoin-nodes-json

JSON list of public daemons for WrkzCoin (https://wrkz.work).

This list can be consumed in your application so you'll always have an up-to-date list of public nodes. To consume the list, use the following URL: https://raw.githubusercontent.com/wrkzcoin/wrkzcoin-nodes-json/master/wrkzcoin-nodes.json

### Adding a New Node

If you would like to add your public node to the list, please submit a Pull Request to do so. To avoid any possibility of displaying preference for one public node over another, please ensure that any additions are submitted in alphabetical order by the **name** property.

Steal from https://github.com/turtlecoin/turtlecoin-nodes-json
40 changes: 40 additions & 0 deletions wrkzcoin-nodes.json
@@ -0,0 +1,40 @@
{
"nodes": [
{
"name": "sniperviperman pubnode",
"url": "wrkz.stx.nl",
"port": 17856,
"ssl": false
},
{
"name": "WRKZ pubnode-pr1",
"url": "node-pr1.wrkz.work",
"port": 17856,
"ssl": false
},
{
"name": "WRKZ pubnode-pr2",
"url": "node-pr2.wrkz.work",
"port": 17856,
"ssl": false
},
{
"name": "WRKZ pubnode-pr3",
"url": "node-pr3.wrkz.work",
"port": 17856,
"ssl": false
},
{
"name": "WRKZ pubnode-sg1",
"url": "node-sg1.wrkz.work ",
"port": 17856,
"ssl": false
},
{
"name": "WRKZ pubnode-us1",
"url": "node-us1.wrkz.work",
"port": 17856,
"ssl": false
}
]
}

0 comments on commit adf8fe7

Please sign in to comment.