Author

Topic: [ mining os ] nvoc - page 256. (Read 418549 times)

newbie
Activity: 35
Merit: 0
August 27, 2017, 03:36:58 PM
Because your temp limit wont let them get higher power.
It seems your temp limit is 70.
Either give them cooler conditions by external fans and ... or higher your temp limit.
I got that, will try it and let you know if you were correct!

thanks for idea.

I set my 1080tis to a templimit of 75; as they usually throttle with autotemp if tempature target is set to 70 as papampi suggested.

If I set a temp limit of 75 on my 1080tis, the temperature goes very high (almost up to 90) before Maxximus007_AUTO_TEMPERATURE_CONTROL brings it down to 75. How do I set a starting fan power or persistent fan, that will keep the card cool in the beginning?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 27, 2017, 03:06:19 PM

papampi I added a link to the op for your swap guide yesterday; however the OP is a mess and there are too many links; I probably need to reorganize the OP.

Not noticing the swap from initial install in fstab was a major fail on my part; which makes this fix a huge improvement.  I want to make sure members give osnwt the credit.
fullzero, I dont need any credits.
All credits are to your awesome work.
keep up the good work,
I have been in love with Linux since ubuntu 8.0, and I'm just here to help anyway I can.
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 02:45:35 PM


Is there any way to mine ubiq with this software?

Add the following details to your 1bash :

Code:
COIN="UBQ"

Update your own address, pool and worker :

Code:
UBQ_WORKER="$IP_AS_WORKER"
UBQ_ADDRESS="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
UBQ_POOL="stratum+tcp://eu.ubiqpool.io:8008"
UBQ_EXTENTION_ARGUMENTS=""

Add this in the right place in the bottom code

Code:
if [ $COIN == "UBQ" ]
then

if [ $CLAYMORE_VERSION == "9_7" ]
then
HCD='/home/m1/eth/9_7/ethdcrminer64'
fi

if [ $CLAYMORE_VERSION == "9_5" ]
then
HCD='/home/m1/eth/9_5/ethdcrminer64'
fi

if [ $CLAYMORE_VERSION == "9_4" ]
then
HCD='/home/m1/eth/9_4/ethdcrminer64'
fi

if [ $CLAYMORE_VERSION == "8_0" ]
then
HCD='/home/m1/eth/8_0/ethdcrminer64'
fi

UBQADDR="$UBQ_ADDRESS/$UBQ_WORKER"

screen -dmS miner $HCD -epool $UBQ_POOL -ewal $UBQADDR -epsw x -mode 1 -allpools 1 -dbg -1 $UBQ_EXTENTION_ARGUMENTS

if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi

BITCOIN="theGROUND"

while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
newbie
Activity: 57
Merit: 0
August 27, 2017, 01:54:37 PM


Is there any way to mine ubiq with this software?
full member
Activity: 216
Merit: 100
Early Bitcoin investor.
August 27, 2017, 12:45:36 PM
Guys, you best. Its realy amazing. Yo make my day. Starting mining better
newbie
Activity: 1
Merit: 0
August 27, 2017, 12:38:27 PM
Hi fullzero,

https://prntscr.com/gdieyw
https://prntscr.com/gdif27

When setup static ip rig doesn’t work, how can fix this error.
Thanks !


Try setting DNS nameservers, adding a line at the end
Code:
dns-nameservers 8.8.8.8

I use static address and have it working with the nameservers. (8.8.8.8 is Google nameserver, "always" works).
newbie
Activity: 4
Merit: 0
August 27, 2017, 12:36:39 PM
Hi fullzero,

https://prntscr.com/gdieyw
https://prntscr.com/gdif27

When setup static ip rig doesn’t work, how can fix this error.
Thanks !


I don't think this has to do with your IP;  my guess is this.

in 1bash there is a setting:

Code:
ETHERMINEdotORG="NO"

change this to:

Code:
ETHERMINEdotORG="YES"

let me know if this is the problem

I changed at first boot
Code:
ETHERMINEdotORG="NO"
to  
Code:
ETHERMINEdotORG="YES"
setup static ip 1bash doesn’t work (ping google.com reply ok >> connect to internet ok), but setup dynamic ip 1bash work ok.
member
Activity: 106
Merit: 10
August 27, 2017, 12:33:03 PM
when is v0019 coming?

I could release the current RC with all the stable tested changes; but it is better if I implement a few more requests before releasing it.

ah wish i had saw this sooner. i just built another 8gpu rig. i was going to get the asrock 13gpu MB but i missed your reply. maybe do it on the next batch.
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 12:31:51 PM
Hi fullzero,

Not sure you have already fixed/added these things in v19, but would like get these things to your notice.

* Would like to mine coins based on x11gost, is that possible with 18 Version or in v19?

when I tried to mine SIB (x11Gost) using the below command it failed to mine, i guess I can't mine it with ccminer!?

/home/m1/TPccminer/ccminer -a x11gost -o stratum+tcp://sib.suprnova.cc:3458 -u xxx.xxxx -p x -i 25

* When i tried to mine pascal(lite) or decred alone using the 1bash or below cmd

/home/m1/pasc/sgminer -k pascal -o stratum+tcp://mine.pasl.fairpool.xyz:4009 -u xxxxx-xx..xxxxxxx -p x -p x -I 21 -w 64 -g2

failed with the following error

[14:07:24] Started sgminer 5.5.0-nicehash
[14:07:24] * using Jansson 2.7
[14:07:24] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[14:07:24] WARNING: GPU_USE_SYNC_OBJECTS is not specified!Killed

* I think you are going to add cryptonight algo to mine coins like XMR with GPU in v19 right?

I'm looking to mine the following coins KRB, BCN, XDN using cryptonight algo

Hope they are already noticed and added in the upcoming release, if not would eagerly wait for the release with the above fixes Smiley

Thanks

You should be able to use stak for cryptonight algos, SIB I will need to try.  I compiled the newest TP 2.2 for v0019 which I am not sure it needs to be compiled differently to support SIB; or if another client is better to use.

Thanks for the prompt reply, really appreciate it; can you also please look into this when you got some free time, Thanks.

* When i tried to mine pascal(lite) or decred alone using the 1bash or below cmd
Code:
/home/m1/pasc/sgminer -k pascal -o stratum+tcp://mine.pasl.fairpool.xyz:4009 -u xxxxx-xx..xxxxxxx -p x -p x -I 21 -w 64 -g2

failed with the following error
Code:
[14:07:24] Started sgminer 5.5.0-nicehash
[14:07:24] * using Jansson 2.7
[14:07:24] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[14:07:24] WARNING: GPU_USE_SYNC_OBJECTS is not specified!Killed
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 12:24:03 PM
THANK YOU GUYS!!!
I successfully change it!

I apologizing for my stupidity
that's why so many questions
 Embarrassed

You are welcome, every question is a learning step, good luck Smiley
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
August 27, 2017, 12:19:53 PM
THANK YOU GUYS!!!
I successfully change it!

I apologizing for my stupidity
that's why so many questions
 Embarrassed

Asking for something u dont know is never stupid ...
If people laugh about it, they prolly dont know much thing Wink
Sorry was away seems u get helped!
member
Activity: 118
Merit: 10
August 27, 2017, 12:17:09 PM
THANK YOU GUYS!!!
I successfully change it!

I apologizing for my stupidity
that's why so many questions
 Embarrassed
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 11:44:29 AM
Can you help me please
How to change password in nvOC?

Hi,

What password you want to change ?
Root password or login password ?

For login password just type "passwd"
For root, u have to log root first so "su" and when u are root user "passwd"

Please correct me if I wrong, To make a changes in nvOC I need a password
so that's what I want to change
if you want to make changes, the default passowrd in 'miner1'

If you want to change either root or login password, please follow the above comments made by Bibi187

Should I type password in a m1@m1-desktop window?
or in the Terminal window?

You can only do that in guake terminal, as the main terminal mostly auto starts mining the second you open it.

Should I type "password" and right after it something like "password123"?

Thank you for your help

Go to Guake terminal

To change your user password type exactly this in the guake terminal session:

Code:
passwd

It actually looks like this, current password is 'miner1'

Code:
m1@m1-desktop:~$ passwd
Changing password for m1.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
m1@m1-desktop:~$

you don't see the password you are typing, so make sure you remember what you typing (you need to type twice)


To change the root password type exactly this in the guake terminal session:

Code:
sudo passwd

It actually looks like this

Code:
m1@m1-desktop:~$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
m1@m1-desktop:~$


you don't see the password you are typing, so make sure you remember what you typing (you need to type twice)

