Skip to content

Commit

Permalink
Add Phicoin
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 26, 2024
1 parent 9b7e518 commit f7f1d7a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7f1d7a

Please sign in to comment.