Multisig addresses... am I doing it right?

http://live.reddcoin.com/tx/faf0042f22772fb013444caa372f15721c8ab74547131e61600b0b2ca4cb8673

http://live.reddcoin.com/address/3PESSeSgzMiw3GfqgFG3ZAxo54qrbukHQn

Also, was this the first multisig transaction on the production chain? There isn’t any multisig address on the top 100, as far as I’ve seen…

Kudos to Reddcoin for jumping on multisig so fast… One of the few (the only, I think) coins to have this available and to publicly announce it.

tecopos Nice, how did you create the address, via reddcoind addmultisigaddress?
can you post the format of your transaction input?

//EDIT: I found a good explanation on how to use the commands: https://people.xiph.org/~greg/escrowexample.txt

ReddcoinRocks said:

tecopos Nice, how did you create the address, via reddcoind addmultisigaddress?
can you post the format of your transaction input?

//EDIT: I found a good explanation on how to use the commands: https://people.xiph.org/~greg/escrowexample.txt

Yep, did it through the console on the QT client (createmultisig), followed this tutorial https://www.reddit.com/r/Bitcoin/comments/2enog2/how_to_create_a_multisig_address_and_spend_from/

Didn’t quite understand your request. I’m still learning about this… Haven’t learned how to spend funds from the address, maybe later today.

To send the transaction, I did it normally through the QT, the address was accepted as a normal Reddcoin address.

And thanks for the link!

1 Like

tecopos The link helped me to understand how to create a transaction :slight_smile: Thanks for the tutorial!

1 Like

tecopos Yes, you’ve made history by sending the first ever multisig transaction on the Reddcoin mainnet blockchain. Kudos :slight_smile:

As you and ReddcoinRocks make further progress on this, could you please collaborate and produce a tutorial with code examples for everyone? That would be immensely helpful.

3 Likes

laudney said:

tecopos Yes, you’ve made history by sending the first ever multisig transaction on the Reddcoin mainnet blockchain. Kudos :slight_smile:

As you and ReddcoinRocks make further progress on this, could you please collaborate and produce a tutorial with code examples for everyone? That would be immensely helpful.

Awesome! Glad to be with Reddcoin since the beginning, and make history in its blockchain!

As for the tutorial, ok for me, but I can’t promise anything until the end of the week, as I’m quite busy with exams :slight_smile: But I’ll see what I can do in my free time!

1 Like

I’m trying to spend from the multisig address, but when I make signrawtransaction, the code that is given to me is the same as the hex given in createrawtransaction… What am I doing wrong?

EDIT: made progresses… Managed to sign the transaction until it said “completed: true”, but I can’t push it to the network. I errors out (code -22), trying to figure out what’s up…

Still having a lot of issues. My final transaction simply isn’t being accepted. I’ve followed many tutorials around, and even found people with the same issues…
Tried older Reddcoin clients, still the same issue as above!

laudney sorry to bother, but do you have any comments/ideas?

Ok, finally got this. Tutorial avaliable on: https://www.reddcointalk.org/topic/345/multisig-addresses-tutorial

1 Like