Skip to content

Commit f6fb095

Browse files
committed
Add LightningCash-R
1 parent c93cab9 commit f6fb095

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/Miningcore/coins.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,6 +2798,35 @@
27982798
"explorerTxLink": "https://fewbit.online/tx/{0}",
27992799
"explorerAccountLink": "https://fewbit.online/address/{0}"
28002800
},
2801+
"lightningcashr": {
2802+
"name": "LightningCash-R",
2803+
"canonicalName": "LightningCash-R",
2804+
"symbol": "LNCR",
2805+
"family": "bitcoin",
2806+
"website": "https://lightningcash-reborn.space/",
2807+
"github": "https://github.com/MerlinMagic2018/LightningCash-R",
2808+
"twitter": "",
2809+
"market": "https://coinpaprika.com/coin/lncr-lightningcash-reborn/",
2810+
"discord": "https://discord.com/invite/WrMVXcA8bt",
2811+
"coinbaseHasher": {
2812+
"hash": "sha256d"
2813+
},
2814+
"headerHasher": {
2815+
"hash": "yespowerltncg"
2816+
},
2817+
"blockHasher": {
2818+
"hash": "reverse",
2819+
"args": [
2820+
{
2821+
"hash": "sha256d"
2822+
}
2823+
]
2824+
},
2825+
"shareMultiplier": 65536,
2826+
"explorerBlockLink": "https://explorer.lightningcash-reborn.space/block/$height$",
2827+
"explorerTxLink": "https://explorer.lightningcash-reborn.space/tx/{0}",
2828+
"explorerAccountLink": "https://explorer.lightningcash-reborn.space/address/{0}"
2829+
},
28012830
"ravencash": {
28022831
"name": "Ravencash",
28032832
"symbol": "RVH",

0 commit comments

Comments
 (0)