Bitcoin Forum
May 04, 2024, 08:53:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]  All
  Print  
Author Topic: This message was too old and has been purged  (Read 50679 times)
Renaldas123
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 04, 2014, 11:24:21 PM
 #281

So this guys wants $1000+ from every single person who wants to buy this? Well thats me out.
1714856024
Hero Member
*
Offline Offline

Posts: 1714856024

View Profile Personal Message (Offline)

Ignore
1714856024
Reply with quote  #2

1714856024
Report to moderator
1714856024
Hero Member
*
Offline Offline

Posts: 1714856024

View Profile Personal Message (Offline)

Ignore
1714856024
Reply with quote  #2

1714856024
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714856024
Hero Member
*
Offline Offline

Posts: 1714856024

View Profile Personal Message (Offline)

Ignore
1714856024
Reply with quote  #2

1714856024
Report to moderator
1714856024
Hero Member
*
Offline Offline

Posts: 1714856024

View Profile Personal Message (Offline)

Ignore
1714856024
Reply with quote  #2

1714856024
Report to moderator
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1131

All paid signature campaigns should be banned.


View Profile WWW
August 04, 2014, 11:35:06 PM
 #282

So this guys wants $1000+ from every single person who wants to buy this? Well thats me out.
If anyone buys it then I have a bridge I want to sell them.

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
foggyb
Legendary
*
Offline Offline

Activity: 1652
Merit: 1006


View Profile
August 05, 2014, 12:18:25 AM
 #283

Just for clarification:

In fact it is mathematically much more complex than this, but the basic principle is as follows:

Imagine the black line being the complete search space. This searchspace has hundreds to thousands of rendevous points (depicted in red).
Addresses which lie in the middle of two (marked green in the picture) rendezvous points (e.g. the maximum distance to each neighboring rendezvous point) are going to take a long time to crack.
However, all keys that are in a certain area around these rendezvous points (certain area however can also mean several billion apart of course) are being cracked very easily (in a manner of days). Those weak addresses are marked blue in the picture.

Now there is not just black and white but many different nuances, from very easy over tough but doable to very hard  Smiley
The number of weak addresses is almost unlimited, so I can give you dozen examples that would hit one of the rendezvous points pretty easily.

I will try to make a video presentation by the next week, just to describe the technical background behind this. Its too much to write down.



Could you give any literature reference about this?

Yes he can, but it the complexity. Such difficult. Much hard. Rendezvous points & shit.

Btw rendezvous really just means a spot. So addresses in between the green spots are being cracked so hard. Such crack.   Tongue

Send him cash.
virbbbq
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 06, 2015, 12:37:52 PM
 #284

Proof of Concept Video:
- Working on real bitcoin network with real addresses and real coins.
- All transactions can be verified on blockchain.info
- Randomly generated Bitcoin Adresses are used (however they are all special-weak). This again shows you that there is an infinite number of weak bitcoin addresses.
- Sorry for all the cursing: It has been a long day  Smiley
http://www.youtube.com/watch?v=TC43aOdsf4g&hd=1

What is up to sale:
After 18 days of excessive work, I have today finished my hobby project:
It's a ECDSA private key cracker for the secp256k1 curve which is for example used in bitcoin.

What does this tool make better than others:
Existing Bitcoin Private Key crackers go through the whole palette of algorithms that are used in bitcoin - to mention some we have ECDSA, sha256, ripemd160 and base58 encoding.
Actually, we do not need to do most of them at all. My tool bases on elliptic curve cryptography only.
A known bitcoin public key has to be converted to hexadecimal and embedded into the software - then using elliptic curve mathematic only it can quite efficiently search through the search space.

Exact functioning:
- Keyspace is reduced in a precomputation phase by calculating several thousand rendezvous points (they are hardcoded in the software but may be changed at any time).
- This precomputation phase is inspired by the "Baby-Step-Giant-Step" algorithm.
- The target public key is then (using ecdsa arithmetic) reduced subseqentially until hitting one of the rendezvous point. Given G is the generator point, and  R=x*G the rendezvous point (which private key is known),
  we then may get the original privatekey by just taking PrivKey=x+iterations where iterations equals to the number of decrements were needed to hit R.

Open CL Extras:
- Kernel currently works with a global work size of 81920 (value can be adjusted for your graphics card). Meaning in every iteration step 81920 reductions can be made to the public key you try to crack.
- Given the rendezvous point table of size 768 (may be extended anytime) we can do 81920*768 = 62914560 key comparisons per cycle.
- Rendezvous-Table checks are based on just 32bit of x-coordinate to keep it fast! If a collision is found a local verification is performed on the CPU to see if its just a partial collision or a full match. This relaxes the GPU
- Midpoint Feature - So even when your computer shuts down or gets restarted - the work you have already done is remembered
- my HD7970 is at the moment capable of doing 150 MEGAKEYS per second - just a question of time until a rendezvous is being hit
- Speedup is possible with a better Modular-Multiplication. Currently implemented as Double and Add, you could use Montgomery or FFT to get tremendous speedups

Is it for beginners?
No! You should be exactly know what your doing. Even though the code is straight forward, you need to know what is being done exactly and where you need to manipulate parameters if you want to change something.

Documentation and Source Code?
Included (as a QT Project buildable on linux and windows)

Price:
I am asking you 2 BTC for the whole package. It has taken me lots of time to research everything and implement it cleanly. And who knows, this tool is giving you good chances to get one of these lost 10 MILLION US$ accounts  Wink

Disclaimer:
This project is for research purpose only, or to recover lost private keys. It may not be used for any illegal activities and I cannot be held responsible for anything you do with it.

http://imageshack.com/a/img854/1821/qlf9.png


http://www.nilsschneider.net/2013/01/28/recovering-bitcoin-private-keys.html

http://key.btc123.com/
mtwelve
Legendary
*
Offline Offline

Activity: 1330
Merit: 1009



View Profile WWW
February 06, 2015, 03:19:30 PM
 #285

Not bashing, but besides recovering lost private keys, what legal activities can you do with this?

HIRE ME FOR SEO, SOCIAL MEDIA, COPYWRITING, AND MORE: https://bitcointalk.org/index.php?topic=5100134.0
Evil-Knievel (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
February 06, 2015, 03:20:18 PM
Last edit: April 17, 2016, 07:57:10 PM by Evil-Knievel
 #286

This message was too old and has been purged
mtwelve
Legendary
*
Offline Offline

Activity: 1330
Merit: 1009



View Profile WWW
February 06, 2015, 04:56:42 PM
 #287

What kind of science?

HIRE ME FOR SEO, SOCIAL MEDIA, COPYWRITING, AND MORE: https://bitcointalk.org/index.php?topic=5100134.0
virbbbq
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 07, 2015, 02:08:52 AM
 #288

What kind of science?

technology (science) development, it not affect any one because there are lot of keys, each and every address you open all most contain 0 balance, some............ so don't worry feel free

bitcoin one kind of technology (science) like the same

by virbbbq
virbbbq
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 07, 2015, 02:32:24 AM
 #289

Not bashing, but besides recovering lost private keys, what legal activities can you do with this?

Science  Smiley

Evil-Knievel are you sale the product or not, I send the message your not replay, what ever your work is good

by virbbbq
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]  All
  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!