hope it helps Smiley
newbie
Activity: 31
Merit: 0
August 27, 2017, 11:30:33 AM
Can be added to 1bash as another application.
member
Activity: 118
Merit: 10
August 27, 2017, 11:24:01 AM
Can you help me please
How to change password in nvOC?

Hi,

What password you want to change ?
Root password or login password ?

For login password just type "passwd"
For root, u have to log root first so "su" and when u are root user "passwd"

Please correct me if I wrong, To make a changes in nvOC I need a password
so that's what I want to change
if you want to make changes, the default passowrd in 'miner1'

If you want to change either root or login password, please follow the above comments made by Bibi187

Should I type password in a m1@m1-desktop window?
or in the Terminal window?

You can only do that in guake terminal, as the main terminal mostly auto starts mining the second you open it.

Should I type "password" and right after it something like "password123"?

Thank you for your help
newbie
Activity: 35
Merit: 0
August 27, 2017, 11:22:18 AM
I have had an overwhelming number of pm's.

I don't have all the features I want to include for v0019 done; there are still a lot of requests and contributions ( notably from lost_post and _Parallax_ ) that still need to be added.

The spread of members using v0017 or v0018 with various levels of updates; is making it harder to answer questions / help members.  Rather than add another update with XMR stak GPU support tonight; I am going to release v0019 as it currently is tomorrow night: after making a few more changes tonight / tomorrow during the day. 
Great! I am really looking forward to v0019  Cheesy
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 11:08:23 AM
Can you help me please
How to change password in nvOC?

Hi,

What password you want to change ?
Root password or login password ?

For login password just type "passwd"
For root, u have to log root first so "su" and when u are root user "passwd"

Please correct me if I wrong, To make a changes in nvOC I need a password
so that's what I want to change

if you want to make changes, the default passowrd in 'miner1'

If you want to change either root or login password, please follow the above comments made by Bibi187

Should I type password in a m1@m1-desktop window?
or in the Terminal window?

You can only do that in guake terminal, as the main terminal mostly auto starts mining the second you open it.
member
Activity: 118
Merit: 10
August 27, 2017, 10:55:31 AM
Can you help me please
How to change password in nvOC?

Hi,

What password you want to change ?
Root password or login password ?

For login password just type "passwd"
For root, u have to log root first so "su" and when u are root user "passwd"

Please correct me if I wrong, To make a changes in nvOC I need a password
so that's what I want to change

if you want to make changes, the default passowrd in 'miner1'

If you want to change either root or login password, please follow the above comments made by Bibi187

Should I type password in a m1@m1-desktop window?
or in the Terminal window?
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 10:44:22 AM
Hi fullzero,

Not sure you have already fixed/added these things in v19, but would like get these things to your notice.

* Would like to mine coins based on x11gost, is that possible with 18 Version or in v19?

when I tried to mine SIB (x11Gost) using the below command it failed to mine, i guess I can't mine it with ccminer!?

/home/m1/TPccminer/ccminer -a x11gost -o stratum+tcp://sib.suprnova.cc:3458 -u xxx.xxxx -p x -i 25

* When i tried to mine pascal(lite) or decred alone using the 1bash or below cmd

/home/m1/pasc/sgminer -k pascal -o stratum+tcp://mine.pasl.fairpool.xyz:4009 -u xxxxx-xx..xxxxxxx -p x -p x -I 21 -w 64 -g2

failed with the following error

[14:07:24] Started sgminer 5.5.0-nicehash
[14:07:24] * using Jansson 2.7
[14:07:24] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[14:07:24] WARNING: GPU_USE_SYNC_OBJECTS is not specified!Killed

* I think you are going to add cryptonight algo to mine coins like XMR with GPU in v19 right?

I'm looking to mine the following coins KRB, BCN, XDN using cryptonight algo

Hope they are already noticed and added in the upcoming release, if not would eagerly wait for the release with the above fixes Smiley

Thanks
full member
Activity: 378
Merit: 104
nvOC forever
August 27, 2017, 10:37:06 AM
Can you help me please
How to change password in nvOC?

Hi,

What password you want to change ?
Root password or login password ?

For login password just type "passwd"
For root, u have to log root first so "su" and when u are root user "passwd"

Please correct me if I wrong, To make a changes in nvOC I need a password
so that's what I want to change

if you want to make changes, the default passowrd in 'miner1'

If you want to change either root or login password, please follow the above comments made by Bibi187
Jump to: