New: Multisig transactions in Nano

Cryptocurrency News and Public Mining Pools

New: Multisig transactions in Nano

Multi-signature in Nault is now available in web and desktop app!

https://preview.redd.it/pr8dt90h6iu61.png?width=1565&format=png&auto=webp&s=3a9dd5ba08f6e2e177f0cdfda7d332193b99bfa5

What is multisig?

Multi-signature is a way for multiple participants to own one private key each and combining them in a way so that only one common account is used to store the funds. Each participant only needs to know their particular key. Then by exchanging safe cryptographic data between the participants, a block signature is produced that can publish the corresponding block to the network.

More info in the original multisig post for Keytools

New multisig features in Nault:

  • Multisig generator
  • Multi-tab mode: To make the data sharing process automatic if using local browser tabs for all private keys used on the same machine
  • Integrated with current remote signing workflow allowing the block to be published
  • Fully compatible with Keytools multisig: Can use one Nault and one Keytools since the data format is the same
  • Semi compatible with the original musig: Can't use it it parallell but the multisig account is created the same way and funds can be recovered if Nault and Keytools would stop existing
  • Full offline support meaning no private keys ever need to be exposed

Additional feature:

Important Note:

The current multisig implementation is still M of M meaning if you lose any private keys the multisig account will be worthless. In the future, there will be M of N which means if you have 5 keys you can lose 2 of them. Simply not yet possible. But there is an example in Nault for how to share keys between 3 participants to simulate M of N:

  • User 1 generates key A and B. Shares key A with user 2 and key B with user 3.
  • User 2 generates key C and shares it with user 3.
  • User 1 will own A and B. User 2 will own A and C. User 3 will own B and C.

By doing this you ensure no single user can take the funds but also ensure that one user can lose both their keys and still allow full recovery among the remaining two. Just a bit more complicated.

Final Note:

Nault is using the musig library made by PlasmaPower, so thanks again to him!

If anyone wants to validate the code, the wasm binary used here can be validated using this.

submitted by /u/SenatusSPQR
[link] [comments]