Bitcoin Forum
May 05, 2024, 07:42:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 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 320642 times)
Vegyes_03
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 01, 2016, 07:20:23 AM
 #2541

@eXtremal

Please lower my min payout to 0.001 like the others

http://coinsforall.io/#!/coin/ZCASH/wallet/t1c61pirCXVRBSRsDczpZkDNoR2uRmKmGaY

Thank you very much!

And don't bother with malicious, keep up the good work! Wink
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714894926
Hero Member
*
Offline Offline

Posts: 1714894926

View Profile Personal Message (Offline)

Ignore
1714894926
Reply with quote  #2

1714894926
Report to moderator
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 01, 2016, 08:04:15 AM
 #2542

Using windows 10, whenever I try to launch silentarmy it starts, but then stops working and crashes, is there something else I need to install first?
What card are you using
480s

Ubuntu is better

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



.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 01, 2016, 08:05:53 AM
 #2543

Hi working manual for ubuntu 14.04  for this miner Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)

git clone -b version/zcash https://github.com/eXtremal-ik7/xpmclient.git
cd xpmclient

sudo apt-get update

sudo apt-get install libtool
sudo apt-get install automake
sudo apt-get install libprotobuf-dev protobuf-compiler libgmp-dev libssl-dev

git clone git://github.com/jedisct1/libsodium.git
cd libsodium
./autogen.sh
./configure && make check
sudo make install
sudo ldconfig
cd ..

git clone git://github.com/zeromq/libzmq.git
cd libzmq
./autogen.sh
./configure && make check
sudo make install
sudo ldconfig
cd ..

git clone git://github.com/zeromq/czmq.git
cd czmq
./autogen.sh
./configure && make check
sudo make install
sudo ldconfig
cd ..

sudo apt-get install libprotobuf-dev libgmp-dev

download AMDSDKAPP-3.0
unpackit and install like this in console

sudo ./AMD-APP-SDK......

cmake ../xpmclient -DOPENCL_LIBRARY=/usr/lib/x86_64-linux-gnu/libOpenCL.so -DOPENCL_INCLUDE_DIRECTORY=/opt/AMDAPPSDK-3.0/include

make -j5

than make the config.txt in /xpmclient

server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig1";
platform="amd";
onCrash="0";
instances="2";

devices=["1","1"]; //if you have more cards than 2 justt add same parametters
worksizes=["256","256"];//if you have more cards than 2 justt add same parametters
threads =["8192","8192"];//if you have more cards than 2 justt add same parametters
corefreq =["-1","-1"];//if you have more cards than 2 justt add same parametters
memfreq =["-1","-1"];//if you have more cards than 2 justt add same parametters
powertune =["-1","-1"];//if you have more cards than 2 justt add same parametters
fanspeed =["-1","-1"];//if you have more cards than 2 justt add same parametters

start miner ./zcashclient_silentarmy or ./zcashclient

donate address: t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt

 Smiley what's the different between this one ant that - in OP ?   zcashclient-0.2.2

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



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

Activity: 430
Merit: 253


VeganAcademy


View Profile
November 01, 2016, 08:13:11 AM
 #2544

Last 27h
coinsforall  2 graphic card ~36 Sol/s earned 0.003 (not paid)
nicehash    1 CPU ~17 Sol/s earned 0.0053 (paid 0.005... balance=0.00026 and immature 0.00068)

Thank you and good night.... Elvis left the building

you actually got paid way too much for that cpu mining.. are you sure it was not 17H/s?

.004 in the last 27 hours sounds about right for that Sol/s rate. there has only recently been a drop in difficulty on zcash network so current calculator estimates will be inflated.

- NGdTwHRSdnThdi1drQuHGT3khAHRtZ1HMq -
oldDIN
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
November 01, 2016, 09:07:29 AM
 #2545

""Please lower my min payout
Please lower my min payout
Please lower my min payout""

I do not understand, there's talk about GPU Miner or payments from the pool? It may already be enough to spam?
nghiavt
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 01, 2016, 09:47:41 AM
 #2546

Dear eXtremal,

I've been waiting 2 days since you said system set min payout: 0.005. But nothing happen

pls take a look at http://coinsforall.io/#!/coin/ZCASH/wallet/t1S6JQBspYA31FqhB9oR2iukQyWr38MnfYR

thanks
NghiaVo
eXtremal (OP)
Sr. Member
****
Offline Offline

Activity: 2106
Merit: 282


👉bit.ly/3QXp3oh | 🔥 Ultimate Launc


View Profile WWW
November 01, 2016, 09:55:57 AM
 #2547

""Please lower my min payout
Please lower my min payout
Please lower my min payout""

I do not understand, there's talk about GPU Miner or payments from the pool? It may already be enough to spam?
Yes. Copy from first topic:

Roadmap:
1. Add a button to website for set minimal payment threshold
2. Add a button to website for force manual payout
3. New silentarmy kernel integration
4. Support other miners (stratum, etc..)


Wait this buttons, please, don't this spam.

Quote
We have multiple instances reported of users not being paid, not being paid their fare share etc. This pool is a partial scam or is badly implemented. Details are in this discussion: https://forum.z.cash/t/is-coinsforall-io-legit/4453/81
Users will do well to abandon this pool. Using flypool+ZOGMiner seems to give 2x the payout!
Payouts good for other coins, but not for ZEC with this price. Every miner want got every his 0.0000000000000000001ZEC now and immediately, may be pool can't do this now, but I working on it.

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
bolt1909
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
November 01, 2016, 09:59:53 AM
Last edit: November 01, 2016, 10:11:52 AM by bolt1909
 #2548

Last 27h
coinsforall  2 graphic card ~36 Sol/s earned 0.003 (not paid)
nicehash    1 CPU ~17 Sol/s earned 0.0053 (paid 0.005... balance=0.00026 and immature 0.00068)

Thank you and good night.... Elvis left the building

you actually got paid way too much for that cpu mining.. are you sure it was not 17H/s?

.004 in the last 27 hours sounds about right for that Sol/s rate. there has only recently been a drop in difficulty on zcash network so current calculator estimates will be inflated.
You can calculate what ever you want but as I said above...
http://imgur.com/a/Dv6IO
Interesting...in last few hours (not mining on pool) i got 0.005 in request + 0.0027 in balance (previously i had only 0.003 in balance)...

edit:
i'll give him another chance  Cheesy
Koparki
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 01, 2016, 10:01:20 AM
 #2549

Pool system: PPLNS (Pay Per Last N Shares); accounting procedure uses all your shares received during last hour.

...

Payment not found!
6 hours I see only "requested" for 0.04zec!
Do others have the same?


...
doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 01, 2016, 10:03:23 AM
 #2550


Roadmap:
1. Add a button to website for set minimal payment threshold
2. Add a button to website for force manual payout
3. New silentarmy kernel integration
4. Support other miners (stratum, etc..)



Very good roadmap, yet i think this would be better :

Roadmap:
1. Add a button to website for force manual payout
2. New silentarmy kernel integration
3. Add a button to website for set minimal payment threshold
4. Support other miners (stratum, etc..)


Smiley

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

Activity: 67
Merit: 10


View Profile
November 01, 2016, 10:30:36 AM
 #2551

I JUST CONFIRMED MY FIRST PAYOUT!

Thank you so much, OP! I'm so glad I stick to your pool and your miner!

On which server you were mining zcash?
Termie
Sr. Member
****
Offline Offline

Activity: 642
Merit: 292



View Profile
November 01, 2016, 10:35:04 AM
 #2552

I would be very glad if the new silentarmy kernel comes as soon as possible.
With the current version hasrates of my R9 Nanos are only at (2x) 15-16 (30-32) Sol/card, while silentarmy developers talk from "44-45 Sol with R9 Nano".
So I have the feeling I waste much mining power since days, hopefully the new kernel will raise the hashrate.

Apart from that, thanxx for your previous work.
krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
November 01, 2016, 10:36:56 AM
 #2553

""Please lower my min payout
Please lower my min payout
Please lower my min payout""

I do not understand, there's talk about GPU Miner or payments from the pool? It may already be enough to spam?
Yes. Copy from first topic:

Roadmap:
1. Add a button to website for set minimal payment threshold
2. Add a button to website for force manual payout
3. New silentarmy kernel integration
4. Support other miners (stratum, etc..)


Wait this buttons, please, don't this spam.

Quote
We have multiple instances reported of users not being paid, not being paid their fare share etc. This pool is a partial scam or is badly implemented. Details are in this discussion: https://forum.z.cash/t/is-coinsforall-io-legit/4453/81
Users will do well to abandon this pool. Using flypool+ZOGMiner seems to give 2x the payout!
Payouts good for other coins, but not for ZEC with this price. Every miner want got every his 0.0000000000000000001ZEC now and immediately, may be pool can't do this now, but I working on it.

Pool is down during payouts ?




jetar
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 01, 2016, 10:44:56 AM
 #2554

eкcтpeмaл y мeня пpoпaли 0.005 из oжидaeмыx выплaт, тaк и нe пpишли нa кoшeлeк,
пpoвepь http://coinsforall.io/#!/coin/ZCASH/wallet/t1Z2w8CLZ3pQFrwGUUVsLNU1R4gZzUbh5oC
hypercrypto
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
November 01, 2016, 10:49:00 AM
 #2555

""Please lower my min payout
Please lower my min payout
Please lower my min payout""

I do not understand, there's talk about GPU Miner or payments from the pool? It may already be enough to spam?
Yes. Copy from first topic:

Roadmap:
1. Add a button to website for set minimal payment threshold
2. Add a button to website for force manual payout
3. New silentarmy kernel integration
4. Support other miners (stratum, etc..)


Wait this buttons, please, don't this spam.

Quote
We have multiple instances reported of users not being paid, not being paid their fare share etc. This pool is a partial scam or is badly implemented. Details are in this discussion: https://forum.z.cash/t/is-coinsforall-io-legit/4453/81
Users will do well to abandon this pool. Using flypool+ZOGMiner seems to give 2x the payout!
Payouts good for other coins, but not for ZEC with this price. Every miner want got every his 0.0000000000000000001ZEC now and immediately, may be pool can't do this now, but I working on it.


Dear eXtremal

First Thanks for moving my balance from z-address to t-address...
Second I want you to focus on stability of the miner because gpus crash alot

Thanks again
isamamin
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250

semux


View Profile
November 01, 2016, 10:55:10 AM
 #2556

 
Wink PAID TxID b4dc7c856cbd4d97b1373a515f7b212dd208c12ed4988b9f6bd76743194b1e0d
thx

next    Requested : 0.01104139 ZCASH



In my Exchange : DONE!



so guys .. seem it work well -- go a head GO MINE!~~

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



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

Activity: 13
Merit: 0


View Profile
November 01, 2016, 11:09:09 AM
 #2557

@eXtremal

Can you lower my payout minimum to 0.005 like lot of people have?

Sorry for posting it here but i cant send PM



My zcash mining wallet:
http://coinsforall.io/#!/coin/ZCASH/wallet/t1Sfr6BXBXRMnoYLB9jsYATjvLFsQPkgmzh



thanks in advance.
Rux
Legendary
*
Offline Offline

Activity: 1291
Merit: 1024


https://crypto.ba


View Profile WWW
November 01, 2016, 11:22:36 AM
 #2558

who's dick i need to suck to get my 0.0091 ZEC ??

for gods sake my gpu's were mining on this pool from day one

extremal, advise, what steps should i do to get to my hard mined ZEC?

RXC Crypto.ba Decentralized solutions!
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
November 01, 2016, 11:24:01 AM
 #2559

who's dick i need to suck to get my 0.0091 ZEC ??

for gods sake my gpu's were mining on this pool from day one

extremal, advise, what steps should i do to get to my hard mined ZEC?

rent some hash to get it up to the min?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Vocter
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 01, 2016, 11:48:26 AM
 #2560

Does not still working on Windows?
Pages: « 1 ... 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 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!