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

Pages: 1 ... 220 221 222 223 224 225 226 [227]
3391
General Discussion / Re: Pre-order a Keyhotee ID
« on: November 12, 2013, 07:14:25 pm »
I am keeping that info private, people may not want their keyhotee ID tied to their real ID.

ok but a public list where i can for example see - bytemaster KEYT ID - funds 0.5 then it wouldn't tied to your real ID ... or iam just missing something? ... I guess that's what jan means ...

I will work on something like this after I finish the launch of ProtoShares.

Looking forward to this public list as well.  There are a few names I'm interested in paying the founder min bid for but if they are already taken by people with much higher donation thresholds than I can manage I'd rather know that in advance so I can either pick something else or try to outbid someone more in my league.  For the money/time involved in accumulating the donation amount at current difficulty I'd like to take some of the mystery out.

Also, if I donate X PTS for my chosen name (and alternative names) yet do not get any of them due to being out bid on all of them do I get my donation back, am I given a chance to try and pick something else, or am I assigned some random variation?  Is this detailed somewhere or still being worked out?

Thank you.

3392
Code: [Select]
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include"global.h"

jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include"global.h"
 ^
make: *** [jhlib.o] Error 1


any ideas what i can do ?

Are you on a 32bit cpu or a 32bit OS?

3393
Good find.  Am I the only one that thinks this surprise 3x mining speed patch seems a bit...odd?  I dunno...just has my spidey senses tingling.
No I've been wondering about this right from the start. Haveing trouble to build the fc library. Meh,

I had to do a apt-get install cmake* and then cmake from the root fc-phenoex directory.  It seems to use the CMakeLists.txt file.  Then you need to do a cmake install_<something>. Sorry, not on the machine I built it on right now.

This helped: http://web.cs.swarthmore.edu/~adanner/tips/cmake.php

3394
Edit: It seems to need his "fast compile" software: https://github.com/bytemaster/fc
Thanks I was looking for this.

Edit: this version is very outdated.

Edit2: this one is the most current one, https://github.com/InvictusInnovations/fc

Good find.  Am I the only one that thinks this surprise 3x mining speed patch seems a bit...odd?  I dunno...just has my spidey senses tingling.

3395

Like any other exchange just use caution. 

- Do NOT use the exchange as your wallet. 
- Do your trade and withdraw any coins you're not willing to lose. 

While the folks running the site could have the best intentions sh*t happens and it could blink out of existence at any time and take your coins with it.

Just Google ltc-wallet.com to see what can happen.....everything seems lagit for a period of time and then *poof* gone forever.


3396
xolo could you add this 200% speed boost to ptsminer?

By Popular Demand I have decided to publish my updates to the momentum search method: http://the-iland.net/static/downloads/momentum.cpp

Now go and make it better and decentralized!

Edit: It seems to need his "fast compile" software: https://github.com/bytemaster/fc

3398
I wrote this crude restart_ptsminer.sh script that runs once a minute on cron to keep it going.

Just put the miner in an endless loop.

Code: [Select]
#!/bin/bash
while true; do
    ./ptsminer [-options]
    sleep 10
done


Yup, that works too but my way I don't need a shell open (retrospective lame benefit..I just didn't think of the endless loop at the time).

3399
Looking for feedback.  How is this pool guys?

Been very good so far.  Op was on top of the fork before it happened and has been active in the forum helping folks with issues.  So far the pool has been rock solid.  I am getting some crashes on my Linux ptsminer (maybe every couple hours) but that could be my system.

I wrote this crude restart_ptsminer.sh script that runs once a minute on cron to keep it going.

Code: [Select]
#!/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUNNING=`ps -ef |grep ptsminer|grep -v grep`
if [ "$RUNNING" == "" ]; then
 nohup ptsminer -poolip=ptsmine.beeeeer.org -poolport=1337 -poolpassword=1 -pooluser=Povrejv79HQ4Fw2h2JapyyybbniUQZAhce -genproclimit=4 &
fi

3400

Thanks Xolo!  The /user page is a huge help.  I am also a big fan of the text only web site.  My slow ass PII wallet slave laptop thanks you too lol.

just added:

http://ptsweb.beeeeer.org/user/Puk4cqPnGynvDGw9Mu1ubce1XPQmEw8B3c
http://ptsweb.beeeeer.org/user/Pf5xsHsidzV2WYWgdHPgptEwFyfpmcn3pe
http://ptsweb.beeeeer.org/user/PvSMfZEqYn1ADURv8GoFfw8vTNAPT1c9dg
http://ptsweb.beeeeer.org/user/PiQFZ9vj8kD5CuTyRc96zs9rhtRH22BV7q

it's a little bit messy atm, but i think it will be helpful (work in progress)
you have to reach 1.0 PTS before you get any payout (it's mentioned in the first post of this thread)

3401
Hi !
I got accepted valid share with miner v04 and PTS address seems valid but my balance is not updated in the payout pages of successive payouts. any idea ?

Looks like the last block to payout was 1200.  I think there's been 23 blocks found since then (blocks lists up to 12122).  Maybe his payout script crashed :).  Do you see your address in any of the blocks listed here? http://ptsweb.beeeeer.org/blocks

3402

New client is working great!  Compiled the source for my Linux i5 and it's running well too.  Thanks for all your hard work!  Was getting 80% rejects before but with your new miner it's happy days :).  Just got payed out at the 1PTS threshold so all is well for me.

Stats for 7 threads on an FX-8350 (one thread reserved for cgminer).

[STATS] 2013-11-10 15:15:33 | hashmeter 9.616751 hashs/min
VL: 119 (93.7%), RJ: 8 (6.3%), ST: 0 (0.0%)

Cheers.

Pages: 1 ... 220 221 222 223 224 225 226 [227]