Code Monkey home page Code Monkey logo

bitcrack2's Introduction

BitCrack2

Hunt for Bitcoin private keys.

It is a modified version of BitCrack by brichard19, for random mode.

Thank you him for his hardwork.

Note: It's a experimental project.

Changes

  • Added random stride option, by using this option, the program run indefinitely after the end of keyspace, it starts again from starting range with the updated random stride of given bit length, it continues doing this until it found keys or you stoped it. This is like a random walk with random distance.
  • In --rstride N, N should be 32 >= N >= 1
  • Saving-Loading checkpoints are not modified for new changes.
  • Everything else is same as original BitCrack.

Usage

BitCrack.exe --help
BitCrack OPTIONS [TARGETS]
Where TARGETS is one or more addresses

--help                  Display this message
-c, --compressed        Use compressed points
-u, --uncompressed      Use Uncompressed points
--compression  MODE     Specify compression where MODE is
                          COMPRESSED or UNCOMPRESSED or BOTH
-d, --device ID         Use device ID
-b, --blocks N          N blocks
-t, --threads N         N threads per block
-p, --points N          N points per thread
-i, --in FILE           Read addresses from FILE, one per line
-o, --out FILE          Write keys to FILE
-f, --follow            Follow text output
--list-devices          List available devices
--keyspace KEYSPACE     Specify the keyspace:
                          START:END
                          START:+COUNT
                          START
                          :END
                          :+COUNT
                        Where START, END, COUNT are in hex format
--stride N              Increment by N keys at a time
--rstride N             Random stride bits, continue after end of range by setting up new random stride, Where N in hex format
--share M/N             Divide the keyspace into N equal shares, process the Mth share
--continue FILE         Save/load progress from FILE
-v, --version           Show version

For puzzle 35, 36 and 37

BitCrack.exe -b 64 -t 256 -p 1024 --rstride 5 --keyspace 400000000:1FFFFFFFFF 1PWCx5fovoEaoBowAvF5k91m2Xat9bMgwb 1Be2UF9NLfyLFbtm3TCbmuocc9N1Kduci1 14iXhn8bGajVWegZHJ18vJLHhntcpL4dex
[2021-04-16.22:38:05] [Info] Compression : compressed
[2021-04-16.22:38:05] [Info] Starting at : 0000000000000000000000000000000000000000000000000000000400000000 (35 bit)
[2021-04-16.22:38:05] [Info] Ending at   : 0000000000000000000000000000000000000000000000000000001FFFFFFFFF (37 bit)
[2021-04-16.22:38:05] [Info] Range       : 0000000000000000000000000000000000000000000000000000001BFFFFFFFF (37 bit)
[2021-04-16.22:38:05] [Info] Initializing GeForce GTX 1650
[2021-04-16.22:38:05] [Info] Generating 16,777,216 starting points (640.0MB)
[2021-04-16.22:38:10] [Info] 10.0%  20.0%  30.0%  40.0%  50.0%  60.0%  70.0%  80.0%  90.0%  100.0%
[2021-04-16.22:38:12] [Info] Done
[DEV: GeForce GTX 1650 3363/4096MB] [00000000000000000000000000000000000000000000000000000015DD000000 (37 bit)] [INC: 11, 0] [TARGETS: 3] [SPEED: 305.55 MKey/s] [TOTAL: 4,513,071,104] [00:00:12]
[2021-04-16.22:38:28] [Info] Address     : 14iXhn8bGajVWegZHJ18vJLHhntcpL4dex
                             Private key : 0000000000000000000000000000000000000000000000000000001757756A93
                             Compressed  : yes
                             Public key  : 027D2C03C3EF0AEC70F2C7E1E75454A5DFDD0E1ADEA670C1B3A4643C48AD0F1255

[DEV: GeForce GTX 1650 3334/4096MB] [0000000000000000000000000000000000000000000000000000000774000000 (35 bit)] [INC: 1A, 3] [TARGETS: 2] [SPEED: 302.87 MKey/s] [TOTAL: 17,834,180,608] [00:01:17]
[2021-04-16.22:39:33] [Info] Address     : 1Be2UF9NLfyLFbtm3TCbmuocc9N1Kduci1
                             Private key : 00000000000000000000000000000000000000000000000000000009DE820A7C
                             Compressed  : yes
                             Public key  : 02B3E772216695845FA9DDA419FB5DACA28154D8AA59EA302F05E916635E47B9F6

[DEV: GeForce GTX 1650 3334/4096MB] [0000000000000000000000000000000000000000000000000000000418000000 (35 bit)] [INC: 18, 11] [TARGET: 1] [SPEED: 305.25 MKey/s] [TOTAL: 58,216,939,520] [00:04:21]]
[2021-04-16.22:42:42] [Info] Address     : 1PWCx5fovoEaoBowAvF5k91m2Xat9bMgwb
                             Private key : 00000000000000000000000000000000000000000000000000000004AED21170
                             Compressed  : yes
                             Public key  : 02F6A8148A62320E149CB15C544FE8A25AB483A0095D2280D03B8A00A7FEADA13D


[2021-04-16.22:42:42] [Info] No targets remaining

Building

Windows

  • Microsoft Visual Studio Community 2019
  • CUDA version 10.0

License

BitCrack is licensed under MIT License.

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.

bitcrack2's People

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.