Post
Topic
Board Development & Technical Discussion
Topic OP
WalletNotify with Multiple Wallet on Same Node
by
gladiator9120
on 10/06/2019, 14:20:25 UTC
Hi,

I am part of a fintech project and we have thousands of users. Instead of getnewaddress, we are using createwallet for all users. Everything is working pretty perfectly, except one critical part.

We are stuck with walletnotify. In our earlier mechanism, we were using one wallet with multiple addresses and thus, walletnotify was helpful. But now the problem is that walletnofity sends the txID, and when we pass the txID in separate gettransaction call, in response we get "specify -rpcwallet=<>"

Now as we ourself don't know which user has made the deposit, how do we keep track of it.

I have check github and there are a few commits on expanding the walletnotify functionality with %s and %w for wallet name. However, that still seems to be in work in progress as the latest pull didn't bring that functionality.

Can someone help how to maintain wallet per user bases and also use walletnotify ?