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

Pages: [1] 2
1
And for Linux?

2
BitShares PTS / Re: jhProtominer - CPU and collisions/min charts
« on: December 15, 2013, 12:30:56 am »
Amazon AWS cc2.8xlarge, 32 Threads, 279 cpm jhProtominer -m512
Amazon AWS cc2.8xlarge, 32 Threads, 309 cpm ptsminer 0.5 based on jh's

cc2.8xlarge, dual Xeon E5-2670, 847 cpm jhProtominer-yvg1900 32Threads * 1024MB

Update: updated miner, ~900cpm now.
Update: updated miner again , ~955cpm now.
Update: updated miner again , ~985cpm now.

On my other machine. single Xeon E3-1230 V3, 8Threads * 1024MB. 336 cpm

3
中文 (Chinese) / Re: 关于jhprotominer linux 使用的一些问题
« on: December 05, 2013, 03:07:30 am »
Momentum的目的就是找冲突
然后e我猜是标准差

4
BitShares PTS / Re: Interest in New Pool
« on: November 14, 2013, 11:29:47 pm »

Ddos


Sent from my iPhone using Tapatalk

??  I will have backup servers ready to launch.

If you launch I may back here but I'm tired to switch my 40 PCs(switch all of them …fuck)


Sent from my iPhone using Tapatalk

write batch deployment scripts

5
From the current perspective it doesn't look like ypool will be back anytime soon. We are experiencing some technical difficulties that will likely force us to switch to a different machine, maybe even a different provider. If thats the case it will take at least a day until everything is up and running again. The good news is that no data was lost.
I recommend switching to a different pool for the meantime. I'll keep you updated as we go. I might also setup a IRC channel later.

Follow our twitter for updates:
https://twitter.com/ypool_net

Just pay our PTS (even if we are below the auto-payout) this will make us more quiet

yeah that's right

6
BitShares PTS / Re: jhProtominer - CPU and collisions/min charts
« on: November 14, 2013, 12:20:09 pm »
Amazon AWS cc2.8xlarge, 32 Threads, 279 cpm jhProtominer -m512
Amazon AWS cc2.8xlarge, 32 Threads, 309 cpm ptsminer 0.5 based on jh's

cc2.8xlarge, dual Xeon E5-2670, 847 cpm jhProtominer-yvg1900 32Threads * 1024MB

Update: updated miner, ~900cpm now.
Update: updated miner again , ~955cpm now.
Update: updated miner again , ~985cpm now.

BTW: another machine E3-1230 V3, 8Threads * 1024MB, 336 cpm

7
And it's back. Maybe just an upgrade.

Down again. HTTP 503

8
I keep getting:
Code: [Select]
Share found!
Invalid share
Resaon: Share data time overflow

on my old debian (amd64) laptop (core2duo, just reinstalled).

Any ideas?

Nop, this is a known issue. It occurs on of my servers too. I need jh00's support to debug that.

apt-get install ntp
solves issue :)

donations there :)
PuYS74wpW97jvMUNsm2Nj6vr6zaD12dthx

wow! I didn't even check the system time! thx! donated.

9
I keep getting:
Code: [Select]
Share found!
Invalid share
Resaon: Share data time overflow

on my old debian (amd64) laptop (core2duo, just reinstalled).

Any ideas?

Nop, this is a known issue. It occurs on of my servers too. I need jh00's support to debug that.

10
hey jh00 HUGE problem, my balance back to 0.0000000 PTS

same problem here

verify your current coin mode is pts

11
I tried switching to the sphlib library for better sha512 performance, I seem to be getting about 50% more collisions per minute on my test system

I would be happy if someone could test how it affects their performance.
https://github.com/FrzMe/jhProtominer/tree/linux-port

Great work!!
It boost my E5620 from 91 to ~96. Not very fast, don't know why..

I've merged your changeset (-b sph), add memory of 1024 ~4096MB as well.

12
Woha. Ypool now has coll/m: 1495296.00 and 50000 connected workers.

Actually that's very bad for Protoshares. Look at the overall stats. Looks like Ypool finds nearly every block there is and could pull off a 50% attack with ease. I know, there is no reason he should do it, because the 6% fee is quite lucrative and he will protect his investment. But still that is fundamentally not good for a crypto currency.

We need a solo miner with similar performance to level out the playing field and make this a decentralised currency again!

You are right!

We need external miner for Protoshares-Qt like ypool miner or private custom pool.

well it's not so hard, expecting someone to write it

13
Waiting for payout:

BALANCE (PTS)
2.80319504

haha, ayase chan. I use your avatar as a emoticon in my daily chatting. ww

14
Sorry for the downtime. There was a ddos attack a few days ago which forced us to migrate to new software/hardware immediately to withstand the attack, it worked but the downside is that the service is a bit unstable now. Yesterday I found a very critical bug that probably has caused a majority of the crashes. Since it was fixed there has not been a single second of downtime caused by our own software. The recent 5 hour downtime was due to a hard disk failure, which is just bad luck and it was also the only time since the launch of our pool where the pool server for mining was down and not only the fronted.

Again I am sorry for the inconvenience.

The good news is that we have ~5000 workers connected and find a block every 6 minutes, not bad for a pool that is up for only 18 hours.

HI,jh00
how to set 1024 megabytes of memory per thread?
pls help me
THX.

merge my master branch, that one has 1024, 2048 and 4096 MB options

15
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

Pages: [1] 2