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'] = '
|
| 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'] = 'us.vipor.net:5040'
|
| 18 |
else:
|
| 19 |
print("Verushash section not found in config.ini")
|
| 20 |
|