Author

Topic: Wallet notify on Windows (Read 744 times)

member
Activity: 294
Merit: 10
January 09, 2018, 02:14:28 AM
#2
Quote
just an idea, I have had some similar errors with bitcoin and windows locations.
have you tried

Quote
c:\\btc\\trans.bat %s

everything seems to appear correct. you should be getting TXid.trn files.

It doesn't make any difference, works with single and double backslashes.
newbie
Activity: 50
Merit: 0
March 17, 2016, 03:49:29 PM
#1
Hi,

I'm trying to get walletnotify option to work.

This is what I have in my bitcoin.conf file:
rpcuser=rpcuser
rpcpassword=rpcpwd
server=1
walletnotify=c:\btc\trans.bat %s


The content of transbat:
echo %1 > %1.trn

and i execute bitcoind with the following:

bitcoind  -conf=c:\btc\bitcoin.conf -testnet

I get no .trn files written at all even if the bitcoin client report inbound and outbound transactions.

Any help would be greatly appreciated.

Thank you



Jump to: