• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Multi-wallet RPC functionality

mbassan

New member
I have configured DASH core to run with multiple wallet.dat files:

/home/user/dash/bin/dashd --datadir="/home/user/.dash" -wallet=wallet1.dat -wallet=wallet2.dat

... but I cannot figure out how to interface with each wallet.

In Bitcoin, LItecoin and other coinsd's there is an RPC endpoint for each wallet:

<protocol>://<ipaddress>:<port>/wallet/<wallet name>

But this does not exist in DASH core. How can I interface with each wallet through the RPC?
 
Back
Top