This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# lxc: linux Container library | |
# Authors: | |
# Daniel Lezcano <[email protected]> | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pools": [ | |
{ | |
"name": "ipoMiner_MA_X11", | |
"url": "stratum+tcp://pool.ipominer.com:3005", | |
"algorithm": "darkcoin-mod", | |
"intensity": "17", | |
"thread-concurrency": "8192", | |
"gpu-threads": "4", | |
"gpu-fan": "75", |