Generating Cryptocurrency Addresses & Private Keys | Cryptonix Script Explained

  Рет қаралды 5,319

Cr0mb

Cr0mb

Күн бұрын

Dive into the world of cryptocurrency address generation and private key creation with Cryptonix. In this video, we explore a Python script that dynamically generates Bitcoin and Ethereum addresses along with their corresponding private keys. Follow along as we dissect the code, understand the process behind key generation, and learn how to check balances for these addresses. Whether you're a beginner curious about crypto or a seasoned enthusiast, this breakdown will give you insights into the technicalities of cryptocurrency security.
github.com/Cr0...

Пікірлер: 59
@mnkylvr05
@mnkylvr05 Күн бұрын
It worked, thank you! Now I’ll continue testing.
@seevik2580
@seevik2580 2 ай бұрын
works like a charm, thanks
@cr0mble
@cr0mble 2 ай бұрын
@@seevik2580 your welcome! :D
@EbenezerAdeoye-mv6wb
@EbenezerAdeoye-mv6wb Ай бұрын
Please how do you set it up I try many way I still don't get
@EbenezerAdeoye-mv6wb
@EbenezerAdeoye-mv6wb Ай бұрын
​​@@cr0mblehelp us please on how to set it up I'm trying to see if I can clone it but am getting confused and sometimes lose, I know you have do a great job with this video but some of us still need you help on how to set it up
@cr0mble
@cr0mble Ай бұрын
@@EbenezerAdeoye-mv6wb this script is not practical for legitimate use. Its for learning only, you have a better chance at winning the lottery every day rather than finding a wallet. The odds are ine in seventy trillion. With that being said, if you have any issues go to the github and request an issue, or, go read. The script is one single file. It should not be that difficult to figure out.
@EbenezerAdeoye-mv6wb
@EbenezerAdeoye-mv6wb Ай бұрын
@@cr0mble it run but didn't not find any Wallet
@quanthanh3749
@quanthanh3749 4 күн бұрын
How can I customize my privatekey according to my opinion? Can you guide?
@anthonycruz1172
@anthonycruz1172 9 күн бұрын
does that really work, how long does it take to find a working wallet, I don't think it's possible
@minhdelete
@minhdelete 5 ай бұрын
Great❤🎉
@DreamPr3mium
@DreamPr3mium 5 ай бұрын
Did you find any accounts with balance?
@cr0mble
@cr0mble 5 ай бұрын
The odds of finding anything using any tool like this one is a one in 70 sextillion chance, so no. This was made and should be used to teach yourself about python, automation, blockchains, and cryptography tables.
@ALuz-pe3bc
@ALuz-pe3bc 2 ай бұрын
@@cr0mble You can use to try find the puzzle wallet, it has 66 bits, it's hard but nothing like 256 bits
@oalexofc
@oalexofc Ай бұрын
É um protótipo apenas. Caso você queria usar Cache do seu CPU e mais núcleos deve desenvolver você mesmo o código. Ele deu tudo já, só melhorar o código.
@vardipoorm
@vardipoorm 23 күн бұрын
Is it possible to edit the program so that people who, for example, have 9 words and want to find 3 words can also use it?
@SawFlash-id8qy
@SawFlash-id8qy Ай бұрын
tnks
@chrisdob1980
@chrisdob1980 12 күн бұрын
working!!!!
@mikesgaming1344
@mikesgaming1344 20 күн бұрын
I keep getting a module not found error saying no module named colorama please help. Also once I do find crypto how to you send it to my personal wallet? Also I’m trying to do this on iPhone and it feels like I almost got it running just missing the colorama
@benjiitax131
@benjiitax131 3 ай бұрын
Do I have to use Python? Or other software
@cr0mble
@cr0mble 3 ай бұрын
python, here I use notepad++ to write the script.
@benjiitax131
@benjiitax131 3 ай бұрын
Thanks
@Kikepoi-Variedades
@Kikepoi-Variedades 2 ай бұрын
sucess!
@fyky2k
@fyky2k Ай бұрын
yo bro i got a crypto wallet w 10k on it on trust wallet but its a watch only wallet and idk how to access it
@ignacioponce-mn8rc
@ignacioponce-mn8rc 3 ай бұрын
How do I install it, I have no idea how it works.
@cr0mble
@cr0mble 3 ай бұрын
Watch the video my man, go onto the gitbub page will tell you what to do
@MrDuy-jd5gf
@MrDuy-jd5gf 3 ай бұрын
I'm Vietnamese, I downloaded it successfully and I found it very slow
@cr0mble
@cr0mble 3 ай бұрын
Read the comments to figure it out
@nikhilpawar8513
@nikhilpawar8513 2 ай бұрын
ModuleNotFoundError: No module named 'colorama'
@cr0mble
@cr0mble 2 ай бұрын
pip install colorama
@ThiThiruppathi-b2j
@ThiThiruppathi-b2j 2 ай бұрын
Bro sudo pip install colorama or sudo apt-git install colorama
@SawFlash-id8qy
@SawFlash-id8qy Ай бұрын
add by bycharm add model ok
@umurgokalp7110
@umurgokalp7110 Ай бұрын
well, I'm throwing it found found = 1 wallet will it appear or is this a prototype
@cr0mble
@cr0mble Ай бұрын
@@umurgokalp7110 the odds of you finding anything are one in seventy trillion. This isnt for hacking crypto wallets, and any other program that says to do so is a lie, has a virus, or works with the exact same odds as this script.
@jester_flix0
@jester_flix0 Ай бұрын
@@cr0mble anyways just assume i found 1 the where will the private key and address be saved?
@UllasJD
@UllasJD 3 ай бұрын
but speed for scan is too slow bro
@cr0mble
@cr0mble 3 ай бұрын
Run multiple processes
@UllasJD
@UllasJD 3 ай бұрын
@@cr0mble how's that
@cr0mble
@cr0mble 3 ай бұрын
@@UllasJD ... you can either just run it multiple times, just do "python cryptonix.py" in multiple different command prompts / terminals.. or you can use a .bat file to run the python script in multiple instances.... (.bat/.sh) for windows: (.bat) @echo off setlocal rem Path to the Python executable and script set PYTHON_EXEC=python set SCRIPT_PATH=path\to\your\script.py rem Start 10 instances of the script for /L %%i in (1,1,10) do ( start "" %PYTHON_EXEC% %SCRIPT_PATH% ) endlocal for linux: (.sh) #!/bin/bash # Path to the Python executable and script PYTHON_EXEC=python3 SCRIPT_PATH=/path/to/your/script.py # Start 10 instances of the script for i in {1..10} do $PYTHON_EXEC $SCRIPT_PATH & done # Wait for all background processes to finish wait
@UllasJD
@UllasJD 3 ай бұрын
@@cr0mble thanks bro❣️
@Denstar2002
@Denstar2002 5 ай бұрын
So what does this do?
@cr0mble
@cr0mble 5 ай бұрын
In this video, we explore a Python script that dynamically generates Bitcoin and Ethereum addresses along with their corresponding private keys.
@edilsonlouzada6976
@edilsonlouzada6976 3 ай бұрын
arquivo requeriments nao existe
@cr0mble
@cr0mble 3 ай бұрын
Requirements do exist and this does work, learn to fix your computer sided issues.
@nikhilpawar8513
@nikhilpawar8513 2 ай бұрын
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
@cr0mble
@cr0mble 2 ай бұрын
pip install {module}
@LynxEditz1
@LynxEditz1 Ай бұрын
​@@cr0mble not working too
@GhostWick13
@GhostWick13 4 ай бұрын
how make it speed ?์
@cr0mble
@cr0mble 4 ай бұрын
Run multiple processes
@MatrixNeoOfficial
@MatrixNeoOfficial Ай бұрын
Hey how to make this code faster? I already tried some things to make but nothing happen.
@cr0mble
@cr0mble Ай бұрын
@@MatrixNeoOfficial learn
@jacneville3467
@jacneville3467 Ай бұрын
video too small cant see clearly on the steps
@cr0mble
@cr0mble Ай бұрын
do 1080p its fine
@semenvelocity
@semenvelocity 5 ай бұрын
i did all of the steps, but there is no requirements.txt file? where do i get it or how do i make it it also says it is missing colorama when i try to run the .py file
@cr0mble
@cr0mble 5 ай бұрын
Learn how to use python and install modules using pip. "pip install {module}"
@Thememecentre2
@Thememecentre2 4 ай бұрын
Having same problem am a beginner and it’s giving me errors please can we have a step by step video on how to make this work by the way your videos are great
@semenvelocity
@semenvelocity 3 ай бұрын
@@Thememecentre2 i figured it out. i believe i used the pip install command and every time it said missing module or something like that like colorama i would type in “pip install colorama” and whatever other name depending on what it said it was missing. i had to do it like 6 times for it to work because apparently i needed to download a lot of python extensions for it to work but yea it works now.
@SmoothJaZzFusion
@SmoothJaZzFusion 2 ай бұрын
@@cr0mble lol
@EbenezerAdeoye-mv6wb
@EbenezerAdeoye-mv6wb Ай бұрын
​@@semenvelocitycan you put me through on how you set it up please
How To Crack Bitcoin Puzzle 66 With Keyhunt
14:47
IMineBlocks
Рет қаралды 83 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 21 МЛН
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 197 М.
crypto scammers DON'T want you to see this
17:48
Full Value Dan
Рет қаралды 229 М.
Using PYTHON to get revenge against scammers!
8:17
CybrZone
Рет қаралды 11 М.
Linux from Scratch
2:35:42
Titus Tech Talk
Рет қаралды 177 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 21 МЛН