Skip to content

Instantly share code, notes, and snippets.

@jbelke
Created July 17, 2023 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbelke/824fff0e7010d568fcc4fa95322962d4 to your computer and use it in GitHub Desktop.
Save jbelke/824fff0e7010d568fcc4fa95322962d4 to your computer and use it in GitHub Desktop.
[
{
"coin": "BTC",
"name": "Bitcoin",
"regex": "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$",
"type": "coin",
"algorithm": "SHA-256",
"reward_unit": "BTC",
"reward_block": 6.25,
"updated": 1689609263
},
{
"coin": "LTC",
"name": "Litecoin",
"regex": "[LM3][a-km-zA-HJ-NP-Z1–9]{26,33}",
"type": "coin",
"algorithm": "Scrypt",
"reward_unit": "LTC",
"reward_block": 12.5,
"updated": 1689609268
},
{
"coin": "DOGE",
"name": "Dogecoin",
"regex": "\sD[a-zA-Z0–9_.-]{33}",
"type": "coin",
"algorithm": "Scrypt",
"reward_unit": "DOGE",
"reward_block": 10000,
"updated": 1689609267
},
{
"coin": "KDA",
"name": "Kadena",
"regex: "^k:[0-9a-fA-F]{64}$",
"type": "coin",
"algorithm": "Blake (2s-Kadena)",
"reward_unit": "KDA",
"updated": 1689609285
},
{
"coin": "KAS",
"name": "Kaspa",
"regex": "^kaspa:[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{65}$",
"type": "coin",
"algorithm": "KHeavyHash",
"reward_unit": "KAS",
"updated": 1689609262
},
{
"coin": "CKB",
"name": "Nervos Network",
"regex": "^(ckb1q|ckt1q)[0-9a-z]{25,111}$",
"type": "coin",
"algorithm": "Eaglesong",
"reward_unit": "CKB",
"updated": 1689609253
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment