Advertisement
Hashalot

[ETC] BAT-files for connecting to the ETC mining on Hashalot

Dec 7th, 2020 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BAT-files for connecting to the Hashalot
  2.  
  3. Before starting, change the "specify-wallet" fields to your Ethereum Classic wallet
  4.  
  5. You can fill in the "specify-farm" fields as you like, for example, "best-farm-ever" or "my-first-farm"
  6.  
  7. The "specify-password" field is not required for anonymous connection but is required for registered pool users. If you have registered - indicate in the bat-file the password used during registration.
  8.  
  9. Claymore BAT-file script for AMD & Nvidia
  10.  
  11. - For AMD cards copy rows 13 to 19
  12.  
  13. setx GPU_FORCE_64BIT_PTR 1
  14. setx GPU_MAX_HEAP_SIZE 100
  15. setx GPU_USE_SYNC_OBJECTS 1
  16. setx GPU_MAX_ALLOC_PERCENT 100
  17. setx GPU_SINGLE_ALLOC_PERCENT 100
  18. EthDcrMiner64.exe -epool mining.hashalot.io:3404 -ewal specify-wallet -epsw specify-password - rxboost 21 -strap 2 -fanmin 80
  19. pause
  20.  
  21. - For Nvidia Cards copy rows 23 to 29
  22.  
  23. setx GPU_FORCE_64BIT_PTR 1
  24. setx GPU_MAX_HEAP_SIZE 100
  25. setx GPU_USE_SYNC_OBJECTS1
  26. setx GPU_MAX_ALLOC_PERCENT100
  27. 100 setx GPU_SINGLE_ALLOC_PERCENT
  28. EthDcrMiner64.exe -epool mining.hashalot.io:3404 -ewal specify-wallet -epsw specify-password -strap 2 -fanmin 80
  29. pause
  30.  
  31. For PhoenixMiner copy rows 33 to 39
  32.  
  33. setx GPU_FORCE_64BIT_PTR 1
  34. setx GPU_MAX_HEAP_SIZE 100
  35. setx GPU_USE_SYNC_OBJECTS 1
  36. setx GPU_MAX_ALLOC_PERCENT 100
  37. setx GPU_SINGLE_ALLOC_PERCENT 100
  38. PhoenixMiner.exe -epool mining.hashalot.io:3404 -worker specify-farm-name --wal specify-wallet -pass specify-password
  39. pause
  40.  
  41. For lolMiner copy rows 43 to 49
  42.  
  43. setx GPU_FORCE_64BIT_PTR 1
  44. setx GP U_MAX_HEAP_SIZE 100
  45. setx GPU_USE_SYNC_OBJECTS 1
  46. setx GPU_MAX_ALLOC_PERCENT 100
  47. setx GPU_SINGLE_ALLOC_PERCENT 100
  48. lolMiner.exe --coin ETH --pool mining.hashalot.io --port 3404 --user specify-wallet.specify-farm --pass password
  49. pause
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement