Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitbox.RawTransactions.sendRawTransaction can not send which tx has many UTXOs and trigger request entity too large error ! #137

Open
passionofvc opened this issue Aug 14, 2019 · 1 comment

Comments

@passionofvc
Copy link

bitbox.RawTransactions.sendRawTransaction can not send transaction
which tx has many UTXOs and trigger request entity too large error !
Does this is bitcoin-abc daemon limit in sendrawtransaction?
I also even limit UTXOs to 500 numbers.
I can spend the UTXOs with Electron-cash4.0.9.

the script is in below gist.
https://gist.github.com/passionofvc/5f79f1083ed20a43a154d7a879aaa289

npm install bitbox-sdk

node spend_bcc_p2pkh.js 
error:  { status: 413, message: 'request entity too large’ }

@christroutner
Copy link

I believe this error is coming from the full node, and we don't have direct control over this error with BITBOX. It seems like you're probably exceeded the maximum transaction size limit of 100kb, or some similar constraint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants