0% found this document useful (0 votes)
510 views2 pages

Blockchain Database Optimization Tips

The document discusses different approaches to copying blockchain data into a SQL database faster than using the ABE library. It asks if anyone can provide suggestions for a faster method of importing the full blockchain into a database. Finally, it mentions that last year a PHP bitcoin shopping cart had a reported vulnerability that may be related to how some private keys were stolen.

Uploaded by

Abuela Abuelo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
510 views2 pages

Blockchain Database Optimization Tips

The document discusses different approaches to copying blockchain data into a SQL database faster than using the ABE library. It asks if anyone can provide suggestions for a faster method of importing the full blockchain into a database. Finally, it mentions that last year a PHP bitcoin shopping cart had a reported vulnerability that may be related to how some private keys were stolen.

Uploaded by

Abuela Abuelo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
  • Activity Logs: Contains initial user activity including key discussions on blockchain integration, with emphasis on communication about potential private key theft.
  • Continued Logs: Follows up on previous topics, extending discussion on technical implications and potential solutions surrounding key security.

Activity: 2

Merit: 0

View Profile

Re: Thoughts on this private key stealing mystery


February 07, 2018, 10:44:24 PM
#65
I was trying to do the same steps pointed in the original article, but first of
all I tried to get the whole database from the blockchain.
I used ABE library to copy the data from bitcoinCore to a SQL database,
unfortunately, It take a looooong time to make this job. So, I was wondering if
anyone could tell me how to make this job as faster as possible. I'm trying to do
this as exercise. I'm new in the bitcoin world, but i'm used to programming in a
python and C/C++ throughout my career.
Could anyone explain me the faster way to put the whole blockchain into a database?

Thanks for your time!


systemist
Newbie
*

Activity: 53
Merit: 0

View Profile

Re: Thoughts on this private key stealing mystery


March 08, 2018, 03:40:26 AM
#66
Quote from: robolove on January 30, 2018, 04:32:03 PM
Mind=blown

Wrote a couple of scripts and tested myself. Shit is real. Take a look at this guy,
for example. Last transaction only a couple of days ago:

https://blockchain.info/address/1HZwkjkeaoZfTSaJxDw6aKkxp45agDiEzN

"Jeff was here" is all over the blockchain. Guess he (she/it) has a compiled
majestic wallet with a script that immediately transfers any incoming transaction
to his own safe addresses.

Congrats Jeff.

I've read your post and seen that you wrote a script for this, can I see the script
that you wrote? I would like to know how it works and reverse engineer this
particular script.
Please pm me. Thanks!
Tai_Pan
Sr. Member
****

Activity: 359
Merit: 251

View Profile

Re: Thoughts on this private key stealing mystery


March 08, 2018, 02:23:39 PM
#67
If I were able to find a private key from an address with a decent amount I would
really consider to go Robin Hood-ish on it...
There are so many people in desperate need that it would worth it
https://bitcointalk.org/index.php?topic=2180045.0
Hysmagus
Newbie
*

Activity: 5
Merit: 9

View Profile

Re: Thoughts on this private key stealing mystery


March 25, 2018, 06:43:16 PM
#68
From the digging the user /u/n0mdep did on reddit, it appears to be an old PHP
library issue, wallets using this library may be a possible source. One of the
addresses ("1JCuJXsP6PaVrGBk3uv7DecRC27GGkwFwE") is mentioned in a 2017 PHP bitcoin
shopping cart issue. https://github.com/coinables/Bitcoin-NoAPI-Shopping-
Cart/issues/2

You might also like