Advertisement
Guest User

cards.lib

a guest
Jun 25th, 2011
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. ###########################################
  2. # Autominer by Reikoku #
  3. # v0.2 #
  4. # #
  5. # Card-specific settings for each card #
  6. # Supports up to four cards right now #
  7. ###########################################
  8.  
  9.  
  10. ###########################################
  11. # The Cards #
  12. ###########################################
  13.  
  14. # Zero-indexed, 3 cards should be [0],[1],[2] not [1],[2],[3].
  15. identifier=([1]="Radeon5830-1" [2]="Radeon5830-2" [3]="Radeon5830-3" [4]="Radeon5830-4")
  16.  
  17.  
  18. ###########################################
  19. # 4th GPU Settings #
  20. ###########################################
  21.  
  22. # Get this from aticonfig --list-adapters
  23. atiDevice[4]="3";
  24.  
  25. phoenixKernel[4]="poclbm";
  26. phoenixDevice[4]="4";
  27. phoenixWorkSize[4]="256";
  28. phoenixQueueSize[4]="1";
  29. phoenixAggression[4]="10";
  30. phoenixParams[4]="BFI_INT VECTORS FASTLOOP=false";
  31.  
  32. # If usernames set to false, the value from common.lib will be used
  33. poolWorkerName1[4]="gimeee_4";
  34. poolWorkerPass1[4]="pass";
  35. poolWorkerName2[4]="gimeee_4";
  36. poolWorkerPass2[4]="pass";
  37.  
  38. # You probably don't need to touch these
  39. xtermGeometry[4]="61x10+730+11";
  40. xtermTitle[4]="Mining on Card 4";
  41. cardPool[4]="false"; # This is not pool support, it is an operating variable
  42.  
  43.  
  44. ###########################################
  45. # 1st GPU Settings #
  46. ###########################################
  47.  
  48. # Get this from aticonfig --list-adapters
  49. atiDevice[1]="0";
  50.  
  51. phoenixKernel[1]="poclbm";
  52. phoenixDevice[1]="1";
  53. phoenixWorkSize[1]="256";
  54. phoenixQueueSize[1]="1";
  55. phoenixAggression[1]="10";
  56. phoenixParams[1]="BFI_INT VECTORS FASTLOOP=false";
  57.  
  58. # If usernames set to false, the value from common.lib will be used
  59. poolWorkerName1[1]="gimeee_1";
  60. poolWorkerPass1[1]="pass";
  61. poolWorkerName2[1]="gimeee_1";
  62. poolWorkerPass2[1]="pass";
  63.  
  64. # You probably don't need to touch these
  65. xtermGeometry[1]="61x10+730+171";
  66. xtermTitle[1]="Mining on Card 1";
  67. cardPool[1]="false"; # This is not pool support, it is an operating variable
  68.  
  69.  
  70. ###########################################
  71. # 2nd GPU Settings #
  72. ###########################################
  73.  
  74. # Get this from aticonfig --list-adapters
  75. atiDevice[2]="1";
  76.  
  77. phoenixKernel[2]="poclbm";
  78. phoenixDevice[2]="2";
  79. phoenixWorkSize[2]="256";
  80. phoenixQueueSize[2]="1";
  81. phoenixAggression[2]="10";
  82. phoenixParams[2]="BFI_INT VECTORS FASTLOOP=false";
  83.  
  84. # If usernames set to false, the value from common.lib will be used
  85. poolWorkerName1[2]="gimeee_2";
  86. poolWorkerPass1[2]="pass";
  87. poolWorkerName2[2]="gimeee_2";
  88. poolWorkerPass2[2]="pass";
  89.  
  90. # You probably don't need to touch these
  91. xtermGeometry[2]="61x10+730+331";
  92. xtermTitle[2]="Mining on Card 2";
  93. cardPool[2]="false"; # This is not pool support, it is an operating variable
  94.  
  95.  
  96. ###########################################
  97. # 3rd GPU Settings #
  98. ###########################################
  99.  
  100. # Get this from aticonfig --list-adapters
  101. atiDevice[3]="2";
  102.  
  103. phoenixKernel[3]="poclbm"
  104. phoenixDevice[3]="3"
  105. phoenixWorkSize[3]="256"
  106. phoenixQueueSize[3]="1"
  107. phoenixAggression[3]="10"
  108. phoenixParams[3]="BFI_INT VECTORS FASTLOOP=false"
  109.  
  110. # If usernames set to false, the value from common.lib will be used
  111. poolWorkerName1[3]="gimeee_3";
  112. poolWorkerPass1[3]="pass";
  113. poolWorkerName2[3]="gimeee_3";
  114. poolWorkerPass2[3]="pass";
  115.  
  116. # You probably don't need to touch this
  117. xtermGeometry[3]="61x10+730+491";
  118. xtermTitle[3]="Mining on Card 3";
  119. cardPool[3]="false"; # This is not pool support, it is an operating variable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement