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 - m0rph

Pages: 1 [2] 3
16
BitShares PTS / Re: Difficulty Algorithms
« on: November 17, 2013, 08:11:51 pm »
It appears that we have an average of 2 minute blocks now.   Much better than 30 seconds :)

I think a lot of miners dropped off after the latest difficulty increase.    Those cloud computers get rather expensive at this difficulty level.

Except that ypool still has over 40k workers right now, which is basically what it has had the entire time. So either people still are using HUUUUUUUUUUGE cloud farms or we are still getting raped by botnets.

17
Ypool appears to have adopted a policy of including a maximum of one transaction per block, which appears to be slowing down transaction confirmations on the network.  Compare the ypool stats page to the list of 1-transaction blocks on

http://btsblock.com/chain/ProtoShares

Several people have noticed that transactions are getting held up with 0 confirmations (with or without transactions fees) as numerous blocks roll by until a different pool finds a block, at which a bunch of transactions finally get their first confirmation.

This seems harmful to the network as a whole.

I've noticed this issue as well.

18
Damn, with tonights diff jump supply is going increasing a lot slower.

19
Definitely wouldn't complain about a GPU miner being released, my 7970's would love to be mining PTS

20
General Discussion / Re: Coinground Alpha PTS Exchange - trading back up!
« on: November 15, 2013, 08:52:53 pm »
Just used it without an issue, thanks for your service!

21
Marketplace / [WTS] 15 PTS @ .008
« on: November 13, 2013, 10:29:00 pm »
Selling 15 PTS @ .008 BTC each. Just buy the whole lot of 15 at once since it ain't that much :P

15 PTS - 0.12 BTC

Buyer send first or pay escrow, it's a small transaction, deal with it  8)

PM me if interested. :)

22
BitShares PTS / Re: jhProtominer - CPU and collisions/min charts
« on: November 13, 2013, 10:16:34 pm »
i7 3630QM @ 2.4 GHz - 110 collisions/min - jhProtominer -t 8 -m512

AMD Phenom II x4 965 Black edition @ 3.4 GHz - 70 collisions/min - jhProtominer -t 4 -m512

23
Interesting i thought it would auto payout at 10 .. i guess thre is a issue then..
PTS come to daddy quick!

It just paid out so all's well :D

24
I have 3 pts and still no payout even though payout set to 2 pts. What's wrong?

Similar problem here.
Why is the payout so delayed?

Same issue, have almost 10 PTS sitting in my pool wallet and no payout.

25
BitShares PTS / Re: How to mine on Debian wheezy servers?
« on: November 13, 2013, 11:01:24 am »
This is the setup script I use for my single core VPS's. (Note this connects to ypool and uses their miner)

1.
Code: [Select]

cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
2.
Code: [Select]
git clone https://github.com/Tydus/jhProtominer -b linux-port3.
Code: [Select]
cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3"
echo "while true; do ./jhProtominer -o ypool.net -u m0rph3us0xF.m0rph3us0xF.1 -p 12345 -m256 -t 1; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh


I think I'll buy the $20 version at digital ocean and mine some coins. should be possible, right? :)

Yep, just make sure you increase the correct values (-m512 and -t2 for the $20 one)

26
BitShares PTS / Re: How to mine on Debian wheezy servers?
« on: November 13, 2013, 10:24:04 am »
Welcome to the pool :D

27
BitShares PTS / Re: How to mine on Debian wheezy servers?
« on: November 13, 2013, 10:03:27 am »
This is the setup script I use for my single core VPS's. (Note this connects to ypool and uses their miner)

1.
Code: [Select]

cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
2.
Code: [Select]
git clone https://github.com/Tydus/jhProtominer -b linux-port3.
Code: [Select]
cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3"
echo "while true; do ./jhProtominer -o ypool.net -u m0rph3us0xF.m0rph3us0xF.1 -p 12345 -m256 -t 1; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh


28
any chance to get get servers reconnect when connection is lost? Must to work and can't have a look the hole time.. Tipps appreciated...
any workaround?

Thx

This works for linux builds.  :)

cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3"
echo "while true; do ./jhProtominer -o ypool.net -u m0rph3us0xF.m0rph3us0xF.1 -p 12345 -m512 -t 8; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh

don't need to do this now. I fixed the Sleep bug earlier

So it is fixed in your current git code?

yeah, do git pull on linux-port branch works well

Excellent, thanks for the info!

29
any chance to get get servers reconnect when connection is lost? Must to work and can't have a look the hole time.. Tipps appreciated...
any workaround?

Thx

This works for linux builds.  :)

cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3"
echo "while true; do ./jhProtominer -o ypool.net -u m0rph3us0xF.m0rph3us0xF.1 -p 12345 -m512 -t 8; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh

30
Pool seems to be down. Also showing down on isup.me

Pages: 1 [2] 3