Bitcoin Forum
September 14, 2024, 01:48:46 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.5 (Linux / Windows) on: November 15, 2017, 10:10:46 PM
Hi,

I have no problem running zm from the cli (Linux)
But when I set it up as a service, it halts and restarts every couple of minutes.
I used the systemd unit file below. Has anyone tried running it as a service and is there something I'm setting up wrong in the unit file?

Code:
[Unit]
Description=Start DSTM Miner
Documentation=man:syslog-ng(8)

[Service]
User=miner
Type=forking
ExecStart=/user/local/bin/zm --server zec-us.suprnova.cc --port 2142 --user xxx.xxx --pass xxx --telemetry=127.0.0.1:43000
StandardOutput=null
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.4 (Linux / Windows) on: November 11, 2017, 08:18:31 PM
Hi,

Does anyone get a different checksum than what is specified in OP?

for the linux version 0.5.4 I get sha1 c235e56830aab5f57b4a9bdffbfbd60a08951b02
and in OP it says it's suppose to be sha1 02816754ab46191109bed9f89f17c073000b0950

UPDATE:
Nevermind, I checked the checksum of the tar file.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!