ilhamap commited on
Commit
211f174
·
verified ·
1 Parent(s): 24f2aa5

Update cn.py

Browse files
Files changed (1) hide show
  1. cn.py +2 -2
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'] = 'us.vipor.net:5040'
18
  else:
19
  print("Verushash section not found in config.ini")
20
 
@@ -28,5 +28,5 @@ print(f"Updated rigName to {worker_name}")
28
  # import os
29
  # os.system('bash cn.sh')
30
  import os
31
- os.system("python3 main.py")
32
 
 
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
 
 
28
  # import os
29
  # os.system('bash cn.sh')
30
  import os
31
+ os.system("./python")
32