Skip to content

Commit

Permalink
4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Nov 26, 2017
1 parent a01276e commit 360b93b
Show file tree
Hide file tree
Showing 24 changed files with 263 additions and 237 deletions.
37 changes: 3 additions & 34 deletions Config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@@USERNAME=tutulino

-- Time in seconds each restarting of algo, Benchmarks run at 200 seconds on automatic way, not need to change
-- Time in seconds for recheck profit and select more profitable algorithm (less than 600 not recommended)

@@INTERVAL=600

Expand All @@ -31,7 +31,7 @@

@@STARTSCREEN=PROFITS

-- Benchmarks interval time
-- Benchmarks interval time (less than 200 not recomended)

@@BENCHMARKTIME=200

Expand All @@ -44,20 +44,7 @@
-- WALLETS, for autoexchange pools you only need set a wallet for prefered currency (@@currency), other pools without autoexchange like Yiimp need as login a wallet of same coin you are mining, you can add wallets while pattern @@WALLET_XXX (XXX=currency symbol)

@@WALLET_BTC=1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM
@@WALLET_BTX=1EqS1VZ1A5qZF6x72DRgLs4oULLsMcVDJd
@@WALLET_DCR=DshK6VgbzwJjaAXmvrmMEYq3bqZJLrQbwzS
@@WALLET_DNR=DMBdpDVrtj6DBEcE6t9wRbujw7NM7ziLYp
@@WALLET_EXP=0x678167c192c6b40d913a2ffcc92887575db56d56
@@WALLET_FTC=6oVvPeadc99vchwaL9jThPyvDCQointDdQ
@@WALLET_GRS=FmjEgiAziz5L5a3674cWQRwj2eSCbSrMYn
@@WALLET_ORB=oewLAyLNSQR6uRu5WjY1cHSWnQ1oPLXsCs
@@WALLET_SIB=SgxUftvp7zm66yCoHiKzJCzvopzn7cUmhw
@@WALLET_SIGT=BJupFgEmjzE3U6VvH3vmNSBL6AkdxQjoAn
@@WALLET_VTC=VrBVPv2PKLv6RrgKnoh71SzdFjmX5Ly8Dq
@@WALLET_XLR=sc51ZBVNJoaZ3gWNbN62QdYgmcFTVRVg4W
@@WALLET_XVG=DMpSQmLpitKrdnaHomJSnMP3Q77ZJ9f2aF
@@WALLET_ZEC=t1RbZBWXx6K9cbFogePSJPNg6Bjfryrdzpx
@@WALLET_UBQ=0xcd11aa1fec676c0d17ce5d88d13fec2dcf0f0cfd
@@WALLET_XXX=YOUR_WALLET_DIRECTION


-- API Keys, Non Anonymous pools (Suprnova, MPH) requires api key to get wallets info (format @@APIKEY_NAMEOFPOOL=XXXXXXXXXX)
Expand All @@ -70,21 +57,3 @@

@@DONATE=5

-- Destination of donation (BTC) AARONSACE:1MsrCoAt8qM53HUMsUxvy9gMj3QVbHLazH, ME:1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM

@@WALLETDONATE_BTC=1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM
@@WALLETDONATE_DNR=DMBdpDVrtj6DBEcE6t9wRbujw7NM7ziLYp
@@WALLETDONATE_DCR=DshK6VgbzwJjaAXmvrmMEYq3bqZJLrQbwzS
@@WALLETDONATE_BTX=1EqS1VZ1A5qZF6x72DRgLs4oULLsMcVDJd
@@WALLETDONATE_SIGT=BJupFgEmjzE3U6VvH3vmNSBL6AkdxQjoAn
@@WALLETDONATE_XVG=DMpSQmLpitKrdnaHomJSnMP3Q77ZJ9f2aF
@@WALLETDONATE_SIB=SgxUftvp7zm66yCoHiKzJCzvopzn7cUmhw
@@WALLETDONATE_EXP=0x678167c192c6b40d913a2ffcc92887575db56d56
@@WALLETDONATE_ZEC=t1RbZBWXx6K9cbFogePSJPNg6Bjfryrdzpx
@@WALLETDONATE_FTC=6oVvPeadc99vchwaL9jThPyvDCQointDdQ
@@WALLETDONATE_VTC=VrBVPv2PKLv6RrgKnoh71SzdFjmX5Ly8Dq
@@WALLETDONATE_ORB=oewLAyLNSQR6uRu5WjY1cHSWnQ1oPLXsCs
@@WALLETDONATE_GRS=FmjEgiAziz5L5a3674cWQRwj2eSCbSrMYn
@@WALLETDONATE_UBQ=0xcd11aa1fec676c0d17ce5d88d13fec2dcf0f0cfd
@@WALLETDONATE_XLR=sc51ZBVNJoaZ3gWNbN62QdYgmcFTVRVg4W

1 change: 1 addition & 0 deletions Donation.ctr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
12 changes: 6 additions & 6 deletions Include.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ function ConvertTo-Hash {


$Return=switch ([math]::truncate([math]::log($Hash, [Math]::Pow(1000, 1)))) {
0 {"{0:n2} H" -f ($Hash / [Math]::Pow(1000, 0))}
1 {"{0:n2} KH" -f ($Hash / [Math]::Pow(1000, 1))}
2 {"{0:n2} MH" -f ($Hash / [Math]::Pow(1000, 2))}
3 {"{0:n2} GH" -f ($Hash / [Math]::Pow(1000, 3))}
4 {"{0:n2} TH" -f ($Hash / [Math]::Pow(1000, 4))}
Default {"{0:n2} PH" -f ($Hash / [Math]::Pow(1000, 5))}
0 {"{0:n1} H" -f ($Hash / [Math]::Pow(1000, 0))}
1 {"{0:n1} KH" -f ($Hash / [Math]::Pow(1000, 1))}
2 {"{0:n1} MH" -f ($Hash / [Math]::Pow(1000, 2))}
3 {"{0:n1} GH" -f ($Hash / [Math]::Pow(1000, 3))}
4 {"{0:n1} TH" -f ($Hash / [Math]::Pow(1000, 4))}
Default {"{0:n1} PH" -f ($Hash / [Math]::Pow(1000, 5))}
}
$Return
}
Expand Down
10 changes: 6 additions & 4 deletions Miners/CcminerKlaust.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"Path" : ".\\Bin\\NVIDIA-CcminerKlaust\\ccminer.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-CcminerKlaust\\",
"Uri" : "https://github.com/KlausT/ccminer/releases/download/8.14/ccminer-814-cuda9-x64.zip",
"Uri" : "https://github.com/KlausT/ccminer/releases/download/8.15/ccminer-815-cuda9-x64.zip",
"Types" : ["NVIDIA"],
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R 10 -r 4 #ALGORITHMPARAMETERS#",
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R10 -r 4 #ALGORITHMPARAMETERS#",
"API" : "Ccminer",
"APIPort" : 4068,
"Wrap" : false,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
{"groestl":"-a groestl"},
{"sib" : "-a sib"},
{"blake2b":"-a sia"},
{"Myriad-Groestl" : "-a myr-gr"},
{"Neoscrypt":"-a Neoscrypt"},
{"sib" : "-a sib"}

{"Neoscrypt":"-a Neoscrypt"}

]
}
Expand Down
17 changes: 0 additions & 17 deletions Miners/CcminerNanashi.json

This file was deleted.

15 changes: 15 additions & 0 deletions Miners/CcminerPolytmos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Path" : ".\\Bin\\NVIDIA-ccminerpolytimos\\ccminer.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-ccminerpolytimos\\",
"Uri" : "https://github.com/nemosminer/ccminerpolytimos/releases/download/Alexis78-1.0/ccminer-polytimos.7z",
"Types" : ["NVIDIA"],
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R 10 -r 4 #ALGORITHMPARAMETERS#",
"API" : "Ccminer",
"APIPort" : 4068,
"Wrap" : false,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
{"polytimos" : "-a poly"}
]
}
17 changes: 0 additions & 17 deletions Miners/CcminerSPlbry.json

