From f7f1d7aaf95125a5ab7ac5e8ea2fb3a72fff1cad Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Tue, 26 Nov 2024 12:13:21 +0700 Subject: [PATCH] Add Phicoin --- src/Miningcore/coins.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index c98537e8b..89e68935e 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -3120,6 +3120,37 @@ "explorerTxLink": "https://mewc.cryptoscope.io/tx/?txid={0}", "explorerAccountLink": "https://mewc.cryptoscope.io/address/?address={0}" }, + "phicoin": { + "name": "Phicoin", + "symbol": "PHI", + "family": "progpow", + "progpower": "phihash", + "website": "https://phicoin.net/", + "github": "https://github.com/PhicoinProject/phicoin", + "market": "", + "twitter": "https://x.com/PhicoinNet", + "telegram": "https://t.me/phicoin_official", + "discord": "https://discord.gg/phicoin", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "sha256d" + }, + "blockHasher": { + "hash": "reverse", + "args": [ + { + "hash": "sha256d" + } + ] + }, + "hasCommunityAddress": true, + "shareMultiplier": 1, + "explorerBlockLink": "https://explorer.phicoin.net/block/$hash$", + "explorerTxLink": "https://explorer.phicoin.net/tx/{0}", + "explorerAccountLink": "https://explorer.phicoin.net/address/{0}" + }, "telestai": { "name": "Telestai", "symbol": "TLS",