Bitcoin Forum
May 08, 2024, 03:32:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 251 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 186401 times)
Feron
Jr. Member
*
Offline Offline

Activity: 42
Merit: 1


View Profile
April 15, 2022, 09:28:02 AM
Last edit: April 15, 2022, 11:48:31 AM by Feron
 #1841

mathematics multiples scanner
Code:
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
 if x < 10 and y < 10:
  return x*y
 xxx = max(len(str(x)),len(str(y)))
 vvv = ceil(xxx/2)
 kxk = floor(x / 10**vvv)
 sxs = x % (10**vvv)
 kyk = floor(y / 10**vvv)
 sys = y % (10**vvv)
 aaa = times(kxk,kyk)
 bbb = times(sxs,sys)
 ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
 return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000000000):
 #ra = random.randint(4611686018427387904,9223372036854775808)
 vv = times(xx,xx)
 ke = ice.privatekey_to_h160(0,True,vv).hex()
 if (ke).endswith("48a4"):
  print(xx,"x",xx,"=",vv,ke)
 if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
  f=open("test.txt","a")
  f.write(str(vv)+"-"+(ke)+"\n")
  f.close()
you can use a random multiples stack
random mode
Code:
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
 if x < 10 and y < 10:
  return x*y
 xxx = max(len(str(x)),len(str(y)))
 vvv = ceil(xxx/2)
 kxk = floor(x / 10**vvv)
 sxs = x % (10**vvv)
 kyk = floor(y / 10**vvv)
 sys = y % (10**vvv)
 aaa = times(kxk,kyk)
 bbb = times(sxs,sys)
 ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
 return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000):
 ra = random.randint(3040000000,4300000000)
 vv = times(ra,ra)
 ke = ice.privatekey_to_h160(0,True,vv).hex()
 if (ke).endswith("48a4"):
  print(ra,"x",ra,"=",vv,ke)
 if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
  f=open("test.txt","a")
  f.write(str(vv)+"-"+(ke)+"\n")
  f.close()
random calculator mode
Code:
from math import ceil,floor
import secp256k1 as ice
#from bit import Key
import random
def times(x,y):
 if x < 10 and y < 10:
  return x*y
 xxx = max(len(str(x)),len(str(y)))
 vvv = ceil(xxx/2)
 kxk = floor(x / 10**vvv)
 sxs = x % (10**vvv)
 kyk = floor(y / 10**vvv)
 sys = y % (10**vvv)
 aaa = times(kxk,kyk)
 bbb = times(sxs,sys)
 ccc = times(kxk + sxs,kyk + sys) - aaa - bbb
 return int(aaa*(10**(vvv*2)) + ccc*(10**vvv) + bbb)
for xx in range(1,1000000000):
 ra = random.randint(3040000000,4300000000)
 rb = random.randint(3040000000,4300000000)
 vv = times(ra,rb)
 ke = ice.privatekey_to_h160(0,True,vv).hex()
 if (ke).endswith("48a4"):
  print(ra,"x",rb,"=",vv,ke)
 if (ke) == "3ee4133d991f52fdf6a25c9834e0745ac74248a4":
  f=open("test.txt","a")
  f.write(str(vv)+"-"+(ke)+"\n")
  f.close()
1715139139
Hero Member
*
Offline Offline

Posts: 1715139139

View Profile Personal Message (Offline)

Ignore
1715139139
Reply with quote  #2

1715139139
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715139139
Hero Member
*
Offline Offline

Posts: 1715139139

View Profile Personal Message (Offline)

Ignore
1715139139
Reply with quote  #2

1715139139
Report to moderator
1715139139
Hero Member
*
Offline Offline

Posts: 1715139139

View Profile Personal Message (Offline)

Ignore
1715139139
Reply with quote  #2

1715139139
Report to moderator
1715139139
Hero Member
*
Offline Offline

Posts: 1715139139

View Profile Personal Message (Offline)

Ignore
1715139139
Reply with quote  #2

1715139139
Report to moderator
shelby0930
Newbie
*
Offline Offline

Activity: 24
Merit: 4


View Profile
April 17, 2022, 08:00:57 AM
 #1842

Hello guys,

I wanna team up with people wo believes in team work than goin solo in here to solve at least 2 puzzles, you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s i'm not a great programmer but i have resources like Steve jobs always said what a team can achieve an individual cannot achieve. i look forward to making a team a great one
COBRAS
Member
**
Offline Offline

Activity: 850
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
April 17, 2022, 09:45:57 PM
 #1843

Hello guys,

I wanna team up with people wo believes in team work than goin solo in here to solve at least 2 puzzles, you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s i'm not a great programmer but i have resources like Steve jobs always said what a team can achieve an individual cannot achieve. i look forward to making a team a great one

Can you crack 2^60 pubkeys in range 2^60...2^50 each ? If yes, we can crack 120,125,130 puzzless.... Huh? I know how to exact crack !!! And I work on methods with less pubkeys needed for crack !!!

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 17, 2022, 11:07:15 PM
 #1844

you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s
Holy shit! how you got 16 Tesla's A100 GPUS? aren't they expensive? i guess each one cost +10k$?
Have you tested the speed of all the teslas GPUS? 23 TKey/s? in which programm Vanitysearch?
fxsniper
Member
**
Offline Offline

Activity: 406
Merit: 45


View Profile
April 18, 2022, 05:30:10 AM
 #1845

you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s
Holy shit! how you got 16 Tesla's A100 GPUS? aren't they expensive? i guess each one cost +10k$?
Have you tested the speed of all the teslas GPUS? 23 TKey/s? in which programm Vanitysearch?


use budget to rent use on google cloud may be better Cost: USD 13,000 per 1 month (maybe 10 USD per hour)
I am not sure this price is correct or not. I never try use Tesla's A100 GPU
shelby0930
Newbie
*
Offline Offline

Activity: 24
Merit: 4


View Profile
April 18, 2022, 07:04:30 AM
 #1846

you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s
Holy shit! how you got 16 Tesla's A100 GPUS? aren't they expensive? i guess each one cost +10k$?
Have you tested the speed of all the teslas GPUS? 23 TKey/s? in which programm Vanitysearch?


I have tested it on CuBitcrack  i don't own it. i have  it with HPC and yes it can scan 23 TKey/s
COBRAS
Member
**
Offline Offline

Activity: 850
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
April 18, 2022, 07:50:00 AM
 #1847

you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s
Holy shit! how you got 16 Tesla's A100 GPUS? aren't they expensive? i guess each one cost +10k$?
Have you tested the speed of all the teslas GPUS? 23 TKey/s? in which programm Vanitysearch?


I have tested it on CuBitcrack  i don't own it. i have  it with HPC and yes it can scan 23 TKey/s


 Pm me, we can crac1,2 puzzles if you have fast hdd, lot of memory,   and CUDA.

I can downgrade pubkey 120 to 90 bit, but we need crack2^30 pubkey for get privkey...

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
shelby0930
Newbie
*
Offline Offline

Activity: 24
Merit: 4


View Profile
April 18, 2022, 09:38:27 AM
 #1848

Hello guys,

I wanna team up with people wo believes in team work than goin solo in here to solve at least 2 puzzles, you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s i'm not a great programmer but i have resources like Steve jobs always said what a team can achieve an individual cannot achieve. i look forward to making a team a great one

Can you crack 2^60 pubkeys in range 2^60...2^50 each ? If yes, we can crack 120,125,130 puzzless.... Huh? I know how to exact crack !!! And I work on methods with less pubkeys needed for crack !!!

Oh wow Great..!! I'm hoping that we could work together you can use my resource. how do we proceed..??
GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 18, 2022, 10:53:11 AM
 #1849


Each one can scan 23 TKey/s using CuBitcrack or the whole 16 Tesla's GPUs?

I don't think there's a method to crack puzzles fast, unless of course if you have public key.

All you can do in my opinion is to search randomly in puzzle 64 using 16 Tesla's GPUs with the speed of 23TKey/s and hope for luck to get the private key.
COBRAS
Member
**
Offline Offline

Activity: 850
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
April 18, 2022, 02:22:36 PM
 #1850

Hello guys,

I wanna team up with people wo believes in team work than goin solo in here to solve at least 2 puzzles, you write the code and i have resource to run i have 16 tesla A100 gpus with it we can scan unto 23 TKey/s i'm not a great programmer but i have resources like Steve jobs always said what a team can achieve an individual cannot achieve. i look forward to making a team a great one

Can you crack 2^60 pubkeys in range 2^60...2^50 each ? If yes, we can crack 120,125,130 puzzless.... Huh? I know how to exact crack !!! And I work on methods with less pubkeys needed for crack !!!

Oh wow Great..!! I'm hoping that we could work together you can use my resource. how do we proceed..??

Check your pm, I was send you messsage.

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 18, 2022, 10:17:53 PM
 #1851

Hello guys, a newbie question here...

Can anyone do the math for me? because i'd really like to finally crack that puzzle 64.

How many 2080 TI's GPUS do i need to be able to reach a cracking speed of a 1 Trillion/s? (i think it's also called Tera or 1000 gigas)

Also, can someone calculate the time needed to crack puzzle 64 at speed of 1 Trillion key/s ?

Much Thanks for your time guys.  Wink We're here together to crack puzzle 64.
Trancefan
Newbie
*
Offline Offline

Activity: 19
Merit: 2


View Profile
April 19, 2022, 03:00:07 AM
 #1852

Hello guys, a newbie question here...

Can anyone do the math for me? because i'd really like to finally crack that puzzle 64.

How many 2080 TI's GPUS do i need to be able to reach a cracking speed of a 1 Trillion/s? (i think it's also called Tera or 1000 gigas)

Also, can someone calculate the time needed to crack puzzle 64 at speed of 1 Trillion key/s ?

Much Thanks for your time guys.  Wink We're here together to crack puzzle 64.



Please tell me that you are joking. You will be spending more money on GPUS than the reward you could potential get.
GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 19, 2022, 05:59:20 AM
Last edit: April 19, 2022, 06:24:27 AM by GR Sasa
 #1853


Please tell me that you are joking. You will be spending more money on GPUS than the reward you could potential get.

No, i'm not joking. My company that i work in has currenly free GPUs for free renting. That's what i thought. I thought of solving puzzle 64 to 69 with the help of free GPUs.
BorisTheHorist
Newbie
*
Offline Offline

Activity: 22
Merit: 3


View Profile
April 19, 2022, 06:25:44 AM
 #1854


Please tell me that you are joking. You will be spending more money on GPUS than the reward you could potential get.

No, i'm not joking. My company that i work in has currenly free GPUs for free renting. That's what i thought. I thought of solving puzzle 64 to 69 with the help of free GPUs.

you need 2724 2080ti approximately to do puzzle 64 in one month with bitcrack. 1362 if you correctly guess which half of the range it is in.
or in other words 1,830,035 optimal 2080ti hours for $24,000. mine is a founder edition and can hit 1,400,000,000 Mk/s with -b 4532 -t 32 -p 584.

puzzle 66 is 4 times larger than 64
puzzle 67 is 8 times larger than 64
puzzle 68 is 16 times larger than 64
puzzle 69 is 32 times larger than 64

puzzle 120 with the Kangaroo method is approximately the same difficulty and would yield ~$50,000.
puzzle 125 is 10x puzzle 120

so in 2 months 2724 2080tis would get you ~$75,000.

I can send you 2724 ranges for puzzle 64 if you would like.
GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 19, 2022, 06:32:17 AM
 #1855

you need 2724 2080ti approximately to do puzzle 64 in one month with bitcrack.
so in 2 months 2724 2080tis would get you ~$75,000.
I can send you 2724 ranges for puzzle 64 if you would like.

Wow 2724 2080Ti to do puzzle 64 in one month? Damn, i thought of like 50-100 would be more than enough.

In what speed can this be in one month achievable?

That's definitely not worth it.

Nono, it's okay, well i can't have 2724 GPUs anyway. that's way too much than i expected.
BorisTheHorist
Newbie
*
Offline Offline

Activity: 22
Merit: 3


View Profile
April 19, 2022, 06:54:15 AM
Last edit: April 19, 2022, 07:16:36 AM by BorisTheHorist
 #1856

you need 2724 2080ti approximately to do puzzle 64 in one month with bitcrack.
so in 2 months 2724 2080tis would get you ~$75,000.
I can send you 2724 ranges for puzzle 64 if you would like.

Wow 2724 2080Ti to do puzzle 64 in one month? Damn, i thought of like 50-100 would be more than enough.

In what speed can this be in one month achievable?

That's definitely not worth it.

Nono, it's okay, well i can't have 2724 GPUs anyway. that's way too much than i expected.

3,812,571,113,117 Keys Per Second Sustained For One Avg Month.
so 4 TK/s
doubling every puzzle

well it's more nuanced.
here are 32 ranges

['8000000000000000:8400000000000000', '8400000000000000:8800000000000000', '8800000000000000:8c00000000000000', '8c00000000000000:9000000000000000', '9000000000000000:9400000000000000', '9400000000000000:9800000000000000', '9800000000000000:9c00000000000000', '9c00000000000000:a000000000000000', 'a000000000000000:a400000000000000', 'a400000000000000:a800000000000000', 'a800000000000000:ac00000000000000', 'ac00000000000000:b000000000000000', 'b000000000000000:b400000000000000', 'b400000000000000:b800000000000000', 'b800000000000000:bc00000000000000', 'bc00000000000000:c000000000000000', 'c000000000000000:c400000000000000', 'c400000000000000:c800000000000000', 'c800000000000000:cc00000000000000', 'cc00000000000000:d000000000000000', 'd000000000000000:d400000000000000', 'd400000000000000:d800000000000000', 'd800000000000000:dc00000000000000', 'dc00000000000000:e000000000000000', 'e000000000000000:e400000000000000', 'e400000000000000:e800000000000000', 'e800000000000000:ec00000000000000', 'ec00000000000000:f000000000000000', 'f000000000000000:f400000000000000', 'f400000000000000:f800000000000000', 'f800000000000000:fc00000000000000', 'fc00000000000000:ffffffffffffffff']

one of them has it and would be found in a month with ~86 2080tis
I like the kangaroo method JeanLucPons did a great job implementing Pollard's Lambda (Kangaroo) so that if we had the public key It would take less than a minute with one 2080ti.

GR Sasa
Member
**
Offline Offline

Activity: 177
Merit: 14


View Profile
April 19, 2022, 07:03:29 AM
 #1857

That's 4 Trillion key/s. This is crazy. I thought it was easier than that. But anyways If i knew where it is in the 32 ranges, i'd definitely crack it.

But since there's 32 of them, and each range will take one month, it'll impossible to do because of electricity cost.

Your right though. I wish we had an special weird algorithm to somehow get the public key of address 64.  Cry Cry perhaps some people will hopefully invent in the future such programs..
BorisTheHorist
Newbie
*
Offline Offline

Activity: 22
Merit: 3


View Profile
April 19, 2022, 07:13:17 AM
 #1858

That's 3 Trillion key/s. This is crazy. I thought it was easier than that. But anyways If i knew where it is in the 32 ranges, i'd definitely crack it.

But since there's 32 of them, and each range will take one month, it'll impossible to do because of electricity cost.

Your right though. I wish we had an special weird algorithm to somehow get the public key of address 64.  Cry Cry perhaps some people will hopefully invent in the future such programs..

I'm glad we have what we do, your puzzle would of been puzzle 2^53 solved 2017-09-04 16:23, 1 years 0 months 16 days before the launch of the 2080ti.
53,'180788E47E326C','15K1YKJMiJ4fpesTVUcByoz334rHmknxmT','9007199254740991','020faaf5f3afe58300a335874c80681cf66933e2a7aeb28387c0d28bb048bc6349'

someday......
PrivatePerson
Member
**
Offline Offline

Activity: 173
Merit: 12


View Profile
April 19, 2022, 08:14:47 AM
 #1859

another childhood dream is shattered...
shelby0930
Newbie
*
Offline Offline

Activity: 24
Merit: 4


View Profile
April 19, 2022, 09:54:26 AM
 #1860

Quote
User 'Jolly Jocker' has not chosen to allow messages from newbies. You should post in their relevant thread to remind them to enable this setting.

been trying to pm you. please do the needful so i can pm you


Sorry, I overlooked that in the settings.. Roll Eyes

I have changed it, so it's now possible.. sorry again!!  Wink







Hey, I'm sorry i couldn't PM you it says i have reached my limit.  so my question is  the program that you shared lets say it finds the key then what happens..?? coz i have a couple of numbers displayed on my terminal and i dont know what to do with it where do i search it..?? is it keys.lol page number or a different website

thanks
cheers
shelby0930
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 251 »
  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!