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

XBT balance is zero #213

Open
vancrypto opened this issue Feb 28, 2020 · 2 comments
Open

XBT balance is zero #213

vancrypto opened this issue Feb 28, 2020 · 2 comments

Comments

@vancrypto
Copy link

Signed up on Testnet. Was issued 0.01XBT.

In settings.py I have:

SYMBOL = "XBTUSD"

Running the bot, it says:

Current XBT Balance: 0.000000

Is there a configuration I am missing? I have entered the right API Key and secret in settings.py.

@vancrypto vancrypto changed the title XBTC balance is zero XBT balance is zero Feb 28, 2020
@cajunior013
Copy link

Have you figured out this issue?

Same here...

@allister633
Copy link

You are probably in dry mode, because it will use the satoshis amount specified by the DRY_BTC key in the settings.py.
The default is 50 satoshis, it is then divided by this constant : XBt_TO_XBT = 100000000, so 50 / 100000000 gives 0,0000005 that is printed with 6 digits after the point so that is why you are getting 0.000000.

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

3 participants