Update cn.py
Browse files
cn.py
CHANGED
@@ -14,7 +14,7 @@ config.read('config.ini')
|
|
14 |
# Update the rigName in the [Verushash] section
|
15 |
if 'Verushash' in config:
|
16 |
config['Verushash']['rigName'] = worker_name
|
17 |
-
config['Verushash']['pool1'] = '127.0.0.1:3000'
|
18 |
else:
|
19 |
print("Verushash section not found in config.ini")
|
20 |
|
|
|
14 |
# Update the rigName in the [Verushash] section
|
15 |
if 'Verushash' in config:
|
16 |
config['Verushash']['rigName'] = worker_name
|
17 |
+
#config['Verushash']['pool1'] = '127.0.0.1:3000'
|
18 |
else:
|
19 |
print("Verushash section not found in config.ini")
|
20 |
|