GithubHelp home page GithubHelp logo

Comments (4)

vlnahp avatar vlnahp commented on August 18, 2024

Hi @Werevalis!
To see the addresses you need to remove the comments from part of the code below:

        #else: # uncommenting this part makes our code slow down
            #print ('false')
            #print(wif.decode("utf-8"))
            #print(z)

It has to look like this:

        else: # uncommenting this part makes our code slow down
            print ('false')
            print(wif.decode("utf-8"))
            print(z)

But it is recommended to keep it commented. Printing all the addresses makes us very slow!

from btcbf.

Werevalis avatar Werevalis commented on August 18, 2024

What do you want to do? <<options: [gen]: generate wallet address and private key, [brute1]: brute force bitcoin offline, [brute2]: brute force bitcoin online, [exit]: exit>> brute1
How many cores to be used? (leave empty to use all available cores):
Starting ...
0%| | 0/1e+16 [00:00<?, ?it/s]Exception in thread Thread-1:
Running ...
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "multiprocessing\pool.py", line 519, in _handle_workers
File "multiprocessing\pool.py", line 499, in _wait_for_updates
File "multiprocessing\connection.py", line 884, in wait
File "multiprocessing\connection.py", line 816, in _exhaustive_wait
ValueError: need at most 63 handles, got a sequence of length 130
0%| | 1571753/1e+16 [00:52<92251961:45:51, 30110.77it/s]

from btcbf.

Werevalis avatar Werevalis commented on August 18, 2024

I have this errors and should the 0% change?

from btcbf.

vlnahp avatar vlnahp commented on August 18, 2024

You have too many cores and it seems that the program can't handle all of them. I don't know any fix to it. Just reduce the number of cores used by the program.

from btcbf.

Related Issues (20)

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.