LOL You'll simply burn them, better buy some DRK :grin:
But if you're so curios... that's were it will break if you try to build multisig for bitcoin with DRK pubkeys
https://github.com/bitcoin/bitcoin/...9f39305ad70657d9fff3962d/src/rpcmisc.cpp#L224
Code:
if (pwalletMain && address.IsValid())
https://github.com/bitcoin/bitcoin/...9f39305ad70657d9fff3962d/src/rpcmisc.cpp#L245
Code:
if (!vchPubKey.IsFullyValid())
EDIT: or you have to guess bitcoin pubkey that gives you the same multisig after all phases of hashing (and private keys for these pubkeys too to take funds out)
Last edited by a moderator: