Author

Topic: Multi Sig Wallet - Importing addresses. (Read 127 times)

newbie
Activity: 2
Merit: 0
February 22, 2019, 06:00:14 AM
#3
Use the same command on the cosigners' wallets. Actually the below one is safer:

Code:
wallet.change_gap_limit(900)

You put enter this on the console tab (view menu > show console)

Thanks that fixed it!
legendary
Activity: 3710
Merit: 1586
February 21, 2019, 11:43:52 AM
#2
Use the same command on the cosigners' wallets. Actually the below one is safer:

Code:
wallet.change_gap_limit(900)

You put enter this on the console tab (view menu > show console)
newbie
Activity: 2
Merit: 0
February 21, 2019, 06:36:13 AM
#1
Hi All,

We have created a multi-sig wallet (2of2). One of the cosigners has generated some new addresses by using the below command:

wallet.storage.put('gap_limit',900)

We are now trying to get these new addresses to show on the other co-signers wallet, we have tried re-creating the wallet from the private key export but it failed, does anyone have any ideas on how we can do this?

Thanks in advance!
Jump to: