mining-pool/coinConfig.json

29 lines
644 B
JSON
Raw Normal View History

{
"xmr": {
"funcFile": "./lib/coins/xmr.js",
"paymentFile": "./payment_systems/xmr.js",
"sigDigits": 1000000000000,
"shapeshift": "xmr_btc",
"xmrTo": true,
"name": "Monero",
"mixIn": 4,
"shortCode": "XMR"
2017-10-11 12:35:16 -07:00
},
"krb": {
"funcFile": "./lib/coins/krb.js",
"paymentFile": "./payment_systems/krb.js",
2017-10-11 12:35:16 -07:00
"sigDigits": 1000000000000,
"name": "Karbowanec",
"mixIn": 4,
"shortCode": "KRB"
2017-10-11 15:00:58 -07:00
},
"aeon": {
"funcFile": "./lib/coins/aeon.js",
"paymentFile": "./payment_systems/aeon.js",
2017-10-11 15:00:58 -07:00
"sigDigits": 1000000000000,
"name": "Aeon Coin",
"mixIn": 4,
"shortCode": "AEON"
}
2017-02-22 23:27:39 +02:00
}