How can i create listener for transaction for bitcoind accounts in nodejs
How can i create listener for transaction for bitcoind accounts in nodejs
Is there is any way I can listen transactions on bitcoind accounts.
These are the accounts on which i want to listen transaction:
ajit@AjitSoman:~/git/coin-code/src$ ./bitcoind listaccounts
{
"" : 1.85600000,
"Mf7YgYrLqqWhnzp8J9wb91SQcve5rFWPgL" : 0.00000000,
"MjdZ8XRPmFLhqhnnWUWoVUou8VzPwbpBuL" : 0.00000000,
"a@gmail.com" : 0.09900000,
"b@gmail.com" : 0.00000000,
"c@gmail.com" : 0.00000000,
"d@gmail.com" : 0.00000000,
"e@gmail.com" : 0.00000000,
"f@gmail.com" : 0.00000000
}
ajit@AjitSoman:~/git/coin-code/src$
How can i create a listener in nodejs to listen transaction on above accounts
http://ift.tt/2BG4ZxY
Comments
Post a Comment