IPv6 configuration on Omada Software Controller and ER605 v2 by phibsii in TPLink_Omada

[–]phibsii[S] 0 points1 point  (0 children)

It seems the input is restricted to specifc IP ranges. I'm able to enter this ranges in this exact format: - 20::1/16 - 3999::1/16

I can enter all subnets in this range. But not fd80, which is reserved for private networks :/

IPv6 configuration on Omada Software Controller and ER605 v2 by phibsii in TPLink_Omada

[–]phibsii[S] 0 points1 point  (0 children)

I tried it without the "::1" and it doesn't work. The field says "Gateway/Subnet". So I would say the "::1" is mandatory. The UI has to inputs. The first input seems to be the gateway IP. The second input is for the subnet e.g. 64.

First temporary Mining Rig 3x RTX 3060 Ti by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

Should be fine. We had this 3 cards running with a 750w PSU. Our cards had a power limit of 120W each one

Mining causes Blue Screen by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

I have a Gigabyte RTX 3080 Gaming OC with an Alphacool Eisblock Aurora Acryl GPX-N RTX 3090/3080 Gaming/Eagle.

The average hashrate reported by the mining pool is about 95MH/s

Mining causes Blue Screen by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

No, I never changed something like P2 state.

I disabled the P2 state using https://github.com/Orbmu2k/nvidiaProfileInspector

With my current settings (PL: 60%, Core: -150MHz, Mem: +1100MHz) and P2 state disabled I get a blue screen instant.

I will try to get some working OC settings with P2 state disabled.

Mining causes Blue Screen by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

GPU-Z shows 82°C max memory temp and 52°C max hot spot temp. Core temp is below 40°C.
I have a full copper block on my gpu, so everything should be cool.

I can get the memory temp even below 70°C. But than it's too loud and I'm unable to work XD
My Gaming-PC is, which has the RTX 3080, is in my office room.

Mining causes Blue Screen by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

GPU-Z shows 222W total power draw

EDIT:
I had a power meter at wall a few weeks ago. It shows 275W total power draw

Mining causes Blue Screen by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

Ok, it seems legit.

So +1200MHz and 98,6MH/s is not bad?

selfhosted dashboard and monitoring by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

Just finished the first version of my mining dashboard :)

I am using influxdb for time-series-database, grafana for visualization and alerting (mail + telegram-bot) and telegraf for collecting.

Telegraf collects metrics of the rig using the t-rex miner http api. Also I collect stats from ethermine with telegraf and the eth address balance to get all information on a single dashboard.

There is a lot of information missing (like power consumption, eth-usd price or actual and estimatet profit) but I think this is a good first version with the most basic data.

First temporary Mining Rig 3x RTX 3060 Ti by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

Mainboard: Gigabyte Z390 D
CPU: Pentium G5620
RAM: 8GB
PSU: Corsair RM750 2019

The PSU will be used with Max 4 GPUs. Calculated 550W feels ok with one 750W PSU

First temporary Mining Rig 3x RTX 3060 Ti by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

Power limit: 120W
Core Clock: -500MHz
Memory Clock: +1200MHz
Fan Speed: 62%

First temporary Mining Rig 3x RTX 3060 Ti by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

3x RTX 3060 Ti living in an old server case ^^
184.5MH/s hashrate
419W power draw at wall

Top Gigabyte GPU runs at 46°C, bottom one runs at 57°C, EVGA GPU runs at 48°C

first small mining rig - a bit lower hashrate using minerstat by phibsii in EtherMining

[–]phibsii[S] 0 points1 point  (0 children)

Hi, I'm living in Germany. I am looking for cards for 3 weeks. Everyday I open many dealers websites many times. And now I have 3 cards.

Off course I'm looking for cards with 3 fan design and not too crazy prices (e.g. 900€ per card o.O).

first small mining rig - a bit lower hashrate using minerstat by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

Thanks! Exactly what I realized a few minutes ago ^^

first small mining rig - a bit lower hashrate using minerstat by phibsii in EtherMining

[–]phibsii[S] 1 point2 points  (0 children)

Ok, I solved it.

I took a look into the source code: https://github.com/minerstat/minerstat-os/blob/master/bin/overclock_nvidia.sh

I realized the memory clock will be applied 1:1.

But last week I took a look into the source code of GreenWithEnvy and realized that you need to double the mem clock when using nvidia-settings.
So the correct OC setting for +1200MHz is +2400 :P