Bitcoin Forum
May 05, 2024, 12:38:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cpuBitCrack  (Read 258 times)
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 28, 2021, 05:47:08 PM
 #1

I wrote it in Python to find the Bitcoin private key. Can you edit the tool that I wrote in Python with a compilable software language? The only software language I know is Python, I believe it will be faster with C++.

To sum up;

In the 1st stage, divides the given range into percentages,
in stage 2 divides all intervals of stage 1 into percentages,
In stage 3 it searches for random numbers among all ranges of stage 2.

Prints the BULUNDU.txt file if there is a match at any stage.

https://github.com/sezginyildirim91/cpuBitCrack/blob/main/cpuBitCrack.py
1714912689
Hero Member
*
Offline Offline

Posts: 1714912689

View Profile Personal Message (Offline)

Ignore
1714912689
Reply with quote  #2

1714912689
Report to moderator
1714912689
Hero Member
*
Offline Offline

Posts: 1714912689

View Profile Personal Message (Offline)

Ignore
1714912689
Reply with quote  #2

1714912689
Report to moderator
1714912689
Hero Member
*
Offline Offline

Posts: 1714912689

View Profile Personal Message (Offline)

Ignore
1714912689
Reply with quote  #2

1714912689
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714912689
Hero Member
*
Offline Offline

Posts: 1714912689

View Profile Personal Message (Offline)

Ignore
1714912689
Reply with quote  #2

1714912689
Report to moderator
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
May 28, 2021, 10:41:03 PM
 #2

You do realize that CPU address brute-forcing is almost as obsolete as cpu bitcoin mining right?

While these were good during the era where there were many loaded brainwallets and low-hanging targets, it all has been long exhausted.

Merely switching to a faster language won't improve performance noticeably enough, it's a matter of what hardware it's being run on.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
May 29, 2021, 06:55:24 AM
Merited by hugeblack (2), NotATether (1), Stroncow (1)
 #3


you script is slow work because it work only on 1 core CPU or 1 thread
try check on talk manager and show CPU core work

try copy method from this script
https://github.com/Xefrok/BitBruteForce-Wallet/blob/master/seekanddestroy.py

it work on all cpu core by using python multi process multi thread work
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
May 29, 2021, 02:07:40 PM
 #4

This is somehow a step backwards...


I mean, even forking from Brainflayer would have been OK, I guess...
dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
May 29, 2021, 02:50:06 PM
 #5

hi there,. guys Stroncow nice coding.
you made that one ? random mode maybe. nice piece, working as supposed i guess.
l think this one with gpu would be a nice one.
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 29, 2021, 07:33:59 PM
 #6

hi there,. guys Stroncow nice coding.
you made that one ? random mode maybe. nice piece, working as supposed i guess.
l think this one with gpu would be a nice one.

Yes, I coded it. That's what I'm talking about too, I'm somewhat familiar with the python language. Therefore, I do not know any coding language professionally. I'd go for a GPU version if I knew.
NotATether
Legendary
*
Offline Offline

Activity: 1596
Merit: 6728


bitcoincleanup.com / bitmixlist.org


View Profile WWW
May 29, 2021, 07:56:27 PM
 #7

hi there,. guys Stroncow nice coding.
you made that one ? random mode maybe. nice piece, working as supposed i guess.
l think this one with gpu would be a nice one.

Yes, I coded it. That's what I'm talking about too, I'm somewhat familiar with the python language. Therefore, I do not know any coding language professionally. I'd go for a GPU version if I knew.

Yeah, that's the thing about coding GPU solvers unfortunately. The barrier to entry is so high because of the lack of accessible tutorials (not NVIDIA's or OpenCL's documentation) and the expensive specialized hardware required to run them on in many cases can only be rented on a few sites.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
ymgve2
Full Member
***
Offline Offline

Activity: 161
Merit: 230


View Profile
May 29, 2021, 11:33:32 PM
 #8

It seems like this script builds other scripts which is then executed. I can assure you, it is NOT faster than C++. Even un-optimized Brainflayer can reach speeds of 100000 addresses per second, what's your benchmark?

