Bitcoin Forum
May 04, 2024, 06:38:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 »  All
  Print  
Author Topic: Optiminer/Equihash 2.1.0 supporting Zcash, Bitcoin Gold, Minexcoin, Zero..  (Read 35180 times)
car1999
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
January 03, 2018, 12:32:32 AM
 #221

is it faster than ewbf and dstm?
1714847880
Hero Member
*
Offline Offline

Posts: 1714847880

View Profile Personal Message (Offline)

Ignore
1714847880
Reply with quote  #2

1714847880
Report to moderator
1714847880
Hero Member
*
Offline Offline

Posts: 1714847880

View Profile Personal Message (Offline)

Ignore
1714847880
Reply with quote  #2

1714847880
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714847880
Hero Member
*
Offline Offline

Posts: 1714847880

View Profile Personal Message (Offline)

Ignore
1714847880
Reply with quote  #2

1714847880
Report to moderator
1714847880
Hero Member
*
Offline Offline

Posts: 1714847880

View Profile Personal Message (Offline)

Ignore
1714847880
Reply with quote  #2

1714847880
Report to moderator
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
January 03, 2018, 05:42:07 AM
 #222

Please add Vega support soon Smiley
icelove
Sr. Member
****
Offline Offline

Activity: 711
Merit: 270



View Profile
January 03, 2018, 02:46:30 PM
 #223

Please add windows support, thanks.
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
January 03, 2018, 08:05:41 PM
 #224

..don't add windows support , ever...
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
January 04, 2018, 09:28:24 AM
 #225

..don't add windows support , ever...

In Russia you havent different OS?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 04, 2018, 10:12:14 AM
 #226

..don't add windows support , ever...

In Russia you havent different OS?

everybody can run linux, it's free.

UIXID
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
January 04, 2018, 07:38:08 PM
 #227

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.

► BLOCKBURN ◄ ★WHERE CRYPTOCURRENCY AND ONLINE GAMING MEET★ ► BLOCKBURN ◄
───●◉●───●◉●───●◉●───●◉●───●◉●─[   ABOUT US   ]─●◉●───●◉●───●◉●───●◉●───●◉●───
Website◂ | ▸Medium◂ | ▸LinkedIn◂ | ▸Telegram◂ | ▸Reddit◂ | ▸CoinMarketCap
CharNoir
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 05, 2018, 07:05:00 AM
 #228

Any idea R9 280x hashrates with this miner?
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 05, 2018, 07:23:43 AM
 #229

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
MasterSE
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 05, 2018, 09:16:49 AM
 #230

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!
Baxta
Member
**
Offline Offline

Activity: 308
Merit: 17


View Profile
January 05, 2018, 11:56:51 AM
 #231

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?

UIXID
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
January 05, 2018, 03:55:10 PM
 #232

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.

► BLOCKBURN ◄ ★WHERE CRYPTOCURRENCY AND ONLINE GAMING MEET★ ► BLOCKBURN ◄
───●◉●───●◉●───●◉●───●◉●───●◉●─[   ABOUT US   ]─●◉●───●◉●───●◉●───●◉●───●◉●───
Website◂ | ▸Medium◂ | ▸LinkedIn◂ | ▸Telegram◂ | ▸Reddit◂ | ▸CoinMarketCap
bozicso
Member
**
Offline Offline

Activity: 250
Merit: 14


View Profile WWW
January 06, 2018, 08:05:32 PM
 #233

..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

upcomingcarsreview.com
benj22_2
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 07, 2018, 05:03:28 AM
 #234

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!
sonkaos
Jr. Member
*
Offline Offline

Activity: 48
Merit: 4


View Profile
January 07, 2018, 01:33:03 PM
 #235

..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
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 07, 2018, 01:46:38 PM
 #236

..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?

UIXID
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
January 07, 2018, 02:29:27 PM
 #237

..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.

► BLOCKBURN ◄ ★WHERE CRYPTOCURRENCY AND ONLINE GAMING MEET★ ► BLOCKBURN ◄
───●◉●───●◉●───●◉●───●◉●───●◉●─[   ABOUT US   ]─●◉●───●◉●───●◉●───●◉●───●◉●───
Website◂ | ▸Medium◂ | ▸LinkedIn◂ | ▸Telegram◂ | ▸Reddit◂ | ▸CoinMarketCap
car1999
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
January 08, 2018, 01:23:21 PM
 #238

I heard that optiminer required CPU stronger that I3 and more than 64GB virtual memory for 6 1080tis, is that true?
I don't have such hardwares to test that.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
January 08, 2018, 01:38:44 PM
 #239

I heard that optiminer required CPU stronger that I3 and more than 64GB virtual memory for 6 1080tis, is that true?
I don't have such hardwares to test that.

There are no such virtual memory requirements in linux.

uskovartem
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 08, 2018, 03:06:16 PM
 #240

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!
Just update miners in ethos 1.2.9, and optiminer 2.1.2 download automitically.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!