Post
Topic
Board Tokens (Altcoins)
Re: [ANN] MY HASH IS NICE (MHIN) - Earn Tokens for Beautiful Bitcoin Transactions!
by
stwenhao
on 30/07/2025, 11:21:11 UTC
Quote
If your transaction txid starts with 6 or more zeros, you earn MHIN tokens - and the more zeros, the more you earn!
What about checking signature size instead? In this way, z-value of the transaction can be indirectly checked inside Script, by checking the size of s-value of the signature. More details: https://bitcointalk.org/index.php?topic=5551080.0

Quote
Don't mine blocks, mine transactions!
I think it should be possible to do both with Merged Mining, but I don't know exactly, how to connect transaction mining with block header mining. Because then, users could mine regular Bitcoin block headers, and also use some of their power, to move some satoshis from some outputs, if they would commit into them.

Quote
Nicest Hash: 000000000000...abe66394e843
It was beaten inside signatures by this example: https://bitcointalk.org/index.php?topic=5551080.msg65618511#msg65618511

Here, instead of grinding transaction hash, z-value of the signature was mined, which allowed using low s-value, and claim 55k sats as a reward:

Lucky hit after less than 3 hours. It's even a 53 bit PoW lol.

Code:
[9845 s] nLT012 = 4818944; 18211.71 M/s
[+] Key ID: 13949
S = 00000000000005a2844f65e43e868b000e27f653d19722b3da630bb59a57e34d
Z = 80000000000002d14227b2b6a674ef3fdaca7c092b7a374f200d1e4abbe775e4
Found! nLockTime = 498af3fc
So, as you can see, real satoshis can be deposited into puzzles, which could be claimed by those, who will mine such outputs.

And of course, it should be possible to do both: claim some reward from my puzzle, and then grind transaction ID, and claim some MHIN coins. But it would require more hashing (first my puzzle, and then the whole transaction, with additional power).