Author

Topic: [Q] Json-rpc with php [Q] (Read 682 times)

hero member
Activity: 854
Merit: 503
|| Web developer ||
December 29, 2014, 10:24:23 AM
#3
Hello everyone
I want to develope a tool to check addresses balannce not one or two more than 1000 and
in a nice time . Can i do it with json-rpc and php ?

Yes, you can.
Just listen network for new blocks, retrieve information from them, parse transactions and update balances in your own SQL database.
You can have up-to-date balances for all 50 millions (I do not know the exact number) addresses ever existed in blockchain.
Not very difficult. But has no sense.

Ok thanks
legendary
Activity: 1260
Merit: 1019
December 29, 2014, 07:01:09 AM
#2
Hello everyone
I want to develope a tool to check addresses balannce not one or two more than 1000 and
in a nice time . Can i do it with json-rpc and php ?

Yes, you can.
Just listen network for new blocks, retrieve information from them, parse transactions and update balances in your own SQL database.
You can have up-to-date balances for all 50 millions (I do not know the exact number) addresses ever existed in blockchain.
Not very difficult. But has no sense.
hero member
Activity: 854
Merit: 503
|| Web developer ||
December 28, 2014, 10:10:12 PM
#1
Hello everyone
I want to develope a tool to check addresses balannce not one or two more than 1000 and
in a nice time . Can i do it with json-rpc and php ?
Jump to: