mining-pool/coinConfig.json

14 lines
294 B
JSON
Raw Permalink Normal View History

{
"lethean": {
"funcFile": "./lib/coins/lethean.js",
"paymentFile": "./payment_systems/lethean.js",
2019-02-24 23:05:28 +03:00
"sigDigits": 1000000000000,
"name": "Lethean",
"shortCode": "LTHN",
2019-02-24 23:05:28 +03:00
"mixIn": 4,
"addressPrefix": "iTHN",
"decimalPlaces": 12,
"algorithm": "ProgPoWZ"
}
2017-02-22 23:27:39 +02:00
}