Search content
Sort by

Showing 9 of 9 results by frequencydip
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.12.0 NVIDIA GPU miner with web monitoring page and auto-updates
by
frequencydip
on 01/10/2019, 01:22:50 UTC
TREX: T-Rex instance wasn't validated

trying to upgrade to support the RVN hard fork but the new version keeps shutting down, on Linux. v11. use to work flawlessly
Driver Version: 430.50       CUDA Version: 10.1

I don't have any firewalls that should be blocking this machine, on spectrum internet.

Checking if my rig can get to the dev fees and i get this:

localhost:~$ wget https://trex-miner.com --no-check-certificate
--2019-09-30 18:17:07--  https://trex-miner.com/
Resolving trex-miner.com (trex-miner.com)... 45.77.35.138
Connecting to trex-miner.com (trex-miner.com)|45.77.35.138|:443... connected.
WARNING: cannot verify trex-miner.com's certificate, issued by ‘/O=T-Rex/CN=*.trex-miner.com’:
  Self-signed certificate encountered.
    WARNING: certificate common name ‘*.trex-miner.com’ doesn't match requested host name ‘trex-miner.com’.
HTTP request sent, awaiting response... 400 Bad Request
2019-09-30 18:17:08 ERROR 400: Bad Request.

Is this part of the issue?
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.12.0 NVIDIA GPU miner with web monitoring page and auto-updates
by
frequencydip
on 01/10/2019, 00:45:55 UTC
Has anyone else had an issue with version 0.11.1 and above having the miner shutdown after around 3 minutes with the error "T-Rex instance wasn't validated", "Messy shutdown"?

I'm mining MTP and have 2 RTX 2080's running in Windows 7 on the latest 430.86 nvidia drivers.

If I revert back to 0.11.0 I don't have any issues.

I'm having the same issue;
TREX: T-Rex instance wasn't validated

trying to upgrade to support the RVN hard fork but the new version keeps shutting down, on Linux. v11. use to work flawlessly
Driver Version: 430.50       CUDA Version: 10.1

I don't have any firewalls that should be blocking this machine, on spectrum internet.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.9.2 NVIDIA GPU miner with web monitoring page and auto-updates
by
frequencydip
on 03/03/2019, 01:17:27 UTC
Power: 80%
Core: +95
Memory: -300

When someone says Power 80% is that the same thing as:
sudo nvidia-smi -i 1 -pl 137
This factors in factory setting for power is 151 for a 1070.
Post
Topic
Board Pools (Altcoins)
Re: Coinwire announces New {Pool} for DCY {Dinastycoin}
by
frequencydip
on 22/06/2018, 15:38:13 UTC
Here's new DCY mining pool - http://dcy.coinwire.eu/
Why coinwire?

100% uptime
Stability tested and guaranteed
Super fast Servers 1GB/S speed TEst.
1% Fee
Payouts every 10 min..


Join to dinastycoin now
dinastycoin price
.0036
number of coin per 5K hash per Day 11338.33
Earning in USD Per day = 40 For every 5K hashrate
exchange websites
cryptopia.co.nz
BTc-Alpha

Anyone know what happened to this pool? They went offline with all my coins....
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
frequencydip
on 11/04/2018, 16:40:14 UTC
Hello I'm trying to build ccminer on ubuntu 16.02 and it won't build:

This is the error I get:

