Pages:
Author

Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it - page 37. (Read 230559 times)

hero member
Activity: 630
Merit: 731
Bitcoin g33k
hi i think this is user zielar https://bitcointalksearch.org/user/zielar-1020539 taking 120 125 130 he works in a company where there are many gpus i think the company doesn't know that he is using their equipment

Companies that use a large number of GPUs, especially at the scale of 20,000 or more

1.Google
2.Amazon (AWS)
3.NVIDIA
4.Meta (Facebook)
5.Tesla: Tesla Dojo
6.Cryptocurrency Mining Farms

In which company do you think it is possible to solve puzzle 130 unnoticed from the list above?  Grin

Do you still have doubts that it wasn't this person who decided https://bitcointalksearch.org/topic/m.51803085

Unless he forgot many zeros in the suffix ... 37.200 MKeys/sec is nothing. Everyone can rent some 4090's and achieve this speed without much effort.
jr. member
Activity: 42
Merit: 0
Do you still have doubts that it wasn't this person who decided https://bitcointalksearch.org/topic/m.51803085

https://bitcointalksearch.org/topic/m.62181304

With  8x Tesla A100 ? I have 6 in my lab. I haven't found anything so far. It's not just about the GPUs here.
Something else is happening here.
newbie
Activity: 26
Merit: 0
hi i think this is user zielar https://bitcointalksearch.org/user/zielar-1020539 taking 120 125 130 he works in a company where there are many gpus i think the company doesn't know that he is using their equipment

Companies that use a large number of GPUs, especially at the scale of 20,000 or more

1.Google
2.Amazon (AWS)
3.NVIDIA
4.Meta (Facebook)
5.Tesla: Tesla Dojo
6.Cryptocurrency Mining Farms

In which company do you think it is possible to solve puzzle 130 unnoticed from the list above?  Grin

Do you still have doubts that it wasn't this person who decided https://bitcointalksearch.org/topic/m.51803085
newbie
Activity: 16
Merit: 0
1Prestige1zSYorBdz94KA2UbJW3hYLTn4 has been emptied half hour ago Smiley Probably owner get fear from script...

Seems that 125 puzzle and 130 puzzle BTC are sit on 3Emiwzxme7Mrj4d89uqohXNncnRM15YESs.

120 is also solved by 3Emi.

This 3Emi guy is definitely hiding something, or the creator himself..

Key 130 was found by the same person as the previous two.
I think he used Kangaro, and this person is a miner. The timing is roughly consistent.
I also don't think he will share the keys he found and how exactly he found them.

yeah I agree. I am using vanity for the small ones. For example there are around 10 Billion addresses starts with "1BY8G" between 2^66 and 2^67. I run 10 vanity search instances and daily around 300 unique addresses found. It is kind of a lottery for me. 300/10B is very good probability.
member
Activity: 499
Merit: 38
I can bet that he will drain 135 and 140 soon.


YESs  Grin
copper member
Activity: 205
Merit: 1
1Prestige1zSYorBdz94KA2UbJW3hYLTn4 has been emptied half hour ago Smiley Probably owner get fear from script...

Seems that 125 puzzle and 130 puzzle BTC are sit on 3Emiwzxme7Mrj4d89uqohXNncnRM15YESs.

120 is also solved by 3Emi.

This 3Emi guy is definitely hiding something, or the creator himself..

Key 130 was found by the same person as the previous two.
I think he used Kangaro, and this person is a miner. The timing is roughly consistent.
I also don't think he will share the keys he found and how exactly he found them.
jr. member
Activity: 42
Merit: 0
1Prestige1zSYorBdz94KA2UbJW3hYLTn4 has been emptied half hour ago Smiley Probably owner get fear from script...

Seems that 125 puzzle and 130 puzzle BTC are sit on 3Emiwzxme7Mrj4d89uqohXNncnRM15YESs.

120 is also solved by 3Emi.

This 3Emi guy is definitely hiding something, or the creator himself..

I can bet that he will drain 135 and 140 soon.
newbie
Activity: 16
Merit: 0
Hi Guys, Lets say I have the key for puzzle 68 already , How can I spend it safely as I have seen what happned with puzzle 65 , Please can someone help will tip

what happened with puzzle 65?

the guy sent the bitcoins out that found the privatekey, someone used the public adddress to quickly crack the privatekey and re-sent the btc to himself using a higher fee and his was taken



from bitcoinlib.wallets import Wallet
from bitcoinlib.transactions import Transaction

# Connect to Bitcoin mainnet
network = 'bitcoin'

# Create a wallet from a private key
private_key = 'your_private_key_here'
wallet = Wallet.create("YourWalletName", keys=private_key, network=network)

# Define the recipient address and the amount to send (in satoshis)
recipient_address = 'your_recipient_address_here'
amount = 100000  # Amount in satoshis (1 BTC = 100,000,000 satoshis)

# Create and sign the transaction
tx = Transaction.create(wallet.get_key().address, recipient_address, amount, network=network)
tx.sign()

# Broadcast the transaction to the network
tx.send()

# Print transaction details
print(f'Transaction ID: {tx.txid}')
print(f'Transaction Hex: {tx.as_hex()}')


