ilhamap commited on
Commit
ca83de5
·
verified ·
1 Parent(s): decdd7f

Update cn.py

Browse files
Files changed (1) hide show
  1. cn.py +1 -1
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'] = 'na.luckpool.net:3956'
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