Bitcoin Forum
June 23, 2024, 09:55:29 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: [BOUNTY] for devloping/writing a script/code/program to dump all publickeys on: October 14, 2015, 02:30:23 PM
I think there is must be a rule where user at least must sign a message using private BTC address which contains enough funds for covering an announced bounty...
2  Bitcoin / Project Development / Re: [BOUNTY] for devloping/writing a script/code/program to dump all publickeys on: October 10, 2015, 10:25:18 AM
Great, ill be waiting!
But, please... why you are not accepting a knightdk solution? Are you tried to use more RPC threads and point bitcoind to unresponsive proxy address? Maybe you can get better results.
3  Bitcoin / Bitcoin Discussion / Re: Describe BITCOIN in ONE word. on: October 10, 2015, 10:13:52 AM
Inception.
4  Bitcoin / Project Development / Re: [BOUNTY] for devloping/writing a script/code/program to dump all publickeys on: October 09, 2015, 05:42:02 PM
Oh, that one is not solved yet?... I can try make an another callback for znort blockparser, if this will be good for you.
5  Bitcoin / Project Development / Re: New found block announcer on: October 04, 2015, 06:10:05 PM
I already implemented that feature. I prefer using an api to get the numbers. You found a website it's hard to extract the numbers from there. Amd i think coindesk is a reliabke place to get a proper bitcoin price.
Yes, you are right. You also can get prices from a different places. Wink Have a nice day!
6  Other / Meta / Re: Bitcointalk takes too long to load. on: October 04, 2015, 06:03:53 PM
Received an "Database Error" too. Looks like server is overwhelmed now.

UPD.: If you have no errors ATM you can try open a "Developer console" at "Network" tab and then refresh this page more than one time. It is good if you will request new page while old still in loading process. You can see that server responded with 503 code and says that "Service Temporarily Unavailable", basically on images requests.
7  Bitcoin / Project Development / Re: [BOUNTY] for devloping/writing a script/code/program to dump all publickeys on: October 04, 2015, 05:37:06 PM
OK, I have made a dirty callback for znort987's blockparser. As you said, it already works with part of blockchain. I have tested it on Ubuntu x86_64 with 3.13.0-65-generic kernel.

You can get it here:

Code:
https://mega.nz/#!ktxGjBYJ!Fm5RYsUZZ5PAa88Smb7R9ojG3MOx-yj450RUzF3sIy4

UPD.: tried this myself, seems good.

In order to make blockparser, you must have following packages installed:

Code:
build-essential libsparsehash-dev libssl-dev libboost-dev

After compiling you can run this command:

Code:
./parser addrdump

After this command finished you will see a text file named addresses.txt - this file will contain all outputs which blockchain contains. To remove all duplicates you can run this command:

Code:
sort -u addresses.txt

And that is all!

Code:
P.S.: If it helped you then you can say me "Thank you" there: 15WkkJqxgQ2k8nXyhr3za9GYq2Jqpq9gyo ;)
8  Other / Meta / Re: Registration using username which contains digits only on: October 04, 2015, 04:18:33 PM
This one clears up for me, a bit. Thank you. Very interesting, what a potential attacker can do if this restriction was not exists?
9  Bitcoin / Project Development / Re: [BOUNTY] for devloping/writing a script/code/program to dump all publickeys on: October 04, 2015, 03:49:51 PM
AFAIK using blockparser you can make dump of all public address hashes. All what you need is a comment an unneeded parts of code and hold only output of hashes (you must edit output string a bit). Then you must remove all unique strings from your output. And at finish convert all hashes using right encoding. I do not know C/C++ too but I have done this at some time so I can say that it is not hard to do. I'm also must say that your database must be synchronized with "-txindex=1" parameter. My database is not up-to-date ATM so I can not explain that right now...
10  Bitcoin / Project Development / Re: New found block announcer on: October 04, 2015, 03:39:33 PM
I am do not know where from Google receives Bitcoin USD price but you can get this value there:

https://www.google.com/finance/converter?a=1&from=BTC&to=USD

Maybe this helps a bit.
11  Other / Meta / Re: Registration using username which contains digits only on: October 04, 2015, 02:55:39 PM
But I do not want use any letters. This thing is weird. Are this improves something?
12  Local / Новости / Re: За отмывание денег через биткоин арестовk on: October 04, 2015, 11:13:10 AM
По ссылке такой же текст, ни буквой больше. По теме - похоже накрыли именно обменник, их там нельзя.
13  Other / Meta / Registration using username which contains digits only on: October 04, 2015, 10:43:40 AM
A registration page said me this: "Invalid character used in Username". Are this is impossible?
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!