Bitcoin Forum
May 07, 2024, 12:15:05 AM *
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 91 »
  Print  
Author Topic: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070  (Read 209263 times)
hagie
Hero Member
*****
Offline Offline

Activity: 792
Merit: 501



View Profile
November 12, 2016, 02:08:09 PM
 #681



Any hint why the solver ist 2 times SLOWER in V5 compared to V4 ?

Regards


Try running with ./silentarmy --instances=1 option, it is faster on my nvidia cards with one instance

And replace main.c with this, then rebuild

http://s000.tinyupload.com/index.php?file_id=59090490226848298558

Sorry no same with the changed main.c :

Code:
:~/silentarmy$ ./sa-solver --nonces=5
Solving default all-zero 140-byte header
Building program
Hash tables will use 805.3 MB
Running...
Nonce 0000000000000000000000000000000000000000000000000000000000000000: 2 sols
Nonce 0100000000000000000000000000000000000000000000000000000000000000: 0 sols
Nonce 0200000000000000000000000000000000000000000000000000000000000000: 2 sols
Nonce 0300000000000000000000000000000000000000000000000000000000000000: 3 sols
Nonce 0400000000000000000000000000000000000000000000000000000000000000: 2 sols
Total 9 solutions in 1505.8 ms (6.0 Sol/s)


~/silentarmy.v4$ ./sa-solver --nonces=5
Solving default all-zero 140-byte header
Building program
Hash tables will use 805.3 MB
Running...
Nonce 0000000000000000000000000000000000000000000000000000000000000000: 2 sols
Nonce 0100000000000000000000000000000000000000000000000000000000000000: 0 sols
Nonce 0200000000000000000000000000000000000000000000000000000000000000: 2 sols
Nonce 0300000000000000000000000000000000000000000000000000000000000000: 3 sols
Nonce 0400000000000000000000000000000000000000000000000000000000000000: 2 sols
Total 9 solutions in 654.1 ms (13.8 Sol/s)

The difference is in the solver ..

regards
1715040905
Hero Member
*
Offline Offline

Posts: 1715040905

View Profile Personal Message (Offline)

Ignore
1715040905
Reply with quote  #2

1715040905
Report to moderator
1715040905
Hero Member
*
Offline Offline

Posts: 1715040905

View Profile Personal Message (Offline)

Ignore
1715040905
Reply with quote  #2

1715040905
Report to moderator
1715040905
Hero Member
*
Offline Offline

Posts: 1715040905

View Profile Personal Message (Offline)

Ignore
1715040905
Reply with quote  #2

1715040905
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715040905
Hero Member
*
Offline Offline

Posts: 1715040905

View Profile Personal Message (Offline)

Ignore
1715040905
Reply with quote  #2

1715040905
Report to moderator
iMish
Newbie
*
Offline Offline

Activity: 91
Merit: 0


View Profile
November 12, 2016, 02:08:37 PM
 #682

Quote
pipe closed by peer or os.write(pipe, data) raised exception.

Problem resolved by cleaning AMD drivers with DDU and reinstall Crimson Edition 16.10.3 Hotfix

hope this helps Smiley
hagie
Hero Member
*****
Offline Offline

Activity: 792
Merit: 501



View Profile
November 12, 2016, 02:09:15 PM
 #683

so this is becoming a little mess, what i need exactly to run the windows version?

cygwin64 with installed python3.5 interpreter + compiled silentarmy (mega downlaod) nothing more

regards
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
November 12, 2016, 02:11:29 PM
 #684

SA v5 Cygwin r4 port strange issue, 1070x6 rig goes 500Sol/s, but when i disconnect TeamViewer from rig, speed go down to 200 and further. Even monitor plugged. Its like port need to some load to main? card to set driver right P-state or 2D/3D mode. Win 10 1607 Drivers 375.70
If your motherboard supports IOMMU you can setup virtualbox and install ubuntu 16.04 on it then assign cards to ubuntu VM and test under linux.
I have similar setup but my AMD IOMMU seems to be broken and can't fix it for now.
I have GA-990FXA w/ same issues, even not possible to run installing ubuntu. IOMMU, SATA, AHCI parameters doesnt work

Remove all cards. After install do under root nano -w /etc/default/grub
Original is like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Change like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nogpumanager"
GRUB_CMDLINE_LINUX="iommu=soft"

update-grub && update-initramfs -u

It's all written in README.txt here:
https://drive.google.com/drive/folders/0B72yKpOokCMcVnV5LWNMS2ltYmM



Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
hagie
Hero Member
*****
Offline Offline

Activity: 792
Merit: 501



View Profile
November 12, 2016, 02:12:31 PM
 #685

so this is becoming a little mess, what i need exactly to run the windows version?


https://cygwin.com/setup-x86_64.exe
add python3.5 from the interpreter category
https://mega.nz/#F!iwYQhI6S!2vl0D3jz3fH3-bZxHUurBg
use latest version

regards

ROFLED
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
November 12, 2016, 02:18:08 PM
 #686

SA v5 Cygwin r4 port strange issue, 1070x6 rig goes 500Sol/s, but when i disconnect TeamViewer from rig, speed go down to 200 and further. Even monitor plugged. Its like port need to some load to main? card to set driver right P-state or 2D/3D mode. Win 10 1607 Drivers 375.70
If your motherboard supports IOMMU you can setup virtualbox and install ubuntu 16.04 on it then assign cards to ubuntu VM and test under linux.
I have similar setup but my AMD IOMMU seems to be broken and can't fix it for now.
I have GA-990FXA w/ same issues, even not possible to run installing ubuntu. IOMMU, SATA, AHCI parameters doesnt work

Remove all cards. After install do under root nano -w /etc/default/grub
Original is like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Change like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nogpumanager"
GRUB_CMDLINE_LINUX="iommu=soft"

update-grub && update-initramfs -u

It's all written in README.txt here:
https://drive.google.com/drive/folders/0B72yKpOokCMcVnV5LWNMS2ltYmM

Thx, but for now keep TW opened applicable for me, much better than have fun w/ linux. Everytime i tried, it have new issues for me. mb karma lol) Simple rule - If it works, dont touch Smiley
http://s019.radikal.ru/i613/1611/dc/b9fd83857007.jpg
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
November 12, 2016, 02:23:50 PM
 #687

SA v5 Cygwin r4 port strange issue, 1070x6 rig goes 500Sol/s, but when i disconnect TeamViewer from rig, speed go down to 200 and further. Even monitor plugged. Its like port need to some load to main? card to set driver right P-state or 2D/3D mode. Win 10 1607 Drivers 375.70
If your motherboard supports IOMMU you can setup virtualbox and install ubuntu 16.04 on it then assign cards to ubuntu VM and test under linux.
I have similar setup but my AMD IOMMU seems to be broken and can't fix it for now.
I have GA-990FXA w/ same issues, even not possible to run installing ubuntu. IOMMU, SATA, AHCI parameters doesnt work

Remove all cards. After install do under root nano -w /etc/default/grub
Original is like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Change like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nogpumanager"
GRUB_CMDLINE_LINUX="iommu=soft"

update-grub && update-initramfs -u

It's all written in README.txt here:
https://drive.google.com/drive/folders/0B72yKpOokCMcVnV5LWNMS2ltYmM

Thx, but for now keep TW opened applicable for me, much better than have fun w/ linux. Everytime i tried, it have new issues for me. mb karma lol) Simple rule - If it works, dont touch Smiley

Once you set it up it's unbreakable Smiley
2 days setup pains for this iommu and amdgpu-pro drivers.
Finally compiled latest kernel with amdgpu open-source drivers included, downloaded polaris blobs and voilla...it's working like a charm for 72 hours.
Quote
Total 176.1 sol/s [dev0 84.1, dev1 91.8] 1415 shares
Total 175.7 sol/s [dev0 85.1, dev1 90.9] 1415 shares
Total 174.8 sol/s [dev0 85.5, dev1 90.9] 1415 shares
Total 174.5 sol/s [dev0 84.1, dev1 89.7] 1415 shares
Total 175.5 sol/s [dev0 87.6, dev1 90.1] 1415 shares
Total 174.5 sol/s [dev0 86.2, dev1 88.4] 1415 shares
Total 174.2 sol/s [dev0 88.0, dev1 86.3] 1415 shares
Total 174.7 sol/s [dev0 88.2, dev1 87.3] 1415 shares

You can follow full tutorial from README.txt and use my kernel (both intel and amd compatible, CONFIG_DRM_NOUVEAU is not set so NVIDIA is supported too, the only thing that is not is Pre  AMD 290X cards which depend on radeon.ko)


Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
WowCheBit
Full Member
***
Offline Offline

Activity: 188
Merit: 118


https://tawk.to/wowchebit


