cryptoeax

Results 14 issues of cryptoeax

### Coin name (`BITB`) * link to logo: http://www.bitbean.org/images/Downloads/MrBitBean.png * official website: http://www.bitbean.org/ **Optional info** (not mandatory, but saves me time): * logo color (HEX): `#97EF2A` * bitcointalk.org thread: https://bitcointalk.org/index.php?topic=915650.0

I'm adding support for this exchange under ID 9. This issue blocks #5.

exchange support

This will enable the user to have a config.ini file with only the variables they have customized, and the bot will fall back to its config.ini.example file for other variables....

enhancement

Once #104 is fixed, it would be super easy to add a config variable for sending our logs directly to syslog.

enhancement

See this chat for the details of the bug: https://gitter.im/cryptoeax-arbbot/Development?at=5a66de54d9f895c3604c3501

good first issue

Blocks #5 I have an adapter for the CCXT library that makes the job of writing an exchange backend for arbbot super simple, and I have used it to implement...

So many people have had installation issues with the bot that it's time to provide a simple way to run the bot using Docker. It also allows us much more...

https://github.com/cryptoeax/arbbot/blob/d6c7990e55e1d242a803248681923f8237abe1f6/bot/utils.php#L42 Currently `logg()` only accepts a message, we need to add a log level argument to it. We can start simple with three values, like 'info', 'warning' and 'error' and...

help wanted

This can result in a trade that is half recorded in the DB. For example, the `profit_loss` table may not get updated properly, etc. It's better to disable Ctrl+Cing at...

It seems that Bleutrade may take longer than other exchanges to fill orders. It may make sense to have a separate config variable to control the order-check-delay per exchange.