Guest User

Untitled

a guest
Aug 20th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. "algo": "cryptonight-pico/trtl",
  2.  
  3. ...blah-blah, code...
  4.  
  5. "pools":[
  6. /*  https://letshash.it/xau/#worker_stats   */
  7.         {
  8.             "url": "PoolAdress:PORT",
  9.  
  10.             //      on xau.walemo.com and xau.pool-pay.com, need to use dot (.): WalletAddress.ShareDifficulty
  11.             //"user": "solo:WalletAddress+ShareDifficulty",     //SOLO
  12.             "user": "WalletAddress+ShareDifficulty",            //PROP
  13.             "pass": "WalletAddress+ShareDifficulty@WorkerUsername",
  14.  
  15.             "keepalive": true,
  16.             "nicehash": false,
  17.             "variant": "trtl",
  18.             "algo": "cryptonight-pico/trtl",
  19.             "enabled": true,
  20.             "tls": false,
  21.             "tls-fingerprint": null
  22.         },
  23. ],
  24.  
  25. ...blah-blah, code...
  26.  
Add Comment
Please, Sign In to add comment