-
Notifications
You must be signed in to change notification settings - Fork 495
software.json
raistlinthewiz edited this page Oct 2, 2014
·
5 revisions
software.json contains configuration for miner software.
Contains an array of known miner software.
{
"miner": [
{
"name": "CGMiner",
"version": "3.7.2",
"platforms": [ "ati", "asic", "cpu" ],
"algorithms": [ "sha256", "scrypt" ],
"site": "https://bitcointalk.org/index.php?topic=28402.0",
"download": {
"windows": "http://ck.kolivas.org/apps/cgminer/",
"linux": "http://ck.kolivas.org/apps/cgminer/"
}
}
}
- name: name of the mining software.
- version: version of the software (optional).
- platforms: Supported platforms by the software.
- ati: ATI graphics card support