mycelium-com / wallet-android

Mycelium Bitcoin Wallet for Android
http://mycelium.com
Other
665 stars 322 forks source link

PAY_TO_OPRETURN in Testnet? #481

Closed phoniex1 closed 5 years ago

phoniex1 commented 5 years ago

Hi, I verify that mycelium don't support the script of PAY_TO_OPRETURN in Testnet. Do you have the plan to support it in the future? Thanks.

Giszmo commented 5 years ago

What do you mean by PAY_TO_OPRETURN? We use OP_RETURN where we need to (our supported colored coins) but I don't understand what is it that you want to achieve. Do you want to add OP_RETURN outputs to your normal transactions? If so, then I doubt we will support this. Please share what you want to achieve.

phoniex1 commented 5 years ago

Thanks for your reply. Yes, I want to use OP_RETURN to support colored coins or token based on BCH. Could you tell me that which version of mycelium support colored coins, or how to add the function of OP_RETURN on mycelium? Thanks very much!

Giszmo commented 5 years ago

We support MT, MSS and RMC using OP_RETURN but we will not expose OP_RETURN to the user. No wallet for normal users would ever do that. Sorry.