Search content
Sort by

Showing 15 of 15 results by evilfreak
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zdash Private Secure Transactions [bounties][Launched]
by
evilfreak
on 25/11/2016, 07:37:17 UTC
Yah, something is worng with this coin .
I believed in project but as time passes by i think its total scam....
Someone is pumping/dumping coin price so there is no real trade in exchange.

Wish you best guys Smiley
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v4.0
by
evilfreak
on 11/11/2016, 07:51:50 UTC
Quote
Please make linux version of your perfect miner
https://bitcointalk.org/index.php?topic=1670733.msg16836757#msg16836757

So what,
 i dont care about toxic guys that insolted Claymore. Man is doing his job and i dont carea about the share for him because he mades miners and he need to earn money to live with while making them for all curencies.
I hope he will think about it.

You didn't fully read Claymore's post. He clearly knows it is hard for him to secure his code from disassembly on a Linux version.

If someone wants to disassembly his code under windows, nobody can stop him Smiley. Beleive me Smiley
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v4.0
by
evilfreak
on 11/11/2016, 07:44:01 UTC
Quote
Please make linux version of your perfect miner
https://bitcointalk.org/index.php?topic=1670733.msg16836757#msg16836757

So what,
 i dont care about toxic guys that insolted Claymore. Man is doing his job and i dont carea about the share for him because he mades miners and he need to earn money to live with while making them for all curencies.
I hope he will think about it.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v4.0
by
evilfreak
on 11/11/2016, 07:10:23 UTC

Claymore, man.... Please make linux version of your perfect miner.
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 01/11/2016, 06:16:13 UTC
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
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 31/10/2016, 10:50:22 UTC
Hi allz i have amost the same problem like @lpedretti. Using zcashgpuclient_silentarmy build from git for ubuntu 14.04.
rig1   GPU   4   39 ms   0 C°   27.515 sols/s    2 cards
rig2   GPU   4   39 ms   0 C°   27.211 sols/s    2 cards
rig3   GPU   4   39 ms   0 C°   27.713 sols/s    2 cards
rig4   GPU   2   36 ms   0 C°   25.237 sols/s    1 card

I cant understand why the rig with 1 card make almost the same like theese with 2 cards

config rig4
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig4";
platform="amd";
onCrash="0";
devices=["1"];
worksizes=["256"];
threads   =["8192"];
corefreq  =["-1"];
memfreq   =["-1"];
powertune =["-1"];
fanspeed =["-1"];

configs rig 1-3
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig1";
platform="amd";
onCrash="0";
instances="2";//tryed with and without it no change
devices=["1","1"];
worksizes=["256","256"];
threads   =["8192","8192"];
corefreq  =["-1","-1"];
memfreq   =["-1","-1"];
powertune =["-1","-1"];
fanspeed =["-1","-1"];

Please someone help me, 10x in advance


I have the same issue and can't figure it out.
What are the differences on rig itself (CPU, system RAM, OS,...)?
All rigs Ubutnu 14.04, all video drivers same, build in same way mining software from git. All videocards r9 290 8gb vram, all system 4gb ddr ram
rig 1-3 sempron
rig 4 celeron
on eth there was no difference between rig1,2,3,4. rig4 does exacly 1/2 of what does every of other tree rigs
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 31/10/2016, 09:08:08 UTC
Hi allz i have amost the same problem like @lpedretti. Using zcashgpuclient_silentarmy build from git for ubuntu 14.04.
rig1   GPU   4   39 ms   0 C°   27.515 sols/s    2 cards
rig2   GPU   4   39 ms   0 C°   27.211 sols/s    2 cards
rig3   GPU   4   39 ms   0 C°   27.713 sols/s    2 cards
rig4   GPU   2   36 ms   0 C°   25.237 sols/s    1 card

I cant understand why the rig with 1 card make almost the same like theese with 2 cards

config rig4
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig4";
platform="amd";
onCrash="0";
devices=["1"];
worksizes=["256"];
threads   =["8192"];
corefreq  =["-1"];
memfreq   =["-1"];
powertune =["-1"];
fanspeed =["-1"];

