Bitcoin Forum
October 07, 2024, 02:11:50 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 31, 2018, 06:06:26 PM
Hello guys,

I'm actually using the newest version of NVOC 19.2 (the one that the grateful @Papampi have in his signature) and I want to add LuxCoin. Can you help me with that guys?

In fact, I would like to know how to add any coin. I scrolled the post and I can't find anything about that.

Thanks for the compliment Wink

Have a look at these 2 posts :

1bash and 0miner v0019-2.1 pre-release changes for Bminer and new coins


nvOC v0019-2.0 Community Release - Miner Update Script


Hello guys, thanks again,

Actually, I pasted the code : cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/1bash_19-2.1_pre_release.sh
bash /home/m1/Downloads/1bash_19-2.1_pre_release.sh

In my Gwake terminal

Then after that, I pasted that code at the same place :

cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/0miner
cp /home/m1/Downloads/0miner /home/m1/0miner

I tryed to mine the LUX coin and then I check after from my office with TeamViewer. And now my rig is offline. Do I made something wrong ?


Thanks again, I'm a bit noob with this. Plus, I'm loosing kinda a lot of money (for my perspective) because that rig support 12 gpu 1070 ti


Thanks again Papampi and DamNmad


That's a new 1bash file (settings file). You have to edit it, choose coin, add address, OC settings, etc. Once you edit and save, restart your rig and make sure it starts mining before leaving.

I was just checking LUX coin in 0miner that damNmad sent me, dont know how LUX pool works, but should the miner password set to worker ?

Code:
if [ $COIN == "LUX" ]
then
  HCD='/home/m1/ANXccminer/ccminer'
  ADDR="$LUX_ADDRESS"
  screen -dmSL miner $HCD -a phi -o stratum+tcp://$LUX_POOL:$LUX_PORT -u $ADDR -p $LUX_WORKER -i $LUX_INTENSITY
fi


If not change it to :


Code:
if [ $COIN == "LUX" ]
then
  HCD='/home/m1/ANXccminer/ccminer'
  ADDR="$LUX_ADDRESS.$LUX_WORKER"
  screen -dmSL miner $HCD -a phi -o stratum+tcp://$LUX_POOL:$LUX_PORT -u $ADDR -p $MINER_PWD -i $LUX_INTENSITY
fi

Please let me know, if it needs to be changed.
Thanks.

Thanks, I'll check it tonight
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 31, 2018, 04:04:57 PM
Hello guys,

I'm actually using the newest version of NVOC 19.2 (the one that the grateful @Papampi have in his signature) and I want to add LuxCoin. Can you help me with that guys?

In fact, I would like to know how to add any coin. I scrolled the post and I can't find anything about that.

Thanks for the compliment Wink

Have a look at these 2 posts :

1bash and 0miner v0019-2.1 pre-release changes for Bminer and new coins


nvOC v0019-2.0 Community Release - Miner Update Script


Hello guys, thanks again,

Actually, I pasted the code : cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/1bash_19-2.1_pre_release.sh
bash /home/m1/Downloads/1bash_19-2.1_pre_release.sh

In my Gwake terminal

Then after that, I pasted that code at the same place :

cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/0miner
cp /home/m1/Downloads/0miner /home/m1/0miner

I tryed to mine the LUX coin and then I check after from my office with TeamViewer. And now my rig is offline. Do I made something wrong ?


Thanks again, I'm a bit noob with this. Plus, I'm loosing kinda a lot of money (for my perspective) because that rig support 12 gpu 1070 ti


Thanks again Papampi and DamNmad
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 30, 2018, 04:13:45 PM
Hello guys,

I'm actually using the newest version of NVOC 19.2 (the one that the grateful @Papampi have in his signature) and I want to add LuxCoin. Can you help me with that guys?

In fact, I would like to know how to add any coin. I scrolled the post and I can't find anything about that.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: SSD-USB resize guide - nvOC-v0019-2.0 Community Release. on: January 16, 2018, 09:39:23 PM

SSD-USB resize and add swap - Guide - nvOC-v0019-2.0 Community Release.


Open Gparted, root password is miner1, Locate your drive, there are 2 partitions, a 9Mb fat, a 16Gb ext4 and a free unused space at the end.

Right click on the unused space, create new partition, "Partition Type : Swap" make the size you want (1Gb up to Ram size) grab and move it to the end of drive. Apply.

Right clcik on the primary 16gb partition, resize/move, resize it to the desired size (better to give it all). Apply.

Right click on the swap partition and get the info, copy the UUID.

open /etc/fstab with this command

Code:
gksudo gedit /etc/fstab

You will see a line which refers to a swap partition during installation ...

Some thing similar to this :


Code:
#swap was on /dev/sda5 during installation
UUID=cdba7b01-5ae6-4104-9a6e-f723b8bd87ac none            swap    sw              0       0


Change the UUID with the one you copied from newly made swap partition.

Save and close gedit.

Activate swap:

Code:
sudo swapon --all

It will read your fstab and enable the swap partition.

Check it with free command in  terminal

Code:
#free

             total        used        free      shared  buff/cache   available
            
Mem:        8171388     3020388     2637404      142044     2513596     4647472

Swap:       8123388           0     8123388

Check partition size with

Code:
df -h

reboot


I was wondering if I was suppose to do the same when I'm actually using an HDD. It's not working, I'm not able to update! Can you help me ?

It should work on all HDD/SSD/USB
Some where you make a mistake, read and go through again.

Maybe I don't undestand where i should load the file ?

I'm just gonna tell you how I did it :

I load the File on gdrive.

Then I run the :

cd /home/m1/Downloads
wget https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

Then I change de 1bash file that been load and try to resize

and the error is :

(gedit:3854): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-spell-enabled not supported

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-encoding not supported

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported



NEVER MIND

It finally worked. I just forget to turn on the swap on gparted

Thanks @PAPAMPI

In Fact,

what it mean to :

copying the image run the update script to get the latest miners and changes:
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: SSD-USB resize guide - nvOC-v0019-2.0 Community Release. on: January 16, 2018, 09:04:01 PM

SSD-USB resize and add swap - Guide - nvOC-v0019-2.0 Community Release.


Open Gparted, root password is miner1, Locate your drive, there are 2 partitions, a 9Mb fat, a 16Gb ext4 and a free unused space at the end.

Right click on the unused space, create new partition, "Partition Type : Swap" make the size you want (1Gb up to Ram size) grab and move it to the end of drive. Apply.

Right clcik on the primary 16gb partition, resize/move, resize it to the desired size (better to give it all). Apply.

Right click on the swap partition and get the info, copy the UUID.

open /etc/fstab with this command

Code:
gksudo gedit /etc/fstab

You will see a line which refers to a swap partition during installation ...

Some thing similar to this :


Code:
#swap was on /dev/sda5 during installation
UUID=cdba7b01-5ae6-4104-9a6e-f723b8bd87ac none            swap    sw              0       0


Change the UUID with the one you copied from newly made swap partition.

Save and close gedit.

Activate swap:

Code:
sudo swapon --all

It will read your fstab and enable the swap partition.

Check it with free command in  terminal

Code:
#free

             total        used        free      shared  buff/cache   available
            
Mem:        8171388     3020388     2637404      142044     2513596     4647472

Swap:       8123388           0     8123388

Check partition size with

Code:
df -h

reboot


I was wondering if I was suppose to do the same when I'm actually using an HDD. It's not working, I'm not able to update! Can you help me ?

It should work on all HDD/SSD/USB
Some where you make a mistake, read and go through again.

Maybe I don't undestand where i should load the file ?

I'm just gonna tell you how I did it :

I load the File on gdrive.

Then I run the :

cd /home/m1/Downloads
wget https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

Then I change de 1bash file that been load and try to resize

and the error is :

(gedit:3854): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-spell-enabled not supported

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-encoding not supported

** (gedit:3854): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported



NEVER MIND

It finally worked. I just forget to turn on the swap on gparted

Thanks @PAPAMPI
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: SSD-USB resize guide - nvOC-v0019-2.0 Community Release. on: January 16, 2018, 02:54:46 PM

SSD-USB resize and add swap - Guide - nvOC-v0019-2.0 Community Release.


Open Gparted, root password is miner1, Locate your drive, there are 2 partitions, a 9Mb fat, a 16Gb ext4 and a free unused space at the end.

Right click on the unused space, create new partition, "Partition Type : Swap" make the size you want (1Gb up to Ram size) grab and move it to the end of drive. Apply.

Right clcik on the primary 16gb partition, resize/move, resize it to the desired size (better to give it all). Apply.

Right click on the swap partition and get the info, copy the UUID.

open /etc/fstab with this command

Code:
gksudo gedit /etc/fstab

You will see a line which refers to a swap partition during installation ...

Some thing similar to this :


Code:
#swap was on /dev/sda5 during installation
UUID=cdba7b01-5ae6-4104-9a6e-f723b8bd87ac none            swap    sw              0       0


Change the UUID with the one you copied from newly made swap partition.

Save and close gedit.

Activate swap:

Code:
sudo swapon --all

It will read your fstab and enable the swap partition.

Check it with free command in  terminal

Code:
#free

             total        used        free      shared  buff/cache   available
            
Mem:        8171388     3020388     2637404      142044     2513596     4647472

Swap:       8123388           0     8123388

Check partition size with

Code:
df -h

reboot


I was wondering if I was suppose to do the same when I'm actually using an HDD. It's not working, I'm not able to update! Can you help me ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!