by this kind of python script you can immediately transfer, make sure you are transferring whole amount at once otherwise it will take 4-5 minutes to find private key from the exposed public key for 68, try script on other accounts before use it for 68. (I wrote and already tested this script but it was last year, better to test it again by small amount account)
member
Activity: 89
Merit: 10
Hi Guys, Lets say I have the key for puzzle 68 already , How can I spend it safely as I have seen what happned with puzzle 65 , Please can someone help will tip
Use https://slipstream.mara.com/


where do I get the transaction hex from ?



Hi Guys, Lets say I have the key for puzzle 68 already , How can I spend it safely as I have seen what happned with puzzle 65 , Please can someone help will tip

what happened with puzzle 65?

the guy sent the bitcoins out that found the privatekey, someone used the public adddress to quickly crack the privatekey and re-sent the btc to himself using a higher fee and his was taken
newbie
Activity: 16
Merit: 0
1Prestige1zSYorBdz94KA2UbJW3hYLTn4 has been emptied half hour ago Smiley Probably owner get fear from script...

Seems that 125 puzzle and 130 puzzle BTC are sit on 3Emiwzxme7Mrj4d89uqohXNncnRM15YESs.

120 is also solved by 3Emi.

This 3Emi guy is definitely hiding something, or the creator himself..
newbie
Activity: 0
Merit: 0
1Prestige1zSYorBdz94KA2UbJW3hYLTn4 has been emptied half hour ago Smiley Probably owner get fear from script...

Seems that 120puzzle, 125 puzzle and 130 puzzle BTC are sit on 3Emiwzxme7Mrj4d89uqohXNncnRM15YESs.
newbie
Activity: 12
Merit: 1
Solvers of BTC puzzle #120, #125 and #130 are one and the same person.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
What advantage do you intend to gain by knowing the private key from previously cracked puzzles? Apart from some useless statistics like “the key is at 12.83% of the corresponding bit range” and funny stuff like that
member
Activity: 499
Merit: 38
if one day I found/solve one of those i will provide the evidence, method and details about it and more important the fucking private key.

Me too. If not through this username, then through another one. The biggest stupidity is not having a private key here for puzzles above 100. I would also donate to the developer if I solve the puzzle through his program. In the event that my bot takes the prize - the first address gets 50%....I would NEVER think of killing the winner.
hero member
Activity: 862
Merit: 662
i think that puzzle130 solved by albertobsd Smiley


Why suddenly there is a lot of new account and relative new accounts that come here and write all kind of stuff?

Sadly I wasn't that person who solve or claim any of those puzzles. I want to be that lucky guy, seriously if one day I found/solve one of those i will provide the evidence, method and details about it and more important the fucking private key.

Anyone can generate those vanity addresses it is just matter of time, there is a tool called vanitysearch

Even my keyhunt has that option wanna try?

Code:
./keyhunt -v 1Prestige1 -m vanity -R -e -t 8 -b256 -l compress -s 10

Just let it run for some time to get one... do you want to get one of those faster?, search for options for GPU

Congrats to the winner of puzzle 130
newbie
Activity: 1
Merit: 0
i think that puzzle130 solved by albertobsd Smiley transfered adress very similar with his adress (1Prestige1zSYorBdz94KA2UbJW3hYLTn4).

1Coffee1
1Prestige1
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
Since everyone is posting predictions I thought I should join, here's a some of my predictions out of a list of about 50

0x7898c85ed821ac000, 0x5dcc2a10e0fdc0000, 0x6985af52fd1d78000, 0x5dcc2a10e0fdc0000, 0x767b27a987fd24000, 0x53cebf0e1a0210000, 0x5a548e1d345100000, 0x5d613edf1fa218000, 0x4e2683b0e20fa8000, 0x5142d372b085ac000, 0x666e266e88a670000,

and here are 3 that I got tinkering with other peoples prediction code
0x4E9B1DC6EDA600000, 0x488C1D2EC14570000, 0x52663CCAB1E1C0000

there is your prediction about 130 and 135 ?  Grin
newbie
Activity: 38
Merit: 0
Since everyone is posting predictions I thought I should join, here's a some of my predictions out of a list of about 50

0x7898c85ed821ac000, 0x5dcc2a10e0fdc0000, 0x6985af52fd1d78000, 0x5dcc2a10e0fdc0000, 0x767b27a987fd24000, 0x53cebf0e1a0210000, 0x5a548e1d345100000, 0x5d613edf1fa218000, 0x4e2683b0e20fa8000, 0x5142d372b085ac000, 0x666e266e88a670000,

and here are 3 that I got tinkering with other peoples prediction code
0x4E9B1DC6EDA600000, 0x488C1D2EC14570000, 0x52663CCAB1E1C0000
jr. member
Activity: 77
Merit: 1
don't waste your time to Digarans' substraction crazyness.

Are you jealous and daydream to get those wallet ?, but in reality you cannot do it ? so you blame yourself and people who's have right about their opinion ? childish, period.
newbie
Activity: 10
Merit: 0
yous look like dogs, you only know how to bark and you don't solve anything! lol
Pages:
Jump to: