Skip to content

Commit fd23905

Browse files
committed
install fixes
1 parent e8f5836 commit fd23905

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{"name":"mysql", "connection":"mysql+mysqldb://fullcycle:[email protected]:3306/fullcycle","host":"192.168.1.86","port":3306,"user":"fullcycle","password":"mining"},
3-
{"name":"rabbit", "connection":"","host":"192.168.1.86","port":5672,"user":"fullcycle","password":"mining"},
4-
{"name":"redis", "connection":"","host":"192.168.1.86","port":6379,"user":"","password":""},
3+
{"name":"rabbit", "connection":"","host":"127.0.0.1","port":5672,"user":"fullcycle","password":"mining"},
4+
{"name":"redis", "connection":"","host":"127.0.0.1","port":6379,"user":"","password":""},
55
{"name":"telegram", "connection":"fullcycletestbot", "host":"", "port":0, "user":"518881115","password":"599776828:AAHko1AZdoxXiDT4CVwFduUO1VFNy6q5wtE"}
66
]

fullcyclepy/backend/simplemonitor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
print('Starting...')
1010
APP = ApplicationService(component='fullcycle')
1111
APP.print('started app. getting known miners')
12-
WORKER_THREADS = 10
13-
MINER_MULTIPLIER = 10
12+
WORKER_THREADS = 1
13+
MINER_MULTIPLIER = 1
1414

1515
#async def getstats_async(miner):
1616
# minerstats, minerinfo, statspolling, minerpool = await antminerhelper.stats(miner)

os/linux/fcmtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python3 ~/fullcycle/fullcyclepy/tests/test_minersummary.py
1+
python3 ~/fullcycle/fullcyclepy/tests/func_minersummary.py

0 commit comments

Comments
 (0)