Search content
Sort by

Showing 20 of 46 results by infectedmushi
Post
Topic
Board Service Discussion
Re: Finnex INC.-reliable platform for exchanging and investing cryptocurrencies.
by
infectedmushi
on 29/01/2021, 08:43:39 UTC
It's realy working!It's not scam!
Post
Topic
Board Service Discussion
Re: Finnex INC.-reliable platform for exchanging and investing cryptocurrencies.
by
infectedmushi
on 16/01/2021, 08:32:51 UTC
New investors are in place! I have been approved Wink
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
infectedmushi
on 06/09/2018, 03:49:33 UTC
and you still try to portrait yourself as open source dev??

What do you call this?

https://github.com/sp-hash/suprminer/commits/master

70 opensource commits done by me since 9th of may 2018. Mostly x16r improvements, but with some copy and paste skills you should be able to beat the alexis 1.0 in all his algos.

The competition compare and use my opensource work so they can get a faster hashrate.
 

why there's code from alexis78 on "your" code ...?

https://github.com/sp-hash/suprminer/commit/fa9e80cf4d71f97f431dede6b2265dbb9c3a8ec9#diff-c949f93d03f44a4217d7a138f9e2e54aL73

and i only skimmed that one fiile.. i wonder the rest.
Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
infectedmushi
on 25/08/2018, 05:17:26 UTC
@sp_

code is not compiling due to an error

Code:
deepongi@infected-MS-7996:~/Downloads/suprminer-master$ ./build.sh
make: *** No rule to make target 'distclean'.  Stop.
clean
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to support OpenMP... -fopenmp
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for gzopen in -lz... yes
checking for SSL_free in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.58.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating ccminer-config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/home/deepongi/Downloads/suprminer-master'
Making all in compat
make[2]: Entering directory '/home/deepongi/Downloads/suprminer-master/compat'
make[3]: Entering directory '/home/deepongi/Downloads/suprminer-master/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/deepongi/Downloads/suprminer-master/compat'
make[2]: Leaving directory '/home/deepongi/Downloads/suprminer-master/compat'
make[2]: Entering directory '/home/deepongi/Downloads/suprminer-master'
gcc -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -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/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/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/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
mv -f .deps/ccminer-hefty1.Tpo .deps/ccminer-hefty1.Po
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -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
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT ccminer-bench.o -MD -MP -MF .deps/ccminer-bench.Tpo -c -o ccminer-bench.o `test -f 'bench.cpp' || echo './'`bench.cpp
util.cpp: In function 'void print_hash_tests()':
[b]util.cpp:2328:35: error: too many arguments to function 'void x16r_hash(void*, const void*)'
[/b]  x16r_hash(&hash[0], &buf[0],false);
                                   ^
In file included from util.cpp:36:0:
miner.h:940:6: note: declared here
 void x16r_hash(void *output, const void *input);
      ^~~~~~~~~
