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

Pages: [1]
1
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 12, 2013, 08:48:49 am »
I'm running the miner on a bunch of diff servers using the same PTS address.  Sometimes the status line comes back with:
  valid: 0  invalid: 0  balance: 0  paid: 0  earned: 0  pps: 0.00814957  fee: 10%  address: PTSADDRESS  hpm: XXX

then the next status line shows the correct counts.  Is this an issue or expected?  Should I use a diff PTS address for each miner?

2
I can facilitate: 

Send BTC Here:  1F8kjbSVVBZK1uRgdm7junP5JsWbwN8REN
Send PTS Here:  PnCxbJ19giDUcLnFVKrnDuAt5YePHcPcZ7     

sent https://blockchain.info/tx/35548fa99f3275051bad9a6b5ee7bf4dd24dc5aaf2ad647502150af05b1d0ead

Have sent 1000pts to PnCxbJ19giDUcLnFVKrnDuAt5YePHcPcZ7

Transaction ID: 129229d89bf28991b274a55a09ee1beaa4862f9fd01c4269c1dfaca300e89901

My BTC address: 1oHY14AG2cpGwrwq9RXvk5xTQLwdHEMPw

BTC: 71f854a5cd3265fd35735a27f276e52e13105bb58c67dae85cf379a41cc36bf6-000
Note: I incurred a transaction fee performing this.

PTS: 934b615a39c9fa838dfdd5a23dce7442601b90d95af1f8273fea9b2e423153fb-000

Thank you bytemaster, just reimbursed you the fee

3
I can facilitate: 

Send BTC Here:  1F8kjbSVVBZK1uRgdm7junP5JsWbwN8REN
Send PTS Here:  PnCxbJ19giDUcLnFVKrnDuAt5YePHcPcZ7     

sent https://blockchain.info/tx/35548fa99f3275051bad9a6b5ee7bf4dd24dc5aaf2ad647502150af05b1d0ead

4
I can facilitate.

My PTS address: PcTmnxCeczh79WUphPzpFBy7Qd7p4fmsDw

As soon as I get bytemaster's BTC addr I will send 10BTC

5
Updating:
WTB 1000 PTS at 0.01 BTC each (total 10 BTC)
I will sell 1000PTS to you. how to exchange

Great!  I guess we should use an escrow.  Bytemaster as the creator of this currency are you willing to escrow this transaction?  We both send our funds to you and then you distribute?  Or bo shen maybe?

6
Updating:
WTB 1000 PTS at 0.01 BTC each (total 10 BTC)

i'd sell 100PTS for 1BTC

Ok?

sorry, min 500PTS

7
Updating:
WTB 1000 PTS at 0.01 BTC each (total 10 BTC)

8
BitShares PTS / Re: Mining on Linux instructions?
« on: November 06, 2013, 01:20:58 am »
So then does the current implementation have any implications for preferring less cores or anything like that?  Does mining with a higher # of cores result in more "stale blocks" for some reason?  Or would that not make a difference.

9
BitShares PTS / Re: Mining on Linux instructions?
« on: November 06, 2013, 01:16:06 am »
I'm gonna go with implementation issue, considering kill -9 can stop anything dead in its tracks.  Once you see a valid block all current mining instructions should be halted and restarted with new latest block.

10
BitShares PTS / Re: Mining on Linux instructions?
« on: November 06, 2013, 12:54:26 am »
I just found lots of 'generated block is stale' in my debug logs.  Is this normal?  I'm assuming this means the miner found a block but right before it found it someone else found a block.  I wouldn't expect to see this very often unless blocks were comin g really fast?  But I found like 10 of these errors.

11
Will buy up to 10,000 PTS for 20BTC total  (0.002 BTC each)

Will use escrow or trusted 3rd party (bo shen?)

12
BitShares PTS / Re: Mining on Linux instructions?
« on: November 05, 2013, 12:00:37 pm »
And now the windows box has found one while the Linux miners which have waaaay more power still have nothing and have been running more than 3x as long.  I'm getting pretty convinced at this point that something actually is causing them to be mining extremely slow.  Even though they're all maxing all CPUs.

Is anyone running a Linux miner consistently reporting a HPM that isn't 0 or is over 10?

13
BitShares PTS / Re: Mining on Linux instructions?
« on: November 05, 2013, 11:19:33 am »
all my cores are maxed out, but is there any way to verify it's mining correctly?

hashespermin in getmininginfo shows 0 and the hashespersec command also shows 0

And is there any way to find out how many blocks you've found other than checking your balance?

./protosharesd getmininginfo
{
    "blocks" : 38,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00000095,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespermin" : 0,
    "pooledtx" : 0,
    "testnet" : false
}

./protosharesd gethashespersec
0

P.S. I love the idea of ProtoShares and BitShares

Yes, this should work, but takes 4 or 5 minutes before it reports figures.

find a block yet? i've been running (from hashespermin) sum of 14.5 or so. no block yet. hah keep digging. :)

Nope.  It'd be real nice to have the hashrate in getmininginfo fixed for Linux.  I'm running both a Linux and win32 miners.  The Linux machine is way way more powerful than the windows one yet the Windows miner shows about 12 HPM whereas the Linux one is usually 0, but sometimes shows 1.xx or 0.xx.  Just making me worried theres a bug and it's not actually mining with the full power of the machine.

14
BitShares PTS / Re: Mining on Linux instructions?
« on: November 05, 2013, 08:31:26 am »
all my cores are maxed out, but is there any way to verify it's mining correctly?

hashespermin in getmininginfo shows 0 and the hashespersec command also shows 0

And is there any way to find out how many blocks you've found other than checking your balance?

./protosharesd getmininginfo
{
    "blocks" : 38,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00000095,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespermin" : 0,
    "pooledtx" : 0,
    "testnet" : false
}

./protosharesd gethashespersec
0

P.S. I love the idea of ProtoShares and BitShares

Pages: [1]