Giter VIP home page Giter VIP logo

bitcoinpuzzlescanner's Introduction

Last update

Visit the shared link for the GPU-supported solo pool project “bitcrackrandomiser”. Available for puzzle 66,67 & 68.

Go to bitcrackrandomiser

Go to btcpuzzle.info

Bitcoin-Puzzle-Scanner

bitcoin-puzzle-scanner

Scan Types

You can use the following scan types.

  • SB : It scans sequentially from the beginning HEX value to the last HEX value; first to last.
  • SE : It scans in reverse order from the end HEX value to the beginning HEX value; last to first.
  • R : It scans by generating completely random HEX values. The generated HEX values are derived from the HEX ranges of the entered Puzzle.

On a Macbook Pro 2019, Core i9 2.3Ghz computer, approximately 20,000 addresses are scanned per second with 4 threads.

It only works on CPU. Currently does not support graphics cards.

I am aware that the number of scans is quite low, I plan to improve speed increase methods whenever I have the opportunity..

Default Puzzles

Puzzle #64 (0.64 BTC)

Puzzle information number 64, which is an unsolved puzzle.

Start HEX value 0000000000000000000000000000000000000000000000008000000000000000

End HEX value 000000000000000000000000000000000000000000000000ffffffffffffffff

Target wallet address 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN

Other Puzzles

Puzzle 1 and 10 have been added for testing purposes.

If you want to add a new puzzle, you can use the file below.

/list/PuzzleList.cs

You can define each new puzzle as a Puzzle object;

new Puzzle
{
    Number = "10",
    HexStart = "0000000000000000000000000000000000000000000000000000000000000200",
    HexStop = "00000000000000000000000000000000000000000000000000000000000003ff",
    Address = "1LeBZP5QCwwgXRtmVUvTVrraqPUokyLHqe",
    AddressType = AddressType.Compressed
},

You can reach the Bitcoin transaction related to the puzzle below;

Blockchain (16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN)

What if I'm lucky?

If the target wallet address is found, a new txt file will be created in the /found/ folder in the directory where the application is run, and related information will also be displayed on the console screen.

.NET Core

Platform independent, you can use it on any operating system. .NET Runtime 3.1.0 should be installed for platforms such as Windows, Macos, Linux.

You can download it from the link below; https://dotnet.microsoft.com/en-us/download/dotnet/3.1

Usage

Select a puzzle = write 66 (or any puzzle number) and ENTER

Select a scan type = write R or SB or SE and ENTER

Enter CPU threads = write 8 (or 1-32) and ENTER

Donate

If you like it, you can donate (Bitcoin BTC)

1eosEvvesKV6C2ka4RDNZhmepm1TLFBtw

Disclaimer

ALL THE CODES, PROGRAM AND INFORMATION ARE FOR EDUCATIONAL PURPOSES ONLY. USE IT AT YOUR OWN RISK. THE DEVELOPER WILL NOT BE RESPONSIBLE FOR ANY LOSS, DAMAGE OR CLAIM ARISING FROM USING THIS PROGRAM.

Libraries used https://github.com/MetacoSA/NBitcoin

bitcoinpuzzlescanner's People

Contributors

ilkerccom avatar ilkercindik avatar wanderingphilosopher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitcoinpuzzlescanner's Issues

66bit

make challenge 66 bit

About Commands

Which commands should I use to start running the puzzle solving, Thank you in Advance

Minor question.

Hello, I have a minor question.
When searching for a puzzle, the program blinks (every second the text disappears and appears)
This is fine? Thank you.
puzz

Other Puzzles

When adding a new puzzle, it is not visible and does not start, when changing existing ones, old versions are launched. How to add a new puzzle to make it work....

How to use?

Hey, can u make a tutorial in ur README.md file, on how to Use the program on Windows and Linux?

Thanks

Text

It isn't creating a new text document in /found for me, any idea why?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.