From adf8fe7bb3d229517ab08d749af4875a76b05fe4 Mon Sep 17 00:00:00 2001 From: wrkzdev Date: Fri, 8 Feb 2019 15:37:30 +0700 Subject: [PATCH] First delivery --- README.md | 9 ++++++++- wrkzcoin-nodes.json | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 wrkzcoin-nodes.json diff --git a/README.md b/README.md index 322509e..abe5de1 100644 --- a/README.md +++ b/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 \ No newline at end of file diff --git a/wrkzcoin-nodes.json b/wrkzcoin-nodes.json new file mode 100644 index 0000000..ff5cf40 --- /dev/null +++ b/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 + } + ] +} \ No newline at end of file