Skip to content

wrkzcoin/wrkzcoin-pools-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

wrkzcoin-pools-json

Originally from https://github.com/turtlecoin/turtlecoin-pools-json

The goal of this repository is to have a central list of pools for WrkzCoin mining. If you run a pool, please submit a Pull Request against pools.json to get added.

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

Contributing

Please add your pool to the list in alphabetical order, and include trailing slashes for the url and api values.

e.g.

    {
        "name" : "MyPool.com",
        "url" : "https://wrkz.mypool.com/",
        "api" : "https://wrkz.mypool.com/api/",
        "type" : "forknote"
    },

Possible values for 'type'

  • forknote
  • forknote-alt
  • node.js
  • other