Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - arodrig

Pages: [1]
1
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 15, 2013, 01:21:28 pm »
Just need to install EPEL repo for yasm

Code: [Select]
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:

Code: [Select]
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel

ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so

and then, unzip and compile.

or

Code: [Select]
yum install git

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

TO:MrDiscordia
package zlib-devel missing
Really thank you! It works really fine. Thaaaaaaaaaaank you :P

2
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 14, 2013, 02:17:13 pm »
Please, Could anyone post a step-by-step how to compile the src code for Red Hat? I can't compile it. HELP!

3
BitShares PTS / Re: Anyone else on Ypool experiencing worse mining today?
« on: December 13, 2013, 09:53:13 pm »
Hi,
My earnings has decreased too with that new "share" change. All my machines are working as usual.
I have notified some disconnects from my machines due to last connection is 1 hour ago. I think that the problem comes from Ypool, but not sure.
I have read something about other pts pools and I want to ask something:
If is better mine directly to my pts wallet, why I only find miners associated to pools? Could anyone tell me a directly miner to my wallet?
Thank you!  :D

You're gambling if you solo mine. The Protoshare-0.2 wallet allows you to solo mine. The issue with solo mining is, where you'd get ~0.9 PTS if you make 4% of the shares on a given block in a pool (say that's 5,000 shares), you'd only have a 4% chance of getting the anything if you mine solo. You would get 22.1 PTS instead of 1 PTS, but much less likely. As time goes on, difficulty increases and your odds of finding a block by solo-mining decrease. It could take on average, a month to find a block if you're currently making 22 PTS/month. The issue is.. a month from now, a block might only be 19 PTS, and difficulty could go up another 10% (or however much), meaning you'd be most likely to find a block in perhaps 35 days, and a much smaller block at that.

So, even with the 3% pool fee, you're much better off mining in a pool, long-term. Unless, you have a ton of computing power - something where you could expect to find a block solo within 2 weeks - you'd probably need the equivalent of 50 server cores (which doesn't seem profitable, unless you have free trials or a server of your own).

Then, what pool is better?

4
Hi, I want to ask a noob red hat question.
I have redhat machine, not ubuntu, so don't answer with ubuntu instructions please.

I have installed by yum: gcc-c++ and make .
So, I have tried to make a makefile on src folder of a miner, but a lot of errors appeared about std and more.
What instructions should I follow to do the same as this?(On RedHat):
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

Thank you!

5
BitShares PTS / Re: Anyone else on Ypool experiencing worse mining today?
« on: December 13, 2013, 06:25:00 pm »
Hi,
My earnings has decreased too with that new "share" change. All my machines are working as usual.
I have notified some disconnects from my machines due to last connection is 1 hour ago. I think that the problem comes from Ypool, but not sure.
I have read something about other pts pools and I want to ask something:
If is better mine directly to my pts wallet, why I only find miners associated to pools? Could anyone tell me a directly miner to my wallet?
Thank you!  :D

Pages: [1]