blockcypher / blockcypher-python

Python library for the BlockCypher web services
https://www.blockcypher.com/dev/bitcoin
Apache License 2.0
213 stars 122 forks source link

Satoshi limit for BCY network #102

Closed mikejm1002 closed 3 years ago

mikejm1002 commented 3 years ago

{'error': 'Error building faucet transaction: Not enough funds in 1 inputs to pay for 1 outputs, missing -979305..'}

Why am I getting this error? The documentation says the limit is atleast 10 million satoshis but I am only trying a transaction under 1 million satoshis: https://www.blockcypher.com/dev/bitcoin/#testing On the BlockCypher Test Chain, the faucet will refuse to fund an address with more than 500 billion BlockCypher satoshis and will not fund more than 100 million BlockCypher satoshis at a time. On Bitcoin Testnet3 those numbers are adjusted to 10 million and 500,000 testnet satoshis respectively.

quentinlesceller commented 3 years ago

on which chain is it?

quentinlesceller commented 3 years ago

I've answered on our support channel. Closing.