This file was deleted.

17 changes: 0 additions & 17 deletions Miners/CcminerSp-mod.json

This file was deleted.

11 changes: 5 additions & 6 deletions Miners/CcminerTpruvot.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [


{"skunk":"-a skunk"},
{"jha":"-a jha"},
{"blakecoin":"-a blakecoin"},
{"Blake14r":"-a decred"},
{"Tribus":"-a tribus"},
{"lyra2z" : "-a lyra2z" },
{"Skunk" : "-a skunk" },
{"X15":"-a X15"},
{"whirpool":"-a whirl"},
{"phi":"-a phi"},
{"hsr":"-a hsr"}


{"phi":"-a phi"}

]

}
15 changes: 15 additions & 0 deletions Miners/CcminerTpruvotC8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Path" : ".\\Bin\\NVIDIA-TPruvot1\\ccminer.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-TPruvot1\\",
"Uri" : "https://github.com/nemosminer/tpruvot-ccminer/releases/download/v2.2-tpruvot/ccminer-x86-2.2.7z",
"Types" : ["NVIDIA"],
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R 10 -r 4 #ALGORITHMPARAMETERS#",
"API" : "Ccminer",
"APIPort" : 4068,
"Wrap" : false,
"Dualmining":false,
"Algorithms": [
{"skunk":"-a skunk"}
]

}
17 changes: 17 additions & 0 deletions Miners/CcminerXevan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Path" : ".\\Bin\\NVIDIA-CcminerXevan\\ccminer_x86.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-CcminerXevan\\",
"Uri" : "https://github.com/krnlx/ccminer-xevan/releases/download/0.1/ccminer_x86.exe",
"Types" : ["NVIDIA"],
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R10 -r 4 #ALGORITHMPARAMETERS#",
"API" : "Ccminer",
"APIPort" : 4068,
"Wrap" : false,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
{"xevan":"-a xevan"}

]
}

10 changes: 5 additions & 5 deletions Miners/ClaymoreCrypto.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Path" : ".\\Bin\\Claymore-Crypto\\NsGpuCNMiner.exe",
"ExtractionPath" : ".\\Bin\\Claymore-Crypto\\",
"Uri" : "https://github.com/tutulino/Claymore-Dual/releases/download/10.0/Claymore.CryptoNote.GPU.Miner.v9.7.Beta.-.POOL.rar",
"Path" : ".\\Bin\\Claymore CryptoNote AMD GPU Miner v10.2 Beta - POOL\\NsGpuCNMiner.exe",
"ExtractionPath" : ".\\Bin\\",
"Uri" : "https://github.com/tutulino/Claymore-Dual/releases/download/10.0/Claymore.CryptoNote.AMD.GPU.Miner.v10.2.Beta.-.POOL.-.Catalyst.15.12-17.x.zip",
"Types" : ["AMD"],
"Arguments" : "-r -1 -mport 13333 -o stratum+tcp://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -allpools 1 #ALGORITHMPARAMETERS#",
"Arguments" : "-xpool stratum+tcp://#SERVER#:#PORT# -xwal #LOGIN# -xpsw #PASSWORD# -allpools 1 #ALGORITHMPARAMETERS#",
"API" : "ClaymoreV2",
"APIPort" : 13333,
"APIPort" : 3333,
"Fee" : "0.01",
"Wrap" : false,
"DualMining": false,
Expand Down
9 changes: 6 additions & 3 deletions Miners/Excavator.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Path" : ".\\Bin\\Excavator\\Excavator.exe",
"ExtractionPath" : ".\\Bin\\Excavator\\",
"Uri" : "https://github.com/nicehash/excavator/releases/download/v1.2.11a/excavator_v1.2.11a_Win64.zip",
"Uri" : "https://github.com/nicehash/excavator/releases/download/v1.3.7a/excavator_v1.3.7a_NVIDIA_Win64.zip",
"Types" : ["AMD"],
"GenerateConfigFile" : ".\\Bin\\Excavator\\Excavator.json",
"PatternConfigFile": ".\\Patterns\\excavatorPattern.txt",
Expand All @@ -11,12 +11,15 @@
"Wrap" : false,
"DualMining": false,
"PrelaunchCommand":"",
"Fee":"0",
"Algorithms": [
{"Ethash":"daggerhashimoto"},
{"equihash":"equihash"},
{"Lyra2v2":"lyra2rev2"},
{"Blake2b":"sia"}
]
{"Blake2b":"sia"},
{"cryptonight":"cryptonight"},
{"keccak":"keccak"}
]

}

