Giter Site home page Giter Site logo

mizogg / mizogg-tools Goto Github PK

View Code? Open in Web Editor NEW
109.0 10.0 41.0 21.54 MB

🐍Mizogg-Tools🐍 Tools for Bitcoin Information

License: MIT License

Batchfile 0.06% Python 99.94%
bitcoin brainwallet crytpo dogecoin ethereum hexadecimal mnemonic-phrase private-key wallet-generator

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

mizogg-tools's Issues

Contacting you

Sent you a mail. Anticipating for your response.
Regards

python

Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 972, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Add a check on BTC forks.

Dear Mizzogg!
Please add the verification of Bitcoin forks: BCH, Bitcoin SV
, BTG, etc. in the "Option 7" menu. If possible. Thanks.

Error scaning on option 13

Hello.
You can help my with this error ?

Traceback (most recent call last):
File "/home/kali/Mizogg-Tools-main/Miz_Tools.py", line 1180, in
balance = get_balance(caddr)
File "/home/kali/Mizogg-Tools-main/Miz_Tools.py", line 61, in get_balance
balance = float(response.json()['chain_stats']['funded_txo_sum'])
File "/usr/local/lib/python3.10/dist-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 372, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 402, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
0it [04:37, ?it/s]
Screenshot_2023-01-20_14_58_24

Retrieve ECDSA signature return wrong m hash

Something is wrong with Retrieve ECDSA signature R,S,Z from rawtx or txid online.
I tried on txid: ce9fa9cb962ae5a30fa4da5a8aae0c4b76b6268014015b4b38adb84d5d69624f


# TX1
tx_z = 'f2f21f36996c14c70c669ab1ccba10ab79c148748fb25ac58c2b8a4b748764ff'
tx_r = '763052a7c77f2689cadb58b339a7ea23152bfcc39028094fb078bd24928a2226'
tx_s = 'e2a1158fff5b1b5f49ef3e1df6984ae2ce8eccdf2f87137b8e066e5d967c766'
pub  = '0213841028dbe9616021858b8e1e3f32d58102aa8ba1ae5a520caeab71d19a5e43'
# TX1 VALID

# TX2
tx_z = 'ff04fb7a469a4a8d6858c63188e99413ba87e3bb9a26257130a957a6a7dfd15'
tx_r = 'fde7125dc4a73be2c1a22512c176d393eb0568a9909453ce84617e5c98019fdd'
tx_s = '1bfcfabec9106935256e4dca057296d64521fc90dfe74aed0d35cc13a9686a68'
pub  = '03227c98f8cc660a00fa26ff434757617a4fa6a0078a94d0e3e6d974e81d0f18fe'
# TX2 NOT VALID (WRONG Z)

first signature have correct Z, but second Z is wrong. Signature is not valid.

Another example of txid: d49e18570f6059aa8c781c67acfbf9e9e4266e63b65e9f4016681d7c2e5fdfd9
On both signature return wrong hash ...

What about Linux

Hi, does it work on a Linux terminal, I download it but didn't find the right command to run it. Thank you.

BRUH

Traceback (most recent call last):
File "/home/bamboozled/Mizogg-Tools/Miz_tools_OLD_version/Miz_Tools_ice_colour.py", line 11, in
import secp256k1 as ice
ModuleNotFoundError: No module named 'secp256k1'
bamboozled@FuckeryBox:~/Mizogg-Tools/Miz_tools_OLD_version$ python
Python 2.7.18 (default, Jul 14 2021, 08:11:37)
[GCC 10.2.1 20210110] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import secp256k1 as ice
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named secp256k1
import ice
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named ice

I'm clueless as to what to do next my guy, I already tried importing the module on python; as well as tried to install it thru pip AND pip3 but to no avail.
does thou maybe know thy solution to this perplexing puzzle?

Command Followed

Hi, I did type the command, and both files were installed but the Main menu didn't
Screenshot 2023-06-10 11 57 22 PM

option 11

I see from internet. That python can find private key from 3-5 rsz value of ecdsa !? Can we do something like that !?

Mizogg tool 10

Hello sir I like your tools but I wanted to make a recommendation, please can you make it possible for users to check Bitcoin WIF from a .txt file on number 10, of the tool.
Because I lost my WIF so I wanted to create random characters, put them in a .txt file and check whether any will match
Thanks

BloomFilter

hello i need help
i have this problems
0it [00:00, ?it/s] Please with Database Loading.....
Traceback (most recent call last):
File "/home/ubuntu/.local/share/Trash/files/Mizogg-Tools/Miz_Tools.py", line 111, in
bloom_filter1 = BloomFilter.load(fp)
NameError: name 'BloomFilter' is not defined
0it [00:00, ?it/s]

Keys.py

your other tool keys.py finding

=============Bitcoin Address with Balance Found=====================

Page Number: 904625697166532776746648320380374280100293470930272690489102837043110636673

PrivateKey (hex): found

Bitcoin Address Compressed : 1LX3*************************************************

Bitcoin Address UnCompressed : found

PrivateKey (wif) Compressed : found

PrivateKey (wif) UnCompressed : found

Check All Addresses within 128 in this range to find wallet
but when i try blockchain.com/explorer
there is no balance on address
but your tool saying
Bitcoin address with balance found
so i m unable to understand what this is

also it says Warning

Check All Addresses within 128 in this range to find wallet

what is the meaning of this....

Command Help

What command can I use in the Linux terminal to make the main menu of the Mizoog tool appear on my screen?

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.