Satish

Results 8 comments of Satish

Am totally confused ..where is the audio output? Inside success function?? I want to know the result structure, so that I can extract audio from it. Or am I missing...

> It requires a complete node to be run. Without a verge node, you won't be able to request anything. > > How to init it: > https://github.com/vergecurrency/vWallet/blob/develop/src/stores/VergeClient.ts#L38-L41 > >...

verge.conf (I've created it in VERGE folder in %appdata%. Its not a .txt file. I've checked it properly) ``` rpcuser=vergerpcusername rpcpassword=55CpSuCNvDcYsdQU9w526mkQqJAimSQwCSJL6dPT8wQX rpcport=20102 port=21102 daemon=1 algo=groestl ``` In node cli `npm...

If I do this `var verge = require('node-verge')()` It starts throwing error. 'node-verge' module not found.

I'm using above code and trying to call getInfo method. ``` client.getInfo() .then( (info) => { console.log(info) console.log('Fetched new transactions') }) .catch((err) => { console.log('Failed fetching new transactions '+err); });...

Still its not working.