I get this error message:
Traceback (most recent call last):
File "C:\mdc2.py", line 115, in
write("Total paid", my["paidOut"],mbtc)
KeyError: 'paidOut'
Maybe it because I dont have any payouts yet? Since I just started mining ^^
True. Replace my["paidOut"] with my.get("paidOut", 0)