Hi!
Thank you for your work! I have successfully been using the multichain for building the distributed data storage based on streams.It's time to add the functionality of the assets and the wallets.The main condition is the sign raw transaction on the client side. I have read that multichain compatible this bitcoin and can use some client library to do this. Last week I'm trying to implement the functionality of the signature, but I can't do it.
The sequence of actions is as follows:
- I created wallets addresses and made import them by importaddress
- createrawsendfrom via RPC call
For javascript i have tried to use bitcoinjs library - for import unsigned transaction and sign it. But result is internal excaption.
For C# i have tried to use NBitcoin. Nothing new. Internal exception. As well as for php this BitWasp.
Finally i can tried to use this solution from this question http://www.multichain.com/qa/1923/manually-sign-a-raw-transaction. I left comments that I did not get the same signature as on the server.
Can you help me to understand what am I doing wrong? I hope for your help.
Thanks!