mv -f .deps/ccminer-pools.Tpo .deps/ccminer-pools.Po
Makefile:1864: recipe for target 'ccminer-util.o' failed
make[2]: *** [ccminer-util.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/ccminer-bench.Tpo .deps/ccminer-bench.Po
mv -f .deps/ccminer-ccminer.Tpo .deps/ccminer-ccminer.Po
make[2]: Leaving directory '/home/deepongi/Downloads/suprminer-master'
Makefile:2262: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/deepongi/Downloads/suprminer-master'
Makefile:680: recipe for target 'all' failed
make: *** [all] Error 2
deepongi@infected-MS-7996:~/Downloads/suprminer-master$


tried on ubuntu and arch linux.

this seems to be the error on the code:

Code:
util.cpp: In function 'void print_hash_tests()':
[b]util.cpp:2328:35: error: too many arguments to function 'void x16r_hash(void*, const void*)'
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (7.0.0)
by
infectedmushi
on 04/07/2018, 06:07:26 UTC
How to pass additional parameters in the password field?

Some pools, e.g. zpool allow to define additional mining settings in the password field. See an example below:

BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142 -devices 0

Bminer throws an error:

invalid value "stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142" for flag -uri: Invalid port in the URI
Bminer: When Crypto-mining Made Fast (v7.0.0-9c7291b)


Thanks for your feedback! Please refer to our sample usage page for examples of setting passwords in the command: https://www.bminer.me/examples/.

Here is a concrete example:
bminer -uri stratum://foo.w:pwd@us-east.equihash-hub.miningpoolhub.com:17023
The command above will mine towards the username foo, worker name w and password pwd

nice!!! this solved my error with bminer and zergpool, for setting coin to get paid to.

keep up the excellent work!
Post
Topic
Board Mining (Altcoins)
Re: MindMiner v2.53 - miner manager programm with autoswitch between Algos&Polls
by
infectedmushi
on 03/07/2018, 07:41:39 UTC
hey. trying your project for a few days now, really liking it.

z-enemy 1.12 final has been made public:

https://mega.nz/#!BbhRmAIC!K_SXI6Otxaz0apxghbbezW8n2E3Py-Uln6GSTbiVO4w

can you update whn  you have a chance?

thanks you for all your work.

Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 3.0c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
infectedmushi
on 23/06/2018, 03:30:30 UTC
FFS mate..... you had to quote the whole f***ing OP...?

worse, you didn't asked any question.....
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
infectedmushi
on 04/06/2018, 10:25:33 UTC
Quote from: realbminer
The reporting hashrate problem is on the Ethermine side. Not related to Bminer.

Happens the same on Dwarfpool .. no hashrate reported.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
infectedmushi
on 30/05/2018, 19:07:25 UTC
How do I specify my e-mail address on NanoPool mining ZEC.

like this:

Code:
SET ADDRESS=t1RHddWzxeZouQLdswrqwer7Nsqx1LR94cn
SET RIGNAME=rogue_one_rig
SET USERNAME=%ADDRESS%.%RIGNAME%
SET PASSWORD=x
SET EMAIL=someone@gmail.com
SET POOL=zec-eu1.nanopool.org:6633
SET SCHEME=stratum+ssl

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%.%EMAIL%:%PASSWORD%@%POOL% -api 192.168.1.100:1880 -max-temperature 75

regards.


Thank you - I can confirm that this is indeed working after a small tweak - I had to list my e-mail address as the password filed also - After this I am able to change the payment threshold. I suspect this was also the problem with the previous suggestion where the password was listed as x.


works for me that way .. "¯\_(ツ)_/¯"
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
infectedmushi
on 30/05/2018, 06:03:49 UTC
How do I specify my e-mail address on NanoPool mining ZEC.

like this:

Code:
SET ADDRESS=t1RHddWzxeZouQLdswrqwer7Nsqx1LR94cn
SET RIGNAME=rogue_one_rig
SET USERNAME=%ADDRESS%.%RIGNAME%
SET PASSWORD=x
SET EMAIL=someone@gmail.com
SET POOL=zec-eu1.nanopool.org:6633
SET SCHEME=stratum+ssl

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%.%EMAIL%:%PASSWORD%@%POOL% -api 192.168.1.100:1880 -max-temperature 75

regards.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
infectedmushi
on 29/05/2018, 10:48:13 UTC
I am getting frequent errors like these with dual mining:
...
Command line used:
BMiner.exe -api 127.0.0.1:1880 -uri ethstratum://AbC38RezoGeEmA5ziAKNvxk34cM9JWsMCo.UserName:x@daggerhashimoto.hk.nicehash.com:3353 -uri2 blake2s://DDXKDhq73GRM3hjh6uee57fJ3LS2ctNtyi.worker:pwd@xvg.blake2s.com:8888
...

your eth address config seems wrong, here's mine, but i am using ssl on ethermine:


I just obfuscated some digits.... in real life it is a valid address. That is not the issue.

i said the address config, not the address.... you have this: "ethstratum://"
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
infectedmushi
on 29/05/2018, 06:04:04 UTC
I am getting frequent errors like these with dual mining:

[INFO] [2018-05-28T09:24:16+02:00] Turning on experimental support for Ethash & DCR/XVG Dual-mining
[INFO] [2018-05-28T09:24:16+02:00] Bminer: When Crypto-mining Made Fast (v8.0.0-32928c5)
[INFO] [2018-05-28T09:24:16+02:00] Watchdog has started.                        
[INFO] [2018-05-28T09:24:16+02:00] Starting miner on devices
  •                
[INFO] [2018-05-28T09:24:16+02:00] Connected to xvg.blake2s.com:8888            
[INFO] [2018-05-28T09:24:16+02:00] Subscribed to stratum server                
[INFO] [2018-05-28T09:24:16+02:00] Set blake2s nonce to 81000aa5 (extralen = 4)
[INFO] [2018-05-28T09:24:16+02:00] Authorized                                  
[INFO] [2018-05-28T09:24:16+02:00] Starting miner on device 0...                
[INFO] [2018-05-28T09:24:16+02:00] Set diff to 50.00 (target to 00000000051eb333) (Blake2s)
[INFO] [2018-05-28T09:24:16+02:00] Received new job 1c7 (Blake2s)              
[INFO] [2018-05-28T09:24:16+02:00] Started miner on device 0                    
[WARN] [2018-05-28T09:24:16+02:00] [D0] From Stratum Channel, ethash miner cannot process message ethash.blake2sJob, {1c7 [0 0 32 4 106 46 235 51 109 140 221 23 37 128 176 33 38 240 219 29 58 42 222 114 20 199 101 149 0 0 172 20 0 0 0 0] [91 11 173 176 26 2 30 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 36 8 [2 0 0 0 176 173 11 91 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 255 255 255 255 31 3 144 227 33 6 47 80 50 83 72 47 4 143 174 11 91 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [121 105 105 109 112 0 0 0 0 0 1 128 234 130 43 0 0 0 0 35 33 2 215 69 59 112 87 2 144 236 170 222 134 48 115 250 199 2 212 213 218 210 69 89 125 121 11 8 202 201 252 202 71 129 172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 63 59 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 0 00002004 5b0badb0 true}
[INFO] [2018-05-28T09:24:16+02:00] Connected to daggerhashimoto.hk.nicehash.com:3353
[INFO] [2018-05-28T09:24:16+02:00] Subscribed to stratum server                
[INFO] [2018-05-28T09:24:16+02:00] Set nonce to ebc0a2                          
[INFO] [2018-05-28T09:24:17+02:00] Starting the management API at 127.0.0.1:1880
[INFO] [2018-05-28T09:24:17+02:00] Authorized                                  
[INFO] [2018-05-28T09:24:17+02:00] Set diff to 0.50 (target to 00000001fffe0000)
[INFO] [2018-05-28T09:24:17+02:00] Received new job 0000004b2ee0cabd            
[INFO] [2018-05-28T09:24:17+02:00] [D0] Tuning dual-mining parameters          
[INFO] [2018-05-28T09:24:17+02:00] [D0] Creating DAG                            
[INFO] [2018-05-28T09:24:22+02:00] [D0] DAG has been created    

Command line used:
BMiner.exe -api 127.0.0.1:1880 -uri ethstratum://AbC38RezoGeEmA5ziAKNvxk34cM9JWsMCo.UserName:x@daggerhashimoto.hk.nicehash.com:3353 -uri2 blake2s://DDXKDhq73GRM3hjh6uee57fJ3LS2ctNtyi.worker:pwd@xvg.blake2s.com:8888


your eth address config seems wrong, here's mine, but i am using ssl on ethermine:

bminer -uri ethash+ssl://XxXXXXXxxxxXXXxxxXXXXxXxxXXxXxXxxXxXXXXXxX.rogue_one@eu1.ethermine.org:5555 -uri2 blake2s://DdDDDdDDDDddddDdddDddddddDdddDdddddd:c=XVG@xvg.blake2s.com:8888 -api 192.168.1.100:1880 -watchdog -max-temperature 80 -strict-secure -logfile log.txt

dunno where you went get that "ethstratum"

also @realbminer

is it normal such floatation on XVG ?

https://s33.postimg.cc/781bgc8rz/screenshot.png

i was getting 5.6GH/s lsat night, but now it's like this

EDIT:

also it's not reporting hashrate to ethermine.

https://s33.postimg.cc/5ymc41hvj/not_hashrate.png
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
infectedmushi
on 06/05/2018, 06:51:09 UTC
Hi,

I just upgraded to 1803 using 2.9e miner version. The miner now gets stuck at:

https://ibb.co/c2oG67

It stays there for at least 1,5 hours till now.

Looking forward to your help!


i'm using 1803 with PM2.9e, i have no issues .. but they are nvidias.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
infectedmushi
on 05/05/2018, 06:47:43 UTC
mining on 1803 with latest 397.31 from nvidia. no issues at all..
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
infectedmushi
on 04/05/2018, 15:51:26 UTC
this have claymore source in it i found it. it a timebomb that will mess with Gpu voltage to Blowed it
there is no phoenix, this was made by claymore to further his Strength in claymore miner monopoly.
after he explode all gpu, no one will ever use any other miner but claymore.

i will release my proof in 48 hours.

lolo....  Grin
Post
Topic
Board Mining (Altcoins)
Re: Zealot/Enemy (z-enemy) NVIDIA GPU miner.
by
infectedmushi
on 23/04/2018, 20:49:19 UTC
best x16r/x16s miner around..! keep up the good work! Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN)
by
infectedmushi
on 18/04/2018, 05:57:24 UTC
anyone knows where can i download z-enemy v1.06?
Post
Topic
Board Mining (Altcoins)
Re: Ⓜ️ minerstat.com | Mining monitor with remote management (GPU, antMiner)
by
infectedmushi
on 07/04/2018, 16:18:18 UTC
where on the rig config editor is suprmine? i don't see the miner on the list.


nevermind, saw the "codename" on ravenminer site: suprminer/1.4

could you update to 1.6?
Post
Topic
Board Mining (Altcoins)
Re: Ⓜ️ minerstat.com | Mining monitor with remote management (GPU, antMiner)
by
infectedmushi
on 07/04/2018, 14:49:13 UTC
possible to add two RVN miners support?

one is nevermore miner: https://github.com/brian112358/nevermore-miner/

the other is suprminer: https://github.com/ocminer/suprminer

both work, but i only get gpu temp and fans stats, but no stats of

is it possible to reduce the time the minerstat client gets the new config and restart?

thanks and keep up the good work.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.8c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
infectedmushi
on 31/03/2018, 18:43:15 UTC

that's a nasty virus probably. was able to track the zip file, it only has an exe file with the name "PhoenixMiner 2.8c.exe"