Pages:
Author

Topic: [ mining os ] nvoc - page 96. (Read 418542 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 27, 2017, 10:20:33 AM
I love the gpumap, great idea!

Yup, Leenoox idea and his awesome code...
member
Activity: 117
Merit: 10
December 27, 2017, 08:52:08 AM
Code:
Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

I am getting this message and cannot start mining. v0019. Should I enable persistence mode, or what?

As long as I know persistence mode disabled/enabled has not related effect about mining.
A good test is start miner manually so you can see  msg errors on console.
full member
Activity: 350
Merit: 100
December 27, 2017, 08:19:36 AM
I love the gpumap, great idea!
full member
Activity: 144
Merit: 100
December 27, 2017, 08:06:30 AM
Code:
Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

I am getting this message and cannot start mining. v0019. Should I enable persistence mode, or what?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 27, 2017, 05:15:28 AM
19.2.0 writes miner log to disk continuously, I think the usb disk will be damaged, so I'm going to buy cheap 120G ssd, is it needed?

Nope 19-2.0 writes all logs to tmpfs (Ram) not disk
Only important warning logs are written to disk to keep them after reboot


Code:
m1@m1-desktop-100:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            1.9G     0  1.9G   0% /dev
tmpfs           392M  6.5M  385M   2% /run
/dev/sda2       103G   16G   82G  17% /
tmpfs           2.0G  168K  2.0G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           2.0G     0  2.0G   0% /sys/fs/cgroup
tmpfs           512M  492K  512M   1% /home/m1/nvoc_logs
/dev/loop0       84M   84M     0 100% /snap/core/3604
tmpfs           392M   40K  392M   1% /run/user/1000

Code:
m1@m1-desktop-100:~$ ll /home/m1/nvoc_logs/
total 496
drwxrwxrwt  2 root root    120 Dec 27 01:16 ./
drwxr-xr-x 44 m1   m1     4096 Dec 27 13:46 ../
-rw-rw-r--  1 m1   m1    44155 Dec 27 13:46 8_wtmautoswitchlog
-rw-rw-r--  1 m1   m1   255236 Dec 27 13:49 screenlog.0
-rw-rw-r--  1 m1   m1   114988 Dec 27 13:49 tempcontrol-screenlog.0
-rw-rw-r--  1 m1   m1    78629 Dec 27 13:49 watchdog-screenlog.0



Warning logs:
Code:
m1@m1-desktop-100:~$ ll *_*log
-rw-rw-rw- 1 m1 m1 1 Dec 27 13:21 5_watchdoglog
-rw-rw-rw- 1 m1 m1 1 Dec 27 01:16 6_autotemplog
full member
Activity: 350
Merit: 100
December 27, 2017, 05:03:37 AM
19.2.0 writes miner log to disk continuously, I think the usb disk will be damaged, so I'm going to buy cheap 120G ssd, is it needed?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 27, 2017, 04:52:57 AM
not yet does it has an iso link?


You can also recompile the miner on your rig :

Code:
cd /home/m1/KTccminer
./autogen.sh
./configure.sh
./build.sh
It cannot build with the installed openssl, I have to copy bn.h from openssl 1.0 to openssl include folder to make the compiler happy, it would be great to fix the openssl version issue automaticly.

Copy bn.h from openssl-1.0.1e:

Code:
cd /home/m1/Downloads
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/


Revert back to installed version :

Code:
sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h

got this error when trying to compile


Why sudo when not asked for?
Try without sudo

ASccminer is Alexis78 ccminer, its old and is included, why recompile an old miner ?
member
Activity: 104
Merit: 10
December 27, 2017, 03:49:08 AM
not yet does it has an iso link?


You can also recompile the miner on your rig :

Code:
cd /home/m1/KTccminer
./autogen.sh
./configure.sh
./build.sh
It cannot build with the installed openssl, I have to copy bn.h from openssl 1.0 to openssl include folder to make the compiler happy, it would be great to fix the openssl version issue automaticly.

Copy bn.h from openssl-1.0.1e:

Code:
cd /home/m1/Downloads
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/


Revert back to installed version :

Code:
sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h

got this error when trying to compile
member
Activity: 104
Merit: 10
December 27, 2017, 03:19:32 AM
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 27, 2017, 02:44:00 AM
I tried removing all the partitions and doing it again and now I get directly into the normal GRUB, which let's me choose to boot Ubuntu, but that just says "error: no such partition." When I go into the GRUB command-line and try `ls` I get nothing back.

Any chance to get a link to v0018? I know that definitely worked for me.

Is this an SSD or USB install?
May be your USB is corrupted and causing problems, try another one.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 27, 2017, 02:16:02 AM
not yet does it has an iso link?


You can also recompile the miner on your rig :

Code:
cd /home/m1/KTccminer
./autogen.sh
./configure.sh
./build.sh
It cannot build with the installed openssl, I have to copy bn.h from openssl 1.0 to openssl include folder to make the compiler happy, it would be great to fix the openssl version issue automaticly.

Copy bn.h from openssl-1.0.1e:

Code:
cd /home/m1/Downloads
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/


Revert back to installed version :

Code:
sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h
full member
Activity: 350
Merit: 100
December 26, 2017, 10:26:30 PM
not yet does it has an iso link?


You can also recompile the miner on your rig :

Code:
cd /home/m1/KTccminer
./autogen.sh
./configure.sh
./build.sh
It cannot build with the installed openssl, I have to copy bn.h from openssl 1.0 to openssl include folder to make the compiler happy, it would be great to fix the openssl version issue automaticly.
full member
Activity: 350
Merit: 100
December 26, 2017, 10:21:21 PM
do you have a plan to upgrade cuda to 9 or 9.1? They are faster than 8.
newbie
Activity: 11
Merit: 0
December 26, 2017, 10:01:51 PM
Good evening all -

Is there a way to limit the algos that salfter MPH uses?  multi pool miner for example seems similar to salfters routine but allows the addition of only the algo's i want to run.

I'd like to use salfters system but limit it to say neoscrypt, equihash, lyra2re2, skein and lyra2z
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 26, 2017, 05:45:57 PM
full member
Activity: 132
Merit: 100
December 26, 2017, 05:41:15 PM
Just updated all eight of my rigs using the latest 2.0 image.

I also set up and started using telegram for the first time.

All seems to be working great and what an awesome program.

Big thanks to everyone for their efforts on this.

member
Activity: 117
Merit: 10
December 26, 2017, 05:32:08 PM
I tried removing all the partitions and doing it again and now I get directly into the normal GRUB, which let's me choose to boot Ubuntu, but that just says "error: no such partition." When I go into the GRUB command-line and try `ls` I get nothing back.

Any chance to get a link to v0018? I know that definitely worked for me.

I think you have to go to "grub rescue" option and then ls.

Anyway, if you remove all partitions and use HDDRawCopy to "imaging" the file you should be ok.
Let us know please.

PD: If you don't main, any reason way don't you wanna use 19.2 community release?
newbie
Activity: 14
Merit: 0
December 26, 2017, 05:01:05 PM
I tried removing all the partitions and doing it again and now I get directly into the normal GRUB, which let's me choose to boot Ubuntu, but that just says "error: no such partition." When I go into the GRUB command-line and try `ls` I get nothing back.

Any chance to get a link to v0018? I know that definitely worked for me.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 26, 2017, 03:47:11 PM
Hey Everyone! I'm having an issue getting the latest version to work. I had v0018 working for a while now and tried to flash v0019-1.4 and run it. I keep getting a grub error: `attempt to read or write outside of disk 'hd0'` when the system boots. I've tried to re-download and re-flash. I would go back to v0018, but I can't find the download link. Please help?


Better update to v19 or best choice 19.2
can't see v18 download link around neither.  

I've tried 19 and 19-1.4. Both give me the grub error. =-(

Try this
If you are on windows use disk management and remove all partitions of your SSD, then format it to one single new partition , ntfs, fat or any ...
If on Ubuntu use gparted and do the same.
Now open HDD Raw Copy tool and try to copy the image again, this solves my problems many times
member
Activity: 117
Merit: 10
December 26, 2017, 03:30:37 PM
Hey Everyone! I'm having an issue getting the latest version to work. I had v0018 working for a while now and tried to flash v0019-1.4 and run it. I keep getting a grub error: `attempt to read or write outside of disk 'hd0'` when the system boots. I've tried to re-download and re-flash. I would go back to v0018, but I can't find the download link. Please help?


Better update to v19 or best choice 19.2
can't see v18 download link around neither.  

I've tried 19 and 19-1.4. Both give me the grub error. =-(

See if this can help: https://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error

Good if you let's know how it goes.
Thx.
Pages:
Jump to: