First i m using to view this code but i m can't see any response then
client.request('getreceivedbyaddress', [bitcoinAddress,1],function(err,res)
{
console.log("err:"+err);
console.log(res);
})
I am using bitcoin core import address but still i am unable to watch balance. any response
client.request('importaddress', [bitcoinAddress, bitcoinAddress, false],function(err,res)
{
console.log("err:"+err);
console.log(res);
}) // returns null if successfully imports