Pages:
Author

Topic: KopiemTu 3.0 - ethash & equihash - NVIDIA USB linux distro - page 6. (Read 39765 times)

legendary
Activity: 1292
Merit: 1000

That means I need to flash the cards???  Sad that's cary when they don't have bios switch like the AMD had.

my 1070 babies have that switch, too Smiley
Which 1070's have switch?? if the pins are present in the Gigabyte G1 series i will solder them the switch Smiley hehe.



http://www.guru3d.com/articles-pages/palit-geforce-gtx-1060-super-jetstream-review,4.html

that's 1060, the same is for 1070
hero member
Activity: 710
Merit: 502

That means I need to flash the cards???  Sad that's cary when they don't have bios switch like the AMD had.

my 1070 babies have that switch, too Smiley
Which 1070's have switch?? if the pins are present in the Gigabyte G1 series i will solder them the switch Smiley hehe.
legendary
Activity: 1292
Merit: 1000
Update!, thanks to _javi_ here i was able to compile and run krnlx flavor of nheqminer

he says that we can get 92 sol/s per GTX 1070, i'm only gettin 71 Sol/s but not bad!!!!

most of the compiling issues has to do with the GCC version (4.9.4 or newer required)
and some touches in CMakeCache and CMakeLists but it works very well.

but i read that there are guys with RX480 getting 120 sol/s geez!, that makes our powerful-misused GTX 1070 not recommended for zcash for now right?
what do you think?

how much are you getting with you version at 90W (or lower TDP? (non-OC of course))


