Advertisement
Irvannandika

Untitled

Sep 18th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "pool": {
  3. "url": "stratum+tcp://pool_url:port",
  4. "user": "your_wallet_address",
  5. "pass": "password"
  6. },
  7. "algo": "your_algorithm",
  8. "cpu": {
  9. "enable": true,
  10. "threads": 8,
  11. "affinity": "0-7" // Menetapkan affinity untuk core CPU dari 0 hingga 7
  12. },
  13. "gpu": {
  14. "enable": false // Menonaktifkan GPU
  15. },
  16. "hugepages": {
  17. "enable": true,
  18. "size": "1G" // Mengaktifkan hugepages ukuran 1 GB
  19. },
  20. "hw_aes": true // Mengaktifkan HW-AES
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement