Bitcoin Forum
June 16, 2024, 11:11:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Secp256k1 PRO project for the search for private key collisions on: December 19, 2019, 06:25:40 AM
Roughly there are 2^256 possible private key and 2^160 bitcoin address (excluding address with prefix 3 and bc1), so of course private key is possible.

P.S. please prove why Pollard's kangaroo algorithm is the most effective private key search tool

Pollard's kangaroo algorithm is a mathematical calculation. Brute Force is not very effectiveWith the help of enumeration, much less keys are checked. When busting, you waste time and computer power. And in mathematical calculation, you are ahead of time. All this is described in detail in the documents:

How pollard-kangaroo works, the Tame and Wild kangaroos, is a simple explanation.

Suppose there is pubkeyX, unknow privkeyX, but privkeyX is in range w=[L..U]. The keys have a property - if we increase pubkey by S, then its privkey will also increase by S. We start step-by-step to increase pubkeyX by S(i), keeping sumX(S(i)). This is a Wild kangaroo. We select a random privkeyT from range [L..U], compute pubkeyT. We start step-by-step to increment pubkeyT by S(i) while maintaining sumT(S(i)). This is a Tame kangaroo. The size of the jump S(i) is determined by the x coordinate of the current point, so if a Wild or Tame kangaroo lands on one point, their paths will merge. (we are concerned with pseudo random walks whose next step is determined by the current position) Thanks to the Birthday Paradox (Kruskal's card trick), their paths will one day meet. Knowing each traveled path (sumX and sumT), privkeyX is calculated. The number of jumps is approximately 2w1/2 group operations, which is much less than a full search w.

Kangaroos, Monopoly and Discrete Logarithms --> https://web.northeastern.edu/seigen/11Magic/KruskalsCount/PollardKangarooMonopoly.pdf

Using Pollard's kangaroo algorithm, you can’t crack all the addresses, but you can partially determine the desired private key from a huge list of public keys. Theoretical is possible!
2  Bitcoin / Bitcoin Discussion / Re: Secp256k1 PRO project for the search for private key collisions on: December 18, 2019, 07:04:21 AM
The Secp256k1 PRO project was created as a search for private key collisions using the Pollard's kangaroo algorithm.

In early December, at a thematic forum:

https://bitcointalk.org/index.php?topic=5166284.msg52318676#msg52318676
https://bitcointalk.org/index.php?topic=5173445.msg52473992#msg52473992

It was proposed to give users a new puzzle and a new opportunity to get BTC coins by searching for private keys from a large list of compressed public keys.

https://drive.google.com/uc?id=1UpHRrhSll_OCp4GIvvk-bj3sTJwx6MtO&export=download
https://drive.google.com/uc?id=1_S9o5tFs4Nr37FkAx3HkbuVXqS8HqIAX&export=download

The amount is: 144 million public keys.
The most effective private key search tool is the Pollard's kangaroo algorithm.

Open source:

https://github.com/Telariust/vs-kangaroo
https://github.com/Telariust/pollard-kangaroo
https://github.com/Telariust/pollard-kangaroo-c99

Reward: For one private key found, you get one BTC coin.
1 PRIVKEY = 1 BTC // of 144,000,000 PUBKEY

Contact with the sender of coins: secp256k1pro@protonmail.com
Official website: https://secp256k1.pro

GPU is suitable for this project. CUDA Software!!! The Slav brothers are already completely eager for battle
https://www.freelancer.com.ru/projects/python/Project-for-Nikola-21352048/details
3  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: December 18, 2019, 06:18:31 AM
I wish I had the ability to solve it. It's a very exciting competition. But not everyone is a software developer. Blockchain presents a new world. I'm late to learn software. I want to start again with a thrill. A small draw would be easier for me: d
For the "Secp256k1 PRO" project, CUDA software is suitable. I know that Russian guys have Pollard-kangaroo-GPU.
4  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: December 16, 2019, 12:27:39 PM
You can also use Pollard's kangaroo algorithm in a new puzzle where for one private key found you get one BTC coin.
Reward: 1 PRIVKEY = 1 BTC // of 144,000,000 PUBKEY
Search for private keys from a large list of compressed public keys.
The number is: 144 million public keys.
The most effective private key search tool is the Pollard's kangaroo algorithm.
-snip-

Please be careful with this. As bounty0z already said, this is hidden scam. The details I described in his main topic:
https://bitcointalk.org/index.php?topic=5209950.msg53360293#msg53360293
MrFreeDragon can you prove that this is a scam?

BiThemis, I made the answer with the arguments in his main topic. The answer is logic and written in step by step way.
No reason to pay 1BTC for the 0 balance address. Also there is no the source address details as well as the signed message by that address (because the source address is the target address known only by the author).
What you wrote is not proof. This is your opinion and assumption.
5  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: December 16, 2019, 11:58:50 AM
You can also use Pollard's kangaroo algorithm in a new puzzle where for one private key found you get one BTC coin.
Reward: 1 PRIVKEY = 1 BTC // of 144,000,000 PUBKEY
Search for private keys from a large list of compressed public keys.
The number is: 144 million public keys.
The most effective private key search tool is the Pollard's kangaroo algorithm.
-snip-

Please be careful with this. As bounty0z already said, this is hidden scam. The details I described in his main topic:
https://bitcointalk.org/index.php?topic=5209950.msg53360293#msg53360293
MrFreeDragon can you prove that this is a scam?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!