zpalmtree / turtlecoin-pools-json

A JSON List of TurtleCoin Pools for Apps and Services

Home Page:http://community.turtlecoin.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turtlecoin-pool-list

The goal of this repository is to have a central list of pools for TurtleCoin (https://turtlecoin.lol) mining. If you run a pool, please submit a Pull Request against v2/turtlecoin-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/turtlecoin/turtlecoin-pools-json/master/v2/turtlecoin-pools.json

Contributing

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

e.g.

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

Possible values for 'type'

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

About

A JSON List of TurtleCoin Pools for Apps and Services

http://community.turtlecoin.lol

License:GNU General Public License v3.0