How to create a multisig transaction without all addresses in the same wallet?

ThePiachu

New member
I am wondering - how would I go about creating a multisig transaction for Darkcoin without having all of the keys in one wallet? In Bitcoin I resort to using listunspent data from a block explorer, but I can't find something similar for Darkcoin, plus darkspend might become another hurdle.

What is the process of using multisig with Darkcoin when not all of the keys are in the same wallet?
 
I don't know of any block explorer with an API that allows that. I may be wrong, but I think the only two with a public API are the official one and cryptoID, but they don't offer listunspent:
http://explorer.darkcoin.io/q
https://chainz.cryptoid.info/api.dws

However, in the help page of cryptoID, they say:

The various pages of the site use "undocumented" APIs for their own purpose.
You are free to use them (use, not abuse!), but be aware they can change at any time without notice.

Maybe you can indeed use listunpent with their API and make it work.

If not, the only idea I have is that you use the addmultisig command to add the multisig address to the wallet and then use listunpent in the wallet. I haven't tried this, so I'm not sure if it will work. If you try, please post your results.
 
Back
Top