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

Pages: 1 2 3 4 [5] 6
61
I am still unable to connect. Pool down?

62
BitShares PTS / Re: [GUIDE] Mining on Amazon EC2 using Spot instances
« on: November 13, 2013, 10:19:37 pm »
I think you need a german phone number for jiffybox. Check out Profitbricks.

63
BitShares PTS / Re: [GUIDE] Mining on Amazon EC2 using Spot instances
« on: November 13, 2013, 09:10:19 pm »
Check jiffybox. Not as professional as amazon but 0.02 € / hour for a 3 core Xeon is just great.

64
BitShares PTS / Re: [GUIDE] Mining on Amazon EC2 using Spot instances
« on: November 13, 2013, 04:30:10 pm »
The priced rised over the day.

I switched to other cloud computing services because they are way cheaper.

65
Code: [Select]
traps: jhProtominer[8653] trap invalid opcode ip:40a200 sp:7fbe7f6072f8 error:0 in jhProtominer[400000+10000]
Illegal instruction

I am getting this error on one of my cloud machines. Any ideas?

Fixed by -march=corei7

66
Code: [Select]
traps: jhProtominer[8653] trap invalid opcode ip:40a200 sp:7fbe7f6072f8 error:0 in jhProtominer[400000+10000]
Illegal instruction

I am getting this error on one of my cloud machines. Any ideas?

67
BitShares PTS / Re: [GUIDE] Mining on Amazon EC2 using Spot instances
« on: November 13, 2013, 11:01:48 am »
Just testing this with jhProtominer on a t1micro instance (remember, testing) but after launch it says:
Code: [Select]
xpt: Logged in with Sykh.t1micro
Illegal instruction (core dumped)

Does it work on the bigger ones?

Haven't tried with this miner software; but t1.micro are special in some ways; use at least a m1.small to test. Also be sure to use a 64bits OS.
I'll try this miner this evening.

jhprotominer works great on c1.xlarge -

68
BitShares PTS / profitability calculation
« on: November 13, 2013, 10:22:07 am »
Hello,

at first: thanks again for the help. You guys are awesome  ;D .

So. Here is my little problem.

I have access to a lot of very different computers (at home, private servers, business servers, university servers, cloud stuff like amazon ec2 and so on...). 95% are linux based.

The servers with free resources that are online anyway are already mining on ypool.

But what about all the other resources i could use? I have some values like collisions/min of the miners, Share value/h on ypool and $/h i have to pay for cloud resources or electricity costs but i do not know how to "connect" these values.

Can somebody help me to find out what miners are profitable and what is just a waste of time/money?

Thanks.

JohnD

69
BitShares PTS / Re: How to mine on Debian wheezy servers?
« on: November 13, 2013, 10:06:38 am »
Thanks for your replys.
My servers are mining on ypool now :)

70
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?

71
Hey,

the payout does not really work for me. I have ~4 PTS now and my auto payout is set to 2.

72
Hmm the auto reconnect does not work for me.

73
BitShares PTS / Re: Linux Port Available
« on: November 12, 2013, 06:10:20 pm »
Thank you very much. It runs great! I am getting 100-140 collisions/min on my Xeon. Is that good?

Pretty nice.

Pls check the log, find if the server rejects your share by `Share data time overflow'. I don't know if this is my bug; I'm working on this now.

BTW: Donate if you like it ;)

Donated ;)

I cannot see something unusual so far. 7 workers are running fine now.

74
BitShares PTS / Re: Linux Port Available
« on: November 12, 2013, 05:04:27 pm »
Hi everyone,

I've port this miner to Linux. It makes ~85cpm on a Intel Xeon E5620(4C8T@2.4GHz) and 16GB memory. It's really fast (although the codes are so bad formatted). Thanks jh.

Github
https://github.com/Tydus/jhProtominer/tree/linux-port.

How to use
git clone https://github.com/Tydus/jhProtominer -b linux-port
make CFLAGS="-O3 -march=native"
./jhProtominer -o ypool.net -u tyeken8.1 -p 1 -m512

Questions
PM me or issue on github.

Donate
BTC: 1PNDpCQhpvqGLFSYVLZH9gfnz1zuM4cmmi
PTS: PrfVTi6z6iZY7p6jGTLqc2AUycWJgDu42D

Thank you very much. It runs great! I am getting 100-140 collisions/min on my Xeon. Is that good?

75
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 12, 2013, 02:00:27 pm »
Hey,

i am trying to start your linux miner on debian wheezy but i am getting this error:
Code: [Select]
./coyote_miner: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./coyote_miner)

Any ideas how to fix it?

Pages: 1 2 3 4 [5] 6