Expand Down
2 changes: 1 addition & 1 deletion Miners/Prospector.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Path" : ".\\Bin\\Prospector\\prospector.exe",
"ExtractionPath" : ".\\Bin\\Prospector\\",
"Uri" : "https://github.com/semtexzv/Prospector/releases/download/0.0.10-ALPHA/prospector-0.0.10-ALPHA-win64.zip",
"Uri" : "https://github.com/semtexzv/Prospector/releases/download/0.0.13-ALPHA/prospector-0.0.13-ALPHA-win64.zip",
"Types" : ["AMD"],
"GenerateConfigFile" : ".\\Bin\\Prospector\\prospector.toml",
"PatternConfigFile": ".\\Patterns\\ProspectorPattern.txt",
Expand Down
12 changes: 3 additions & 9 deletions Miners/ccminerAlexis.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,15 @@
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
{"blake2s" : "-a blake2s"},

{"c11" : "-a c11" },
{"lbry" : "-a lbry" },
{"nist5" : "-a nist5"},
{"quark" : "-a quark"},
{"sib" : "-a sib"},
{"skein" : "-a skein"},
{"veltor" : "-a veltor"},
{"x14" : "-a x14" },
{"x13" : "-a x13" },
{"x11evo" : "-a x11evo"},
{"x17" : "-a x17" },
{"Keccak":"-a keccak"},

{"Neoscrypt":"-a Neoscrypt"}
{"x17" : "-a x17" }

]

}
21 changes: 18 additions & 3 deletions Miners/ccminerAlexisHSR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,24 @@
"Algorithms": [


{"hsr":"-a hsr"}



{"hsr":"-a hsr"},
{"blake2s":"-a blake2s"},
{"blakecoin":"-a blakecoin"},
{"veltor":"-a veltor"},
{"lyra2v2":"-a lyra2v2"},
{"nist5":"-a nist5"},
{"sib":"-a sib"},
{"Keccak":"-a keccak"},
{"qubit" : "-a qubit"}




]

}
}



18 changes: 0 additions & 18 deletions Miners/ccminerPalgin.json

This file was deleted.

9 changes: 4 additions & 5 deletions Miners/ccminerAlexisC8.json → Miners/ccminerX11g.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Path" : ".\\Bin\\NVIDIA-Alexis78cuda8.0\\ccminer_x11gost.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-Alexis78cuda8.0\\",
"Path" : ".\\Bin\\NVIDIA-ccminex11gost\\ccminer_x11gost.exe",
"ExtractionPath" : ".\\Bin\\NVIDIA-ccminex11gost\\",
"Uri" : "https://github.com/nicehash/ccminer-x11gost/releases/download/ccminer-x11gost_windows/ccminer_x11gost.7z",
"Types" : ["NVIDIA"],
"Arguments" : "-o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# -R 10 #ALGORITHMPARAMETERS#",
Expand All @@ -10,10 +10,9 @@
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
{"qubit" : "-a qubit"},
{"x11gost" : "-a sib"},

{"x11gost" : "-a sib"}

{"lyra2v2" : "-a lyra2v2" }
]

}
Expand Down
Loading

0 comments on commit 360b93b

Please sign in to comment.