Skip to content

Commit f8ce89c

Browse files
committed
Release 1.0.1.12
Updated TRex and WildRig
1 parent 6345301 commit f8ce89c

File tree

146 files changed

+5232
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+5232
-24
lines changed

BitPoolMiner/BitPoolMiner.csproj

Lines changed: 146 additions & 16 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
:start
3+
t-rex -a bcd -o stratum+tcp://eu.gos.cx:8844 -u 1MKrTujwHxda6knL8hHrPMi7Git4upX56E -p c=BCD -o stratum+tcp://mine.icemining.ca:8433 -u 1MKrTujwHxda6knL8hHrPMi7Git4upX56E -p c=BCD -i 20
4+
goto start
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
:start
3+
t-rex -a bcd -o stratum+tcp://mine.icemining.ca:8433 -u 1MKrTujwHxda6knL8hHrPMi7Git4upX56E -p c=BCD -i 20
4+
goto start
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
:start
3+
t-rex -a x16r -o stratum+tcp://eu.gos.cx:3637 -u RMZGRVJx46ieBHTWBEogTGmQ4g1BnRhNc3 -p c=RVN
4+
goto start
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
cls
3+
:start
4+
t-rex -c config_example
5+
goto start
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
// List of main and failover pools
3+
"pools": [
4+
{
5+
"user": "1MKrTujwHxda6knL8hHrPMi7Git4upX56E", // wallet address
6+
"url": "stratum+tcp://pool.minermore.com:4501", // pool stratum (US)
7+
"pass": "x" // password
8+
},
9+
{
10+
"user": "CHANGETHIS.worker",
11+
"url": "stratum+tcp://ca.minermore.com:4501", // <-- Montreal Canada
12+
"pass": "x"
13+
},
14+
{
15+
"user": "CHANGETHIS.worker",
16+
"url": "stratum+tcp://pool.minermore.com:5501", // <-- US
17+
"pass": "x"
18+
},
19+
{
20+
"user": "CHANGETHIS.worker",
21+
"url": "stratum+tcp://eu.minermore.com:4501", // <-- Frankfurt, Germany
22+
"pass": "x"
23+
},
24+
{
25+
"user": "CHANGETHIS.worker",
26+
"url": "stratum+tcp://eu.minermore.com:5501", // <-- Frankfurt, Germany
27+
"pass": "x"
28+
},
29+
{
30+
"user": "CHANGETHIS.worker",
31+
"url": "stratum+tcp://hk.minermore.com:4501", // <-- Hong Kong
32+
"pass": "x"
33+
}
34+
],
35+
36+
// Telnet API bind address.
37+
"api-bind-telnet": "0.0.0.0:4068", // Set to "0" to disable Telnet API
38+
39+
// HTTP API bind address.
40+
"api-bind-http": "0.0.0.0:4067", // Set to "0" to disable HTTP API
41+
42+
// If set to true enables json response for Telnet API.
43+
"json-response": false,
44+
45+
// Connection retries count. After this number of attempts failover pool will be switched.
46+
"retries": 3,
47+
48+
// Pause in seconds between retries.
49+
"retry-pause": 10,
50+
51+
// Maximum time in seconds your pool connection may have no ping. After that reconnect will happen.
52+
"timeout": 180,
53+
54+
// Name of mining algorithm. You can see available names at the top of the help file.
55+
"algo": "x16r",
56+
57+
// This is GPU index in the system. You can select multiple GPUs sequentially: "devices": "0,2,3"
58+
"devices": 0, // Use only the first GPU in your rig. Remove this parameter to use all GPUs
59+
60+
// Intensity used with your GPUs. It can be different for each GPU, e.g. "intensity": "20,21.4,23"
61+
"intensity": 20,
62+
63+
// Sliding window length in sec used to compute average hashrate.
64+
"hashrate-avr": 30, // Set to 3600 to get average over an hour
65+
66+
// Path to the log file. If only file name set log will be saved into directory with the miner.
67+
"log-path": "t-rex.log",
68+
// "log-path": "/home/x/t-rex.log", // Absolute path
69+
70+
// Set process priority (default: 2) 1 below normal, 2 normal to 5 highest.
71+
"cpu-priority": 2,
72+
73+
// Perform auto update whenever a newer version of the miner is available.
74+
"autoupdate": false,
75+
76+
// Shutdown miner immediately if has any CUDA error.
77+
"exit-on-cuda-error": true,
78+
79+
// Shutdown miner immediately if pool connection lost.
80+
"exit-on-connection-lost": false,
81+
82+
// Forces miner to immediately reconnect to pool on N successively failed shares (default: 10).
83+
"reconnect-on-fail-shares": 10,
84+
85+
// User protocol logging.
86+
"protocol-dump": false, // Set to true to turn it on.
87+
88+
// Configurable GPUs report frequency. By default every 5 shares.
89+
"gpu-report-interval": 5,
90+
91+
// Disable color output for console
92+
"no-color": false,
93+
94+
// Quiet mode. No GPU stats at all.
95+
"quiet": false,
96+
97+
// Shutdown miner after timeout in sec. By default disabled. (set to 0)
98+
"time-limit": 0,
99+
100+
// Disables device till miner shutdown in case of overheat. Limit in Celsius. (set to 0)
101+
"temperature-limit": 0,
102+
103+
// GPU temperature to enable card after it's been disabled. (default: 0 - disabled)
104+
"temperature-start": 0,
105+
106+
// Forces miner to switch back to main pool in case working with failover pool. Parameter is set in seconds. (default: 600)
107+
"back-to-main-pool-sec": 600
108+
}
340 KB
Binary file not shown.

0 commit comments

Comments
 (0)