1
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.11.0 NVIDIA GPU miner with web monitoring page and auto-updates
|
on: May 23, 2019, 09:18:20 AM
|
Hi, looks like --hide-date enabled by default. How to disable it? Tried 0, disable, 1:)
It should be disabled by default. I couldn't replicate this issue. Could you please show your cmd line and console output or a screenshot? Here is without --hide-date key: t-rex -a x16r --temperature-limit 85 --temperature-start 75 --api-bind-http 0.0.0.0:3333 --api-bind-telnet 0.0.0.0:8888 --exit-on-cuda-error --url europe.x16r-hub.miningpoolhub.com:17028 --user x14 --pass x  Here is with: t-rex -a x16r --temperature-limit 85 --temperature-start 75 --api-bind-http 0.0.0.0:3333 --api-bind-telnet 0.0.0.0:8888 --exit-on-cuda-error --hide-date --url europe.x16r-hub.miningpoolhub.com:17028 --user x14 --pass x  And here is previous version: 
|
|
|
4
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] [1080 | 1080TI] ETHlargement - The Hashrate Hardener
|
on: March 11, 2019, 09:14:25 PM
|
What can cause seg. fault immediately after start of the pill? xxx@xxx9:~$sudo ./OhGodAnETHlargementPill-r2 +----------------------------------------------------------------------------+ | OhGodAnETHlargementPill by OhGodACompany | | Public Edition Limited to 1080, 1080 Ti and Titan Xp | +----------------------------------------------------------------------------+
ETHlargement pills are currently being served. Please keep this window open, and we'll continue dosing your cards as needed. Segmentation fault xxx@xxx9:~$ uname -a Linux miner8a 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 GNU/Linux
Maybe it need more system resources (ram, disk spaec, etc.)?
|
|
|
6
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner v1.19 Equihash 96,5/144,5/150,5(BEAM)/192,7/210,9/CuckooCycle(GRIN)
|
on: January 18, 2019, 03:36:08 PM
|
note crosspost from bminer: v. 12.1.0
both windows 7 and driver 417.35
1080ti 1 card rig: ~6 G/s
1080ti 4 card rig: ~3 G/s per card
any possible problem with the 4 card rig?, power and temps are down too in the 4 card rig..nothing power limit and clocks can do, increasing to 120 power limit will gain 0.2 G/s max. with occasional miner crash/restart.
with 391.35 on 4 card rig, no occasional miner crash/restart but still ~3 G/s per card
while bminer turns my 4 card rig to 3 G/s per 1080ti, this one..gminer 1.19 gives only 1.5 G/s per card found the issue, to run at 5.x G/s for 1080ti ---->max of 3 cards only for bminer..seems amount of cards is an issue.. Yes! The same problem! Win 7, Rig with 6 1080ti - 1.95 G/s per GPU , gminer only 0.9 G/s per card. Rig with 5 1080ti - ~ 2.6G/s per card. Driver 417.35(was try 411 also). On win10 machine - h/r is ok, but on win7 I have two times lower h/r (for bminer and gminer).
|
|
|
10
|
Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] TeamRedMiner - Optimized Win/Linux AMD GPU Miner for lyra2z and phi2
|
on: October 08, 2018, 01:15:16 PM
|
Following up on the API topic: like many have pointed out, there are many pros with implementing a known API. However, we believe it needs to be both open source and a multi-algo miner API, which disqualifies some suggestions. Since we're AMD only, the natural target is sgminer, it makes it much easier for us to test things. Therefore, we're targeting the following setup in an upcoming release: - Implement the sgminer API v4.0 (sgminer 5.5-gm is a good reference)
- We will not have time to add ADL/sysfs support for fans/temps, that will be added later.
- We will support both the ugly text-based and json-based formats.
- No privileged commands will be supported for now, the API is read-only.
- We will verify correctness against a few known monitoring tools, Awesome Miner is one of them. If you have other suggestions, let us know.
- PCIe bus id for each gpu will be displayed on startup and made available over the API to map cards against other tools.
Would be nice if it will be compatible with Claymore's EthMan, for example like ethminer - https://github.com/ethereum-mining/ethminer/pull/253
|
|
|
|