Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JhonScript

Members
  • Joined

  • Last visited

Everything posted by JhonScript

  1. When you pass the GPU to the virtual machine, literally unraid stops seeing the video card. therefore, it can only be on one machine at a time. it cannot perform both tasks simultaneously. Note that you can assign the GPU to different virtual machines, but you can only start one virtual machine at a time
  2. I forgot to mention that to assign a static IP to the virtual machine you can do it through your router. Just find the mac of your virtual machine in the virtual machine settings. Finally make the configuration in your router to assign a static IP through the MAC. In the worst case, if you don't have access to the router, your router's dhcp shouldn't frequently change assigned internal IPs. and if that is your case i would just change the wake on lan script or the app config another option is to make this configuration in the virtual machine... I am assuming that it has OS windows 10 https://pureinfotech.com/set-static-ip-address-windows-10/
  3. use the UNRAID store app "Virtual Machine Wake On Lan", you can find a way to run the wake on lan command from another PC with a shortcut https://www.depicus.com/wake-on-lan/wake -is-lan -cmd. or some android app. https://play.google.com/store/apps/details?id=co.uk.mrwebb.wakeonlan&hl=es_CO&gl=US If you want them to connect remotely you can use Parsec Here is a much more detailed guide. I really don't know if you require everything that is in the guide. https://forums.serverbuilds.net/t/guide-remote-gaming-on-unraid/4248
  4. Did you pass the gpu to the vm or did you connect via vnc remote?
  5. I have a Vision D B550 board, which has a Wi fi 6 ax 200 m2, which is accompanied by bluetooth 5.0 Intel® Wi-Fi 6 AX200 WIFI a, b, g, n, ac with wave 2 features, ax, supporting 2.4/5 GHz Dual-Band BLUETOOTH 5 Support for 11ax 160MHz wireless standard and up to 2.4 Gbps data rate * Actual data rate may vary depending on environment and equipment. https://www.gigabyte.com/Motherboard/B550-VISION-D-rev-10/sp#sp The virtual machine configuration is Additional in the system devices the following is marked Wifi Bluetooth already inside the virtual machine in the path /lib/firmware, the drivers of the network card are seen according to the intel page https://www.intel.la/content/www/xl/es/support/articles/000005511/wireless.html $ cd /lib/firmware $ ls but when i run dmesg command this is the output $ dmesg | grep iwl [ 15.382319] iwlwifi 0000:03:00.0: firmware: failed to load iwlwifi-cc-a0-66.ucode (-2) [ 15.382329] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-66.ucode failed with error -2 [ 15.383055] iwlwifi 0000:03:00.0: firmware: failed to load iwlwifi-cc-a0-65.ucode (-2) [ 15.383059] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-65.ucode failed with error -2 [ 15.383082] iwlwifi 0000:03:00.0: firmware: failed to load iwlwifi-cc-a0-64.ucode (-2) [ 15.383084] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2 [ 15.403082] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-63.ucode [ 15.403103] iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver [ 15.403121] iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 15.403538] iwlwifi 0000:03:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm [ 15.403576] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 18.983389] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 19.082095] iwlwifi 0000:03:00.0: retry init count 0 [ 19.082122] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 19.179096] iwlwifi 0000:03:00.0: retry init count 1 [ 19.179125] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 19.274692] iwlwifi 0000:03:00.0: retry init count 2 I tried to fix this with the following forum, but it doesn't seem to have anything to do with the problem [ 15.403576] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) https://forums.debian.net/viewtopic.php?t=149817 also try following various tutorials on youtube, to install kernel headers. But it does not work. $ uname -r 5.15.0-kali3-amd64 Already run these commands $ apt-get update $ apt-get upgrade $ apt update $ apt upgrade Also run this, but it doesn't work $ apt-get install --target-release=buster-backports firmware-iwlwifi Reading package lists... Done E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources Run this, but package was already installed $ apt-get install firmware-iwlwifi Reading package lists... Done Building dependency tree... Done Reading state information... Done firmware-iwlwifi is already the newest version (20210818-1+kali2). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Wi-Fi networks do not appear $ iwconfig lo no wireless extensions. eth0 no wireless extensions. $ lspci 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller 00:01.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card (rev 05) 00:02.0 PCI bridge: Red Hat, Inc. QEMU PCIe Root port 00:02.1 PCI bridge: Red Hat, Inc. QEMU PCIe Root port 00:02.2 PCI bridge: Red Hat, Inc. QEMU PCIe Root port 00:02.3 PCI bridge: Red Hat, Inc. QEMU PCIe Root port 00:07.0 USB controller: Red Hat, Inc. QEMU XHCI Host Controller (rev 01) 00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02) 01:00.0 Ethernet controller: Red Hat, Inc. Virtio network device (rev 01) 02:00.0 Communication controller: Red Hat, Inc. Virtio console (rev 01) 03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) I don't know what other output message can help me troubleshoot.
  6. Hello, I do not see in the four pages if this has already been resolved so the question arises: How can I do this?
  7. Here is my script, in case someone uses a line of code or if someone could give me some advice to optimize it. The goal of the script is to activate the phoenixminer dockers if the virtual machine using the miner's graphics card is turned off.
  8. nameGaming0="Gaming0" nameGaming1="Gaming1" nameMiner0="Miner0" nameMiner1="Miner1" while read vmNameState; do nameVM="$(cut -d'|' -f1 <<<"$vmNameState")" stateVM="$(cut -d'|' -f2 <<<"$vmNameState")" if [ "$nameVM" == "$nameGaming0" ]; then stateGaming0=$stateVM fi if [ "$nameVM" == "$nameGaming1" ]; then stateGaming1=$stateVM fi done <<<$(virsh list --all | awk '{print $2"|"$3}' | grep -E "^(Gaming)") while read dockerNameState; do nameDocker="$(cut -d'|' -f1 <<<"$dockerNameState")" stateDocker="$(cut -d'|' -f2 <<<"$dockerNameState")" if [ "$nameDocker" == "$nameMiner0" ]; then stateMiner0=$stateDocker fi if [ "$nameDocker" == "$nameMiner1" ]; then stateMiner1=$stateDocker fi done <<<$(docker container ls -a -f "ancestor=lnxd/phoenixminer" --format "table {{.ID}}\t{{.Names}}\t{{.Status}}" | awk '{print $2"|"$3}' | grep -E "^(Miner)") if [ "$stateMiner0" == "Created" -o "$stateMiner0" == "" ]; then stateMiner0="Exited" fi if [ "$stateMiner1" == "Created" -o "$stateMiner1" == "" ]; then stateMiner1="Exited" fi if [ "$stateMiner0" == "Exited" -o "$stateMiner1" == "Exited" ]; then if [ "$stateGaming0" == "running" -a "$stateGaming1" == "running" ]; then echo "The miners are detained because both games are working" else templateCommandRemove="docker container rm -f \$nameMiner" templateCommandRun="docker run --name=\'\$nameMiner\' --net=\'bridge\' --cpuset-cpus=\'0,1,8,9\' --privileged=true -e TZ=\\\"America/Bogota\\\" -e HOST_OS=\\\"Unraid\\\" -e \'WALLET\'=\'0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76\' -e \'POOL\'=\'us2.ethermine.org:14444\' -e \'PASSWORD\'=\'\$nameMiner\' -e \'TT\'=\'75\' -e \'TSTOP\'=\'85\' -e \'TSTART\'=\'80\' -e \'ADDITIONAL\'=\'-gbase \$baseGPU -gpus \$guuidNum\' -e \'DRIVERV\'=\'0\' -e \'NVIDIA_VISIBLE_DEVICES\'=\'\$guuid\' -e \'NVIDIA_DRIVER_CAPABILITIES\'=\'all\' -p \'\$port:5450/tcp\' --device=\'/dev/dri:/dev/dri\' --runtime=nvidia \'lnxd/phoenixminer\'" baseGPUS=0 guuid0="GPU-f988d9d8-fb2b-a769-9126-0f77a2eeb12c" guuid1="GPU-6e4ab224-6dcf-a139-fb53-1ab446850794" guuidNum0=0 guuidNum1=1 port0=5458 port1=5459 runMiner0=0 runMiner1=0 if [ "$stateGaming0" == "running" ]; then if [ "$stateMiner1" == "Exited" ]; then baseGPU1=$(( $baseGPUS + $guuidNum1 )) echo "stateGaming0 == running -a stateMiner1 == Exited" stateMiner1="Up" runMiner1=1 else echo "stateGaming0 == running -a stateMiner1 == Up" fi else if [ "$stateMiner0" == "Exited" ]; then baseGPU0=$baseGPUS echo "stateGaming0 == shut -a stateMiner0 == Exited" stateMiner0="Up" runMiner0=1 else echo "stateGaming0 == shut -a stateMiner0 == Up" fi fi if [ "$stateGaming1" == "running" ]; then if [ "$stateMiner0" == "Exited" ]; then baseGPU0=$(( $baseGPUS + $guuidNum0 )) echo "stateGaming1 == running -a stateMiner0 == Exited" stateMiner0="Up" runMiner0=1 else echo "stateGaming1 == running -a stateMiner0 == Up" fi else if [ "$stateMiner1" == "Exited" ]; then baseGPU1=$baseGPUS echo "stateGaming1 == shut -a stateMiner1 == Exited" stateMiner1="Up" runMiner1=1 else echo "stateGaming1 == shut -a stateMiner1 == Up" fi fi if [ "$runMiner0" == 1 ]; then nameMiner=$nameMiner0 guuid=$guuid0 guuidNum=$guuidNum0 port=$port0 baseGPU=$baseGPU0 commandMinerRemove=$(eval echo $templateCommandRemove) eval $commandMinerRemove commandMinerRun=$(eval echo $templateCommandRun) eval $commandMinerRun 1>/dev/null & fi if [ "$runMiner1" == 1 ]; then nameMiner=$nameMiner1 guuid=$guuid1 guuidNum=$guuidNum1 port=$port1 baseGPU=$baseGPU1 commandMinerRemove=$(eval echo $templateCommandRemove) eval $commandMinerRemove commandMinerRun=$(eval echo $templateCommandRun) eval $commandMinerRun 1>/dev/null & fi fi else echo "Both miners are working" fi Here is my script, in case someone uses a line of code or if someone could give me some advice to optimize it. The goal of the script is to activate the phoenixminer dockers if the virtual machine using the miner's graphics card is turned off. NOTE: to start virtual machines if you need to manually stop dockers
  9. https://crontab.guru/every-3-minutes In case it helps someone
  10. hooo ok, so I should also change "WebUI": "http: // [IP]: [PORT: 5441]" also change the PhoenixStats2 "WebUI": "http: // [IP]: [PORT: 5442]", but both remained opening on port 5441 PhoenixStats1 PhoenixStats2 I did not think of changing it from the beginning because with the PhoenixMiner dockers you do not need to do this. However, I already changed them too
  11. @lnxd, I think there is something wrong with the PhoenixStats docker web UI redirect I have a PhoenixStats1 with "Apache": "5441" but when I open the WebUI it always opens pointing to port "5449" The Phoenix Stats2 with "Apache": "5442", but when opening the WebUI it also opens pointing to the port "5449"
  12. hi, i put my final settings. in case it works for someone I need two miners, each with his graphics card. initially because I have two virtual machines, each one with its respective graphics card. one vm belongs to my nephew and the other is mine. Therefore, if he wants to play, he only has to stop the miner who has the graphics card and can play quietly while I am mining with my graphics card. and likewise in my case It is no exaggeration to say that if you think you should change any settings. I appreciate you letting me know Miner1 Miner2 Stats1 Stats2
  13. it works now, thanks @lnxd, @ich777 for all the effort you put into making this community work put the other port Project: PhoenixMiner 5.6d Author: lnxd Base: Ubuntu 20.04 Driver: 20.20 Target: Unraid 6.9.0 - 6.9.2 Wallet: 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76 Pool: us2.ethermine.org:14444 Starting PhoenixMiner 5.6d as uid=0(root) gid=0(root) groups=0(root) with the following arguments: -pool us2.ethermine.org:14444 -wal 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76.x -tt 75 -tstop 85 -tstart 80 -cdm 1 -cdmport 5450 -resetoc Phoenix Miner 5.6d Linux/gcc - Release build -------------------------------------------- [0mCUDA version: 11.0, CUDA runtime: 8.0 OpenCL driver version: 20.20-1089974-ubuntu-20.04 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mNvidia driver version: 465.31 [96mEth: the pool list contains 1 pool (1 from command-line) Eth: primary pool: us2.ethermine.org:14444 [0mStarting GPU mining [96mEth: Connecting to ethash pool us2.ethermine.org:14444 (proto: EthProxy) [95mGPU1: 44C 27% 34W, GPU2: 39C 27% 37W GPUs power: 70.3 W [92mEth: Connected to ethash pool us2.ethermine.org:14444 (172.65.226.101) [97mListening for CDM remote manager at port 5450 in read-only mode [0mEth: New job #1a5d870c from us2.ethermine.org:14444; diff: 4295MH GPU1: Starting up... (0) GPU1: Generating ethash light cache for epoch #415 GPU2: Starting up... (0) [96m [97m*** 0:00 *** 5/19 12:46 ************************************** [96mEth: Mining ETH on us2.ethermine.org:14444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [95mGPU1: 44C 27% 34W, GPU2: 39C 27% 37W GPUs power: 70.3 W [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [0mLight cache generated in 2.0 s (34.5 MB/s) Eth: New job #53c5c322 from us2.ethermine.org:14444; diff: 4295MH GPU2: Allocating DAG (4.26) GB; good for epoch up to #417 GPU2: Generating DAG for epoch #415 GPU1: Allocating DAG (4.26) GB; good for epoch up to #417 GPU1: Generating DAG for epoch #415 [96mEth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 0.000 MH/s (0) 2: 0.000 MH/s (0) [0mGPU2: DAG 9% Eth: New job #be5f8924 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #82115023 from us2.ethermine.org:14444; diff: 4295MH GPU1: DAG 9% Eth: New job #81a93109 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #55fa96cc from us2.ethermine.org:14444; diff: 4295MH Eth: New job #cf93032f from us2.ethermine.org:14444; diff: 4295MH Eth: New job #a3c6c7a5 from us2.ethermine.org:14444; diff: 4295MH GPU2: DAG 20% GPU1: DAG 20% GPU2: DAG 31% GPU1: DAG 31% [96mEth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 0.000 MH/s (0) 2: 0.000 MH/s (0) [0mGPU2: DAG 42% Eth: New job #db8aaf30 from us2.ethermine.org:14444; diff: 4295MH GPU1: DAG 42% GPU2: DAG 53% GPU1: DAG 53% GPU2: DAG 64% Eth: New job #3cf31ab0 from us2.ethermine.org:14444; diff: 4295MH GPU1: DAG 64% [96mEth speed: 0.000 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 0.000 MH/s (0) 2: 0.000 MH/s (0) [0mGPU2: DAG 75% Eth: New job #698507a7 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #8fedcfb7 from us2.ethermine.org:14444; diff: 4295MH GPU1: DAG 75% GPU2: DAG 86% GPU1: DAG 86% Eth: New job #f850e51d from us2.ethermine.org:14444; diff: 4295MH Eth: New job #cf92d731 from us2.ethermine.org:14444; diff: 4295MH GPU2: DAG 97% [97mGPU2: DAG generated in 15.2 s (285.2 MB/s) GPU2: Using v2 Ethash CUDA kernels (NVIDIA GeForce GTX 1660 SUPER) [96m [97m*** 0:00 *** 5/19 12:46 ************************************** [96mEth: Mining ETH on us2.ethermine.org:14444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [95mGPU1: 44C 27% 34W, GPU2: 39C 27% 37W GPUs power: 70.3 W [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [0mGPU1: DAG 97% [97mGPU1: DAG generated in 15.2 s (285.4 MB/s) GPU1: Using v2 Ethash CUDA kernels (NVIDIA GeForce GTX 1660 SUPER) [96mEth speed: 27.307 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 0.000 MH/s (0) 2: 27.307 MH/s (0) [0mEth: New job #854de119 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #7f214f90 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #dc22518f from us2.ethermine.org:14444; diff: 4295MH Eth: New job #e74f2c9c from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.686 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.349 MH/s (0) 2: 27.337 MH/s (0) [95mGPU1: 56C 27% 102W, GPU2: 50C 27% 108W GPUs power: 209.6 W; 261 kH/J [0mEth: New job #341d51f9 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.686 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.348 MH/s (0) 2: 27.338 MH/s (0) [0mEth: New job #540f4432 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #75d10cc6 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.689 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.350 MH/s (0) 2: 27.339 MH/s (0) [0mEth: New job #064d53e5 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #9cb1b848 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.690 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.351 MH/s (0) 2: 27.339 MH/s (0) [0mEth: New job #cdbebc8f from us2.ethermine.org:14444; diff: 4295MH [96m [97m*** 0:00 *** 5/19 12:47 ************************************** [96mEth: Mining ETH on us2.ethermine.org:14444 for 0:00 Eth speed: 54.688 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.350 MH/s (0) 2: 27.338 MH/s (0) [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 53.789 MH/s [0mEth: New job #1cb47f19 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.687 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.350 MH/s (0) 2: 27.337 MH/s (0) [0mEth: New job #e1331512 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #7f6c73ac from us2.ethermine.org:14444; diff: 4295MH Eth: New job #824245d2 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.688 MH/s, shares: 0/0/0, time: 0:00 GPUs: 1: 27.350 MH/s (0) 2: 27.339 MH/s (0) [0mEth: New job #45a59fb5 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #c3d323a5 from us2.ethermine.org:14444; diff: 4295MH [95mGPU1: 63C 31% 104W, GPU2: 57C 27% 110W GPUs power: 213.3 W; 256 kH/J [0mEth: New job #57ff7683 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.689 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.352 MH/s (0) 2: 27.337 MH/s (0) [0mEth: New job #bccc1291 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #b157964e from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.691 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.352 MH/s (0) 2: 27.339 MH/s (0) [0mEth: New job #67f9cf58 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #fcb7fbb7 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #e2ac8ff9 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #29806918 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #2b98856a from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.689 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.351 MH/s (0) 2: 27.338 MH/s (0) [0mEth: New job #9978d963 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #9f6135d4 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.690 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.352 MH/s (0) 2: 27.339 MH/s (0) [0mEth: New job #ff91db1a from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.692 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.351 MH/s (0) 2: 27.341 MH/s (0) [0mEth: New job #58f28782 from us2.ethermine.org:14444; diff: 4295MH Eth: New job #be81caf6 from us2.ethermine.org:14444; diff: 4295MH [96mEth speed: 54.691 MH/s, shares: 0/0/0, time: 0:01 GPUs: 1: 27.351 MH/s (0) 2: 27.340 MH/s (0) [0mEth: New job #4b55dc1f from us2.ethermine.org:14444; diff: 4295MH Eth: New job #03460cef from us2.ethermine.org:14444; diff: 4295MH [95mGPU1: 69C 39% 109W, GPU2: 62C 30% 111W GPUs power: 219.8 W; 249 kH/J
  14. continuous unable to generate eth remove the PhoenixMiner dockers and reinstall them and also removed and reinstalled the NVIDIA driver now it shows me the temperature of the graphics cards
  15. I still don't generate eth I don't know if I understood correctly, I did the following and I get the following Project: PhoenixMiner 5.5c Author: lnxd Base: Ubuntu 20.04 Driver: amdgpu-pro-18.20-621984 / AMDGPU-Pro Driver v18.20 Target: Unraid 6.9.0 - 6.9.1 Wallet: 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76 Pool: us2.ethermine.org:4444 Starting PhoenixMiner 5.5c with the following arguments: -pool us2.ethermine.org:4444 -wal 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76.x -tt 75 -tstop 85 -tstart 80 -cdm 1 -cdmport 5450 -resetoc Phoenix Miner 5.5c Linux/gcc - Release build -------------------------------------------- [0mCUDA version: 11.0, CUDA runtime: 8.0 OpenCL driver version: 18.20-606296 OpenCL driver version: 18.20-606296 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [93mUnable to load NVML [96mEth: the pool list contains 1 pool (1 from command-line) Eth: primary pool: us2.ethermine.org:4444 [0mStarting GPU mining [96mEth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97mListening for CDM remote manager at port 5450 in read-only mode [96m [97m*** 0:00 *** 5/19 11:04 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 11:04 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 11:04 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:01 *** 5/19 11:05 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [93mEth: Failed to establish connection - timeout [96mEth: Reconnecting in 5 seconds... Eth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97m*** 0:02 *** 5/19 11:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:02 *** 5/19 11:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 11:07 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 11:07 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [93mEth: Failed to establish connection - timeout [96mEth: Reconnecting in 5 seconds... Eth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97m*** 0:04 *** 5/19 11:08 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s a quick question, is it normal for this to say AMD driver? knowing that they are two NVIDIA GTX 1660 S OC graphics cards
  16. I still can't generate eth, I send the data that validates I have the latest version I already added the -resetoc parameter I have the following output in docker ErrorWarningSystemArrayLogin Project: PhoenixMiner 5.6d Author: lnxd Base: Ubuntu 20.04 Driver: 20.20 Target: Unraid 6.9.0 - 6.9.2 Wallet: 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76 Pool: us2.ethermine.org:4444 Starting PhoenixMiner 5.6d as uid=0(root) gid=0(root) groups=0(root) with the following arguments: -pool us2.ethermine.org:4444 -wal 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76.x -tt 75 -tstop 85 -tstart 80 -cdm 1 -cdmport 5450 -resetoc Phoenix Miner 5.6d Linux/gcc - Release build -------------------------------------------- [0mCUDA version: 11.0, CUDA runtime: 8.0 OpenCL driver version: 20.20-1089974-ubuntu-20.04 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [93mUnable to load NVML [96mEth: the pool list contains 1 pool (1 from command-line) Eth: primary pool: us2.ethermine.org:4444 [0mStarting GPU mining [96mEth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97mListening for CDM remote manager at port 5450 in read-only mode [96m [97m*** 0:00 *** 5/19 10:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 10:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 10:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 10:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/19 10:06 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:01 *** 5/19 10:07 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [93mEth: Failed to establish connection - timeout [96mEth: Reconnecting in 5 seconds... Eth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97m*** 0:02 *** 5/19 10:08 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 10:08 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 10:09 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 10:09 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs GPU2: NVIDIA GeForce GTX 1660 SUPER (pcie 84), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15,15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:03 *** 5/19 10:09 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s I don't have another component installed that uses the GPU
  17. I'm sorry if I misunderstood, I did the following I also tried to put the GPU GUIDs, but an error is generated when launching the Docker "GPU-6e4ab224-6dcf-a139-fb53-1ab446850794, GPU-f988d9d8-fb2b-a769-9126-0f77a2eeb12c" without double quotes
  18. hoooo, ok in a while I'll try this
  19. OK understood oh man I'm sorry, I put an "x" while I was looking for the device name and I forgot to replace it, I already edited the previous post. "x" => "fit-headless GS" I really do not know. I don't know if we can find that in the screenshots of the Docker configuration ... don't change much of the configuration ...
  20. perfect, then I understood that we only have to wait to have the solution to the warning "Unable to load NVML" sorry for being so insistent, but in a while I'll do what I understood and send a screenshot. I appreciate if you can tell me if it's okay or not
  21. Hello, thank you very much for answering @ich777 @lnxd, sorry if I was not clear in what I wrote previously. perfect in a couple of hours I get up to work and do the test of placing the two UUIDs separated by commas. no, that's directly from the container, when I click on the Docker "Minner 1" and click on the WebUI. that what appears, literally starts but does not mine any ETH the real problem is that it doesn't mine any ETH when I open the docker, but ... I think it's due to the "Unable to load NVML" warning I literally have no screen connected to the unraid I use an "fit-headless GS" on each graphics card, but the first graphics card is configured as a video output card in the BIOS, since I don't have an APU. additionally I have configured the video cards each one in a VM. However something time to start the Docker, the virtual machines are stopped
  22. I just installed each of the drivers and the result was the same
  23. Hi @lnxd, I see that I have the same problem as @lenny7474 and @joshallen2k, I am sending you the screenshots you requested and the logs. so this problem can be fixed in this thread "Unable to load NVML". Regarding this screenshot, I have a quick question. To use my two graphics cards (GTX 1660s), do I have to have two phoenix containers or can I just copy my two GPU UUIDs? I appreciate if you can answer me an image where I can see an example. Regarding screen outputs, I have this If I reload the page, it will continue to do the same I take this opportunity to tell you that I don't know why it sometimes shows me that the two gpu's are available. Project: PhoenixMiner 5.6d Author: lnxd Base: Ubuntu 20.04 Driver: 20.20 Target: Unraid 6.9.0 - 6.9.2 Wallet: 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76 Pool: us2.ethermine.org:4444 Starting PhoenixMiner 5.6d as uid=0(root) gid=0(root) groups=0(root) with the following arguments: -pool us2.ethermine.org:4444 -wal 0x436ac5D704e99Cfa0Ee8048dD2FA4cD394dF6f76.x -tt 75 -tstop 85 -tstart 80 -cdm 1 -cdmport 5450 Phoenix Miner 5.6d Linux/gcc - Release build -------------------------------------------- [0mCUDA version: 11.0, CUDA runtime: 8.0 OpenCL driver version: 20.20-1089974-ubuntu-20.04 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [93mUnable to load NVML [96mEth: the pool list contains 1 pool (1 from command-line) Eth: primary pool: us2.ethermine.org:4444 [0mStarting GPU mining [96mEth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97mListening for CDM remote manager at port 5450 in read-only mode [96m [97m*** 0:00 *** 5/18 19:24 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:00 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:01 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s [97m*** 0:01 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:01 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [97mAvailable GPUs for mining: [92mGPU1: NVIDIA GeForce GTX 1660 SUPER (pcie 83), CUDA cap. 7.5, 5.8 GB VRAM, 22 CUs [0mCurrent -gt 15 Eth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [97m*** 0:01 *** 5/18 19:25 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:01 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s [93mEth: Failed to establish connection - timeout [96mEth: Reconnecting in 5 seconds... Eth: Connecting to ethash pool us2.ethermine.org:4444 (proto: EthProxy) [97m*** 0:02 *** 5/18 19:26 ************************************** [96mEth: Mining ETH on >us2.ethermine.org:4444 for 0:00 [0mEth: Accepted shares 0 (0 stales), rejected shares 0 (0 stales) Eth: Incorrect shares 0 (0.00%), est. stales percentage 0.00% [96mEth: Average speed (5 min): 0.000 MH/s Eth: Effective speed: 0.00 MH/s; at pool: 0.00 MH/s and finally the drivers the post is very long but ... I have two GTX 1660s graphics cards and from August 2020 to 3 days ago I only used them for two virtual machines to be able to play games. therefore I have the following VM configuration. for what it's worth device information I mean 'downstream' but I already tried to remove it and it still doesn't work I have fit-headless GS Knowing what the driver is, I will test the available drivers from @ich777
  24. @SpaceInvaderOne I did not find any video that talks about mining with unraid, do you plan to make one about this mining topic? how to do ethereum mining with two graphics cards in Unraid, monitor and configure the temperature

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.