configs rig 1-3
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig1";
platform="amd";
onCrash="0";
instances="2";//tryed with and without it no change
devices=["1","1"];
worksizes=["256","256"];
threads   =["8192","8192"];
corefreq  =["-1","-1"];
memfreq   =["-1","-1"];
powertune =["-1","-1"];
fanspeed =["-1","-1"];

Please someone help me, 10x in advance
Post
Topic
Board Mining (Altcoins)
Re: ZCash hashing speed ! what you get , what you using , (wallet/pool/hardware)
by
evilfreak
on 31/10/2016, 08:58:58 UTC
Hi allz i have a problem. Using zcashgpuclient_silentarmy build from git for ubuntu 14.04.

rig1   GPU   4   39 ms   0 C°   27.515 sols/s    2 cards
rig2   GPU   4   39 ms   0 C°   27.211 sols/s    2 cards
rig3   GPU   4   39 ms   0 C°   27.713 sols/s    2 cards
rig4   GPU   2   36 ms   0 C°   25.237 sols/s    1 card

I cant understand why the rig with 1 cards make almost the same like theese with 2 cards

config rig4
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig4";
platform="amd";
onCrash="0";
devices=["1"];
worksizes=["256"];
threads   =["8192"];
corefreq  =["-1"];
memfreq   =["-1"];
powertune =["-1"];
fanspeed =["-1"];

configs rig 1-3
server = "coinsforall.io";
port = "6668";
address ="t1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt";
name ="rig4";
platform="amd";
onCrash="0";
instances="2";//tryed with and without it no change
devices=["1","1"];
worksizes=["256","256"];
threads   =["8192","8192"];
corefreq  =["-1","-1"];
memfreq   =["-1","-1"];
powertune =["-1","-1"];
fanspeed =["-1","-1"];

Please someone help me, 10x in advance
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 21:48:25 UTC
Can someone help me to make my miners restart automatically when they are
[GPU 0] crashed!
[GPU 1] crashed!
.................
or
Stale share.
i`m using ubuntu 14.04 LTS and ./zcashclient_silentarmy

10x in advance to all that will help
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 15:01:54 UTC
Now my rigs are online, 10x to all that helped me out.
Wish you best guys.
10x to eXtremal to good job he is doing Smiley
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 11:16:53 UTC
./zcashgpuclient_silentarmy
madPrimeMiner-v1.1
ClientName = 'desktop'  ClientID = 1962103082  InstanceID = 4207130652
Address = 't1WAhAPgwbk8J3rHAfwbHHAggg2QjuBM7Lt'
terminate called after throwing an instance of 'config4cpp::ConfigurationException'
Aborted (core dumped)
and i dont know what to do
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 10:51:26 UTC
after starting it i receive this error
terminate called after throwing an instance of 'config4cpp::ConfigurationException'
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 10:43:51 UTC
eXtremal

Thanks for everything, loving your work  Wink
He is the man i just suceeded to compile the miner for ubuntu 14.04, but i cant still understand how to run it Sad
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 09:41:15 UTC
Hi, can somone help me build the miner for ubuntu 14.04.
When i clonned git but after that i cant download dependencies and cant compile it Sad
sudo apt-get install libprotobuf-dev protobuf-compiler libzmq5-dev libczmq-dev libgmp-dev libssl-dev libsodium-dev
there are missing libzmq5-dev and  libczmq-dev
Thanks in advance
https://forum.z.cash/t/another-open-sour-e-gpu-miner-for-windows-linux/3170/22
10x man ill try Smiley
Post
Topic
Board Mining (Altcoins)
Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)
by
evilfreak
on 30/10/2016, 09:05:29 UTC
Hi, can somone help me build the miner for ubuntu 14.04.
When i clonned git but after that i cant download dependencies and cant compile it Sad
sudo apt-get install libprotobuf-dev protobuf-compiler libzmq5-dev libczmq-dev libgmp-dev libssl-dev libsodium-dev
there are missing libzmq5-dev and  libczmq-dev
Thanks in advance