-
Notifications
You must be signed in to change notification settings - Fork 14
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
Withdraw error kraken #49
Comments
Did you take the minimum withdrawal value into account? For Bitcoin, that's currently: 0.00050 XBT. |
Just checked, withdrawing 0.00215 XBT pops up the same error: In KrakenClient.php line 77: |
Hi @ultrazeus Did you triple-check the withdrawal description configured in the .env file that exactly matches the one added to the Kraken website? |
Great, that was the glitch. I couldn't make up that this was actually required as it states "This option overrides any configured withdrawal address", assuming that the address I added in the .env file was enough.
|
Thanks! Great that it worked out. I'll leave this ticket open to serve as a work item to clarify the documentation and figure out what caused the given error. |
Running this command on RPI4 results in an error:
docker run --rm -it --env-file=/home/xxx/docker/bitcoin-dca/config/bitcoin-dca.conf jorijn/bitcoin-dca:latest withdraw --all
In KrakenClient.php line 77:
EGeneral:Invalid arguments
The text was updated successfully, but these errors were encountered: