forked from MoneroOcean/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 2
/
coinConfig.json
132 lines (132 loc) · 3.06 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"xmr": {
"funcFile": "./lib/coins/xmr.js",
"paymentFile": "./payment_systems/xmr.js",
"sigDigits": 1000000000000,
"shapeshift": "xmr_btc",
"xmrTo": true,
"name": "Monero",
"mixIn": 4,
"shortCode": "XMR"
},
"trtl": {
"funcFile": "./lib/coins/trtl.js",
"paymentFile": "./payment_systems/trtl.js",
"sigDigits": 100,
"name": "TurtleCoin",
"mixIn": 1,
"shortCode": "TRTL"
},
"fno": {
"funcFile": "./lib/coins/fno.js",
"paymentFile": "./payment_systems/fno.js",
"sigDigits": 1000000000000,
"name": "Fonero",
"mixIn": 13,
"shortCode": "FNO"
},
"grft": {
"funcFile": "./lib/coins/grft.js",
"paymentFile": "./payment_systems/grft.js",
"sigDigits": 10000000000,
"name": "Graft",
"mixIn": 5,
"shortCode": "GRFT"
},
"xla": {
"funcFile": "./lib/coins/xla.js",
"paymentFile": "./payment_systems/xla.js",
"sigDigits": 100,
"shapeshift": "xla_btc",
"xmrTo": false,
"name": "Scala",
"mixIn": 3,
"shortCode": "XLA"
},
"dero": {
"funcFile": "./lib/coins/dero.js",
"paymentFile": "./payment_systems/dero.js",
"sigDigits": 1000000000000,
"name": "Dero",
"mixIn": 5,
"shortCode": "DERO"
},
"lok": {
"funcFile": "./lib/coins/lok.js",
"paymentFile": "./payment_systems/lok.js",
"sigDigits": 1000000000,
"name": "Loki",
"mixIn": 10,
"shortCode": "LOK"
},
"bsm": {
"funcFile": "./lib/coins/bsm.js",
"paymentFile": "./payment_systems/bsm.js",
"sigDigits": 10000000000,
"name": "Bitsum",
"mixIn": 1,
"shortCode": "BSM"
},
"xmv": {
"funcFile": "./lib/coins/xmv.js",
"paymentFile": "./payment_systems/xmv.js",
"sigDigits": 100000000000,
"shapeshift": "xmr_btc",
"xmrTo": false,
"name": "MoneroV",
"mixIn": 7,
"shortCode": "XMV"
},
"bloc": {
"funcFile": "./lib/coins/bloc.js",
"paymentFile": "./payment_systems/bloc.js",
"sigDigits": 10000,
"shapeshift": "bloc_btc",
"xmrTo": false,
"name": "BLOC",
"mixIn": 1,
"shortCode": "BLOC"
},
"etn": {
"funcFile": "./lib/coins/etn.js",
"paymentFile": "./payment_systems/etn.js",
"sigDigits": 100,
"shapeshift": "etn_btc",
"xmrTo": false,
"name": "Electroneum",
"mixIn": 1,
"shortCode": "ETN"
},
"tube": {
"funcFile": "./lib/coins/tube.js",
"paymentFile": "./payment_systems/tube.js",
"sigDigits": 100000000,
"name": "Bit-Tube",
"mixIn": 3,
"shortCode": "TUBE"
},
"xca": {
"funcFile": "./lib/coins/xca.js",
"paymentFile": "./payment_systems/xca.js",
"sigDigits": 1000000,
"name": "X-cash",
"mixIn": 20,
"shortCode": "XCA"
},
"xhv": {
"funcFile": "./lib/coins/xhv.js",
"paymentFile": "./payment_systems/xhv.js",
"sigDigits": 1000000000000,
"name": "haven-protocol",
"mixIn": 8,
"shortCode": "XHV"
},
"upx": {
"funcFile": "./lib/coins/upx.js",
"paymentFile": "./payment_systems/upx.js",
"sigDigits": 1000000000000,
"name": "uPlexa",
"mixIn": 10,
"shortCode": "UPX"
}
}