Git Product home page Git Product logo

tkinter-power's Introduction

Tkinter-Power

New Version1.13 Recovery Tools and Fixes

image image

Bitcoin private generator made with tkinter. Looks for Bitcoin in a nice GUI interface. Private key, Wallet Generation, Hex, Dec, WIF and Mnemonic.

Many functions and tools. Calculator games 16x16 Visual Hex.

Bitcoin&Crypto Tkinter GUI Hunter

MADE IN 🐍 PYTHON 🐍

Microsoft C++ Build Tools required on Windows https://visualstudio.microsoft.com/visual-cpp-build-tools/

download and install

Install Libaries

pip install bit
pip install numpy
pip install base58
pip install ecdsa
pip install simplebloomfilter
pip install bitarray==1.9.2
pip install lxml
pip install requests
pip install psutil

Ubuntu Install.

sudo apt install python3-pip
sudo apt install python3-tk
python3 -m pip install psutil
python3 -m pip install base58
python3 -m pip install ecdsa
python3 -m pip install simplebloomfilter
python3 -m pip install lxml
python3 -m pip install bit
python3 -m pip install numpy
python3 -m pip install bitarray==1.9.2

openssl/openssl#16994

Find out where your config file is.

openssl version -d

Edit Config File

sudo nano openssl.cn
openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

Make a Bloomfilter database. Within the file folder is Cbloom.py file will convert any bitcoin text file to a bloomfile.

You will have to run the command below.

Example 1

python Cbloom.py btc.txt btc.bf

Example 2

python Cbloom.py puzzle.txt puzzle.bf

To Run Bitcoin Hunter from cmd or powershell.

python BitcoinHunter.py

Main Bitcoin Wallet Generator

image

Winner Display

image

Conversion Tools

image

Brain Wallet Tools

image

Calculator

image image

Mnemonic Wallet Tools

image

16x16.py

16x16Hunter is a simple implementation of a cellular automaton, inspired by the classic game of Life. Each cell has two states, on and off, and the state of each cell is determined by the states of its eight neighboring cells according to a set of rules. By setting the initial state of the cells and then letting the automaton run, complex patterns and behavior can emerge.

In this implementation, you canedit the grid by clicking on cells to toggle their state, or by using the options in the Grid Options frame. You can start, pause, and step through the automaton using the Play Options frame. You can adjust the speed of the automaton using the Speed frame, and set the initial seed of the random generator using the Random Seed frame. You can also set the rules of the automaton using the Rule frame. The Info frame displays information about the current state of the automaton, including the current tick, the number of on and off cells, and the binary, decimal, and hexadecimal representations of the current state.

In addition, you can enter a hexadecimal value in the Enter hex value field and click the Update grid button to set the grid to the corresponding state. This can be useful for exploring specific patterns or behavior.

16x16Hunter was developed by Mizogg as a fun and educational project. The code is available on [GitHub/https://github.com/Mizogg/Tkinter-Power] for anyone to use or modify. If you have any questions or suggestions, feel free to contact me at [https://t.me/CryptoCrackersUK].

bandicam.2023-01-02.16-30-42-245.mp4
bandicam.2023-01-02.16-28-52-112.mp4

About Bitcoin

image

Some Fun

image

If you Like Give me a Star ⭐⭐⭐⭐

                Look for Bitcoin with tkinter and python in GUI.
                        Made By Mizogg.co.uk
                    Version = 1.13  (1810 Lines of code)
        New Recovery Tools Added Hunt for WIF DEC HEX Missing characters.
            
                    Version = 1.12  (1727 Lines of code) 
        Added Bitcoin Miner (TEST Work in Progress) Add you own wallet to miner Page.
    Start the miner and hunt for Bitcoin. the Miner will run in the CMD window Behind
            Fixed error in rotaion4 report to file
            Fixed error with starting private key in Pages Sequential
            
                    Version = 1.11  (1450 Lines of code) 
            Added Rotation4Bit @AlphaCentury, 28.04.22 
     Script to print all rotations of a randomly generated string.(EDITED)
        20 Ranges 64 private keys per range 4 addresses per key.
                        
                    Version = 1.10
    Added Seach by Pages 128 Private keys per page 512 Addresses (Much Faster)
               Memory leak Fixed on Brain, Mnemonic and 16x16
                    Version = 1.9 (1087 Lines of code)
                        NEW CALCULATOR  added 
                    
                    Version = 1.8 (1422 Lines of code) 
                New features added to Brain Wallet Generator
                    New features added to Bitcoin Generator

                            Version = 1.7
                New Conversion BITS to HEX DEC Binary
                Plus and Minus Ranges in conversion
                Updates to brain and Words auto start input
            Input start and stop Decimal main Bitcoin Generator
        1 Brain word from list TODO make stop function on 1 Brain

                    Version = 1.6 (1654 Lines of code) 
                    16x16Hunter speed improvements
                Other Fixes and code reduced in size
                    removed Puzzle Tab and block game
                        
                            Version = 1.5
                        16x16Hunter added Offline

                            Version = 1.4
                            Pop Up boxes

                            Version = 1.3
                        Mnemonic added NEW Feature
                    Added Random Button To Convertor Tab
            Added Start and Stop to Brain Wallet also Added Input screen
                        Puzzle page Updated

                Version = 1.2 (3100 Lines of code) 
                    Added Brain Online and Oflline
                        Added Conversion Tools
                        Added Atomic Wallet API
                Big Thanks TO @Clintsoff and CryptoCrackers
            More Information and help please check links in menu help !!!

Check out more of my programs.[Website/https://mizogg/.co.uk]

Good Luck and Happy hunting

tkinter-power's People

Contributors

mizogg 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  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

tkinter-power's Issues

Improve scanning on random option

Hi Mizogg, I have an idea that I think will improve the random scanning result, I want to see if you can implement it .

Is it possible that in random mode when scanning a page or range can save the info that already scanned that range or specific page to not scan redundantly again? can be in a file where the progress is saved may be on a local database but each page range scanned, but always keeping the random mode not sequential, that will make each time we are closer to find a specific private key randomly because the range to scan will decrease more and more, Is this possible, I would like that you can implement it, Let me know, Thanks.

eth1.bf

hello why does it need two files eth.bf and eth1.bf?

error on windows

File "C:\Python311\Lib\tkinter_init_.py", line 1948, in __call__866484608
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Tkinter-Power-main\BitcoinHunter.py", line 1342, in Random_Bruteforce_Speed_online
self.brute_results_online(dec)
File "C:\Tkinter-Power-main\BitcoinHunter.py", line 1329, in brute_results_online
scantext = MIZ.super_bal(self, dec)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Tkinter-Power-main\mizlib.py", line 1292, in super_bal198755696612
balance = float(response.json()['chain_stats']['funded_txo_sum'])
^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\requests\models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 2 column 1 (char 1)

Bitarray

Bittaray < здрасвуйте . Помогите пожалуйста,мучаюсь уже сутки не могу запустить CoinHunter.py , зоть у меня и Пайтон 3.11 и Висуал Студио 14.0 . что тольке не делал и заново переустанавливал все и компилировал - битаррей не хочет и все. ПОМОГИТЕ

PS E:\Python3.11> pip install bitarray==1.9.2
Collecting bitarray==1.9.2
Using cached bitarray-1.9.2.tar.gz (69 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: bitarray
Attempting uninstall: bitarray
Found existing installation: bitarray 2.5.1
Uninstalling bitarray-2.5.1:
Successfully uninstalled bitarray-2.5.1
DEPRECATION: bitarray is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for bitarray ... error
error: subprocess-exited-with-error

× Running setup.py install for bitarray did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
running install
E:\Python3.11\Lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-311
creating build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_bitarray.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_util.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\util.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray_init_.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\bitarray.h -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\pythoncapi_compat.h -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_data.pickle -> build\lib.win-amd64-cpython-311\bitarray
running build_ext
building 'bitarray._bitarray' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
Rolling back uninstall of bitarray
Moving to e:\python3.11\lib\site-packages\bitarray-2.5.1.dist-info
from E:\Python3.11\Lib\site-packages~itarray-2.5.1.dist-info
Moving to e:\python3.11\lib\site-packages\bitarray
from E:\Python3.11\Lib\site-packages~itarray
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> bitarray

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

[notice] A new release of pip available: 22.3 -> 23.3
[notice] To update, run: python.exe -m pip install --upgrade pip
PS E:\Python3.11> python -V
Python 3.11.0
PS E:\Python3.11>

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.