Pages:
Author

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

member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

From which group did you learn this information? Are you sure it is true?


67 not solved, what are you talk about?

I solved..

67 puzzle   1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9 balanse 6,7 btc
newbie
Activity: 68
Merit: 0

I solved..

So if you have solved it, what are you waiting for?

Or why are you giving information here? Do your job.
member
Activity: 239
Merit: 53
New ideas will be criticized and then admired.
I mean the method they will use to not expose the pubkey, I am intrigued to know if Mara will be faithful to what they offer.

It is impossible once the transaction started in any case. Transaction should not fail, that's why I explained you must pay high gas prices.

The fee is not important here, and it should not be excessively high either, this would only attract the attention of Mara miners, the important thing is that the Tx is attached to a mined block without being exposed before its confirmation in the mempool.
newbie
Activity: 18
Merit: 0
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

From which group did you learn this information? Are you sure it is true?


67 not solved, what are you talk about?

I solved..
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

From which group did you learn this information? Are you sure it is true?


67 not solved, what are you talk about?
newbie
Activity: 18
Merit: 0
I mean the method they will use to not expose the pubkey, I am intrigued to know if Mara will be faithful to what they offer.

It is impossible once the transaction started in any case. Transaction should not fail, that's why I explained you must pay high gas prices.
newbie
Activity: 68
Merit: 0
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

From which group did you learn this information? Are you sure it is true?
member
Activity: 239
Merit: 53
New ideas will be criticized and then admired.
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

Good luck! If anyone manages to get out unharmed, please share how the Tx was sent.

best way is sending via script and send with buffer. for example, for 6.7 BTC send 6.6, let gas get highest.


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

# Private key
private_key = '?'

# Create a wallet object
wallet = Wallet.create('wallet123')

# Import the private key into the wallet
wallet.import_key(private_key)

# The recipient's address and the amount to send (in satoshis)
to_address = 'bc1qh268pwph4uuf256wlfknwucg3e8v2jl7cgzq65'
amount = 660000000
print("Wallet Balance:", wallet.balance())

# Create a transaction
tx = wallet.send_to(to_address, amount)

# Print the transaction ID
print("Transaction ID:", tx.txid)


I mean the method they will use to not expose the pubkey, I am intrigued to know if Mara will be faithful to what they offer.
newbie
Activity: 18
Merit: 0
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

Good luck! If anyone manages to get out unharmed, please share how the Tx was sent.

best way is sending via script and send with buffer. for example, for 6.7 BTC send 6.6, let gas get highest.


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

# Private key
private_key = '?'

# Create a wallet object
wallet = Wallet.create('wallet123')

# Import the private key into the wallet
wallet.import_key(private_key)

# The recipient's address and the amount to send (in satoshis)
to_address = 'bc1qh268pwph4uuf256wlfknwucg3e8v2jl7cgzq65'
amount = 660000000
print("Wallet Balance:", wallet.balance())

# Create a transaction
tx = wallet.send_to(to_address, amount)

# Print the transaction ID
print("Transaction ID:", tx.txid)
member
Activity: 239
Merit: 53
New ideas will be criticized and then admired.
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

Good luck! If anyone manages to get out unharmed, please share how the Tx was sent.
newbie
Activity: 18
Merit: 0
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH

Nope, carefully review this address "bc1qh268pwph4uuf256wlfknwucg3e8v2jl7cgzq65", 6.7 BTC will be there soon.
newbie
Activity: 19
Merit: 0
@Albert0bsd

I use CPU, so my understanding is that I have to use keyhunter, right?
Where can I find the most updated version?
I tried to find it out by reading in the forum but I lost.
Any help appreciated.
newbie
Activity: 19
Merit: 0
@Etar
@albert0bsd
Thanks for sharing your code with all of us!

#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH
Congratulations man!
?
Activity: -
Merit: -
#67 All funds will be transferred to this BTC address:13gLHZJYcCJVSCoSuWbAFiYPU3X7kv47iH
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
As far as I understand, for both low and high, the code that implements the key search most quickly on specific equipment is suitable everywhere. Earlier, when I was in the subject and tested the fastest codes for searching were from the author of JLP, due to a long absence, I can not say exactly what the situation is today, with programs that are freely available.

try to quote properly, there is a button for that:



About the options, for any low and high bits the best option is always a GPU program, the real question is what is the best for you budget if you already has a GPU then use a GPU program that fit your needs, if you don't have one, well the answer is obvious you need to use programs for CPU.

Which program? well I don't know check what is working properly and it fits to your needs.

GPU is just parallelization of the process. This is clear. When I was doing tests, something else was interesting. A specific machine, a specific key in the range. (specific task) Load in 1 thread, core. Only the time spent on execution was taken as a basis.

Agree, what wat is  GPU depends only from your hend and your brain. To who is thinking what he is too stupid for crack 135, look. Then I was try crack 120, I use a bsgs from iceland, and fu-k, I geberate and regenerate his bloom filters about 5 hours, but,I rent a pc at avast with 125 CPU, and I remember what I was need crack only about upper 0xfffffff from dip ! So, all in your brain and hands
?
Activity: -
Merit: -
As far as I understand, for both low and high, the code that implements the key search most quickly on specific equipment is suitable everywhere. Earlier, when I was in the subject and tested the fastest codes for searching were from the author of JLP, due to a long absence, I can not say exactly what the situation is today, with programs that are freely available.

try to quote properly, there is a button for that:

https://talkimg.com/images/2024/11/30/pHvjm.png

About the options, for any low and high bits the best option is always a GPU program, the real question is what is the best for you budget if you already has a GPU then use a GPU program that fit your needs, if you don't have one, well the answer is obvious you need to use programs for CPU.

Which program? well I don't know check what is working properly and it fits to your needs.

GPU is just parallelization of the process. This is clear. When I was doing tests, something else was interesting. A specific machine, a specific key in the range. (specific task) Load in 1 thread, core. Only the time spent on execution was taken as a basis.
member
Activity: 873
Merit: 22
$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk
You all talk not about progressive methods.

progressive is s this provkey , pubkey in minutes

44348743552956812846079094070520967561910055000250760028817952285884041702560

(15082517359000147371703545448537779779783703943154367759348226164272700643883,42497839521293684573184706198506912554809336488225568870647095025902454102392)
member
Activity: 165
Merit: 26
What does one do when he has too much money, and is bored? Breaking world records, of course.

It does not matter if he does it in a slow way while he believes its the fast way.
It does not matter whether or not he really "invented" something new, or he's just delusional about things we already knew.
It does not matter that he updates his breakthrough complexity from "1.23" to "1.16" immediately as he reads something he never gives credit to. Yeah, lots of research he did on the subject, clearly...

He will "solve" #135 next year, as he himself declared. It does not matter that the costs are higher than his total combined wins so far.

For all the reasons above, be sure that you will always be stuck with:

- slow software
- zero new good ideas made public (be sure, they do exist, and lots of them!)
- bad new ideas

Also, the complexity becomes irrelevant very fast.

Answer yourself this: would you use some slow software that implements an algorithm that solves a problem in N steps, or a very fast software (let's say 3 times faster) that solves it in 2*N steps?

Study the curve, read some books, grab a pencil, and you may find the answer, or get stuck with bad ideas and shitty programs.
newbie
Activity: 25
Merit: 3
For example: If the outgoing addresses include not only 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so but also a new address 1KDwiguXGo4JFJoHA3azAHx4Neqkr76kKs with an outgoing amount of 10,000 satoshis, and the attacker does not possess the private key for 1KDwiguXGo4JFJoHA3azAHx4Neqkr76kKs, can the transaction originating from 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so still be replaced?

Yes the transaction still can be replaced, as long you pay more fee it always  will be accepted by the miners.

What is going to happen with the TX from 1KDwiguXGo4JFJoHA3azAHx4Neqkr76kKs ?, well as long the new RBF TX is accepted and actually mined, the outgoing TX from 1KDwiguXGo4JFJoHA3azAHx4Neqkr76kKs will be droped by the mempool.

I already did this test before on testnet and mainnet and the original TX was always replaced, the new TX was accepted and mined eventually. Old Outgoing TX was doped because the original TX was not longer valid.

I 2nd this - Albert0 is correct. I did this same test as well, and found that the mempool will still accept the higher-fee RBF transaction, no matter what. It does not matter if your transaction has RBF disabled, it will still be replaced by a higher fee transaction.
I even took it a step further - I tried an identical transaction as described as above, and then I immediately spent the transaction (call it transaction1) to a 3rd wallet (transaction 2), all while there were still 0 confirmations (I spent the unconfirmed coins from transaction 1 to transaction 2). So Then I submitted a replacement transaction for transaction 1 (which technically has been spent already) with a higher fee - to a different 4th wallet, and the mempool accepted it and discarded transaction 2. All these transactions were with RBF disabled. So really, the only thing that disabling the RBF option does, is it just prevents YOUR wallet from sending a RBF transaction, but it doesn't stop anyone else from doing so.
hero member
Activity: 862
Merit: 662
As far as I understand, for both low and high, the code that implements the key search most quickly on specific equipment is suitable everywhere. Earlier, when I was in the subject and tested the fastest codes for searching were from the author of JLP, due to a long absence, I can not say exactly what the situation is today, with programs that are freely available.

try to quote properly, there is a button for that:



About the options, for any low and high bits the best option is always a GPU program, the real question is what is the best for you budget if you already has a GPU then use a GPU program that fit your needs, if you don't have one, well the answer is obvious you need to use programs for CPU.

Which program? well I don't know check what is working properly and it fits to your needs.
Pages:
Jump to: