Pages:
Author

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

newbie
Activity: 14
Merit: 0
guys i found a method to get this number -673909/1307674368000*x^15 + 5004253/87178291200*x^14 - 151337/52254720*x^13 + 9320029/106444800*x^12 - 25409989753/14370048000*x^11 + 2192506957/87091200*x^10 - 19011117413/73156608*x^9 + 1200887962891/609638400*x^8 - 3585932821063/326592000*x^7 + 647416874047/14515200*x^6 - 18586394742863/143700480*x^5 + 30899291755337/119750400*x^4 - 274137631043849/825552000*x^3 + 36933161067083/151351200*x^2 -   anyone give me how i can use my method Huh i m realy didnt know how thst method help us to solve the puzzle ??
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
Is this puzzle really worth trying to solve? It's been close to a decade. Can someone give me a TL;DR?
newbie
Activity: 14
Merit: 0
guys any result puzzle solved Huh
full member
Activity: 1162
Merit: 237
Shooters Shoot...
I removed the space between the private keys.
See how the first 4 digits of the private key are known?
Now guess 66!



What is this sorcery?!
hero member
Activity: 862
Merit: 662
Alberto, of course it was BS. That's the point, just emphasizing it Wink  Grin
Nice to know, in this kind of comment I am bad getting the sarcarm of it
hero member
Activity: 630
Merit: 731
Bitcoin g33k
No, 05 because of its special compression level  Tongue
member
Activity: 462
Merit: 24
Nope. It's starting with 34

And the public key starts with 03?   Grin
hero member
Activity: 630
Merit: 731
Bitcoin g33k
Alberto, of course it was BS. That's the point, just emphasizing it Wink  Grin
hero member
Activity: 862
Merit: 662
Nope. It's starting with 34

TBH this is also BS, There is no way to know that unless you already solved it.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
I removed the space between the private keys.
See how the first 4 digits of the private key are known?
Now guess 66!



So the private key is starting with 37 in hex?

Nope. It's starting with 34
newbie
Activity: 43
Merit: 0
I removed the space between the private keys.
See how the first 4 digits of the private key are known?
Now guess 66!

https://www.talkimg.com/images/2024/04/23/jWRcT.gif

So the private key is starting with 37 in hex?
hero member
Activity: 862
Merit: 662
I removed the space between the private keys.
See how the first 4 digits of the private key are known?
Now guess 66!

Bullshit
newbie
Activity: 18
Merit: 0
I removed the space between the private keys.
See how the first 4 digits of the private key are known?
Now guess 66!

https://www.talkimg.com/images/2024/04/23/jWRcT.gif
member
Activity: 317
Merit: 34
Anyone have seen or experience with Bitcrack / fork for load starting points by file ?

Not sure what you are exactly wanting, but the easiest way is to create a Python script to feed the program starting ranges, and to keep track of said starting ranges. Not sure if starting ranges = starting points, but that is what I would do.
Yes starting ranges by default is sequel,
One an other forked Bitcrack today I see in my system, where generated random starting points, onword it's start from each generated point to series
Thinking if we load by file starting points, then maybe betterment,
By python we can assign single starting point for go on, but only when we need to search in trillions keys
And start/stop action waste time for small ranges for million etc



Anyone have seen or experience with Bitcrack / fork for load starting points by file ?
Yes starting ranges by default is sequel,
One an other forked Bitcrack today I see in my system, where generated random starting points, onword it's start from each generated point to series
Thinking if we load by file starting points, then maybe betterment,
By python we can assign single starting point for go on, but only when we need to search in trillions keys
And start/stop action waste time for small ranges for million etc

Not sure what you are exactly wanting, but the easiest way is to create a Python script to feed the program starting ranges, and to keep track of said starting ranges. Not sure if starting ranges = starting points, but that is what I would do.

just see its forked name
url = https://github.com/pikachunakapika/BitCrack.git

pikachunakapika
its uses random ver

 [Info] Initializing GeForce GTX 460
 [Info] Generating 4,143,104 starting points (158.0MB)

these generating point could be load by file ?

ReadMe note
-r, --random    Each point will start in random KEYSPACE



full member
Activity: 1162
Merit: 237
Shooters Shoot...
Anyone have seen or experience with Bitcrack / fork for load starting points by file ?

Not sure what you are exactly wanting, but the easiest way is to create a Python script to feed the program starting ranges, and to keep track of said starting ranges. Not sure if starting ranges = starting points, but that is what I would do.
member
Activity: 317
Merit: 34
Anyone have seen or experience with Bitcrack / fork for load starting points by file ?
hero member
Activity: 862
Merit: 662
Please reply asap.

We only can know the  private key of the puzzles that are expected to be on low bit ranges. The method is that I already expose and you quoted if you don't know how to read is not my problem
newbie
Activity: 3
Merit: 0
By which program you cracked that? and how to find thats in what range?

I use keyhunt the program that i develop:

https://bitcointalksearch.org/topic/keyhunt-development-requests-bug-reports-5322040
https://github.com/albertobsd/keyhunt

But other programs can also be used like Kangaroo

https://github.com/JeanLucPons/Kangaroo

There is no way to know the range of an address.

But since we are talking here of puzzle 66 i did the test in the bit 66 just to check if that address was in that range, and actually the key is of that address is in that range!!

Other address besides of low bit puzzles aren't vulnerable to this.

As soon as the person who finds puzzle 66 sends the transaction to the network, pubkey will appear without requiring network approval. Once Pubkey appears it will take 1 second to find the private key. Then, someone else will spend again because the network approval has not yet occurred. The person with the highest network approval will own the bitcoins. Even if you send with a high transaction fee, the person who receives a higher transaction fee and network approval than you will win. For this reason, Low puzzles are problematic.

Exactly all the non-confirmed transacctions are public avaible in the mempool of each node.

Also there is sites to check them https://mempool.space/ also they offer some api to check for some values

https://mempool.space/docs/api/rest#get-address-transactions-mempool

Once that you get the TX id, you need to download the Raw transaction, decode it and extract the publickey and that is easy to do if you know what are you doing.


If find the Pkey by pubkey is so easy like this, then why puzzle 130 didnt solve yet?

Well for puzzle  66 is really easy (some minutes/seconds) but since the complexity is exponential it will take a lot of time do that for those bits ranges, months or years depending of hardware.

Here we are talking of low bit puzzles less than 80 bits are solvables by GPU almost in less than 10 minutes (in avarage the time needed to mine a block)




Hey Alberto, I want to know how to get private key for non-confirmed transactions if we get the Uncompressed Public key from the https://mempool.space/ Raw Txns, i decoded the public key but it was uncompressed public key and if we can't calculate private key from uncompressed public key how to mine the transaction??. Please reply asap.
newbie
Activity: 35
Merit: 0
it should be cool if the puzzle 66 will be in the halving block
The money for puzzle number 65 is at this address : 3GVSoQar7WnVMFjchpkNkh9UwkJbbdeCwM
Interesting even that it was moved in 2019 it still untouched

2019-06-08 00:39:02   BTC address:  3GVSoQar7WnVMFjchpkNkh9UwkJbbdeCwM

I think the person who solved #65 is very rich or has no interest in Bitcoin ...

 Grin Grin


Or maybe he lost his private key hahaha
member
Activity: 462
Merit: 24

what do you mean payout!

can you give me answer here, thank you


It means that he has a private key or knows someone who does. And that he is large miner who will include that transaction in the next block to be calculated.

In other words, the bots are screwed.  Grin
Pages:
Jump to: