Pages:
Author

Topic: [ mining os ] nvoc - page 97. (Read 418557 times)

newbie
Activity: 14
Merit: 0
December 26, 2017, 01:50:32 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. =-(
member
Activity: 117
Merit: 10
December 26, 2017, 01:39:08 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. 
member
Activity: 210
Merit: 10
December 26, 2017, 01:34:13 PM
one more thing how i disable autostart mining? i want to make some change and the script dont stop to pop up!

really thank for this distro.!

Ok. Its done.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 26, 2017, 01:15:11 PM
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 26, 2017, 01:13:16 PM
one more thing how i disable autostart mining? i want to make some change and the script dont stop to pop up!

really thank for this distro.!

If you are on v0019-2.0 there is an option in 1bash

Code:
COIN="ZEC"

AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
newbie
Activity: 14
Merit: 0
December 26, 2017, 01:02:38 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?
member
Activity: 210
Merit: 10
December 26, 2017, 11:59:45 AM
one more thing how i disable autostart mining? i want to make some change and the script dont stop to pop up!

really thank for this distro.!

Edit, i find it
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 26, 2017, 11:25:07 AM
Hello everyone.

I want just to say thanks to anyone who makes our lives easier with this great distro...

I noticed a problem/bug with the community build. it was working great on ast Fullzero release 1.4 and i'm talking about wi-fi networking. Yes i'm using one rig with wi fi for obvious resons, and it was working great (tp-link 722n - chipset rtl8801eu), but since i made the update to community build the wi fi after every restart just hangs, stops working. usb stick isnt recognized. if i take it out of usb and reconnect everything starts working.


any idea what could be or what to do. can anyone take a look. maybe some boot priority for usb drivers?


thx

Can you check and see if vbrick solution for his mouse works for you too or not ?




Hello just to inform you that the solution for usb mouse worked with usb wifi too. now everything works much smoother.

i  have a question.

Is there any way to mine BWK (bulwark) with nvoc?
thx

yes i think you can if refer from the help from KTccminer :

/KTccminer$ ccminer --help
No command 'ccminer' found, did you mean:
 Command 'cgminer' from package 'cgminer' (universe)
ccminer: command not found
m1@ATOMICMINER44:~/KTccminer$ ./ccminer --help
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-12-26 16:57:10] NVML GPU monitoring enabled.
Usage: ccminer [OPTIONS]
Options:
  -a, --algo=ALGO specify the hash algorithm to use
                        bitcoin     Bitcoin
                        blake       Blake 256 (SFR/NEOS)
                        blakecoin   Fast Blake 256 (8 rounds)
                        c11         X11 variant
                        deep        Deepcoin
                        dmd-gr      Diamond-Groestl
                        fresh       Freshcoin (shavite 80)
                        fugue256    Fuguecoin
                        groestl     Groestlcoin
                        jackpot     Jackpot (JHA)
                        keccak      Keccak-256 (Maxcoin)
                        luffa       Doomcoin
                        lyra2v2     VertCoin
                        myr-gr      Myriad-Groestl
                        neoscrypt   neoscrypt (FeatherCoin)
                        nist5       NIST5 (TalkCoin)
                        penta       Pentablake hash (5x Blake 512)
                        quark       Quark
                        qubit       Qubit
                        sia         Siacoin (at pools compatible to siamining.co                                              m)
                        skein       Skein SHA2 (Skeincoin)
                        s3          S3 (1Coin)
                        x11         X11 (DarkCoin)
                        x13         X13 (MaruCoin)
                        x14         X14
                        x15         X15
                        x17         X17 (peoplecurrency)
                        vanilla     Blake 256 8 rounds
                        whirl       Whirlcoin (old whirlpool)
                        whirlpoolx  Vanillacoin

Bulwark is nist5 algo.

I think you can try to adapt this :

In 1bash : (replace ORB by BWK)


Code:
#ORB ### No Need to add add stratum+tcp:// to server address
ORB_WORKER="$WORKERNAME"
ORB_ADDRESS="Your Wallet address"
ORB_POOL="bulwarkpool.com" #0.5%
ORB_PORT="3833"
ORB_INTENSITY="16"


In 0miner (if you use WTM_SWITCH) :
Copy this from ORB in 1bash

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p $MINER_PWD -i $ORB_INTENSITY
fi

by this (copy and replace appropriates values)

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a nist5-o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p c=BWK -i $ORB_INTENSITY
fi

in v0019-2.0 : Ignore the following code and do not copy it to your 3main file (i make a mistalke copying from 3main v0019-1.4)

Code:
[i]in 3main copy (if you want to mine bulwark only, not auto-switch)[/i]

if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD -a neoscrypt -o $ORB_POOL -u $ADDR -p x -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi
[i]
By replacing appropriates values ORB==> BWK : [/i]

if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD [b]-a nist5 [/b]-o $ORB_POOL -u $ADDR [b]-p c=BWK[/b] -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi

Before launching 3main, it is advisable to test command like above but in replacing manually your values provided in 1bash for pool, port, wallet, worker ... like this (my TZC neoscrypt command) :
/home/m1/KTccminer/ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u TtpFnwJ9YnpMazertyuiopnuy2HkQH6jLe3.MYWORKERER44 -p c=TZC -i 16

EDIT : Since version 19-2.0 de nvOC, there is NO-miners commands in 3main, it's a mistake. So, don't copy nothing in 3main
I have this version :
nvOC_ver = "nvOC v0019-2.0 Community Release" # Do not edit this
nvOC_3main_ver = "v0019-2.0.006" # Do not edit this

and excuse me for inducing error.

Sorry papampi an all. I just take my nicehash-coin integrations commands in WTM_SWitching from 3main of v0019-1.4.
I think i will réintégrate into coins sélection for WTM_Switch in v0019-2.0.
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 26, 2017, 10:33:46 AM
you dont like ssh ?


I use ssh only in local, at home.

I don't want to open a NAT/PAT port on my ISP router bbox... I know i can redirect to a different port but I did not do it before this Christmas weekend.
There is also the fact that before I used a 4G router connected to the mobile network and I connected in wifi on it. But, I do not know if it is the same thing in your respective countries, in France, in mobile network you can not do NAT / PAT because you have a local IP address and not a public IP address. The public IP address is that of the 4G antenna to which you are connected. The ISPs clearly stipulate in their Terms for cexu who take the trouble to read them ....

Of course, i know how to do this NAT/PAT but i think this is not more secure than teamviewer ...
member
Activity: 210
Merit: 10
December 26, 2017, 07:29:45 AM
every time the distro update and change my 1bash setup.  Grin till i find now how to disable the updates.

edit, no dont work, how i can disable the autoupdate script.?

this howto could help?

https://nvoc-mining-os.com/2017/10/25/how-to-prevent-automatic-updates/

member
Activity: 117
Merit: 10
December 26, 2017, 07:12:39 AM
This is just a suggestion but would it be plausible to add in a feature to the Telegram script to differentiate the "initial" or "very first" message that it displays after boot from the regular periodic messages?

I have been having some issues with my miners and having all of the telegram popups on my phone, having a difference in the first line it types to see what is a periodic message and what is a "first boot" as in it would have restarted and may have problems would help me out a lot. Just a suggestion, if it doesn't seem helpful to others then ignore.


I am referring to making the difference in the first lines that popup so they would still show in the preview message on the lock screen of a phone

Have a try on kk003_telegram, but only if you don't use Wdog (nvoc system may ask for few telegrams almost simultaneously and that make this script to mix data):
Code:
MINER_WATCHDOG="NO"

then:
Code:
TELEGRAM_MESSAGES="YES"       # YES or NO # Set to YES if you want to receive Telegram Periodic Messages
TELEGRAM_ALERTS="YES"       # YES or NO # Set to No if you don't want to get Telegram Alerts
TELEGRAM_TYPE="kk003"
TELEGRAM_TIMEOUT_IN_MINUTES="15"     read notes in /home/m1/telegram about this var. I recommend 15

then in /home/m1/telegram :
Code:
USER_CUSTOM_TIMES_TO_SEND_TELEGRAM=("12:00" "18:00" "21:32") , or whatever times you want to receive a standard telegram so no every TELEGRAM_TIMEOUT_IN_MINUTES and stop getting crazy ;-)

This is the standard output once system restart or Xorg restart:
Code:

** AyM Report **
WARNING: XORG just restarted
WARNING: System just rebooted

-- System information :
Reboot needed : No
Worker : AyM
Coin : ETC
Address : 0x34E*****fe250
Exec : /home/m1/eth/claymore/latest/ethdcrminer64
Miner uptime : 02:14
Private Ip : 192.168.0.243
Public Ip : 19.**.**.230
Sshd port : 50022
Up since : 2017-12-24 17:55:36
Time up : 3 minutes
Ram : 3.80 Gb
Cpu : Intel(R) Celeron(R) CPU G3900 @ 2.80GHz (cores = 2)
Load average :
0.70 (last minute)
0.85 (last 5 minutes)
0.39 (last 15 minutes)
Logged in users :
m1       tty7         2017-12-24 17:56 (:0)
m1       pts/17       2017-12-24 17:56 (AyM)
m1       pts/19       2017-12-24 17:56 (AyM)
m1       pts/20       2017-12-24 17:56 (AyM)

System   is  reporting : 5 Gpus
System should have  : 5 Gpus

-- Nvidia-smi Information :
Gpu_Utilization:
0 GF970_4G 100%
1 GF1060_3G 100%
2 GF1060_3G 100%
3 GF1060_3G 100%
4 GF970_4G 97%

Gpu_power_limit:
0 GF970_4G 100.00W
1 GF1060_3G 95.00W
2 GF1060_3G 95.00W
3 GF1060_3G 95.00W
4 GF970_4G 100.00W

Gpu_power_draw:
0 GF970_4G 107.56W
1 GF1060_3G 95.93W
2 GF1060_3G 95.27W
3 GF1060_3G 95.56W
4 GF970_4G 107.79W

Gpu_temperature_(ºC):
0 GF970_4G 51
1 GF1060_3G 59
2 GF1060_3G 65
3 GF1060_3G 64
4 GF970_4G 50

Gpu_fan_speed:
0 GF970_4G 60%
1 GF1060_3G 60%
2 GF1060_3G 60%
3 GF1060_3G 60%
4 GF970_4G 60%


-- Claymore mining  Information :
Latest Total Hashrates :
91.832Mh/s 91.997Mh/s 92.003Mh/s

Index, Shares, Hashrate
GPU 0,0,9.904Mh/s
GPU 1,0,24.170Mh/s
GPU 2,0,24.107Mh/s
GPU 3,0,23.811Mh/s
GPU 4,0,9.878Mh/s
 
Total shares     : 3
Rejected shares  : 0(0 0 0 0 0)
Claymore up time : 00:02


There is few miners I don't support yet, mainly because I don't use them I don't get requests or new features to add so that it has not much sense to keep developing the script as I only use calymore, ewbf and genoil.
Anyway, let me know if need help.  
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 26, 2017, 05:32:45 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
member
Activity: 104
Merit: 10
December 26, 2017, 05:16:30 AM
not yet does it has an iso link?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 26, 2017, 02:40:49 AM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.

My rig entering in a loop ...

do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?

Lower the intensity ...


Ok will try to lower intestity..

for the neoscrypt algo with 1060 what is ur OC settings to get 630 khs?

Oh KTccminer 8.17 not working on my Nvoc19 always screen is terminating

Intensity 17
Power 70
OC 140
MC 600

Still not working on the new KTccminer u link above. tnx for the help i hope we can make it work
i'm using the stable nvoc 19

Please anyone have spare time help me to make x17 work on nvoc Sad

Have you tried 19-2.0 ?

member
Activity: 104
Merit: 10
December 26, 2017, 12:08:05 AM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.

My rig entering in a loop ...

do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?

Lower the intensity ...


Ok will try to lower intestity..

for the neoscrypt algo with 1060 what is ur OC settings to get 630 khs?

Oh KTccminer 8.17 not working on my Nvoc19 always screen is terminating

Intensity 17
Power 70
OC 140
MC 600

Still not working on the new KTccminer u link above. tnx for the help i hope we can make it work
i'm using the stable nvoc 19

Please anyone have spare time help me to make x17 work on nvoc Sad
full member
Activity: 210
Merit: 100
December 25, 2017, 11:30:07 PM
This is just a suggestion but would it be plausible to add in a feature to the Telegram script to differentiate the "initial" or "very first" message that it displays after boot from the regular periodic messages?

I have been having some issues with my miners and having all of the telegram popups on my phone, having a difference in the first line it types to see what is a periodic message and what is a "first boot" as in it would have restarted and may have problems would help me out a lot. Just a suggestion, if it doesn't seem helpful to others then ignore.


I am referring to making the difference in the first lines that popup so they would still show in the preview message on the lock screen of a phone
member
Activity: 104
Merit: 10
December 25, 2017, 10:36:55 PM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.

My rig entering in a loop ...

do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?

Lower the intensity ...


Ok will try to lower intestity..

for the neoscrypt algo with 1060 what is ur OC settings to get 630 khs?

Oh KTccminer 8.17 not working on my Nvoc19 always screen is terminating

Intensity 17
Power 70
OC 140
MC 600

Still not working on the new KTccminer u link above. tnx for the help i hope we can make it work
i'm using the stable nvoc 19
newbie
Activity: 12
Merit: 0
December 25, 2017, 05:27:28 PM
Hello everyone.

I want just to say thanks to anyone who makes our lives easier with this great distro...

I noticed a problem/bug with the community build. it was working great on ast Fullzero release 1.4 and i'm talking about wi-fi networking. Yes i'm using one rig with wi fi for obvious resons, and it was working great (tp-link 722n - chipset rtl8801eu), but since i made the update to community build the wi fi after every restart just hangs, stops working. usb stick isnt recognized. if i take it out of usb and reconnect everything starts working.


any idea what could be or what to do. can anyone take a look. maybe some boot priority for usb drivers?


thx

Can you check and see if vbrick solution for his mouse works for you too or not ?




Hello just to inform you that the solution for usb mouse worked with usb wifi too. now everything works much smoother.

i  have a question.

Is there any way to mine BWK (bulwark) with nvoc?
thx
newbie
Activity: 15
Merit: 0
December 25, 2017, 04:28:39 PM
@papampi, I just checked the telegram function and using your template but I'm missing the output of Temp, Fan, Power
Do you have any ideas?

Code:
Worker: MINER1 
 Boot Time: 2017-12-21 17:07:29
 System Up Time: up 3 days, 19 hours, 2 minutes
 Miner Uptime:       16:08
 Mining Coin: BTG
 BTC Price: 11810
 Reboot Required: No
 GPU Count: 9
 GPU Utilization:
 100 100 100 99 100 100 95 100 100 
 Temp, Fan, Power:
 
 
 Auto Switch:
WTM Auto Switch Running   
 
 Mining History: Mon Dec 25 09:12:13 CET 2017 - Mining switched from ZCL to ZEC
Mon Dec 25 10:54:55 CET 2017 - Mining switched from ZEC to MONA
Mon Dec 25 11:16:44 CET 2017 - Mining switched from MONA to ZEN
Mon Dec 25 11:32:19 CET 2017 - Mining switched from ZEN to ZCL
Mon Dec 25 11:54:10 CET 2017 - Mining switched from ZCL to BTG
 
WTM Current Profit: BTG:159 %
MONA:140 %
ZCL:122 %
ZEN:122 %
VTC:119 %
ZEC:117 %
 
 WTM Current Revenue (EUR): BTG:40.31
MONA:35.48
ZCL:30.90
ZEN:30.75
VTC:30.16
ZEC:29.69 
 
 24H Average Revenue:   36.3243 EUR
  [32mINFO 19:16:47: GPU0 Accepted share 50ms [A:5, R:0] [0m
 [32mINFO 19:16:47: GPU6 Accepted share 48ms [A:3, R:0] [0m
 [32mINFO 19:16:48: GPU7 Accepted share 46ms [A:3, R:0] [0m
 [32mINFO 19:16:49: GPU5 Accepted share 47ms [A:5, R:0] [0m
 [32mINFO 19:16:49: GPU6 Accepted share 58ms [A:4, R:0] [0m
 [32mINFO 19:16:50: GPU5 Accepted share 61ms [A:6, R:0] [0m
 [32mINFO 19:16:50: GPU8 Accepted share 44ms [A:2, R:0] [0m
 [32mINFO 19:16:50: GPU5 Accepted share 70ms [A:7, R:0] [0m
 [32mINFO 19:16:52: GPU5 Accepted share 66ms [A:8, R:0] [0m
CRITICAL: Sat Dec 23 19:17:14 CET 2017 - GPU Utilization is too low: restarting 3main...
  [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:21:38 CET 2017 - Fan speed was already close to max, dropping Power Limit in order to maintain the desired temp [0m
 [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:21:39 CET 2017 - Adjusting Power Limit for  [1mGPU4 [0m [31m. Old Limit:  [1m180 [0m [31m New Limit:  [1m175 [0m [31m Fan speed:  [1m100 [0m
 [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:22:01 CET 2017 - Fan speed was already close to max, dropping Power Limit in order to maintain the desired temp [0m
 [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:22:01 CET 2017 - Adjusting Power Limit for  [1mGPU4 [0m [31m. Old Limit:  [1m175 [0m [31m New Limit:  [1m170 [0m [31m Fan speed:  [1m100 [0m
 [1mWARNING: GPU 8 [0m,  [31mThu Dec 21 00:22:04 CET 2017 - Fan speed was already close to max, dropping Power Limit in order to maintain the desired temp [0m
 [1mWARNING: GPU 8 [0m,  [31mThu Dec 21 00:22:05 CET 2017 - Adjusting Power Limit for  [1mGPU8 [0m [31m. Old Limit:  [1m180 [0m [31m New Limit:  [1m175 [0m [31m Fan speed:  [1m100 [0m
 [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:22:23 CET 2017 - Fan speed was already close to max, dropping Power Limit in order to maintain the desired temp [0m
 [1mWARNING: GPU 4 [0m,  [31mThu Dec 21 00:22:24 CET 2017 - Adjusting Power Limit for  [1mGPU4 [0m [31m. Old Limit:  [1m170 [0m [31m New Limit:  [1m165 [0m [31m Fan speed:  [1m100 [0m
 [1mWARNING: GPU 8 [0m,  [31mThu Dec 21 00:22:27 CET 2017 - Fan speed was already close to max, dropping Power Limit in order to maintain the desired temp [0m
 [1mWARNING: GPU 8 [0m,  [31mThu Dec 21 00:22:27 CET 2017 - Adjusting Power Limit for  [1mGPU8 [0m [31m. Old Limit:  [1m175 [0m [31m New Limit:  [1m170 [0m [31m Fan speed:  [1m100 [0m

Which version of nvOC you are using?
It reads from temp control, does control enabled?

Quote
And check 3main version, if its not v0006 run the update script again to update it



You were right, 3main was 005
I updated with the update script to 006 and everything working fine - THANKS!
member
Activity: 126
Merit: 10
December 25, 2017, 03:05:08 PM
For downloading the full image of the community release, is the mega.nz link the only one?
Is there by any chance a torrent?
Pages:
Jump to: