Bitcoin Forum
May 25, 2024, 07:00:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Q] Json-rpc with php [Q]  (Read 656 times)
Bitcoin_BOy$ (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
December 29, 2014, 03:10:12 AM
 #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 ?
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
December 29, 2014, 12:01:09 PM
 #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.
Bitcoin_BOy$ (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 503


|| Web developer ||


View Profile
December 29, 2014, 03:24:23 PM
 #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
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!