Bitcoin Forum

Bitcoin => Project Development => Topic started by: barwizi on December 30, 2013, 10:10:01 PM



Title: Wanted---Blockchain parser, Android Guide
Post by: barwizi on December 30, 2013, 10:10:01 PM
hi all, i need a tool (both windows and linux) that will parse a blockchain and generate a CSV table that lists the total unspent balance for each address.

willing to pay if we can agree.

Also need a guide on making Android wallets.



Title: Re: Wanted---Blockchain parser, Android Guide
Post by: abwaters on December 31, 2013, 02:18:07 AM
The best place to start for building an android wallet is the following.

https://github.com/schildbach/bitcoin-wallet

-bryanw


Title: Re: Wanted---Blockchain parser, Android Guide
Post by: barwizi on December 31, 2013, 05:29:30 AM
The best place to start for building an android wallet is the following.

https://github.com/schildbach/bitcoin-wallet

-bryanw

I'd like a guide with steps on what to change in the code.


Title: Re: Wanted---Blockchain parser, Android Guide
Post by: MisterGuacamole on December 31, 2013, 03:09:03 PM
hi all, i need a tool (both windows and linux) that will parse a blockchain and generate a CSV table that lists the total unspent balance for each address.

Parse the whole blockchain? That'd be a huge amount of addressses. PM, I'm interested anyways (experienced programmer).