Merge pull request #65 from mculp/master

lots of new coin configs
This commit is contained in:
Matthew Little 2014-04-17 12:53:14 -06:00
commit 9f7031232b
12 changed files with 61 additions and 0 deletions

5
coins/defcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Defcoin",
"symbol": "DEF",
"algorithm": "scrypt"
}

5
coins/jennycoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Jennycoin",
"symbol": "JNY",
"algorithm": "scrypt"
}

5
coins/klondikecoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Klondikecoin",
"symbol": "KDC",
"algorithm": "scrypt"
}

6
coins/muniti.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Muniti",
"symbol": "MUN",
"algorithm": "x11",
"mposDiffMultiplier": 256
}

5
coins/potcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Potcoin",
"symbol": "POT",
"algorithm": "scrypt"
}

5
coins/procoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Procoin",
"symbol": "PCN",
"algorithm": "scrypt"
}

5
coins/ronpaulcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "RonPaulCoin",
"symbol": "RPC",
"algorithm": "scrypt"
}

5
coins/rubycoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Rubycoin",
"symbol": "RUBY",
"algorithm": "scrypt"
}

5
coins/spartancoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Spartancoin",
"symbol": "SPN",
"algorithm": "scrypt"
}

5
coins/stoopidcoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Stoopidcoin",
"symbol": "STP",
"algorithm": "scrypt"
}

5
coins/suncoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Suncoin",
"symbol": "SUN",
"algorithm": "scrypt"
}

5
coins/whitecoin.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "Whitecoin",
"symbol": "WC",
"algorithm": "scrypt"
}