Bitcoin Forum
May 02, 2024, 12:37:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Verify Multiple Signature  (Read 149 times)
blue Snow (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1023


#SWGT CERTIK Audited


View Profile WWW
October 19, 2020, 12:58:45 PM
 #1

Is possible to verify multiple signature?, I know it's possible to send one transaction into multiple address. but how can verify multiple proof address on one time job not one by one like this?

I tried, It didn't work using electrum  Grin



1714653471
Hero Member
*
Offline Offline

Posts: 1714653471

View Profile Personal Message (Offline)

Ignore
1714653471
Reply with quote  #2

1714653471
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714653471
Hero Member
*
Offline Offline

Posts: 1714653471

View Profile Personal Message (Offline)

Ignore
1714653471
Reply with quote  #2

1714653471
Report to moderator
1714653471
Hero Member
*
Offline Offline

Posts: 1714653471

View Profile Personal Message (Offline)

Ignore
1714653471
Reply with quote  #2

1714653471
Report to moderator
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
October 19, 2020, 01:37:01 PM
Last edit: October 19, 2020, 04:07:00 PM by jackg
Merited by ABCbits (1), BrewMaster (1)
 #2

I don't know if you'll find a gui that will accept multiple signatures all at once.

You could probably make something in the console like:
addresses = list of addresses
Signatures = list of signatures
messages = list of messages
For loop in range(len(addresses))
                Print(verifysignature(messages[loop],addresses[loop],signature[loop]))

But I don't know the exact commands from memory and you'll have to know a little python...
BrewMaster
Legendary
*
Offline Offline

Activity: 2114
Merit: 1292


There is trouble abrewing


View Profile
October 19, 2020, 03:07:25 PM
 #3

since each signature you are looking at are created using different messages and different private keys they have to be dealt with individually. even in transactions when there are multiple signatures (like in multi sig transactions or a tx with multiple inputs each with one signature) the signatures have to be checked individually.

since there is no popular usage for multiple message verification at a time you won't find any tool that can do it all in one place. you'll have to write the code yourself.

There is a FOMO brewing...
SquirrelJulietGarden
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 726



View Profile
October 19, 2020, 03:49:24 PM
 #4

People can add 2 bitcoin addresses when they sign a message and that message will be use as ownership evidence for both 2 bitcoin addresses.

I can not imagine of real use cases of multiple signature verification. If it is for one people, the approach can work but if it is for multi people, I don't see it is realistic to use. There is not many time I need to verify signature of other people. Any real use in the forum to verify multi signature in one batch?

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
BrewMaster
Legendary
*
Offline Offline

Activity: 2114
Merit: 1292


There is trouble abrewing


View Profile
October 19, 2020, 04:03:14 PM
 #5

People can add 2 bitcoin addresses when they sign a message and that message will be use as ownership evidence for both 2 bitcoin addresses.

this sounds like an entirely different thing and it is possible to do. 2 different people can create two different keys and then share their public keys with each other to add and then come up with an aggregated signature which would be a single sig but coming from both of them. that is simplified version of what Schnorr signatures do.

There is a FOMO brewing...
LoyceV
Legendary
*
Online Online

Activity: 3304
Merit: 16583


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 19, 2020, 06:30:24 PM
Merited by gmaxwell (2)
 #6

how can verify multiple proof address on one time job
See gmaxwell's post Smiley

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!