Bitcoin Forum
May 08, 2024, 05:17:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Find the WIF challenge  (Read 1721 times)
PawGo
Legendary
*
Offline Offline

Activity: 952
Merit: 1367


View Profile
August 16, 2022, 08:11:03 AM
 #21

2. Whether valid WIF (leads to non-empty Bitcoin address) actually exist.

I may ensure you there are thousands of valid WIFs with a given checksum. That's the way how my program WifSolverCuda works, it calculates checksum for private keys and if it covers the expected one (from original WIF), pubkey, address etc are checked. But as application verifies millions of keys every second, there are many, many hits of potential keys.
1715188646
Hero Member
*
Offline Offline

Posts: 1715188646

View Profile Personal Message (Offline)

Ignore
1715188646
Reply with quote  #2

1715188646
Report to moderator
1715188646
Hero Member
*
Offline Offline

Posts: 1715188646

View Profile Personal Message (Offline)

Ignore
1715188646
Reply with quote  #2

1715188646
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
casinotester0001
Member
**
Offline Offline

Activity: 194
Merit: 67

'Bitcoin signature chain' & '1 pixel inscriptions'


View Profile
August 16, 2022, 10:25:19 AM
 #22

Looks like i'm not being clear enough. What i mean is whether there's any WIF which generate Bitcoin address where the balance (of generated Bitcoin address) is higher than 0 satoshi.
The program is looking for exactly 1 address (in this challenge case for 1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU) and if the calculated WIF leads to this BTC address then it stops and shows the WIF. And this BTC address balance is > 0 (https://blockchair.com/bitcoin/address/1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU).
PawGo
Legendary
*
Offline Offline

Activity: 952
Merit: 1367


View Profile
August 16, 2022, 11:57:25 AM
 #23

Looks like i'm not being clear enough. What i mean is whether there's any WIF which generate Bitcoin address where the balance (of generated Bitcoin address) is higher than 0 satoshi.

Interesting remark. It is possible to launch search without given target address, then program will output every WIF which fulfills criteria (produces the correct WIF having initial parameters). I think they do not use that approach. It would give many results, but as usually when we are in crypto world, chances it produces address with balance are almost 0.
casinotester0001
Member
**
Offline Offline

Activity: 194
Merit: 67

'Bitcoin signature chain' & '1 pixel inscriptions'


View Profile
August 16, 2022, 05:06:40 PM
 #24

Looks like i'm not being clear enough. What i mean is whether there's any WIF which generate Bitcoin address where the balance (of generated Bitcoin address) is higher than 0 satoshi.
Interesting remark. It is possible to launch search without given target address, then program will output every WIF which fulfills criteria (produces the correct WIF having initial parameters). I think they do not use that approach. It would give many results, but as usually when we are in crypto world, chances it produces address with balance are almost 0.
Interesting remark #2
and then check the valid WIF's bitcoin address against this list: List of all Bitcoin addresses ever used https://bitcointalk.org/index.php?topic=5265993.0
Trancefan
Newbie
*
Offline Offline

Activity: 19
Merit: 2


View Profile
August 17, 2022, 03:00:35 PM
 #25

Find the WIF challenge

The known part of the key is 40 characters from 52
The address 1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU

How to participate in the challenge:

If you have a GPUs:
RTX 2070, 2080, 2090, 3060, 3070, 3080, 3090, A5000, A6000 and are ready to search for a key 24/7

Challenge is a collective search for a key

A large range of 12 characters is divided into 3364 small ranges.
The program is configured correctly, it takes into account many technical aspects of searching for the initial part of the key.

read more : https://github.com/phrutis/wif500

In the photo of the diary, it only shows 38 characters. What happened to the other two characters?
andresteves
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 17, 2022, 03:22:07 PM
Last edit: August 18, 2022, 04:59:25 PM by andresteves
 #26

Find the WIF challenge

The known part of the key is 40 characters from 52
The address 1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU

How to participate in the challenge:

If you have a GPUs:
RTX 2070, 2080, 2090, 3060, 3070, 3080, 3090, A5000, A6000 and are ready to search for a key 24/7

Challenge is a collective search for a key

A large range of 12 characters is divided into 3364 small ranges.
The program is configured correctly, it takes into account many technical aspects of searching for the initial part of the key.

read more : https://github.com/phrutis/wif500

In the photo of the diary, it only shows 38 characters. What happened to the other two characters?

It shows 40 characters:
Code:
5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Trancefan
Newbie
*
Offline Offline

Activity: 19
Merit: 2


View Profile
August 17, 2022, 04:02:02 PM
 #27

Find the WIF challenge

The known part of the key is 40 characters from 52
The address 1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU

How to participate in the challenge:

If you have a GPUs:
RTX 2070, 2080, 2090, 3060, 3070, 3080, 3090, A5000, A6000 and are ready to search for a key 24/7

Challenge is a collective search for a key

A large range of 12 characters is divided into 3364 small ranges.
The program is configured correctly, it takes into account many technical aspects of searching for the initial part of the key.

read more : https://github.com/phrutis/wif500

In the photo of the diary, it only shows 38 characters. What happened to the other two characters?

It shows 40 characters:
Code:
5bCRZhiS5sEGMpmcRZdpAhmWLRfMnutGnPHtjVob

You are right. It does. I apologize.
casinotester0001
Member
**
Offline Offline

Activity: 194
Merit: 67

'Bitcoin signature chain' & '1 pixel inscriptions'


View Profile
August 18, 2022, 10:40:52 AM
 #28

It shows 40 characters:
Code:
5bCRZhiS5sEGMpmcRZdpAhmWLRfMnutGnPHtjVob
You are right. It does. I apologize.
If you want to work with that characters, check them again, they don't match the characters shown in the picture https://github.com/phrutis/wif500.
andresteves
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 18, 2022, 04:59:51 PM
 #29

It shows 40 characters:
Code:
5bCRZhiS5sEGMpmcRZdpAhmWLRfMnutGnPHtjVob
You are right. It does. I apologize.
If you want to work with that characters, check them again, they don't match the characters shown in the picture https://github.com/phrutis/wif500.

Seems like I confused m for n.
math09183
Member
**
Offline Offline

Activity: 170
Merit: 58


View Profile
August 22, 2022, 10:40:03 AM
 #30

Maybe VirusTotal isn't able to analize files good enough?

Typical Russian logic, everyone's else fault, not yours.
You are scammer and thief, you do not only copy-paste other source code, you wait for others to do the job for you, promising 10% 20% 50% of reward. Ridiculous. I am only surprised how many stupid people believe you - but that's how greed works, everyone wants to be rich for free (at other's cost).

