forked from Snipa22/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoinConfig.json
36 lines (36 loc) · 837 Bytes
/
coinConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"xmr": {
"funcFile": "./lib/coins/xmr.js",
"paymentFile": "./payment_systems/xmr.js",
"sigDigits": 1000000000000,
"shapeshift": "xmr_btc",
"xmrTo": true,
"name": "Monero",
"mixIn": 4,
"shortCode": "XMR"
},
"krb": {
"funcFile": "./lib/coins/krb.js",
"paymentFile": "./payment_systems/krb.js",
"sigDigits": 1000000000000,
"name": "Karbowanec",
"mixIn": 4,
"shortCode": "KRB"
},
"aeon": {
"funcFile": "./lib/coins/aeon.js",
"paymentFile": "./payment_systems/aeon.js",
"sigDigits": 1000000000000,
"name": "Aeon Coin",
"mixIn": 4,
"shortCode": "AEON"
},
"trtl": {
"funcFile": "./lib/coins/trtl.js",
"paymentFile": "./payment_systems/trtl.js",
"sigDigits": 100,
"name": "Turtle Coin",
"mixIn": 4,
"shortCode": "trtl"
}
}