I have average 76 sol/s @75W
(I picked factory OC'ed 1070 for linux - as I did with 750Ti before)
legendary
Activity: 1292
Merit: 1000

That means I need to flash the cards???  Sad that's cary when they don't have bios switch like the AMD had.

my 1070 babies have that switch, too Smiley
hero member
Activity: 710
Merit: 502
Update!, thanks to _javi_ here i was able to compile and run krnlx flavor of nheqminer

he says that we can get 92 sol/s per GTX 1070, i'm only gettin 71 Sol/s but not bad!!!!

most of the compiling issues has to do with the GCC version (4.9.4 or newer required)
and some touches in CMakeCache and CMakeLists but it works very well.

but i read that there are guys with RX480 getting 120 sol/s geez!, that makes our powerful-misused GTX 1070 not recommended for zcash for now right?
what do you think?

how much are you getting with you version at 90W (or lower TDP? (non-OC of course))
hero member
Activity: 710
Merit: 502
Hi!
I try to make that work on kopiemtu 2 mod 4, and no go, i got the ensure_future crap, i already have the newest version of python but the program still doesn't see it Sad any ideas?

I will switch to kopiemtu 3 but when i have ethereum working (still have some OpenCL errors when i compile).

how do you set pl to 75 ? the minimum of my GTX 1070 is 90


if I good remember, that is due to vBIOS version,
On old vBIOS I had minimum 85W.

on very recent I have:
root@kopiemtu:~# nvidia-smi -pl 70
Provided power limit 70.00 W is not a valid power limit which should be between 75.00 W and 225.00 W for GPU 0000:01:00.0
Terminating early due to previous errors.

and default is not 170, but 195W

Nov 14 18:45:49 kopiemtu mine[1630]: Power limit for GPU 0000:01:00.0 was set to 75.00 W from 195.00 W.
Nov 14 18:45:49 kopiemtu mine[1630]: Power limit for GPU 0000:02:00.0 was set to 75.00 W from 195.00 W.


P.S. you can use this for Ethereum:
https://bitcointalksearch.org/topic/m.16801839

That means I need to flash the cards???  Sad that's cary when they don't have bios switch like the AMD had.
member
Activity: 92
Merit: 10
legendary
Activity: 1292
Merit: 1000

Can you get the nicehash miner to work on Linux ?

there were errors during compilation...
legendary
Activity: 1292
Merit: 1000
Hi!
I try to make that work on kopiemtu 2 mod 4, and no go, i got the ensure_future crap, i already have the newest version of python but the program still doesn't see it Sad any ideas?

I will switch to kopiemtu 3 but when i have ethereum working (still have some OpenCL errors when i compile).

how do you set pl to 75 ? the minimum of my GTX 1070 is 90


if I good remember, that is due to vBIOS version,
On old vBIOS I had minimum 85W.

on very recent I have:
root@kopiemtu:~# nvidia-smi -pl 70
Provided power limit 70.00 W is not a valid power limit which should be between 75.00 W and 225.00 W for GPU 0000:01:00.0
Terminating early due to previous errors.

and default is not 170, but 195W

Nov 14 18:45:49 kopiemtu mine[1630]: Power limit for GPU 0000:01:00.0 was set to 75.00 W from 195.00 W.
Nov 14 18:45:49 kopiemtu mine[1630]: Power limit for GPU 0000:02:00.0 was set to 75.00 W from 195.00 W.


P.S. you can use this for Ethereum:
https://bitcointalksearch.org/topic/m.16801839
legendary
Activity: 1292
Merit: 1000

Is there a gui in kopiemtu 3? If yes, how to run?


Yes, there is, you can start it by single command below,
GUI is not started by default, while is not necessary for mining,
and you may even not notice that, if you have headless rig


Code:
service lightdm start

or

Code:
systemctl enable lightdm.service
service lightdm start

the first will start GUI one time, the second sequence will start and activate it permanently

All that information is in very first lines of /root/README.txt

Code:
root@kopiemtu:~# cat README.txt

One-time graphical interface (as root):
service lightdm start

Permanent graphical interface (as root):
systemctl enable lightdm.service


------------
Quick setup:
------------

cd /etc/kopiemtu; ls -l
nano lbry.conf
...
mine switch|start|stop|status
monitor start|stop|status

tail -f /var/log/syslog
http://your_rig_IP/


=================================
Master setup, on SINGLE RIG ONLY!
=================================

nano /root/.master.conf
mv /root/.master.conf /root/master.conf
init 6

ssh-keygen -q -P "" -f /root/.ssh/id_rsa
scp /root/.ssh/id_rsa.pub localhost:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w12:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w21:/root/.ssh/authorized_keys
scp /root/.ssh/id_rsa.pub w22:/root/.ssh/authorized_keys
...



Verify your configuration:

mm uptime
mm "nvidia-smi | grep %"
mmnv

mmis
mmos

mmit
mmip
mmih

mmot
mmip

mm ssh

=================================
KopiemTu 3.0 is distributed under six-beers license. If you want to use it - you must send me six beers.
For simplicity - send 0.01 btc to my smartphone: 1JofTuhjgxuQAEtqyCdj7JNwzrZ1f7EXcg
(no doubt I will utilise it for six beers :)

Vertcoin: Vh9VgXbQN9DdcUJzt5mrxZYWHKpoNgemmJ
MobileCash: MBeBwseXEwVmPg8cvQrEFSCXVnL5q3n3LP

root@kopiemtu:~#
member
Activity: 92
Merit: 10

Zcash ~54sols/s on 1060 6gb

Total 100.3 sol/s [dev0 51.4, dev1 49.1] 17 shares
Total 100.3 sol/s [dev0 52.7, dev1 48.3] 17 shares
Total 100.3 sol/s [dev0 52.8, dev1 47.3] 17 shares
Total 101.2 sol/s [dev0 54.3, dev1 47.6] 17 shares
Total 101.9 sol/s [dev0 55.5, dev1 49.8] 17 shares
Total 102.1 sol/s [dev0 52.6, dev1 49.6] 19 shares
Total 102.2 sol/s [dev0 52.9, dev1 49.2] 19 shares
Total 102.7 sol/s [dev0 54.2, dev1 49.0] 19 shares

Not bad, but we need more for NVIDIA!




ZCASH with monitoring support:

(stop your zcash mining on screen manually first, if running)

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

mine switch

mine start
monitor start


Is there a gui in kopiemtu 3? If yes, how to run?
hero member
Activity: 968
Merit: 624
Still a manic miner
hi, would you plz include Optiminer or guide us on a how-to-do so? thanks!

https://github.com/Optiminer/OptiminerZcash

I wonder why Optiminer is not even mentioned on btctalk forums..  Huh
hero member
Activity: 710
Merit: 502
Hi!
I try to make that work on kopiemtu 2 mod 4, and no go, i got the ensure_future crap, i already have the newest version of python but the program still doesn't see it Sad any ideas?

I will switch to kopiemtu 3 but when i have ethereum working (still have some OpenCL errors when i compile).

how do you set pl to 75 ? the minimum of my GTX 1070 is 90
legendary
Activity: 1292
Merit: 1000

Zcash ~54sols/s on 1060 6gb

Total 100.3 sol/s [dev0 51.4, dev1 49.1] 17 shares
Total 100.3 sol/s [dev0 52.7, dev1 48.3] 17 shares
Total 100.3 sol/s [dev0 52.8, dev1 47.3] 17 shares
Total 101.2 sol/s [dev0 54.3, dev1 47.6] 17 shares
Total 101.9 sol/s [dev0 55.5, dev1 49.8] 17 shares
Total 102.1 sol/s [dev0 52.6, dev1 49.6] 19 shares
Total 102.2 sol/s [dev0 52.9, dev1 49.2] 19 shares
Total 102.7 sol/s [dev0 54.2, dev1 49.0] 19 shares

Not bad, but we need more for NVIDIA!




ZCASH with monitoring support:

(stop your zcash mining on screen manually first, if running)

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

mine switch

mine start
monitor start
member
Activity: 92
Merit: 10
ZCASH new version, ~80 sols/s on 1070

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

screen -dmS miner /opt/miners/silentarmy/silentarmy --use 0,1,2,3 --instances=1 -c stratum+tcp://us1-zcash.flypool.org:3333 -u t1gxfd218jLgVayKwRz3sHPiNfb322Yvp7j

screen -r



I don't see any impact if power limit is set to lowest:
nvidia-smi -pl 75

Zcash ~54sols/s on 1060 6gb

Total 100.3 sol/s [dev0 51.4, dev1 49.1] 17 shares
Total 100.3 sol/s [dev0 52.7, dev1 48.3] 17 shares
Total 100.3 sol/s [dev0 52.8, dev1 47.3] 17 shares
Total 101.2 sol/s [dev0 54.3, dev1 47.6] 17 shares
Total 101.9 sol/s [dev0 55.5, dev1 49.8] 17 shares
Total 102.1 sol/s [dev0 52.6, dev1 49.6] 19 shares
Total 102.2 sol/s [dev0 52.9, dev1 49.2] 19 shares
Total 102.7 sol/s [dev0 54.2, dev1 49.0] 19 shares

Not bad, but we need more for NVIDIA!

full member
Activity: 241
Merit: 100
ZCASH new version, ~80 sols/s on 1070

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

screen -dmS miner /opt/miners/silentarmy/silentarmy --use 0,1,2,3 --instances=1 -c stratum+tcp://us1-zcash.flypool.org:3333 -u t1gxfd218jLgVayKwRz3sHPiNfb322Yvp7j

screen -r



I don't see any impact if power limit is set to lowest:
nvidia-smi -pl 75
Can you get the nicehash miner to work on Linux ?
legendary
Activity: 1292
Merit: 1000
ZCASH new version, ~80 sols/s on 1070

Code:
cd /root; mine stop; monitor stop
rm -rf /opt/miners/silentarmy
rm -f /root/silentarmy.tgz

wget http://mbl.cash/silentarmy.tgz
tar -xPf silentarmy.tgz

screen -dmS miner /opt/miners/silentarmy/silentarmy --use 0,1,2,3 --instances=1 -c stratum+tcp://us1-zcash.flypool.org:3333 -u t1gxfd218jLgVayKwRz3sHPiNfb322Yvp7j

screen -r



I don't see any impact if power limit is set to lowest:
nvidia-smi -pl 75
legendary
Activity: 1292
Merit: 1000
I just got 6- 1050 ti's . I'm getting gpu cannot validate cpu . What causes this?



Try ccminer_61 (e.g. from /opt/miners/ccminer-vert-1.5.80.4-vert) and see if you have the same result
full member
Activity: 241
Merit: 100
hey JK_14
do you really have the miner under the table?, I can imagine the cards 90 degrees appart from each other and the mother and psu bolted to the top plate of the table upside down Smiley

I have to go back to make work ethereum on it, sorry, ZEC had keep me busy lately hehe.

i looked at that motherboard, the 9 version is not longer available (at least here) there is a 10 version but it costs 350 dollars!! ZOMG!, way too much for my blood, the remote management feature is fantastic but i prefer to keep 300 dollars and use what i use now AM1M-S2H Gigabyte, 50 dollars hehe. still, awesome motherboard, supermicro always makes top notch shit, too bad the price though


haha, yes - under the table - that's really cheap, 5 dollars "frame" Smiley
to satisfy your curiosity - I will send you the whole image, soon Wink

85$: X9SCM-F

there is no TTIP yet, so I buy used items in EU, at similar price
btw: that mobo was able to pull 3x 750Ti on plain risers without molex, with no problems



P.S.
and under the rain, snow... Smiley
https://bitcointalksearch.org/topic/m.15879953


I just got 6- 1050 ti's . I'm getting gpu cannot validate cpu . What causes this?
legendary
Activity: 1292
Merit: 1000
hey JK_14
do you really have the miner under the table?, I can imagine the cards 90 degrees appart from each other and the mother and psu bolted to the top plate of the table upside down Smiley

I have to go back to make work ethereum on it, sorry, ZEC had keep me busy lately hehe.

i looked at that motherboard, the 9 version is not longer available (at least here) there is a 10 version but it costs 350 dollars!! ZOMG!, way too much for my blood, the remote management feature is fantastic but i prefer to keep 300 dollars and use what i use now AM1M-S2H Gigabyte, 50 dollars hehe. still, awesome motherboard, supermicro always makes top notch shit, too bad the price though


haha, yes - under the table - that's really cheap, 5 dollars "frame" Smiley
to satisfy your curiosity - I will send you the whole image, soon Wink

85$: X9SCM-F

there is no TTIP yet, so I buy used items in EU, at similar price
btw: that mobo was able to pull 3x 750Ti on plain risers without molex, with no problems




P.S.
and under the rain, snow... Smiley
https://bitcointalksearch.org/topic/m.15879953

Pages:
Jump to: