Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

yespowerR16 not working #1713

lurchinms started this conversation in General
yespowerR16 not working #1713
Aug 27, 2023 * 1 comment
Return to top
Discussion options

lurchinms
Aug 27, 2023

Pool will not start with
"yenten": {
"name": "Yenten",
"canonicalName": "Yenten",
"symbol": "YTN",
"family": "bitcoin",
"website": "http://yentencoin.info/",
"market": "https://coinmarketcap.com/currencies/yenten",
"twitter": "https://twitter.com/yentencoin",
"telegram": "https://t.me/yenten",
"discord": "https://discord.gg/RTbPxu3",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespowerR16"
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"shareMultiplier": 1048576,
"explorerBlockLink": "http://ytn.ccore.online/block/$height$",
"explorerTxLink": "http://ytn.ccore.online/transaction/{0}",
"explorerAccountLink": "http://ytn.ccore.online/address/{0}"

You must be logged in to vote

Replies: 1 comment

Comment options

xiaolin1579
Aug 29, 2023

Try

"yenten": {
"name": "Yenten",
"canonicalName": "Yenten",
"symbol": "YTN",
"family": "bitcoin",
"website": "http://yentencoin.info/",
"twitter": "https://twitter.com/yentencoin",
"telegram": "https://t.me/yenten",
"discord": "https://discord.gg/RTbPxu3",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespowerr16"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "http://ytn.ccore.online/block/$height$",
"explorerTxLink": "http://ytn.ccore.online/transaction/{0}",
"explorerAccountLink": "http://ytn.ccore.online/address/{0}"
},

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
None yet
2 participants