You clearly said you do not want to return wif500 coins to owner, which makes you a thief!

Free Ukraine! Free Belarus!
phrutis (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 22, 2022, 05:57:14 PM
Last edit: August 22, 2022, 09:32:06 PM by phrutis
 #31

He will get 10% as agreed.

The owner (a former miner) doesn't even need these coins. He splitted a large account (147PsLmcSFhEUEjAerYY6VEH6Z6kCrDwyK) and transferred back in 2017 to three addresses 500 BTC each. Two of them he has access to:

1Ek93YBu22kMJ43GhbTy13dYnckcbZE4xu
1HtQwoguFkvMynK1NyDhh1weHjrMyDAKU

But for the address 1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU he lost a part of the private key as you can see on the diary photo. And he agreed to make a challenge, where people can participate to find the WIF.
debugasm
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 24, 2022, 08:22:37 AM
 #32

Maybe he also checks others, in the same block of 02 November 2017 there are other addresses that receive 500 BTC:

Code:
1PfNh5fRcE9JKDmicD2Rh3pexGwce1LqyU			50000000908				https://blockchair.com/bitcoin/transaction/62720dea2f1bdd1e83d462465fff69843ad0528c394fe9b410f5636d8606c374

1Ek93YBu22kMJ43GhbTy13dYnckcbZE4xu 50000000908 https://blockchair.com/bitcoin/transaction/b173ca8a44ad9cfa9337aa644cf8d4619eb3e0f5462d998754b7311f97060443
1HtQwoguFkvMynK1NyDhh1weHjrMyDAKU 50000000908 https://blockchair.com/bitcoin/transaction/003ea7afc57bfdc9b69b55d18f7038d0617ec242f34894ee4ea3d438029e0e46

1Ge39w5Ug2y5EiQV4pi4Hj9otvSWhHY4AL 50000000908 https://blockchair.com/bitcoin/transaction/83288136164e63493a3e61142b6a610be3d46d936e17970d382b5245aa10ea28
19nBya8fkJXf1jd5vDVdfQTmpfmEmZSjf1 49999999761 https://blockchair.com/bitcoin/transaction/dcd38d76b699e99df88d3544a3cdb729c06becfea0a77881a7e19f3725fffcb5
19BKs5rtg9DDthGfqDRffH9bCgthRyHez1 49999999761 https://blockchair.com/bitcoin/transaction/e53bec8ddde0beea8fff09228348344ee301bbc25e0cd43de3261ecdccdca962

 Roll Eyes
Trancefan
Newbie
*
Offline Offline

Activity: 19
Merit: 2


View Profile
January 17, 2023, 05:32:20 PM
 #33

I did find a private key, but it isn't the right one.
WIF: KzEqRCHT8Yxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
BTC Address: 14BUHHGATLQYhsytu817cdW3EXfuWgnQtb
Denis_Hitov
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 17, 2023, 10:58:36 PM
 #34

I did find a private key, but it isn't the right one.
WIF: KzEqRCHT8Yxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
BTC Address: 14BUHHGATLQYhsytu817cdW3EXfuWgnQtb

Hi.

There can be a huge number of such private keys. You must specify the address to exclude false keys.

found: 1NHHXBd4TEciCEioM71pM48p9AHCcE4kTU
key  : 58087B91616FA8DEDB7FA0E9C9C4B4C48CF32CCC243383D79E3EA3584BA54F99
WIF  : KzAqRruKGzxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob

found: 19fKRSyPJFG8SsnwH9meLw6DC3y3tntcFB
key  : 5808A69DF6E8B4CA8F1E9C152B5402619BB9EA9EA365842C41A5313F842054F1
WIF  : KzAqWA3BNLxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob

found: 13ZcJFyKz3NE2NWZBgEm2xV1ABnn3D9xkg
key  : 5808B0CF288223EC7C3CD9CF79C90DB073C41F1DD345497C29678D61E889FF19
WIF  : KzAqXB2H2vxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
 
found: 1MKGBZTraWXtA1WYT6DU9wffzNFYKRgsop
key  : 5809758BB48FE6B28AADC240B79AC79BD6CE0B12CAB4868F47B86A05634E5219
WIF  : KzAqroanJaxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
 
found: 1H5eMgcsGvBewQsphbMQX6mZdw8H34NmTW
key  : 5809C5A41A05EA2BECB823C4382A758EE7739DEF696DFB0A02B7633DA713A3CD
WIF  : KzAqzo7YGjxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
 
found: 1MXqhUJTwwtm6qKqPUGePdP9SMsa4ZwnNS
key  : 580A29BADF3CA2CBADB4A2D3CFC8C25E7A46D38B4E0B8116286D6A9AC5295151
WIF  : KzArAnMMkxxe5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Lolo54
Member
**
Offline Offline

Activity: 117
Merit: 32


View Profile
May 13, 2023, 11:46:12 AM
 #35

I had fun going through these ranges on the basis of the principle to reduce the search time that the last character before the 5 could perhaps be:  a c e n h G . According to the script I purposely excluded all other ABCDEF....123456789

Kw111111111a5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kwzzzzzzzzza5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kw111111111c5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kwzzzzzzzzzc5bCRZhiS5sEGMPmcRZdpAhmWLRfMmutGmPHtjVob
Kw111111111e5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kwzzzzzzzzzze5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kw111111111n5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kwzzzzzzzzzn5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kw111111111h5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kwzzzzzzzzzh5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
Kw111111111G5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
KwzzzzzzzzzG5bCRZhiS5sEGMPmcRZdpAhmWLRfMmutGmPHtjVob
The same tracks were made with the prefixes L1 L2 L3 L4 L5 and Kx Ky Kz for compressed

In Uncompressed
5J11111111a5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5Jzzzzzzzza5bCRZhiS5sEGMPmcRZdpAhmWLRfMmutGmPHtjVob
5J11111111c5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5Jzzzzzzzzc5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5J11111111e5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5Jzzzzzzzze5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5J11111111n5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5Jzzzzzzzzn5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5J11111111h5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5Jzzzzzzzzh5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5J11111111G5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob
5JzzzzzzzzG5bCRZhiS5sEGMpmcRZdpAhmWLRfMmutGmPHtjVob

To cover more it would be necessary to continue with 5K and 5H but hey I think like PawGo that it's one more fake and a waste of time, I just wanted to make sure :-)
Surely someone else had to do it before but I haven't seen anything these are my results after there is still a small chance with 5K and 5H or with another character than a c e n h G before 5 but I very much doubt it although it remains a possibility
The only serious addresses that deserve attention are those of Puzzle 1000 BTC, the rest for 99% is only fake or scam
Pages: « 1 [2]  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!