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

Sending BTC: GenericServerError A Server Error has occurred! Server Response: {"code":500,"msg":"66: mempool min fee not met"} #97

Open
InspiredPrynce opened this issue Dec 22, 2017 · 3 comments

Comments

@InspiredPrynce
Copy link

When I try to send BTC, i get this error...

 (1/1) GenericServerError

A Server Error has occurred!
Server Response: {"code":500,"msg":"66: mempool min fee not met"}

Please what is the cause, someone should help me.....

@InspiredPrynce InspiredPrynce changed the title Sending BTC Sending BTC: GenericServerError A Server Error has occurred! Server Response: {"code":500,"msg":"66: mempool min fee not met"} Dec 22, 2017
@afk11
Copy link
Contributor

afk11 commented Dec 22, 2017

Sorry the error comes from bitcoind and isn't the most descriptive. What line of code are you using to send funds from your wallet? The mempool is crazy lately, so if you're using force fee or something it's possible that no longer meets the min relay fee.

@InspiredPrynce
Copy link
Author

Thanks @afk11 for responding to my issue. Am so happy. Thanks

Am using this code to send the transaction

$wallet->pay(array($address => $amount), null, false, true, Wallet::FEE_STRATEGY_BASE_FEE);

Thanks! I have 0.00032890 BTC and I want to send it to another wallet...

@InspiredPrynce
Copy link
Author

Fixed it though.... The Wallet::BASE_FEE constant, I increased it to 150000 satoshis and it started working...

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