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

Pages: 1 2 3 [4]
46
BitShares PTS / jhProtominer license
« on: December 07, 2013, 06:07:21 pm »
What license is jhProtominer source released under?

GPL? LGPL? MIT? MPL? APL? Zlib? etc

48
Have a look at Nxt: https://bitcointalk.org/index.php?topic=345619.0

Did you get paid to put this here? They are only giving them out to people that "promote" the coin on other forums.
No, I didn't. I posted it there because Nxt is Proof-of-Stake-only coin.

49
BitShares PTS / Re: Exchanges
« on: December 01, 2013, 11:55:54 am »

51
I just pushed a short perl script for pretty output of my current mining stats to GitHub.

https://github.com/spommerening/ptstools

If someone finds this useful too - please help yourself.
(Linux with Perl, Lynx should be installed)
Thanks! Very useful.

My usage:
Code: [Select]
#!/bin/bash

cd "$(dirname "$0")"

while true
do
        out="$(./status_ptsweb.pl addr1 | tail -n 6)"
        clear
        date
        echo
        echo "addr1"
        echo "$out"
        sleep 30
done

52
sneak preview of v0.6 is available at github (for mac&linux, windows will have to wait for a binary)
including sphlib support (more col/min) & high-rejection rate fix (atm it's more of a workaround) for machines with lots of threads
Hey @xolokram, please add Intel AVX/SSE4 SHA512: https://github.com/moinakg/pcompress/tree/master/crypto/sha2
It's 30% faster than sphlib. + you should add command line argument to toggle sse4/avx, because cpuid on Amazon AWS reports about AVX, but actually Xen hypervisor doesn't support it.

Also could you please add total unconfirmed balance to the user stats page?

53
@Xolokram, could you please add amount of unconfirmed PTS to the stats page?
Thanks!

54
BitShares PTS / Re: PTSPool.com WTF
« on: November 17, 2013, 11:12:50 am »
Ok. Thank you!

55
BitShares PTS / PTSPool.com WTF
« on: November 16, 2013, 11:27:44 pm »
PTSPool.com just sent all PTS mined by people to one address:
Quote
支付记录 Payout history:
...
[2013-11-16T16:00:00Z] 710.2910 PTS sent: de7afc97a57f996fc55d3762a6de6138b1e168a2b80ef39f64bd0762fc9839c6

WTF?

Pages: 1 2 3 [4]