Pages:
Author

Topic: Optiminer/Equihash 2.1.0 supporting Zcash, Bitcoin Gold, Minexcoin, Zero.. - page 7. (Read 35210 times)

member
Activity: 308
Merit: 10
..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.

but everybody dont know to use mining on Linux  Wink
hope Windows coming soon

Mining is a job. Would you race F1 in a ford sedan?

Totally agree with you. I used to use only for windows before, but when I learned that the same video cards in Linux give performance 10 times more than in Windows, I began to study ubuntu.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.

but everybody dont know to use mining on Linux  Wink
hope Windows coming soon

Mining is a job. Would you race F1 in a ford sedan?
jr. member
Activity: 48
Merit: 4
..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.

but everybody dont know to use mining on Linux  Wink
hope Windows coming soon

+1
newbie
Activity: 10
Merit: 0
Would someone please share a new script for ethos installation, with their donation adress,

the previous one doesn'T work anymore since they purged old versions.

Thanks guys!
member
Activity: 250
Merit: 14
..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.

but everybody dont know to use mining on Linux  Wink
hope Windows coming soon
member
Activity: 308
Merit: 10
Hi. I use linux ubuntu 64 for mining Minexcoin. I start the optiminer through the terminal window. Please tell me how to configure the launch of the optiminer automatically with the start of linux ubuntu 64. I am not an advanced user linux.

Ubuntu as well as all major distributions have adopted systemd for service and log management so create a service file like

Code:
[Unit]
Description=Optiminer Service
Wants=lightdm.service network-online.target
After=lightdm.service network-online.target

[Service]
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/opt/optiminer-equihash/optiminer-equihash \
    --experimental-kernel \
    -a equihash96_5 \
    -s mnx.suprnova.cc:7077 \
    -u UIXID.worker \
    -p x

WorkingDirectory=/opt/optiminer-equihash/
User=1000
KillMode=mixed
Restart=always
RestartSec=10s
TimeoutStopSec=10
Nice=19
ProtectSystem=full
ProtectHome=yes

[Install]
WantedBy=multi-user.target

Thanks, I will try to do as you said.
That's just left to figure out how to create create a service file.
member
Activity: 308
Merit: 17
I mine the Minexcoin. Tell me plz if there are any changes for the production of this coin between versions 2.1.0 and 2.1.2?
And there is still such a question. I have 3 RX 460 installed on my farm, can I install another 1 RX 270 and 1 Nvidia 1050, and if it is possible, how can I do it? just install proprietary drivers on them?
newbie
Activity: 41
Merit: 0
version 2.1.1 don't start with R9Nano

Linux Lin-RIG1 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

driver: amdgpu-pro-17.40-492261.tar.xz

Code:
Executing $./optiminer-equihash -s mnx.suprnova.cc:7077 -u zen.1 -p x -a equihash96_5 --watchdog-timeout 30 --watchdog-cmd ./watchdog-cmd.sh
[2017-12-19 17:39:55.545] [default] [info] Optiminer/Equihash 2.1.1 (C) Optiminer 2017
[2017-12-19 17:39:55.545] [default] [info] WatchDog: Executing "./watchdog-cmd.sh" if any GPU is stale for more than 30s.
[2017-12-19 17:39:55.545] [default] [info] Connecting to mnx.suprnova.cc:7077.
[2017-12-19 17:39:55.573] [default] [info] Using 4 verifier threads.
[2017-12-19 17:39:55.574] [default] [info] Using generic kernel code.
[2017-12-19 17:39:55.575] [default] [info] Autodetected '--intensity 128' for device 1.
[2017-12-19 17:39:55.672] [default] [info] [GPU1] Device info: {"id": "0/1" "name": "Fiji" "vendor": "AMD" "driver": "2482.3"}
[2017-12-19 17:39:55.731] [default] [info] Extranonce is 'dac5fb6f00000000000000006ffbc5d9'.
[2017-12-19 17:39:55.732] [default] [info] Mining target is 0007878787878787878787878787878787878787878787878787878787878787
[2017-12-19 17:39:55.732] [default] [info] Got new work.
[2017-12-19 17:39:55.824] [default] [info] Connected to mnx.suprnova.cc:7077.
[2017-12-19 17:39:55.839] [default] [error] Build Status: -2
[2017-12-19 17:39:55.839] [default] [error] Build Log:
Error: AMD HSA Code Object loading failed.
With version 2.1.2 everything works!
hero member
Activity: 630
Merit: 502
Hi. I use linux ubuntu 64 for mining Minexcoin. I start the optiminer through the terminal window. Please tell me how to configure the launch of the optiminer automatically with the start of linux ubuntu 64. I am not an advanced user linux.

Ubuntu as well as all major distributions have adopted systemd for service and log management so create a service file like

Code:
[Unit]
Description=Optiminer Service
Wants=lightdm.service network-online.target
After=lightdm.service network-online.target

[Service]
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/opt/optiminer-equihash/optiminer-equihash \
    --experimental-kernel \
    -a equihash96_5 \
    -s mnx.suprnova.cc:7077 \
    -u UIXID.worker \
    -p x

WorkingDirectory=/opt/optiminer-equihash/
User=1000
KillMode=mixed
Restart=always
RestartSec=10s
TimeoutStopSec=10
Nice=19
ProtectSystem=full
ProtectHome=yes

[Install]
WantedBy=multi-user.target
newbie
Activity: 12
Merit: 0
Any idea R9 280x hashrates with this miner?
member
Activity: 308
Merit: 10
Hi. I use linux ubuntu 64 for mining Minexcoin. I start the optiminer through the terminal window. Please tell me how to configure the launch of the optiminer automatically with the start of linux ubuntu 64. I am not an advanced user linux.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.
full member
Activity: 176
Merit: 100
..don't add windows support , ever...

In Russia you havent different OS?
legendary
Activity: 1512
Merit: 1000
quarkchain.io
..don't add windows support , ever...
sr. member
Activity: 711
Merit: 270
Please add windows support, thanks.
jr. member
Activity: 230
Merit: 1
Please add Vega support soon Smiley
full member
Activity: 350
Merit: 100
is it faster than ewbf and dstm?
full member
Activity: 187
Merit: 100
Version 2.1.2 released.

https://github.com/Optiminer/OptiminerEquihash

It should now work with both 16.xx and 17.xx version of amdgpu-pro. I recommend to use amdgpu-pro version 17.40 under ubuntu for mining.
full member
Activity: 187
Merit: 100
Hi guys i ma trying to run this under nvoc, i get this error

Code:
failed to read bin/equihash192_7-nvidia.bin

Use the provided start scripts for mining, mine_mnx.sh or mine_zero.sh.
newbie
Activity: 6
Merit: 0
Hi guys i ma trying to run this under nvoc, i get this error

Code:
failed to read bin/equihash192_7-nvidia.bin
Pages:
Jump to: