Bitcoin Forum
September 27, 2025, 12:44:15 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Can't sign multisig wallet transaction on: October 05, 2021, 07:33:00 PM
Thank you for your response.
I'm still getting an error even after restoring both 2 wallets (the multisig wallet and co-sign wallet) I'm getting this error on electrum

The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.

The transaction was rejected because it is too large (in bytes).

How can I use the another option you metioned.
Okay, now that's unrelated to the previous issue and not limited to Electrum,
the error: "The transaction was rejected because it is too large (in bytes)" is because of Bitcoin's "standard rule".

Your transaction must have reached the maximum standard transaction size of 400,000 Weight or 100kvB (virtual kilobytes).
You'll have to reduce the number of inputs in order to create a transaction that can be broadcast successfully.
The expensive workaround is to ask a pool or solo miner to directly include your transaction to the blocks that they're mining.

Source Code: https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.h#L23-L24

Excuse me for my ignorance how can I reduce the number of inputs with electrum (or control them)
2  Bitcoin / Bitcoin Technical Support / Re: Can't sign multisig wallet transaction on: October 05, 2021, 12:47:18 PM
After version 4.0.1, electrum dropped support for the old export format and use "psbt" similar to Bitcoin Core.
Here's the release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES#L302-L306
The solution is also written there - all co-signers should have the same version or at least v4.0.1

there is any solution or workaround for this problem?
If the raw transaction came from other source that outputs raw transactions in hex.
You can try to convert it into psbt through Bitcoin Core using the command: converttopsbt "raw_transaction", the output should be compatible with the latest version of Electrum. It could fail depending on the encoding of the raw txn.
Note: you wont need the blockchain to use the command, just install, open Bitcoin Core then go to 'Window->Console' or use cli.

Thank you for your response.
I'm still getting an error even after restoring both 2 wallets (the multisig wallet and co-sign wallet) I'm getting this error on electrum

The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.

The transaction was rejected because it is too large (in bytes).

How can I use the another option you metioned.

Ty
3  Bitcoin / Bitcoin Technical Support / Can't sign multisig wallet transaction on: October 03, 2021, 05:00:37 PM
Hi,
I create a bitcoin wallet with electrum 3.X.
while I could open this wallet (both the multisig wallet and the other wallet that I could sign with) I could sign transactions.

now that I can't open wallets on version 3.X (I'm getting error that the version is too old) I can't sign the transactions.

I'm exporting the transaction files and then trying to sign them but it wont let me sign on electrum 4.X

there is any solution or workaround for this problem?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!