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

Pages: 1 2 3 4 [5]
61
General Discussion / Re: Initial delegates, let's get ready!
« on: June 08, 2014, 02:40:49 am »
Node spec: (currently running on Ubuntu 14.04 VM in Canada - can upgrade to dedicated HW or move to AWS. Will size as required)
1.5GB
1 vCPU

bitder-delegate-1: XTS6qTT13ykM2kshakrFS4M4o4TcpNPhkQuV1h8dL2UJbZyQU2yMd
bitder-delegate-2: XTS6SoXmqo5vdHYNXvyjxUoMQjeFFj2kXQHJKG4sK1JCESdmgJ7rt
bitder-delegate-3: XTS5BwuZQfFMpktrVsXLUDQxgnXg3iVY4EVQMbd1Y4BNz145kQdh6
bitder-delegate-4: XTS5TQbUB5UBmEG9ATLBhHe1Aw4AbctmTNji5QgHv9SFXX7rJAK64
bitder-delegate-5: XTS8Tq5MvRyU7PMBAMXCMRXTqNvfUzoHr9jK1Bo6K245FKZ5BFJxM

62
Stakeholder Proposals / Re: Candidate Billboards
« on: June 03, 2014, 02:29:51 am »
**** reserved ****

63
I'm interested.
Will host in Canada or on Amazon EC2.

64
BitShares PTS / Re: 1 tx per block in past 18 hours
« on: May 28, 2014, 04:24:27 am »
I especially like this comment in the  ptsminer for beeeeer.org https://github.com/thbaumbach/ptsminer.git (which appears to have been based on the jhProtominer but looks like it's been mostly rewritten)

Code: [Select]
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 526)        std::cout << "********************************************" << std::endl;
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 527)        std::cout << "*** ptsminer - Pts Pool Miner v" << VERSION_MAJOR << "." << VERSION_MINOR << " " << VERSION_EXT
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 528)        std::cout << "*** by xolokram/TB - www.beeeeer.org - glhf" << std::endl;
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 529)        //std::cout << "*** thanks to jh00, testix & Co." << std::endl; //...for no transactions in the network? pff!
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 530)        std::cout << "***" << std::endl;
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 531)        std::cout << "*** press CTRL+C to exit" << std::endl;
acecb9b0 (Thomas Baumbach 2013-11-21 20:18:32 +0100 532)        std::cout << "********************************************" << std::endl;


65
BitShares PTS / Re: 1 tx per block in past 18 hours
« on: May 28, 2014, 04:13:52 am »
Finally a block included transactions...

this pool is good: https://coinplorer.com/PTS/Addresses/PrrtrqsqSi1nVpBwer46WaY4x9kr1Cw9fA
this pool is bad:   https://coinplorer.com/PTS/Addresses/PpXRMhz5dDHtFYpbDTpiAMJaVarMUJURT6

Though the "bad" pool is excluding even its own transactions. Any idea who owns what? I emailed ypool and but can't find contact info for beeeeer.org

The problem is with the ypool miners which are all derived from https://github.com/jh000/jhProtominer.git
Specifically, if the miners are still running without these 3 fixes (which is likely for the older optimized forks)

Code: [Select]
commit bc32c370ecdf93d3d21b14029694b99c2ea9ae56
Author: JH <jh@jhwork.net>
Date:   Sat Nov 23 18:31:16 2013 +0100

    Better transaction handling

commit 2bc39593dad391353a68adb5bfe6b950da268800
Author: JH <jh@jhwork.net>
Date:   Wed Nov 20 02:43:05 2013 +0100

    Interrupt on new work
   
    The miner now stops processing the current work when a new block
    appears.

commit 151634efd03d3e07fda5d701e0da337ef5b98aef
Author: JH <jh@jhwork.net>
Date:   Tue Nov 19 00:53:37 2013 +0100

    Critical transaction fix
   
    Fixed a little bug that made it impossible for the xpt pool server to
    generate valid blocks that contain non-coinbase transactions.






Pages: 1 2 3 4 [5]