edit: After looking more at the script I have no idea WTF this garbage is. It doesn't do any EC operations, and refers to functions that are not defined in the source. It also uses REGULAR EXPRESSIONS to check if it found a match, which is like hitting a screw with a rubber hammer.
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
May 30, 2021, 12:47:43 AM
 #9

It is using https://pypi.org/project/bit/ as library, which does all the calculations. But yeah, I guess that OP does not even know python enough to be called a coder. I mean... he basically concatenates a program which then is called by exec.  Grin Grin Grin
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 30, 2021, 10:02:31 AM
 #10

It seems like this script builds other scripts which is then executed. I can assure you, it is NOT faster than C++. Even un-optimized Brainflayer can reach speeds of 100000 addresses per second, what's your benchmark?

edit: After looking more at the script I have no idea WTF this garbage is. It doesn't do any EC operations, and refers to functions that are not defined in the source. It also uses REGULAR EXPRESSIONS to check if it found a match, which is like hitting a screw with a rubber hammer.

It is using https://pypi.org/project/bit/ as library, which does all the calculations. But yeah, I guess that OP does not even know python enough to be called a coder. I mean... he basically concatenates a program which then is called by exec.  Grin Grin Grin


I perceived your criticisms as insulting. These must be your psychological reflections. I already said I'm a beginner above, if you don't like it, leave it and go Smiley
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
May 30, 2021, 10:52:58 AM
 #11

According to human rights a critique does not need to be nice. Even harsh words are acceptable.

I guess you are such a person that thinks that everything what he does has to be commented nicely and if not, it is personally insulting and then you conclude that the critique is void.

On the contrary... Where would we be when harsh critique would be void? I mean Bitcoin is a huge fuck you to the Fiat and banking system.

So to be honest, your program is indeed garbage. Take the critique like a man and use it as a chance to personally grow and motivation to learn programming. But don't whine when your garbage is classified as the garbage it is... We see here professional coding which is a magnitude of a million better than your "code".
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 30, 2021, 11:10:58 AM
 #12

According to human rights a critique does not need to be nice. Even harsh words are acceptable.

I guess you are such a person that thinks that everything what he does has to be commented nicely and if not, it is personally insulting and then you conclude that the critique is void.

On the contrary... Where would we be when harsh critique would be void? I mean Bitcoin is a huge fuck you to the Fiat and banking system.

So to be honest, your program is indeed garbage. Take the critique like a man and use it as a chance to personally grow and motivation to learn programming. But don't whine when your garbage is classified as the garbage it is... We see here professional coding which is a magnitude of a million better than your "code".

I didn't try to convince anyone that he was good anyway I understand your criticism, but it's very unfounded. I've been trying different things and I've shared this here. You want to see only the best on the stage, I understood this place very well.
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
May 30, 2021, 11:24:33 AM
 #13

What is unfounded??? Please stop ignoring the critique:

The code is concatting a string and exec(using) it.

This is garbage.
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 30, 2021, 01:56:44 PM
 #14


Additionally, you can install PyPy (https://www.pypy.org/) which could improve the performance without change single line of your code. After install PyPy, you can use it to run your code using this command

Code:
pypy3 cpuBitCrack.py

Thank you for your suggestion.

What is unfounded??? Please stop ignoring the critique:

The code is concatting a string and exec(using) it.

This is garbage.

Ok bro, I already know it's garbage. I wish you a utopian world Cheesy
a.a
Member
**
Offline Offline

Activity: 126
Merit: 36


View Profile
May 30, 2021, 03:04:19 PM
 #15

Hahaha

https://github.com/albertobsd/keyhunt/issues/75

Quote
Is it possible to add the tool I wrote with Python to Keyhunt? I think it will be more advantageous compared to faster and sequential search.

The balls to suggest that to a serious repo/developer  Grin Grin Grin Grin
Stroncow (OP)
Jr. Member
*
Offline Offline

Activity: 38
Merit: 13


View Profile
May 30, 2021, 03:10:12 PM
 #16

Hahaha

https://github.com/albertobsd/keyhunt/issues/75

Quote
Is it possible to add the tool I wrote with Python to Keyhunt? I think it will be more advantageous compared to faster and sequential search.

The balls to suggest that to a serious repo/developer  Grin Grin Grin Grin

You really have a child's mind. Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!