View Profile WWW
November 12, 2016, 02:32:33 PM
Last edit: November 12, 2016, 02:48:25 PM by WowCheBit
 #688

follow me ... for windows 10 64bit

1. download and install python 64bit for windows 64bit ( https://www.python.org/ftp/python/3.6.0/python-3.6.0b3-amd64.exe )
2. download and extract zip SILENTARMY v5 ( https://codeload.github.com/dagf2101/silentarmy/zip/master )

3. edit file exsample "silentarmy.bat" whit blocconote

Code:
py silentarmy --use=0,1,2,3,4,5 -c stratum+tcp://eu1-zcash.flypool.org:3333 -u t1Q98MUmsEjvjxDZqmqcEUB6bVpuz59zEQW.rx470 -p z -v --instances=1

change here for insert number of youre cards (In the example is a rig of 6 cards) =
Code:
--use=0,1,2,3,4,5

this is my pool you can change whit youre pool =
Code:
eu1-zcash.flypool.org:3333

change here to enter your_wallet.youre_name_work =
Code:
t1Q98MUmsEjvjxDZqmqcEUB6bVpuz59zEQW.rx470

4. save and launch file silentarmy.bat

FINISH

doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 12, 2016, 02:38:45 PM
 #689

follow me ... for windows 10 64bit

1. download and install python 64bit for windows 64bit ( https://www.python.org/ftp/python/3.6.0/python-3.6.0b3-amd64.exe )
2. download and extract zip SILENTARMY v5 ( https://codeload.github.com/mbevand/silentarmy/zip/master )

3. edit file exsample "silentarmy.bat" whit blocconote

Quote
py silentarmy --use=0,1,2,3,4,5 -c stratum+tcp://eu1-zcash.flypool.org:3333 -u t1Q98MUmsEjvjxDZqmqcEUB6bVpuz59zEQW.rx470 -p z -v --instances=1

change here for insert number of youre cards (In the example is a rig of 6 cards) =
Quote
--use=0,1,2,3,4,5

this is my pool you can change whit youre pool =
Quote
eu1-zcash.flypool.org:3333

change here to enter your_wallet.youre_name_work =
Quote
t1Q98MUmsEjvjxDZqmqcEUB6bVpuz59zEQW.rx470

4. save and launch file silentarmy.bat

FINISH

You know this won't work cause there is no windows binary (exe) in that zip, so no sa-solver.exe

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
iMish
Newbie
*
Offline Offline

Activity: 91
Merit: 0


View Profile
November 12, 2016, 02:44:44 PM
 #690

You know this won't work cause there is no windows binary (exe) in that zip, so no sa-solver.exe

You missed this part:

Quote
1. download and install python 64bit for windows 64bit
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
November 12, 2016, 02:46:05 PM
 #691

You know this won't work cause there is no windows binary (exe) in that zip, so no sa-solver.exe

You missed this part:

Quote
1. download and install python 64bit for windows 64bit

Python written silentarmy calls sa-solver so there is no chance unless you have sa-solver.exe in that folder too.

Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
WowCheBit
Full Member
***
Offline Offline

Activity: 188
Merit: 118


https://tawk.to/wowchebit


View Profile WWW
November 12, 2016, 02:49:57 PM
 #692

sorry i paste link for linux
edit post whit correct link

( https://codeload.github.com/mbevand/silentarmy/zip/master )

doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 12, 2016, 02:50:20 PM
 #693

You know this won't work cause there is no windows binary (exe) in that zip, so no sa-solver.exe

You missed this part:

Quote
1. download and install python 64bit for windows 64bit

nO, YOU missed the point  Grin

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 12, 2016, 02:53:11 PM
 #694

I just uploaded a new version (r5) of my Windows build of SILENTARMY v5:

https://mega.nz/#F!iwYQhI6S!2vl0D3jz3fH3-bZxHUurBg

This should *finally* take care oft he high CPU usage with NVIDIA cards...

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
hypercrypto
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 12, 2016, 02:55:33 PM
 #695

Silentarmy v5 very stable and high performance running for +12 hrs ....

5 RX 470 boysie modded rom
 
Total 408.5 sol/s [dev0 81.2, dev1 89.2, dev2 77.9, dev3 81.7, dev4 80.8] 20555 shares
Total 407.2 sol/s [dev0 80.1, dev1 87.1, dev2 80.1, dev3 80.6, dev4 80.9] 20556 shares
Total 407.9 sol/s [dev0 80.4, dev1 84.1, dev2 80.0, dev3 78.4, dev4 83.8] 20556 shares
Total 406.6 sol/s [dev0 78.9, dev1 83.8, dev2 79.0, dev3 77.9, dev4 88.2] 20556 shares
Total 405.7 sol/s [dev0 78.4, dev1 83.9, dev2 80.1, dev3 79.9, dev4 87.9] 20559 shares
Total 404.6 sol/s [dev0 79.5, dev1 82.2, dev2 79.6, dev3 77.5, dev4 90.1] 20559 shares
Total 404.1 sol/s [dev0 79.8, dev1 83.4, dev2 80.3, dev3 75.7, dev4 88.2] 20559 shares
Total 405.9 sol/s [dev0 78.0, dev1 84.8, dev2 80.5, dev3 75.5, dev4 87.9] 20560 shares
Total 406.3 sol/s [dev0 77.2, dev1 83.6, dev2 80.8, dev3 75.8, dev4 83.2] 20560 shares
Total 407.3 sol/s [dev0 77.5, dev1 85.2, dev2 80.8, dev3 77.8, dev4 81.5] 20560 shares
Total 407.9 sol/s [dev0 77.1, dev1 84.2, dev2 80.5, dev3 79.5, dev4 84.0] 20560 shares
Total 407.3 sol/s [dev0 77.7, dev1 84.4, dev2 80.4, dev3 79.1, dev4 85.7] 20560 shares

WowCheBit
Full Member
***
Offline Offline

Activity: 188
Merit: 118


https://tawk.to/wowchebit


View Profile WWW
November 12, 2016, 02:56:14 PM
 #696

You know this won't work cause there is no windows binary (exe) in that zip, so no sa-solver.exe

You missed this part:

Quote
1. download and install python 64bit for windows 64bit

nO, YOU missed the point  Grin

no it was not skipped the link has been inserted not you see?

io8621
Member
**
Offline Offline

Activity: 149
Merit: 11


View Profile
November 12, 2016, 02:57:15 PM
 #697

works fine for me on windows 10 x64 with 370, 470, 280x with 1 or 2 instance.
Problem only with 380 or 380x remains blocked here:



ROFLED
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
November 12, 2016, 03:09:55 PM
 #698

I just uploaded a new version (r5) of my Windows build of SILENTARMY v5:

https://mega.nz/#F!iwYQhI6S!2vl0D3jz3fH3-bZxHUurBg

This should *finally* take care oft he high CPU usage with NVIDIA cards...

Thx a lot, runs perfectly! And speedup 2% i see Smiley

Total 513.0 sol/s [dev1 80.4, dev2 88.0, dev3 84.2, dev4 81.0, dev5 86.8, dev6 88.9] 243 shares
Total 515.8 sol/s [dev1 81.4, dev2 87.5, dev3 84.2, dev4 79.7, dev5 86.6, dev6 90.6] 243 shares
Total 516.3 sol/s [dev1 81.5, dev2 87.0, dev3 82.5, dev4 79.7, dev5 91.3, dev6 89.0] 243 shares
Total 520.9 sol/s [dev1 82.4, dev2 89.0, dev3 84.0, dev4 82.5, dev5 91.8, dev6 89.4] 243 shares
Total 517.2 sol/s [dev1 81.4, dev2 86.3, dev3 82.0, dev4 81.4, dev5 88.9, dev6 87.3] 243 shares
Total 518.4 sol/s [dev1 80.9, dev2 89.1, dev3 87.5, dev4 84.0, dev5 88.2, dev6 87.6] 243 shares
Total 519.0 sol/s [dev1 81.2, dev2 89.1, dev3 87.1, dev4 85.9, dev5 89.9, dev6 92.8] 244 shares
Total 516.3 sol/s [dev1 83.9, dev2 88.0, dev3 87.2, dev4 87.4, dev5 87.4, dev6 92.0] 244 shares
6x1070
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
November 12, 2016, 03:10:32 PM
 #699

Yes I have the same board GA-990FXA-UD3  and I also had issues with Ubuntu first it was that IOMUU thing and then the mouse didn't work, then the AMDGPU-PRO driver installed but I got a black screen on reboot.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
dexxa05
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
November 12, 2016, 03:11:24 PM
 #700

I have some issues with the version after few minutes my gpu4 and gpu1 goes down to 0 sol/s

I dont know why...

Thx
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 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!