From d242bee41593bd454cb02dbc09dc899d77171882 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Mon, 14 Oct 2024 17:18:31 +0700 Subject: [PATCH] Add PlexHive[PLHV] --- src/Miningcore/coins.json | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index 9ed76beb0..8bf4329fc 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -3260,6 +3260,52 @@ "explorerTxLink": "https://explorer.novochain.ovh/tx/{0}", "explorerAccountLink": "https://explorer.novochain.ovh/address/{0}" }, + "plexhive-sha256d": { + "name": "PlexHive", + "symbol": "PLHV", + "family": "bitcoin", + "website": "http://www.plexhive.com/", + "github": "https://github.com/PlexHive/PlexHive", + "market": "", + "twitter": "https://www.twitter.com/PlexHive_PLHV", + "discord": "https://discord.gg/GrvXQGtn", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "sha256d" + }, + "blockHasher": { + "hash": "reverse", + "args": [ { "hash": "sha256d" } ] + }, + "explorerBlockLink": "http://explorer.plexhive.com/block/$hash$", + "explorerTxLink": "http://explorer.plexhive.com/tx/{0}", + "explorerAccountLink": "http://explorer.plexhive.com/address/{0}" + }, + "plexhive-minotaurx": { + "name": "PlexHive", + "symbol": "PLHV", + "family": "bitcoin", + "website": "http://www.plexhive.com/", + "github": "https://github.com/PlexHive/PlexHive", + "market": "", + "twitter": "https://www.twitter.com/PlexHive_PLHV", + "discord": "https://discord.gg/GrvXQGtn", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "minotaurx" + }, + "blockHasher": { + "hash": "reverse", + "args": [ { "hash": "sha256d" } ] + }, + "explorerBlockLink": "http://explorer.plexhive.com/block/$hash$", + "explorerTxLink": "http://explorer.plexhive.com/tx/{0}", + "explorerAccountLink": "http://explorer.plexhive.com/address/{0}" + }, "pulsar": { "name": "Pulsar", "symbol": "PLSR",