Bitcoin Forum
May 14, 2024, 03:57:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 »
  Print  
Author Topic: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)  (Read 320644 times)
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 03, 2016, 04:00:03 PM
 #2841

Looks like mining at a pool is paying 30% more then nicehash.  whattomine.com
eslanek
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 03, 2016, 04:00:31 PM
 #2842

any block found in the last 4 hours ...heck that all is well in the pool.
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 03, 2016, 04:21:17 PM
 #2843

i found this Simple script to restart your miner in some place - other forum - it may help windows users

Code:
@echo off
echo -------------------------------------------------------------------
echo Simple script to restart your miner software after a period of time
echo -------------------------------------------------------------------
echo:
set executable=zcashgpuclient_silentarmy.exe
set commandline=zcashgpuclient_silentarmy.exe
set runforseconds=1800
set restartinseconds=10
set /a counter=0
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
November 03, 2016, 04:43:55 PM
 #2844

FYI:

I fired W10 with dual 7970's and yep it closes out as soon as it connects to the pool. (2.3)

Its probably looking for some different library or dll that is not found in W10.

 I tried all the most probable fixes and still no luck. It just wont run on 10 as it stands.

As most know, non-silent app does run fine, and ya instead of 44 hashes for both cards I get 26. sols, not the end of the world...  Wink

I say live with until a fix is issued OR go find a cheap hard drive and borrow a friends W7 disk and get it going that way   Smiley


*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
November 03, 2016, 04:46:18 PM
 #2845

Looks like mining at a pool is paying 30% more then nicehash.  whattomine.com
Oh ya this pool much better than Nicehash's sorry excuse for a pool  Grin

I would have expected a lot more from them than what they had to offer.... they still run a good rental business though lol

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
dlx
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
November 03, 2016, 04:47:10 PM
 #2846


I don't know the zcash protocol very well, i'm more used to mining ether coins, but, is anyone else finding it a bit odd that coinsforall.io pool has not found a block in the last 4+ hours? We were averaging a bit more than 1 block per hour before.

I realize that finding blocks is also a matter of luck etc etc. But with our hashing power IMO it should normalize block discovery time a bit.

Did any major new pool enter the scene? To the more experienced miners, what is your opinion?

Probably, network rate is increasing, difficulty too.  Our [218941.589 sols/s] is too low for constant rates...  We will see suck "hickups" often.

tommychan
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 03, 2016, 04:56:20 PM
 #2847

linux pro ,please help how to auto star silenarmyminer by login  on ubuntu 16.04 ,i use teamview to control and i want auto star by system login when restar 

hackmyl1fe
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 03, 2016, 05:08:00 PM
 #2848

linux pro ,please help how to auto star silenarmyminer by login  on ubuntu 16.04 ,i use teamview to control and i want auto star by system login when restar 



edit your rc.local file and add the following command
Code:
tmux new-session -d -s miner 'cd <path to zcashclient folder>; ./zcashgpuclient_silentarmy'

(use "sudo nano /etc/rc.local" to edit your file if you didnt know)

and to connect to that tmux windows use
Code:
sudo tmux a
dagarair
Sr. Member
****
Offline Offline

Activity: 847
Merit: 383



View Profile WWW
November 03, 2016, 05:43:34 PM
 #2849

linux pro ,please help how to auto star silenarmyminer by login  on ubuntu 16.04 ,i use teamview to control and i want auto star by system login when restar 



edit your rc.local file and add the following command
Code:
tmux new-session -d -s miner 'cd <path to zcashclient folder>; ./zcashgpuclient_silentarmy'

(use "sudo nano /etc/rc.local" to edit your file if you didnt know)

and to connect to that tmux windows use
Code:
sudo tmux a

This dude poses a great question.  I know windows inside & out & sideways but not ubuntu much at all.  So lets say the folder is in my home area is this syntax correct?  Also will this auto launch on boot and leave terminal window up?

tmux new-session -d -s miner cd /home/miner01/zcashclient-0.2.4/./zcashgpuclient_silentarmy

4MW Data Center - I BUILT Tongue  - Full story below:
https://bitcointalk.org/index.php?topic=4789787.msg43227027#msg43227027
Sam123
Hero Member
*****
Offline Offline

Activity: 980
Merit: 502


View Profile
November 03, 2016, 05:44:46 PM
 #2850

Looks like mining at a pool is paying 30% more then nicehash.  whattomine.com

Thanks for sharing the link whattomine.com
hackmyl1fe
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 03, 2016, 06:01:27 PM
 #2851

linux pro ,please help how to auto star silenarmyminer by login  on ubuntu 16.04 ,i use teamview to control and i want auto star by system login when restar 



edit your rc.local file and add the following command
Code:
tmux new-session -d -s miner 'cd <path to zcashclient folder>; ./zcashgpuclient_silentarmy'

(use "sudo nano /etc/rc.local" to edit your file if you didnt know)

and to connect to that tmux windows use
Code:
sudo tmux a

This dude poses a great question.  I know windows inside & out & sideways but not ubuntu much at all.  So lets say the folder is in my home area is this syntax correct?  Also will this auto launch on boot and leave terminal window up?

tmux new-session -d -s miner cd /home/miner01/zcashclient-0.2.4/./zcashgpuclient_silentarmy

you're missing the semicolon, this would be the command you'd put

Code:
tmux new-session -d -s miner cd /home/miner01/zcashclient-0.2.4/;./zcashgpuclient_silentarmy

and tmux is just like screen (its a terminal inside a terminal). So you can connect to that tmux terminal over ssh or directly from the terminal on the machine itself
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 03, 2016, 06:39:38 PM
 #2852

Looks like mining at a pool is paying 30% more then nicehash.  whattomine.com

Thanks for sharing the link whattomine.com
Your welcome Wink  It works pretty good.
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 03, 2016, 06:47:16 PM
 #2853

guys,, seem mining become harder - long time to get shares ...

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
November 03, 2016, 06:58:38 PM
 #2854

RX 470 stock: 35.368 sols/s

0.2.4 is the first version which actually works for me Smiley.

morfeuz
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 03, 2016, 07:12:31 PM
 #2855


I don't know the zcash protocol very well, i'm more used to mining ether coins, but, is anyone else finding it a bit odd that coinsforall.io pool has not found a block in the last 4+ hours? We were averaging a bit more than 1 block per hour before.

I realize that finding blocks is also a matter of luck etc etc. But with our hashing power IMO it should normalize block discovery time a bit.

Did any major new pool enter the scene? To the more experienced miners, what is your opinion?

Probably, network rate is increasing, difficulty too.  Our [218941.589 sols/s] is too low for constant rates...  We will see suck "hickups" often.


Probably it was a momentary hickup and maybe we shall find more blocks in the coming hours. But by my very rude calculations considering a network total of 5645173 sols/s and average block time of 165.25s, our 217905 sols/s should be getting one block every ~71min on average. We do represent less than 4% of total mining power, wich might explain this, but on longer term I think we should aproach that kind of average.
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 03, 2016, 07:27:12 PM
 #2856

RX 470 stock: 35.368 sols/s

0.2.4 is the first version which actually works for me Smiley.

RX 470 - 4 or 8 GB ?
and whats OS - win - linux ?

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 03, 2016, 07:29:18 PM
 #2857

I have

i3 2120 CPU 3.30 GHZ,
Nvidia GeForce 210,
4 GB of RAM-a
Windows 10

and when start any kind of zcash miners it just crashes.

What is problem here pls any body?


If buy AMD ATI Radeon RX480 8GB does it solve the problem?

Thank you




run ubunut  - from USB Stick - no issue -

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
November 03, 2016, 07:34:21 PM
 #2858

RX 470 stock: 35.368 sols/s

0.2.4 is the first version which actually works for me Smiley.

RX 470 - 4 or 8 GB ?
and whats OS - win - linux ?

8 GB Card, Windows 7, Catalyst 16.10.3

krile
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
November 03, 2016, 07:46:15 PM
 #2859

RX 470 stock: 35.368 sols/s

0.2.4 is the first version which actually works for me Smiley.

RX 470 - 4 or 8 GB ?
and whats OS - win - linux ?

8 GB Card, Windows 7, Catalyst 16.10.3

I have 2 x RX 470 4GB, also getting 35 sols per card, together 69-70 sols on average.

Using ubuntu 16.04.

I guess card memory does not make much of a difference?

isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 03, 2016, 08:03:00 PM
 #2860

RX 470 stock: 35.368 sols/s

0.2.4 is the first version which actually works for me Smiley.

RX 470 - 4 or 8 GB ?
and whats OS - win - linux ?

8 GB Card, Windows 7, Catalyst 16.10.3

I have 2 x RX 470 4GB, also getting 35 sols per card, together 69-70 sols on average.

Using ubuntu 16.04.

I guess card memory does not make much of a difference?

please post you config.txt

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses 100% original codebase
  Superfast with 30 seconds instant finality
  Tested 5000 tx per block on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 »
  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!