Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Add Satox[SATOX]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Mar 6, 2023
1 parent bd389cb commit 249d9ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,27 @@
"explorerTxLink": "https://be.rosebird.org/tx/{0}",
"explorerAccountLink": "https://be.rosebird.org/address/{0}"
},
"satoxcoin": {
"name": "SatoxCoin",
"symbol": "SATOX",
"family": "ravencoin",
"website": "https://www.satoverse.io/",
"market": "https://coinpaprika.com/coin/satox-satox-coin",
"twitter": "https://twitter.com/Satoverse_io",
"telegram": "",
"discord": "https://discord.com/invite/GFZYFuuHVq",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "sha256d"
},
"hasCommunityAddress": true,
"shareMultiplier": 1,
"explorerBlockLink": "https://xplore.satoverse.io/block/$hash$",
"explorerTxLink": "https://xplore.satoverse.io/tx/{0}",
"explorerAccountLink": "https://xplore.satoverse.io/address/{0}"
},
"shahepay": {
"name": "Shahepay",
"symbol": "SHAHE",
Expand Down

1 comment on commit 249d9ce

@xiaolin1579
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pool gets the block reward badly. Original Blockreward 300satox -10% (30satox) devfee. Here the pool receives 270satox and again deducts 30satox and sends it to the devfee wallet. The miners are left with 240 which they share.

same problem with this #1627 (comment)

Please sign in to comment.