Skip to content

Commit

Permalink
Update software-example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Oct 2, 2014
1 parent 6a8d73e commit 1986de9
Showing 1 changed file with 78 additions and 20 deletions.
98 changes: 78 additions & 20 deletions src/CoiniumServ/config/software-example.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
{
"miner": [
{
"name": "CGMiner",
"version": "3.7.2",
"platforms": [ "ati", "asic", "cpu" ],
"algorithms": [ "sha256", "scrypt" ],
"platforms": [
"ati",
"asic",
"cpu"
],
"algorithms": [
"sha256",
"scrypt"
],
"site": "https://bitcointalk.org/index.php?topic=28402.0",
"download": {
"windows": "http://ck.kolivas.org/apps/cgminer/",
Expand All @@ -14,8 +21,15 @@
{
"name": "BFGMiner",
"version": "4.8.0",
"platforms": [ "ati", "asic", "cpu" ],
"algorithms": [ "sha256", "scrypt" ],
"platforms": [
"ati",
"asic",
"cpu"
],
"algorithms": [
"sha256",
"scrypt"
],
"site": "http://bfgminer.org/",
"download": {
"windows": "http://bfgminer.org/",
Expand All @@ -24,8 +38,12 @@
},
{
"name": "SGMiner",
"platforms": [ "ati" ],
"algorithms": [ "scrypt" ],
"platforms": [
"ati"
],
"algorithms": [
"scrypt"
],
"site": "https://github.com/sgminer-dev/sgminer",
"download": {
"windows": "http://sgminer.builders/",
Expand All @@ -34,8 +52,14 @@
},
{
"name": "SPH-SGMiner",
"platforms": [ "ati" ],
"algorithms": [ "scrypt", "x11", "groestl" ],
"platforms": [
"ati"
],
"algorithms": [
"scrypt",
"x11",
"groestl"
],
"site": "https://bitcointalk.org/index.php?topic=475795.0",
"download": {
"windows": "https://bitcointalk.org/index.php?topic=475795.0",
Expand All @@ -45,8 +69,13 @@
{
"name": "VertMiner",
"version": "0.5.2",
"platforms": [ "ati" ],
"algorithms": [ "scrypt", "scrypt-n" ],
"platforms": [
"ati"
],
"algorithms": [
"scrypt",
"scrypt-n"
],
"site": "https://github.com/Bufius/vertminer-gpu",
"download": {
"windows": "https://vertcoin.org/downloads/vertminer-0.5.2.zip",
Expand All @@ -55,8 +84,16 @@
},
{
"name": "CudaMiner",
"platforms": [ "nvidia" ],
"algorithms": [ "scrypt", "scrypt-n", "scrypt-jane", "keccak", "blake" ],
"platforms": [
"nvidia"
],
"algorithms": [
"scrypt",
"scrypt-n",
"scrypt-jane",
"keccak",
"blake"
],
"site": "https://bitcointalk.org/index.php?topic=167229.0",
"download": {
"windows": "https://github.com/cbuchner1/CudaMiner/releases",
Expand All @@ -65,8 +102,15 @@
},
{
"name": "CCMiner",
"platforms": [ "nvidia" ],
"algorithms": [ "fugue", "groestl", "x11", "x13" ],
"platforms": [
"nvidia"
],
"algorithms": [
"fugue",
"groestl",
"x11",
"x13"
],
"site": "https://bitcointalk.org/index.php?topic=167229.0",
"download": {
"windows": "https://github.com/cbuchner1/ccminer/releases",
Expand All @@ -76,20 +120,34 @@
{
"name": "Minerd",
"version": "2.4",
"platforms": [ "cpu" ],
"algorithms": [ "fugue", "groestl", "x11", "x13" ],
"platforms": [
"cpu"
],
"algorithms": [
"fugue",
"groestl",
"x11",
"x13"
],
"site": "https://bitcointalk.org/index.php?topic=55038",
"download": {
"windows": "http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.4-win32.zip",
"linux": "http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.4-linux-x86.tar.gz",
"macos": "http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.4-osx32.zip"
}
},
{
{
"name": "MacMiner",
"version": "1.5.21",
"platforms": [ "ati", "asic", "cpu" ],
"algorithms": [ "sha256", "scrypt" ],
"platforms": [
"ati",
"asic",
"cpu"
],
"algorithms": [
"sha256",
"scrypt"
],
"site": "http://fabulouspanda.co.uk/macminer/",
"download": {
"macos": "http://fabulouspanda.co.uk/macminer/downloads/"
Expand Down

0 comments on commit 1986de9

Please sign in to comment.