1
I am using send to many function of blockchain wallet api and i am facing issue.
when upto 20 transaction done then after i get error in terminal that
1538652825520 - error: ERR_PUSHTX
1538652826930 - error: ERR_PUSHTX
and until that upto 20 transactions get 1 confirmation on block i am unable to send any other transaction from that wallet and it's specific address.
i want to use sent to many function for sending unlimited transaction from one wallet to my site users bitcoin addresses when they submit payment request from their account.
kindly help me regarding this.
Thanks
Is your fee too low? See https://github.com/blockchain/service-my-wallet-v3/issues/105
– JBaczuk – 2018-10-09T03:56:41.257thank you very much it was really help full for me. – Muhammad Fahad – 2018-10-10T14:29:31.347
but i still want to ask one question, what if fee is set to normal and still after 20 transactions it's show
1538652826930 - error: ERR_PUSHTX – Muhammad Fahad – 2018-10-10T14:30:48.000
This isn't really answering the question but it is a suggestion. If you're sending out that many transactions, wouldn't it be easier (and cheaper) to combine your inputs and outputs into a single transaction? Instead of spamming a bunch of smaller TX's, you could create 1 or more large TX's with many more inputs and outputs. – cleanmarker – 2018-12-21T17:56:28.540