jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 01, 2011, 08:22:06 AM Last edit: March 13, 2011, 08:29:29 PM by jgarzik |
|
Over the next week or two, I am testing some new mining pool software. If you can spare a miner for an hour or day or three, testing is greatly appreciated. Worker registration and basic pool details at http://pool.yyz.us/register.htmlThis is alpha quality software right now -- still have not found a single block. Payments are made on a best effort basis; this is brand new software and bugs are guaranteed. The server will go up and down as software updates are applied, so don't be surprised if you occasionally see connection errors. Please send bug reports and other feedback to jgarzik@gmail.com. Thanks!
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
ElectricGoat
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 01, 2011, 09:09:04 AM |
|
I registered a worker and found a share, so that part works. Having a statistics page would be nice, but I suppose that's already on the todo list.
|
|
|
|
motherhumper
Newbie
Offline
Activity: 16
Merit: 0
|
|
February 01, 2011, 09:32:09 AM |
|
registered a worker, mining now... address should be without http:// shouldnt it? Connect your miner to http://pool.yyz.us:8334/ using the username/password you registered in the above form.
|
|
|
|
ColdHardMetal
|
|
February 01, 2011, 10:10:32 AM Last edit: February 01, 2011, 10:38:59 AM by ColdHardMetal |
|
In the name of science I fired up my GPU and connected to the pool. I'm not sure if it's connected properly but I have a hash rate so something must be going right.
edit: I'm getting "accepted" messages so it looks like its doing things just fine.
|
|
|
|
BitCoinPurse
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 01, 2011, 01:31:50 PM |
|
Over the next week or two, I am testing some new mining pool software. If you can spare a miner for an hour or day or three, testing is greatly appreciated.
Happy to help...
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 01, 2011, 06:41:26 PM |
|
A quick status update:
Initial testing seems to show the pool database working correctly. Shares are being found, and correctly being credited to workers.
Still waiting on that first found block (and associated code), so more test workers are still wanted!
I should have a stats page up in 24-48 hours. Thanks to everyone participating in this test.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
ElectricGoat
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 01, 2011, 06:57:16 PM |
|
I get "Problems communicating with bitcoin RPC" errors after a short while. Does it mean that you restarted the pool, or is it something else ?
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 01, 2011, 09:15:51 PM |
|
I get "Problems communicating with bitcoin RPC" errors after a short while. Does it mean that you restarted the pool, or is it something else ?
The pool will probably see many restarts in the first 24-48 hours of its lifetime. Additionally, I am currently using python's BaseHTTPServer, which seems to sometimes pause for several seconds before giving up on a socket, and processing more. As soon as this is turned into a multi-threaded server, that should not be a problem anymore.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
Cdecker
|
|
February 01, 2011, 10:08:20 PM |
|
Any chances of an open source pool?
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 02, 2011, 12:20:40 AM |
|
The pool server was upgraded to a more robust multi-threaded model, which I'm hoping solves some of the timeout issues reported.
Email (or post here) any questions or issues. Still searching for that first block, so the payout code has not yet been exercised. If you can spare some GPU/CPU power for testing this pool, it is appreciated.
Right now the pool is around 9 getwork/second.
Stats are definitely on the todo list.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
LZ
Legendary
Offline
Activity: 1722
Merit: 1072
P2P Cryptocurrency
|
|
February 02, 2011, 01:06:49 AM |
|
What is the current hash/s value?
|
My OpenPGP fingerprint: 5099EB8C0F2E68C63B4ECBB9A9D0993E04143362
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 02, 2011, 01:35:02 AM |
|
What is the current hash/s value?
How does one calculate that?
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
slush
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 02, 2011, 02:08:04 AM |
|
How does one calculate that?
shares * 2**32 / round time
|
|
|
|
BitCoinPurse
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 02, 2011, 02:15:16 PM |
|
Running much more smoothly today...
|
|
|
|
cdb000
Member
Offline
Activity: 112
Merit: 11
|
|
February 02, 2011, 03:23:54 PM |
|
I have added 1 thread on a 2.6GHz i7 -- about 1k hash/second.
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 02, 2011, 04:40:28 PM |
|
The pool found its first block last night, block # 105839. Now that a block is in the database, work on statistics may commence.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
davout
Legendary
Offline
Activity: 1372
Merit: 1008
1davout
|
|
February 02, 2011, 04:58:04 PM |
|
Still running? i get a problem communicating with bitcoin RPC Just changed the address, port, user and pass from the script I use to pool with slush
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 02, 2011, 05:46:05 PM |
|
Still running? i get a problem communicating with bitcoin RPC Just changed the address, port, user and pass from the script I use to pool with slush
Yes, still running with plenty of miners attached.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
baitzor
Newbie
Offline
Activity: 6
Merit: 0
|
|
February 02, 2011, 07:46:21 PM |
|
Any chances of an open source pool?
I would very much be interested in this! I'm trying to setup a mining pool for me and my friends who've I've converted to bitcoin! Where does one get started on writing a pooled server? Considering coding in any language is allready known. (c/c++ are preferred) ^_^
|
|
|
|
jgarzik (OP)
Legendary
Offline
Activity: 1596
Merit: 1100
|
|
February 02, 2011, 08:39:34 PM |
|
This is GPL'd: http://yyz.us/bitcoin/poold.pyThough it's not necessarily exactly what I'm running on the pool at any given time, as I'm constantly tweaking and fixing the server.
|
Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own. Visit bloq.com / metronome.io Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
|
|
|
|