ilkerccom / bitcrackrandomiser

Solo pool for Bitcoin Puzzle Transaction 66, 67 and 68.
https://btcpuzzle.info/
MIT License
73 stars 38 forks source link

Accidental notification "Key Found" #6

Closed ilkerccom closed 1 year ago

ilkerccom commented 1 year ago

Bitcrack generates an incorrect address for the private key in the example. When the application finds an address that does not match the proof value, it sends a "key found" message.

It has no effect on the operation of the application. It just sends false notifications. It will be fixed in the next version.

ProofKey: 000000000000000000000000000000000000000000000003F1FA9ADFF2D34782

ProofValue: 112TNdEt7F7TFqrgb6jR98C3KgeM1eTkAC

On Bitcrack: 12TNdEt7F7TFqrgb6jR98C3KgeM1eTkAC

HEX range: 3F1FA9A

ilkerccom commented 1 year ago

Fixed it. 4ba74f9

kuopassa commented 1 year ago

How to update an existing bitcrackrandomiser to newest version?

ilkerccom commented 1 year ago

Hello @kuopassa,

You can use git pull on working directory.

Or you can delete folder and then git clone https://github.com/ilkerccom/bitcrackrandomiser

Finally dotnet run