Questions tagged [multisig]

With multi-signature transactions you can require than multiple parties sign a transaction. In order to be able to spend the funds approval is required from a chosen number of those parties.

43 questions
15
votes
1 answer

ELI5: How is Multisig going to work in Monero?

From what I understand Monero multisig will likely be a special Monero address, similar to something like a p2sh address to address specific use cases. Will it work like a traditional multisig system where you simply just distribute n number of…
thavu
  • 1,155
  • 5
  • 11
14
votes
4 answers

How high is Multi-Sig on the list of development priorities?

.... and is there a rough ETA? ( Soon..) If this isn't being actively developed, then is there things that need to be developed before this can happen? Otherwise has there been any forum funding proposals concerning this?
user26491
  • 750
  • 3
  • 8
4
votes
2 answers

How does Monero's multisig work under the hood?

I read Luigi's post about how multisig worked when he released the first test version, but I found it very complicated and hard to understand. Maybe it was the format, or maybe it was just more complex than I was expecting. In any case, I was…
user141
  • 3,327
  • 11
  • 33
4
votes
0 answers

What is the state of development of Multisig?

In this thread it was stated that after "RingCT ready to be released, the work on integrating RingCT with multisig can begin". Ring CT is now implemented in the testnet, so I am wondering if there is anyone already working on coding it. If so, I…
user141
  • 3,327
  • 11
  • 33
3
votes
1 answer

Cold multisig wallet

I'm trying to sign a multisig transaction offline following multisig and offline guides. I got stuck when I tried to transfer funds, because the online view only wallet can't create multisig transaction and the offline signer wallet needs a…
Ales
  • 131
  • 2
3
votes
1 answer

Wallet transfer/disbursement after death

One downside of good cryptographic privacy is that funds will be lost if the key is forgotton or not known. How can someone ensure funds are not lost after death? Apart from relying on a trusted third party for escrow, I can see two possible…
Toby Kelsey
  • 197
  • 5
3
votes
1 answer

How do multisig wallet seeds work?

If I create a 3/3 multisig wallet and then type seed, the seed shown is 528 hex characters. What does this seed consist of, and does it allow full restoration of that participant's multisig wallet?
knaccc
  • 8,468
  • 16
  • 22
2
votes
1 answer

Determining the private view key by observing the exchange of MultisigV1 strings

If someone were to observe the exchange of MultisigV1 strings during multisig wallet creation, can they use these to discover the public address or secret view key of the multisig wallet? If so, how?
knaccc
  • 8,468
  • 16
  • 22
1
vote
0 answers

Is there a easy to follow tutorial on how to get multi sig working for Monero v12 via console?

Monero v12 is out and there's multi sig, but I'm unsure how to go about using this on the command line. Is there an easy visual tutorial on how to go about using this?
Patoshi パトシ
  • 4,540
  • 3
  • 26
  • 66
1
vote
1 answer

Deposit before multisig setup is complete?

Is there any point during the creation of a multisig wallet that funds can be deposited into the wallet or is it only safe to make deposits after the final step (The exchange)?
Paragon512
  • 35
  • 2
1
vote
2 answers

Multisig one to many transaction

Is it possible to sign one to many transaction in multisig 2/2 wallet? I want functionality where both sides can sign transaction that split the wallet without a need to create gap that requires a trust where one part will be sent to A in person A…
h173k
  • 41
  • 2
0
votes
1 answer

What signature scheme does Monero use for multisig?

How do multisig transactions work in Monero? Does it use a threshold signature scheme? Or is it like bitcoin where there is an M-of-N Multisig Operation?
Darius
  • 103
  • 2
0
votes
1 answer

Multisig wallets cannot spend non rct outputs

I'm experimenting with multisig wallet on private testnet. I have followed this tutorial: How to Use Monero Multisignature Wallets (2/2 & 2/3) but when I try to transfer from multisig wallet I get: { error: { code: -4, message: 'Multisig…
Daniel
  • 1
  • 1
0
votes
1 answer

Multisignature - get one signed transaction, send another, use first signed transaction

The nature of my problem is the following: I, side A, need to get a multisig transaction signed by side B to send it to side C later on, store that signed transaction (not broadcast it yet), then sign another transaction by me (side A) for side B,…
h173k
  • 41
  • 2