Bitcoin Forum
May 12, 2024, 03:28:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: Baby Step Giant Step Combined Efforts to Find 1.2 Bitcoin  (Read 1829 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (2 posts by 1+ user deleted.)
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
April 25, 2021, 01:55:40 PM
 #61

How much RAM is needed to solve key #120, #125, and #130 with BSGS?
1715484487
Hero Member
*
Offline Offline

Posts: 1715484487

View Profile Personal Message (Offline)

Ignore
1715484487
Reply with quote  #2

1715484487
Report to moderator
1715484487
Hero Member
*
Offline Offline

Posts: 1715484487

View Profile Personal Message (Offline)

Ignore
1715484487
Reply with quote  #2

1715484487
Report to moderator
1715484487
Hero Member
*
Offline Offline

Posts: 1715484487

View Profile Personal Message (Offline)

Ignore
1715484487
Reply with quote  #2

1715484487
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
May 06, 2021, 01:16:07 PM
 #62

problem BSGS it is using a lot of Memory RAM
my PC can not rung BSGS  (program not respond)

I got idea from Chia coin (mine hard disk)

it can possible make BSGS to write to harddisk replace using full memory?
ok may be make it slow than using all memory
PrivatePerson
Member
**
Offline Offline

Activity: 173
Merit: 12


View Profile
July 08, 2021, 07:56:26 PM
 #63

Has anyone tried this program?
https://github.com/albertobsd/keyhunt
It also has an implementation of BSGS
PrivatePerson
Member
**
Offline Offline

Activity: 173
Merit: 12


View Profile
July 09, 2021, 07:25:16 PM
 #64

I took the #120 public key (120 bits) and compressed it down to 117 bits to make our search range 8 times smaller.
Can you explain in more detail how to do this?
Any range can be compressed ?
How many bits can you compress?
WanderingPhilospher (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 09, 2021, 07:48:21 PM
 #65

I took the #120 public key (120 bits) and compressed it down to 117 bits to make our search range 8 times smaller.
Can you explain in more detail how to do this?
Any range can be compressed ?
How many bits can you compress?

Start here, and read forward up til the last posts. It's all explained there with some examples.
But a quick answer to your questions, yes any range can be compressed. As many bits as you can print pubkeys and check for.
https://bitcointalk.org/index.php?topic=5244940.1900
simplebtcfuture
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
July 12, 2021, 08:28:05 PM
 #66

Ok so I managed to run the program on multiple PCs, I have a couple of questions, I am not a pro programmer but trying to learn so please bear with me...

1) How does the program know NOT to search for ranges that someone else has already searched for? is it automated in the code to get previous searches from other users online? If so, does that mean that it would be a bad idea to run it on an air gapped PC?

2) I am currently running bat files: 10,17,18... would running them again after scan completion search for different ranges within 10 & 17 & 18 automatically?

3) Can I try my luck and use BSGS to search for other wallets' private keys (example: wallet #64 or #66)? If so can someone please Eli5 how to do it? (where to input other wallet's public key and how to set range?

I am learning python these days, dunno if that will help  Grin


WanderingPhilospher (OP)
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 17, 2021, 10:39:38 PM
Merited by vapourminer (1)
 #67

Quote
1) How does the program know NOT to search for ranges that someone else has already searched for? is it automated in the code to get previous searches from other users online? If so, does that mean that it would be a bad idea to run it on an air gapped PC?
The program does not know, but there are MANY ranges to check. That's why a pool would need to be formed. The odds of same range being checked early in the search would be rare and even if, those numbers would be small.

Quote
2) I am currently running bat files: 10,17,18... would running them again after scan completion search for different ranges within 10 & 17 & 18 automatically?
Which version are you using?

Quote
3) Can I try my luck and use BSGS to search for other wallets' private keys (example: wallet #64 or #66)? If so can someone please Eli5 how to do it? (where to input other wallet's public key and how to set range?
Depends on which version I put out you are using. One version only searches for #120 subtracted range, the other version you could use for any wallet/range.
For #64 or #66, it cannot be used because we do not know the public key for those addresses.



Pages: « 1 2 3 [4]  All
  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!