Hi nomorecoin
is it not possible to run multiple instances with multiple currencies?
I get always
Traceback (most recent call last):
File "Application.py", line 40, in
runLoop()
File "Application.py", line 23, in runLoop
trader.update()
File "/home/ewi/Downloads/tAPIbot/LTC_USD_tapi/trader.py", line 62, in update
self.tradeData = self.tapi.update()
File "/home/ewi/Downloads/tAPIbot/LTC_USD_tapi/api.py", line 24, in update
self.tradeData['funds'] = output['funds']
TypeError: 'NoneType' object has no attribute '__getitem__'
or is there another problem the reason for this?
TIA
It's mentioned some where in here that he recommends use a separate account per instance. This was cited as a precaution of over buying/selling a shared currency. The advice might also apply to your situation. It would be easy enough to test at least.
Can this bot be run in the command line in a text mode, or does is require a GUI? eg. x11 on Ubuntu.
I am planning on using a headless Ubuntu server with no mouse, monitor, keyboard.
When I try and run it I get an error as if it want's X11
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1712, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable
It does not look like it. Might be worth a pm to the author (have not seen him on this thread in a while)