Pages:
Author

Topic: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480) - page 26. (Read 320684 times)

sr. member
Activity: 642
Merit: 292
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.
member
Activity: 67
Merit: 10
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?
hero member
Activity: 2548
Merit: 626

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
newbie
Activity: 10
Merit: 0
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?


...
member
Activity: 65
Merit: 10
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
sr. member
Activity: 2106
Merit: 282
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
""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.
newbie
Activity: 6
Merit: 0
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
member
Activity: 85
Merit: 10
""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?
sr. member
Activity: 430
Merit: 253
VeganAcademy
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.
sr. member
Activity: 263
Merit: 250
semux
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
sr. member
Activity: 263
Merit: 250
semux
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
newbie
Activity: 3
Merit: 0
@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
newbie
Activity: 1
Merit: 0
Hi there,

Doest anyone have experiences with being payed to a z address?
My payment is pending for a long time already (over 1 day) and I am curious if this is because I am mining to a Z address or that the pool is just terribly slow with payments.

Thanks guys!
sr. member
Activity: 415
Merit: 253
EDIT: sorry for my question... but it looks like that the genoils miner is 3-4times faster then the nicehash miner...
member
Activity: 65
Merit: 10
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
newbie
Activity: 5
Merit: 0
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!
newbie
Activity: 39
Merit: 0
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
newbie
Activity: 15
Merit: 0
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
sr. member
Activity: 263
Merit: 250
semux
OP not sending payments again.


seems he sent when price was down, on price up - he stops.


I was receiving a pretty consistent flow of payouts, but its been about a good 5-6 hours now? Ill be patient for now  Grin

 I received 8 maybe (9) payouts in the date 10/31/16

this guy will pay just wait .. i get paid last night and today waiting the Tx ... i'll post here the payment soon  Wink
http://coinsforall.io/#!/coin/ZCASH/wallet/t1g61TF8Vbr1yVohvhrVpEmh5c6aWzY1JHr
full member
Activity: 175
Merit: 100
I don't understand why anyone would still mine using this miner and pool...

Pool fee is 4% I think, Suprnova's for example is 1%. Minimum payment (crucial detail for small-time miners) is extremely high, I don't think the operator acknowledged one request for a 0.001 payout threshold. At Suprnova, you can set your own amounts and withdraw your earnings yourself.

I made more ZEC in less than a day using the Genoil miner v0.5 (GPU only: R9 280x, 1200/1650, 38 sol/s) than in two days using this miner and pool (15 sol/s, GCN 1 card thus Silentarmy not functional, v2 not yet added to this miner).





Genoil v0.5 was released only  ~8h ago, and you have made in ~8h, when diff is rising, more then in 2 days here, when diff was decreasing? Wow Grin
Pages:
Jump to: