Blockchain Params -
http://pcm.proofcore.com/ProofCore/chain
I am using Bitcoin type private keys and addresses in a chain. I created a private key and address outside of Multichain, then used importaddress, then importprivkey and sent 100 native currency to that address from another node...using getmultibalances <address> shows i have 100 of the native currency. Then i tried to issue a new asset and got the message
No unspent output with issue permission
I sent an equal amount from the other node to the address created by Multichain, and no problems to create an asset
What do we need to do to allow imported private keys to create assets?
I searched a bit, and found posts about sending transactions of 0 amount to that address so it has some UTXO to spend...is that we need to do in this case?...It was a brand new chain, so I suspect this might be the case..