Bitcoin Forum

Bitcoin => Project Development => Topic started by: amaclin on August 02, 2014, 10:06:06 AM



Title: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on August 02, 2014, 10:06:06 AM
http://chbs.esy.es/

Q: Is it another implementation of directory.io?
A: No. All these private keys were used by somebody in past.

I do not know what else to explain. Feel free to ask questions here


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: Kprawn on August 02, 2014, 11:21:08 AM
Yea and if you post your private key into the search box to see if your private key has been compromised, then you added to the list too.  ;D ;D

This can be dangerous for newbies, if they farming private keys. {But then again, you need the public key to go with that, before it's compromised}

How did whoever come up with this list? And why is this listed for all to see? :o



Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on August 02, 2014, 11:33:01 AM
Yea and if you post your private key into the search box to see if your private key has been compromised, then you added to the list too.  ;D ;D
Whatever I answer - you should not trust me  :)

Quote
This can be dangerous for newbies, if they farming private keys.
I do not know how to write in clear English (and all other languages) "do not enter your private key in any webform"

Quote
How did whoever come up with this list?
Sorry, I do not understand this question.

Quote
And why is this listed for all to see? :o
Why not?


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: Ente on August 02, 2014, 11:50:12 AM
Please make the search function work with partial keys too:
1A8TY7dxUR
1A8TY7dxURcsRtPBs7fP6bDVzAgpgP4962

..and please make the column sortable:
"sort by name of address"

As it is now, one *has* to enter the full address into the search, and has no other way to find it.
At least you can't search for the private key, so it possibly is not a private key stealing project ;-)

Ente


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on August 02, 2014, 12:05:43 PM
Quote
Please make the search function work with partial keys too:
1A8TY7dxUR
1A8TY7dxURcsRtPBs7fP6bDVzAgpgP4962
My knowledge in php/mysql is not strong. Right now the code is
Code:
  // some regexp checks
  $result = mysql_query ( "SELECT * FROM mytable WHERE addr='$param'" );
  $myrow = mysql_fetch_array ( $result );
  if ( $myrow )
  {
     // show results
  }
  else
  {
    // is it some logging code here? do not trust me!
    header ( 'Location: /none.html' );
  }
How should I change it to find partial patterns? I do not want to improve this site now, but may be in future.
By the way - the list of all addresses is not hidden. You can download it and perform local searches.

Quote
..and please make the column sortable:
"sort by name of address"
Right now the list is sorted on the first occurience of address in the blockchain ("block" column value).

Quote
so it possibly is not a private key stealing project ;-)
;D


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: micax1 on October 31, 2014, 06:18:38 PM
It`s list of brainwallet keys probably.

website down. any mirror?


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on October 31, 2014, 06:27:56 PM
It`s list of brainwallet keys probably.
website down. any mirror?

Yes. Brainwallets, duplicate R-signatures, published examples... etc.
I've deleted this site.
I do not want anymore to give this information for free.


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: micax1 on October 31, 2014, 07:26:16 PM
It`s list of brainwallet keys probably.
website down. any mirror?

Yes. Brainwallets, duplicate R-signatures, published examples... etc.
I've deleted this site.
I do not want anymore to give this information for free.

are you going to make a paid service ?


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on October 31, 2014, 07:31:03 PM
Quote
are you going to make a paid service ?
No. It is wasting time trying to sell such things ;D

But...  ::) Would you like to pay for this list?  ;D
I do not know the exact number of items in my list now. More than in august.


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: micax1 on October 31, 2014, 07:57:48 PM
Quote
are you going to make a paid service ?
No. It is wasting time trying to sell such things ;D

But...  ::) Would you like to pay for this list?  ;D
I do not know the exact number of items in my list now. More than in august.

check it how many u have like 22000-24000?


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on October 31, 2014, 09:35:54 PM
Quote
are you going to make a paid service ?
No. It is wasting time trying to sell such things ;D

But...  ::) Would you like to pay for this list?  ;D
I do not know the exact number of items in my list now. More than in august.

check it how many u have like 22000-24000?
Less. I think less than 19k.


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: itod on October 31, 2014, 10:44:49 PM
Quote
are you going to make a paid service ?
No. It is wasting time trying to sell such things ;D

But...  ::) Would you like to pay for this list?  ;D
I do not know the exact number of items in my list now. More than in august.

check it how many u have like 22000-24000?

I have 17838 brainwallets (+ corresponding private keys + public keys) in a list, which once had the funds deposited in them, from my days of making my own software to manipulate blockchain. They are in the format:
Code:
('12NEsPS2tPhjXJHd3kGkTvQ7ECGypuxbeo', '5KFQvLvrmhFEcMpYWLCjALW7UR7EPz8tyWuP56qmhu4GnVeNCGq', u'youaremysunshinemyonlysunshine', '0efc70221540376624c2c4bf0a6e1114b51653ff')
where, for instance, "youaremysunshinemyonlysunshine" is the brainwallet. I am not giving them away because there's some considerable effort invested in learning how to extract so many off them, but I'm willing to give the whole list for symbolic compensation, let's say 0.2 BTC. PM me if interested, although I recommend you devote a few weeks of work to develop your own tools to make such lists, that knowledge may be of value to you in the future, and it's very rewarding when you know you can do whatever you want with the blockchain.


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: amaclin on October 31, 2014, 10:54:39 PM
Quote
but I'm willing to give the whole list for symbolic compensation, let's say 0.2 BTC

I can sell you my list with 18k+ keys for only 0.05 BTC :) LET THE PRICE DROP DOWN! YOUR TURN!

macro for c++
Code:
...
BRAIN ( "5JBDTRaB3hy7W72tv99jEA9j2uDPg7hZM6u9v7MHjtxkkNHig4j", "1KRGyNbq2yM1vAXscib74Snp6AUuUHVi2g", "lorem ipsum dolor sit amet" )
...


Title: Re: Bitcoin compromised private key list (18526 items right now)
Post by: itod on October 31, 2014, 11:03:49 PM
Quote
but I'm willing to give the whole list for symbolic compensation, let's say 0.2 BTC

I can sell you my list with 18k+ keys for only 0.05 BTC :) LET THE PRICE DROP DOWN! YOUR TURN!

macro for c++
Code:
...
BRAIN ( "5JBDTRaB3hy7W72tv99jEA9j2uDPg7hZM6u9v7MHjtxkkNHig4j", "1KRGyNbq2yM1vAXscib74Snp6AUuUHVi2g", "lorem ipsum dolor sit amet" )
...

lol

I still think the best thing for someone is not to pay anything to you and me, but to learn how to process the blockchain. Remember: Not because it's easy, but because it's hard  :P

http://2.bp.blogspot.com/-ugB7JjUU-PU/T1YrA_qyMdI/AAAAAAAABI4/Q8fnPRrf7Io/s1600/We-choose-to-go-to-the-moon-quote.jpg