Bitcoin Forum
May 08, 2024, 03:15:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core - Multisig Adresses  (Read 1249 times)
Madness (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
January 29, 2015, 03:40:57 PM
 #1

YOLO !
I didn't knew that this is possible with the Bitcoin Core till someone told me on this thread : https://bitcointalk.org/index.php?topic=939915.0;topicseen
Now I want to know what are the commands or whatever is needed to make a Multisig adress using my Bitcoin Core wallet from the Debug Window since it's impossible to make using the Graphic User Interface .

~ Madness.

1715138115
Hero Member
*
Offline Offline

Posts: 1715138115

View Profile Personal Message (Offline)

Ignore
1715138115
Reply with quote  #2

1715138115
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715138115
Hero Member
*
Offline Offline

Posts: 1715138115

View Profile Personal Message (Offline)

Ignore
1715138115
Reply with quote  #2

1715138115
Report to moderator
fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
January 29, 2015, 03:55:21 PM
 #2

Code:
createmultisig n '["pubkey1","pubkey2","pubkey3",......]
n - requided signatures
pubkeys - pubkeys  Smiley
To find pubkey corresponding to your address press:
Code:
validateaddress address

A more detailed explanation: https://bitcointalk.org/index.php?topic=468334.msg5178588#msg5178588
Madness (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
January 29, 2015, 03:59:09 PM
 #3

Code:
createmultisig n '["pubkey1","pubkey2","pubkey3",......]
n - requided signatures
pubkeys - pubkeys  Smiley
To find pubkey corresponding to your address press:
Code:
validateaddress address

A more detailed explanation: https://bitcointalk.org/index.php?topic=468334.msg5178588#msg5178588

Hey there , thanks for taking some time of yours to answer me
That's what I call a chinese language , I really didn't understand a lot of that to be honest what is that "03ccd252273248b3ebd34595976126361882edeb00af0c519b6b23e49341165bb5" needed for and what is it , It's a TAX ID or something ?

Mind explaining more please ? just want to create one adress .

EDIT : After using my brain a little bit I was able to understand what was that and how it works . I will edit my post again on a minut to let you know if I did it . thanks Wink
~ Madness.

fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
January 29, 2015, 04:06:01 PM
 #4

03ccd252273248b3ebd34595976126361882edeb00af0c519b6b23e49341165bb5 is a public key.
Press validateaddress <Address> to see your pubkey.
Example:
Madness (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
January 29, 2015, 04:08:43 PM
 #5

03ccd252273248b3ebd34595976126361882edeb00af0c519b6b23e49341165bb5 is a public key.
Press validateaddress <Address> to see your pubkey.
Example:


Yes , I was to able to reach that pint and got my public key , now what exactly ? how do I generate my own adress that starts with a 3 . that's all I need

fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
January 29, 2015, 04:11:32 PM
 #6

Multisig address. So you need several addresses.
1)Find at least 2 pubkeys.
2)Enter in debug window:
Code:
createmultisig n '["pubkey1","pubkey2","pubkey3",......]'
Example:


Save your RedeemScript. It will need to send  transactions.
Madness (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
January 29, 2015, 04:19:00 PM
 #7

Multisig address. So you need several addresses.
1)Find at least 2 pubkeys.
2)Enter in debug window:
Code:
createmultisig n '["pubkey1","pubkey2","pubkey3",......]'

Save your RedeemScript. It will need to send  transactions.

It wasen't that hard afterall , ha ?
Thanks a lot of your help , I was able to do it . too bad it's not possible to be made via GUI also too bad that the Adress don't get saved on the "Receiving adresses" Tab .


~ Madness

fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
January 29, 2015, 04:33:31 PM
 #8

It wasen't that hard afterall , ha ?
Thanks a lot of your help , I was able to do it . too bad it's not possible to be made via GUI also too bad that the Adress don't get saved on the "Receiving adresses" Tab .


~ Madness
glv2 did  multisigaddress GUI for PeerUnity-Qt.
https://github.com/Peerunity/Peerunity/commit/ca58b67fef940d0a22bc786ebe741d2db8865d3c
https://github.com/Peerunity/Peerunity/commit/820d8dc845d888b57856a8449269743edc9f9962
I copy the GUI for novacoin-qt.
It looks like:

So maybe in the near future similar GUI will appear in Bitcoin Core...
chaosknight
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
January 30, 2015, 10:34:24 AM
 #9

i have seen bitcoin address starting with 3 instead of 1 but i don't know it was possible to generate such address in bitcoin core qt wallet
there should be a complete step by step tutorial for this
Madness (OP)
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


My goal is becaming a billionaire.


View Profile WWW
January 30, 2015, 10:41:37 AM
 #10

i have seen bitcoin address starting with 3 instead of 1 but i don't know it was possible to generate such address in bitcoin core qt wallet
there should be a complete step by step tutorial for this


I didn't know about this feature either , since It not in the Graphic Interface User on Bitcoin Core but only available if you use commands (a lot of features work with commands only) .
If you want to make an adress that start with 3 then just look what fsb4000 said above . I made one succesfully with his help Wink

~ Madness.

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!