Bitcoin Forum
June 22, 2024, 09:00:05 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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 91 »
  Print  
Author Topic: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070  (Read 209264 times)
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
November 05, 2016, 09:37:08 AM
 #101

there is a chance to add cuda support to this? speed is not good on nvidia, and with opencl, you only get high cpu usage, which is not ideal

also windows support would be better, since many here use windows
corsaro
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 05, 2016, 10:18:50 AM
 #102

there is a chance to add cuda support to this? speed is not good on nvidia, and with opencl, you only get high cpu usage, which is not ideal

also windows support would be better, since many here use windows


at the moment, windows users can use "genoil zecminer" and coinsforall windows softwares, who feature silentarmy...


https://github.com/Genoil/ZECMiner/tree/master/releases
https://bitcointalk.org/index.php?topic=1660023.0
bronsky
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
November 05, 2016, 10:36:43 AM
 #103

any body know how to set fanspeed gpu at ubuntu 16.40??
cause at sensor, speed just run max 30% with temperature 78-79C,
make throttling..
i try to modded bios, but not make change..
im appreciated for solutions...
Streetlight9
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
November 05, 2016, 10:57:56 AM
 #104

Try this....

Have it working on 2 Rigs...

cant get the 3rd working tho....

https://github.com/DominiLux/amdgpu-pro-fans
tbearhere
Legendary
*
Offline Offline

Activity: 3164
Merit: 1003



View Profile
November 05, 2016, 12:15:47 PM
 #105

No real nvidia support. How about next upgrade, concentrate on nvidia. thx
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
November 05, 2016, 02:33:26 PM
 #106

edit: After more testing I'd say the speed improvement is more like 15%.

Good work, you da-man....
Gonna share? Pull-request?

https://bitcointalk.org/index.php?topic=1671021.0
frozn0000
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
November 05, 2016, 02:59:06 PM
 #107

Ubuntu noob here.  Can someone give instructions how to compile this?
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
November 05, 2016, 04:12:18 PM
 #108

there is a chance to add cuda support to this? speed is not good on nvidia, and with opencl, you only get high cpu usage, which is not ideal

also windows support would be better, since many here use windows
The most important is the NVidia support, better with Cuda than OpeCl.
Pesonnally, I don't care about Windows support : there is many nheqmines with Windows support : no one with Cuda support in Linux.

The most important : Cuda miner/Ubuntu (Linux)
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
November 05, 2016, 06:07:50 PM
 #109

Ubuntu noob here.  Can someone give instructions how to compile this?

maybe these can help:

https://bitcointalk.org/index.php?topic=1666489.msg16774048#msg16774048

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
bobben2
Full Member
***
Offline Offline

Activity: 279
Merit: 104


View Profile
November 05, 2016, 06:13:42 PM
 #110

Ubuntu noob here.  Can someone give instructions how to compile this?

Go back a few pages.
Greaterninja has given an excellent description.

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
bobben2
Full Member
***
Offline Offline

Activity: 279
Merit: 104


View Profile
November 05, 2016, 06:20:00 PM
 #111

any body know how to set fanspeed gpu at ubuntu 16.40??
cause at sensor, speed just run max 30% with temperature 78-79C,
make throttling..
i try to modded bios, but not make change..
im appreciated for solutions...

For card 0 :

Go to /sys/class/drm/card0/device/hwmon/hwmon1
and look up the min and max values for fanspeed for your card (files pwm1_min and pwm1_max).
Say, the pwm1_max says 255 and you want to set fanspeed to ~40%

Enter these commands, either diretly in a bash shell or in a shell script.

export PTH=/sys/class/drm/card0/device/hwmon/hwmon1
cat $PTH/pwm1
sudo bash -c "echo 102 > $PTH/pwm1"
cat $PTH/pwm1

The cat command will show you the value before and after you set the speed.
Hopefully, you may hear a change in the fanspeed.

For other cards locate the corresponding files.
Cheers

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
Streetlight9
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
November 05, 2016, 07:13:56 PM
 #112

any body know how to set fanspeed gpu at ubuntu 16.40??
cause at sensor, speed just run max 30% with temperature 78-79C,
make throttling..
i try to modded bios, but not make change..
im appreciated for solutions...

For card 0 :

Go to /sys/class/drm/card0/device/hwmon/hwmon1
and look up the min and max values for fanspeed for your card (files pwm1_min and pwm1_max).
Say, the pwm1_max says 255 and you want to set fanspeed to ~40%

Enter these commands, either diretly in a bash shell or in a shell script.

export PTH=/sys/class/drm/card0/device/hwmon/hwmon1
cat $PTH/pwm1
sudo bash -c "echo 102 > $PTH/pwm1"
cat $PTH/pwm1

The cat command will show you the value before and after you set the speed.
Hopefully, you may hear a change in the fanspeed.

For other cards locate the corresponding files.
Cheers


Can this be done Via ssh?

as I am getting a few errors with this program.. seems to set cards 1 and 3 but not 2... so would like to set them myself

root@streetlight:~/amdgpu-pro-fans# chmod +x amdgpu-pro-fans.sh
root@streetlight:~/amdgpu-pro-fans# ./amdgpu-pro-fans.sh --speed=75-100
Checking for elivated privlidges . . .
echo: write error: Invalid argument

***************************
* Request Returned Errors *
***************************

ERROR: could not set fan speed for Card2\n

nicehash
Legendary
*
Offline Offline

Activity: 885
Merit: 1006


NiceHash.com


View Profile WWW
November 05, 2016, 08:46:20 PM
 #113

@mrb, could you please work on some small patches to improve compatibility with our NiceHash.com stratum servers?

First of all, you should properly implement client.reconnect (https://slushpool.com/help/#!/manual/stratum-protocol)

Code:
Stratum: SILENTARMY is not compatible with servers fixing the first 17 bytes of the nonce
Connecting to equihash.eu.nicehash.com:3357
Stratum server sent us the first job
Mining on 6 devices
Stratum: invalid msg from server: Unimplemented method: client.reconnect: {'method': 'client.reconnect', 'params': [], 'id': None}

And secondly, it would be excellent if you could add a small stratum extension, called extranonce.subscribe. Please see here for the instructions (really easy): https://www.nicehash.com/?p=software#devs

Thank you, and keep up the excellent work!

Best regards,
NiceHash team.

36524s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
November 05, 2016, 09:07:32 PM
 #114

Ok so starting from scratch, brand new ssd it took me about 20 minutes to get a mining rig up on ubuntu 16.04 with SA3.

My findings were initially it was pretty much the same as claymore on windows. So technically slightly better as there is no fee. However, then I noticed GPUs dropping out like with Genoil miner.

I then unplugged the ubuntu hd and re-plugged in the windows ssd and that's what I'm sticking with for now.
mrb (OP)
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
November 06, 2016, 01:43:58 AM
 #115

@mrb, could you please work on some small patches to improve compatibility with our NiceHash.com stratum servers?
First of all, you should properly implement client.reconnect (https://slushpool.com/help/#!/manual/stratum-protocol)
[...]
And secondly, it would be excellent if you could add a small stratum extension, called extranonce.subscribe. Please see here for the instructions (really easy): https://www.nicehash.com/?p=software#devs

Yes I saw your 2 github issues that you filed. I will work on them eventually. I don't have much time, so I am happy to review pull requests. I have a question for you: why does 1 of your 2 servers behind equihash.eu.nicehash.com returns a 17 bytes nonce (37.58.117.214) and the other a 5 bytes nonce (5.153.50.217)? Only the latter is supported by silentarmy.
mrb (OP)
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
November 06, 2016, 01:49:40 AM
 #116

Connecting to eu1-zcash.flypool.org:3333
Stratum server sent us the first job
Mining on 5 devices
Stratum: invalid msg from server: type object 'bytes' has no attribute 'hex': {'method': 'mining.notify', 'id': 0, 'params': ['9357f5ac3b7cde47996f', '04000000', '152e2ebe2f52e46c9a88d2b9759e30c321e34891ef49aa7bafab930500000000', 'e16d1c6a08bd3b5e226906ab9cd5f62d25fc916e79b913d70968fd88b0e06e85', '0000000000000000000000000000000000000000000000000000000000000000', '9aa21d58', '8e1e031d', True]}

Am I missing something here???

"bytes.hex" was a Python 3.5-only feature. I fixed it: https://github.com/mbevand/silentarmy/commit/506cadc21162177b06de9528bb444166fb337459 Make sure you get the latest github version of SILENTARMY.
mrb (OP)
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
November 06, 2016, 01:55:08 AM
 #117

edit: After more testing I'd say the speed improvement is more like 15%.

Good work, you da-man....
Gonna share? Pull-request?

https://bitcointalk.org/index.php?topic=1671021.0

For the record, I commited nerdralph's improvement: https://github.com/mbevand/silentarmy/commit/a33a9065528599f5821c4ca02c5f63fa167e9afd
See also https://bitcointalk.org/index.php?topic=1671021.msg16788712#msg16788712
It appears to neither improve no degrade performance on an R9 Nano. But some people report an improvement. And "sa-solver --nonces 100" reports a 15% degradation. So it's really inconclusive...
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
November 06, 2016, 02:04:42 AM
Last edit: November 06, 2016, 02:32:32 AM by toptek
 #118

I'm waiting for windows support  please don't rush i'll  suxx up paying that 2.5 % free with Claymore's ZCash that how much i would rather use windows i didn't go back to windows  from Ubuntu either to use Claymore's ZCash i would rather use windows. i switched back because i like windows more and  Claymore's ZCash just happens to be all there is that actually works well in windows till yours gets support or Genoil Miner it updated better  i had no other choice. I'm ware of Ubuntu in windows 10 , i saw some one in this post used it and got it working .

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
mrb (OP)
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
November 06, 2016, 02:15:18 AM
 #119

@mrb

Keep getting this error with your miner:
Code:
Task exception was never retrieved
future: <Task finished coro=<Silentarmy.show_stats() done, defined at ./silentarmy:183> exception=KeyError('1.0',)>
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
    result = coro.send(None)
  File "./silentarmy", line 228, in show_stats
    rate_gpus = sorted(gpus(last_sols, last_times, period_gpu))
  File "./silentarmy", line 193, in gpus
    sols[devid] = last_sols[0][devid] - last_sols[idx][devid]
KeyError: '1.0'

Get the latest github version. These errors were fixed recently: https://github.com/mbevand/silentarmy/commit/c6851571e159e9aa952c76dbeb5bca9890a51e30
reb0rn21
Legendary
*
Offline Offline

Activity: 1898
Merit: 1024


View Profile
November 06, 2016, 02:32:04 AM
 #120

Is the NV support being done in OpenCL or porting kernel to cuda?

sure windows support is needed, but NV should have priority, tested linux fee miner it goes 50+ on 1070 so I guess a lot more optimization is possible

              ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀
   
..I  D  E  N  A..
   
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency
 



 
▲    2 3 2 2

..N  O  D  E  S..
   
                ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀
   
D O W N L O A D

Idena node

   
   
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
   
    .REQUEST INVITATION.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 91 »
  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!