基本上我66: insufficient priority. Code:-26
在尝试推送交易时得到
我已经尝试手动增加费用。
AMOUNT_TOSEND
在聪
- 我
total_received
从https://api.blockcypher.com/v1/btc/test3/addrs/
+ address + '/full?limit=50' 中取值并将其乘以100000000
- 我从这里收取费用:https ://test-insight.bitpay.com/api/utils/estimatefee
并将其乘以
100000000
- 以下是我计算输出的方法: tx.addOutput(ADDRESS_BENEFICIARY, Number(AMOUNT_TOSEND)) tx.addOutput(ADDRESS_BENEFICIARY, Number(balance) - (Number(AMOUNT_TOSEND) + Number(fee)))
- 粘贴到https://test-insight.bitpay.com/tx/send并获取
66: insufficient priority. Code:-26