Bitcoin Forum
July 30, 2024, 08:42:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Using Armory CPP or Python to scan blockchain...  (Read 685 times)
tpofo (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 2


View Profile
August 22, 2015, 04:08:43 AM
 #1

I've been having some fun playing around with Armory code and using the API.  I would like to scan the blockchain and probe it for different statistics of interest.
Mainly, for now, I would like to generate BTC address lists of top balances, etc...  Is there an easy builtin function to do this?  I don't mind if it is with python frontend code or the CPP backend code.  Whichever is easiest and most straightforward.

Thanks in advance for any help.
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3696
Merit: 1356

Armory Developer


View Profile
August 22, 2015, 09:23:15 AM
 #2

There is no direct Python nor C++ code for that purpose. You would have to build a supernode DB and write a simple method to parse all SSH and order by balance.

tpofo (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 2


View Profile
August 22, 2015, 08:23:54 PM
 #3

Thanks for the reply. I will look into this.  I know there are some other APIs out there that do block parsing.  But, I do like armory code and would love to use it to generate my own interesting statistics on the blockchain.

As an aside, you don't think there would be some way using some of the lower calls, like in blockutils, to just dump addresses, balances, and sort using the standard(not supernode) sorted armory database?
Pages: [1]
  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!