What is the maximum number of multisigaddresses you can create?

2

I have created a few multisig addresses, and just tried to create a 2 of 3 address, but it returned with the 'AddCScript() failed' error.

What is the maximum number of m-sig addresses and where is this in the code? I'd like to know how to expand the limit for a test.

Matthew Darnell

Posted 2014-08-20T05:20:35.950

Reputation: 508

Question was closed 2014-08-21T12:27:52.587

Maybe it failed because the address you're creating already exists in the wallet?Pieter Wuille 2014-08-20T08:15:30.280

You say, "the code", but you don't give us any idea what code you're talking about.David Schwartz 2014-08-21T03:18:53.137

Answers

0

I realized what happened, the wallet was a massive size and the Write() function was failing.

Matthew Darnell

Posted 2014-08-20T05:20:35.950

Reputation: 508