Code:
make[3]: Leaving directory '/home/prospector/tpruvot/ccminer/compat'
make[2]: Leaving directory '/home/prospector/tpruvot/ccminer/compat'
make[2]: Entering directory '/home/prospector/tpruvot/ccminer'
gcc -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -g -O2 -MT ccminer-crc32.o -MD -MP -MF .deps/ccminer-crc32.Tpo -c -o ccminer-crc32.o `test -f 'crc32.c' || echo './'`crc32.c
gcc -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -g -O2 -MT ccminer-hefty1.o -MD -MP -MF .deps/ccminer-hefty1.Tpo -c -o ccminer-hefty1.o `test -f 'hefty1.c' || echo './'`hefty1.c
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-ccminer.o -MD -MP -MF .deps/ccminer-ccminer.Tpo -c -o ccminer-ccminer.o `test -f 'ccminer.cpp' || echo './'`ccminer.cpp
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-pools.o -MD -MP -MF .deps/ccminer-pools.Tpo -c -o ccminer-pools.o `test -f 'pools.cpp' || echo './'`pools.cpp
mv -f .deps/ccminer-crc32.Tpo .deps/ccminer-crc32.Po
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-util.o -MD -MP -MF .deps/ccminer-util.Tpo -c -o ccminer-util.o `test -f 'util.cpp' || echo './'`util.cpp
ccminer.cpp:49:26: fatal error: cuda_runtime.h: No such file or directory
compilation terminated.
Makefile:1775: recipe for target 'ccminer-ccminer.o' failed
make[2]: *** [ccminer-ccminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/ccminer-pools.Tpo .deps/ccminer-pools.Po
mv -f .deps/ccminer-hefty1.Tpo .deps/ccminer-hefty1.Po
mv -f .deps/ccminer-util.Tpo .deps/ccminer-util.Po
make[2]: Leaving directory '/home/prospector/tpruvot/ccminer'
Makefile:2201: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/prospector/tpruvot/ccminer'
Makefile:654: recipe for target 'all' failed
make: *** [all] Error 2

I have Cuda 8 already installed, help please

EDIT I searched for cuda_runtime.h and it is in

/usr/local/cuda-8.0/targets/x86_64-linux/include/cuda_runtime.h

Code:
stat /usr/local/cuda-8.0/targets/x86_64-linux/include/cuda_runtime.h
  File: '/usr/local/cuda-8.0/targets/x86_64-linux/include/cuda_runtime.h'
  Size: 84245           Blocks: 168        IO Block: 4096   regular file
Device: fd00h/64768d    Inode: 43953       Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2017-07-05 19:11:45.069047189 +0100
Modify: 2017-01-26 23:48:33.000000000 +0000
Change: 2017-07-05 19:05:48.496727332 +0100
 Birth: -


You have to edit build.sh and change
# export PATH="$PATH:/usr/local/cuda/bin/"
to your location so it would be
# export PATH="$PATH:/usr/local/cuda-8.0/"

and

edit configure.sh and make sure cuda points to your install
--with-cuda=/usr/local/cuda-8.0
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.3.0)
by
frequencydip
on 10/02/2018, 16:47:09 UTC
5.3 crashes on my rigs constantly. I have tried on both Fedora and CentOS backed rigs. It does run about 10% faster but the lack of stability makes it a net loss.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.4 (Windows/Linux)
by
frequencydip
on 18/01/2018, 01:45:01 UTC
Major exploit found in Claymore miner! The exploit is based on Satori the nasty exploit that took out IOT devices in 2016, its exploiting port 3333 so block that port and check your rigs ASAP.

Full article
https://arstechnica.com/information-technology/2018/01/in-the-wild-malware-preys-on-computers-dedicated-to-mining-cryptocurrency/
Post
Topic
Board Service Announcements (Altcoins)
Re: Whattomine - profitability website with basic json.
by
frequencydip
on 30/10/2017, 00:34:58 UTC
I used JSON queries to grab info about currencies. I make 5-6 queries in time to different currencies. I cant grab all with 1 query to coins.json because of software limitations (excel).

I have been looking for a way to pull whattomine data into excel, can you provide details on how you bring the JSON data in?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.3 (Linux / Windows)
by
frequencydip
on 28/10/2017, 16:45:37 UTC
I'm having issues launching zm, I already created links to the newer versions of the libraries. On Centos 7.3

ln /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0
ln /usr/lib64/libssl.so /usr/lib64/libssl.so.1.0.0

I still get the error

./zm: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)

Any help?

dstm, can you compile you miner using the library and not the specific version?