Author

Topic: Help with PHP to call address balance from Quark blockchain. (Read 483 times)

legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
I don't think it's possible via the RPC, you may need to build a blockchain parser to do it.
member
Activity: 74
Merit: 10
I'm building a website for crowd-funding various Quark-related projects -- similar to Kickstarter. 

The person who proposes a new project enters a new wallet address for that project.

So for each project I want to display how much has been raised thus far - i.e. the latest balance of that wallet address, like we see here under the "Balance" column:

http://bitinfocharts.com/top-100-richest-quarkcoin-addresses.html

So, for example if the variable is QXSyzkDG8NjdA9X32pVdt5tQvMfRJrk3ns , then it should display 335,177

Can someone please help me with PHP code for this?


Thanks in advance!
Jump to: