Giter Club home page Giter Club logo

plutushybrid's Introduction

A Hybrid tool of the Plutus Bitcoin Brute Forcer - all credit for this goes to https://github.com/Isaacdelly/Plutus.

This tool generates a random 12 word seed, and then creates a private key and public key in the hopes of matching a public key with balance.

Additional credit goes to @johnlockejr for helping with making sure the 12 word seed and the corresponding math in creating the private key works properly!!

plutushybrid's People

Contributors

alwaysminingbtc avatar

Stargazers

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

Watchers

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

plutushybrid's Issues

Mnemonic seed

Help me, please

Traceback (most recent call last):
File "plutushybrid.py", line 2, in
import mnemonic
ModuleNotFoundError: No module named 'mnemonic'

"pip install mnemonic" don't help me

can't get it to run

Im trying to use this instead of the original plutus.

Traceback (most recent call last):
File "/Users/xxxxx/plutushybrid/plutushybrid.py", line 3, in
import mnemonic
ModuleNotFoundError: No module named 'mnemonic'

when i run:

xxxxx@-MacBook-Pro ~ % pip3 install mnemonic
Requirement already satisfied: mnemonic in /usr/local/lib/python3.9/site-packages (0.19)

xxxxx@-MacBook-Pro ~ % python3 plutushybrid/plutushybrid.py
Traceback (most recent call last):
File "/Users/xxxxx/plutushybrid/plutushybrid.py", line 2, in
import mnemonic
ModuleNotFoundError: No module named 'mnemonic'

English Dictionary

Correct me if I'm wrong, but isn't the dictionary part of the bip module? Is the file here only meant as a reference?

Awesome job either way!

Suggested Update - Memory usage issue with original source.

I was recently asking the original author of Plutus about this same issue, he's since updated his code. There's a memory issue with loading the full database when only Legacy (P2PKH) addresses are the ones it checks. The segwit and legacy segwit addresses in the database only slow things down, please consider updating to one that only loads the addresses that begin with '1', unless your code checks all available and possible addresses. You check his recent commit for the changes he made. Thanks

Database error

How to resolve this isssue.. I downloaded the latest database too.. there is Jan 25 2020. I changed the date & tried but still gives same error with Jan 25

C:\python36\plutushybrid-master\database>python36 plutushybrid.py
Traceback (most recent call last):
File "plutushybrid.py", line 94, in
count = len(os.listdir(DATABASE))
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'data
base/JAN_13_2020/'

C:\python36\plutushybrid-master\database>

range(8 * (0 % 3 + 2))

Am I missing something or does this not always equal 16? What's the point of the equation?

How to run Hybrid.

Hello everyone,
I ask you for help for the correct installation of Plutus Hybrid.
I can't start Hybrid. Is there a guide for correct functioning in the community, exactly as it was for Plutus?
Thank you.

Can't execute

root@kali:~/plutushybid# python plutushybrid.py

File "plutushybrid.py", line 99
print('\rreading database: ' + str(c + 1) + '/' + str(count), end = ' ')
^
SyntaxError: invalid syntax

Error 'Ran out of input'

reading database: 12/12 DONE
Traceback (most recent call last):
File "C:\Python\plutushybrid\plutushybrid.py", line 112, in
multiprocessing.Process(target = main, args = (database, )).start()
File "C:\Python\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
File "C:\Python\lib\multiprocessing\context.py", line 212, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "C:\Python\lib\multiprocessing\context.py", line 313, in _Popen
return Popen(process_obj)
File "C:\Python\lib\multiprocessing\popen_spawn_win32.py", line 66, in _init
_
reduction.dump(process_obj, to_child)
File "C:\Python\lib\multiprocessing\reduction.py", line 59, in dump
ForkingPickler(file, protocol).dump(obj)
MemoryError
Traceback (most recent call last):
File "", line 1, in
File "C:\Python\lib\multiprocessing\spawn.py", line 106, in spawn_main
exitcode = _main(fd)
File "C:\Python\lib\multiprocessing\spawn.py", line 116, in _main
self = pickle.load(from_parent)
EOFError: Ran out of input

Windows XP,Atom proccesor, Python 3.4.3
I don't understand what the problem ?
Maybe old proccesor of old windows ?

ImportError: cannot import name 'Mnemonic' from 'mnemonic'

====== RESTART: C:\Users\lk\Desktop\plutushybrid-master\plutushybrid.py ======
Traceback (most recent call last):
File "C:\Users\lk\Desktop\plutushybrid-master\plutushybrid.py", line 10, in
from mnemonic import Mnemonic
ImportError: cannot import name 'Mnemonic' from 'mnemonic' (unknown location)

I am trying to run the project, but with the above error, please help me, thanks

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.