zcash


SUBMITTED BY: uuuuuu

DATE: Oct. 24, 2016, 9:33 p.m.

FORMAT: Text only

SIZE: 1.3 kB

HITS: 503

  1. server = "coinsforall.io";
  2. port = "6668";
  3. # Your ZCASH payout address
  4. address = "zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQok9SNtNgn8d9WcdTK";
  5. # You can give this machine a custom name
  6. # Computer name is used as default
  7. # name = "worker_name";
  8. # Platform:
  9. # "amd": AMD GCN cards
  10. # "nvidia": NVidia Maxwell cards
  11. platform = "amd";
  12. # GPU crash handling (properly untested feature):
  13. # 0 - do nothing
  14. # 1 - close miner application
  15. # 2 - reboot system (need superuser rights)
  16. onCrash = "0";
  17. # - The following settings have one entry per GPU
  18. # - If you have more than 4 just add more entries or leave it as is to use defaults
  19. # - All entries must be separated by commas and set between double quotes
  20. # 0 = don't use device
  21. # 1 = use device
  22. devices = ["1", "1", "1", "1", "1"];
  23. # work sizes
  24. worksizes = ["256", "256", "256", "256", "256"];
  25. # threads
  26. threads = ["8192", "8192", "8192", "8192", "8192"];
  27. # -1 means don't change
  28. corefreq = ["-1", "-1", "-1", "-1", "-1"];
  29. memfreq = ["-1", "-1", "-1", "-1", "-1"];
  30. powertune = ["-1", "-1", "-1", "-1", "-1"];
  31. fanspeed = ["-1", "-1", "-1", "-1", "-1"];

comments powered by Disqus