Bitcoin Forum
May 27, 2024, 03:04:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
281  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: August 16, 2013, 02:42:18 PM
New US Node added in Seattle, WA!
282  Bitcoin / Pools / Re: New Pool | PPLNS | No Fees | Stratum | VarDiff | USA Based on: August 15, 2013, 10:39:18 PM
Just a word of warning...Digital Ocean's connection stability is about as reliable as a shared hosting provider (translation: worse than home connections) based on the last few months I've used them for an IRC bouncer.

Where are you being hosted from?  I've yet to have any issues with them and have been quite pleased to date thus far.
283  Bitcoin / Pools / Re: New Pool | PPLNS | No Fees | Stratum | VarDiff | USA Based on: August 15, 2013, 10:32:48 PM
Apologies...

btcminers.net is at your Comcast addy

stratum.btcminers.net is at Digital Ocean

Correct good sir..  Front end be constructed no need to pay additional fees until things are done and the capacity needs to be increased for web hosting purposes.
284  Bitcoin / Pools / Re: New Pool | PPLNS | No Fees | Stratum | VarDiff | USA Based on: August 15, 2013, 10:19:17 PM
Wish you luck but it seems you are using the standard stats output from stratum-mining and running this from your home connection.  Good for testing not for "real" pool...

Hopefully some folks with skills can help you out...  Grin

As I had previously mentioned in the first post, it is the "generic" stats, while the front end is being constructed.  As far as a home connection a simple DNS lookup would show otherwise; but I'll save you the trouble and tell you it's not hosted from a home connection. Smiley

As it sits even with the generic basic stats it still is quite capable of running a pool with no issues.

Thanks for the feedback though, but you really should of read my original post! Smiley
285  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: August 15, 2013, 01:35:01 PM
This could use a little advertising. Added to my sig.  Smiley

Nice, thanks! Smiley

New UK node added as well!
286  Bitcoin / Pools / Closed. on: August 15, 2013, 12:24:04 AM
Hello everyone,

Opening a new pool.  It's on the "construction" phase of the front end.  Looking for other developers who would be interested in running the pool with me as well.  I'm covering the server expense out of pocket, looking for other members who can code and help work on website, any success will be equally shared between all original members.

As for miners, there is a "generic" status page for you to see the actual details you need.  

Again, this is a very new pool and needs members to hash and to code! It's all free of charge, no fees.

Hostname: stratum.btcminers.net
Port: 3333
Username: BTCAddress
Password: AnythingYouWant

No registration will ever be required, your Bitcoin address is your username.

Basic stats page:

http://stratum.btcminers.net:8889

287  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: August 14, 2013, 12:34:13 AM
Anyone else having trouble connecting to their page?  It's been up and down it seems since it found the block.

I also had no problem with site.

Probably on my end then.  Just seemed to be in and out throughout the day was all.  Hasn't been a problem since a modem/router restart.
288  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: August 13, 2013, 08:50:48 PM
It's hit and miss or just slow.  When's the jackpot winner being announced?

The backend is still deleting old shares so I expect it to improve when it's done

The jackpot is fully automated, it will be announced when the backend feels like doing so Smiley

Haha fair enough.  Backend, get to it! Tongue
289  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: August 13, 2013, 08:42:22 PM
I'm running a bit low on ram on the database server with all the shares.. I'm closely monitoring this, but the site should be available.

It's hit and miss or just slow.  When's the jackpot winner being announced?
290  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: August 13, 2013, 05:57:01 PM
Anyone else having trouble connecting to their page?  It's been up and down it seems since it found the block.

Also: We need more people in Team Jacob. haha

http://teamjacob.triplemining.com
291  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: August 11, 2013, 12:47:29 AM
New London node added, thanks astutiumRob!
292  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: August 10, 2013, 01:36:16 PM
New node added in San Jose, CA.  Thanks DopeLabs!
293  Bitcoin / Pools / Re: **UPDATED** Current P2Pool Server List on: August 10, 2013, 01:28:41 PM
Node list updated, multiple pools removed from US/EU/AUS for being down.  Took down my own as I'm working on setting up my own pool.
294  Bitcoin / Mining software (miners) / Re: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy on: August 10, 2013, 01:00:37 PM
Code:
Traceback (most recent call last):
  File "./eloipool.py", line 77, in <module>
    bcnode = BitcoinNode(config.UpstreamNetworkId)
  File "/home/eloipool/bitcoin/node.py", line 146, in __init__
    super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)

Any idea why it would be throwing that? It's a new clone, config is setup properly.. if you need any other info please let me know and i'll post what I can Smiley
Usually this means an ancient Python version.
You need at least version 3.1 (released over 4 years ago).

You're right I simply didn't run python3 when I ran the command, but this is what I resulted with:

Code:
Traceback (most recent call last):
  File "eloipool.py", line 81, in <module>
    import jsonrpc
ImportError: No module named jsonrpc

So, I found https://bitcointalk.org/index.php?topic=113730.0

But nothing in there has helped me out. Blockchain is up to date and current.  Symlink is done but I'm not even able to run the setup.py in the python-bitcoinrpc directory.
295  Bitcoin / Mining software (miners) / Re: [ANN] Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy on: August 10, 2013, 01:21:21 AM
Code:
Traceback (most recent call last):
  File "./eloipool.py", line 77, in <module>
    bcnode = BitcoinNode(config.UpstreamNetworkId)
  File "/home/eloipool/bitcoin/node.py", line 146, in __init__
    super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)

Any idea why it would be throwing that? It's a new clone, config is setup properly.. if you need any other info please let me know and i'll post what I can Smiley
296  Other / Beginners & Help / Anyone here play LOTRO? on: August 09, 2013, 03:50:32 PM
If so, server and character name?

Windfola -> Worthlessburg
297  Bitcoin / Pools / Re: [3500GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: August 08, 2013, 02:28:21 PM
Where is the pool node's fee set?  In the command line I assume?

Yes, when you run the start command for it, it's a flag.  -f 0.25 is 0.25% -f 1.0  is 1%
298  Bitcoin / Pools / Re: Mine at BTCMiners.net! - Pool Bonuses / vardiff / stratum / P2Pool on: August 08, 2013, 12:58:12 PM
Servers are running smooth as glass! Smiley
299  Bitcoin / Pools / Re: [3500GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: August 07, 2013, 10:41:40 PM
Take this as constructive criticism, BTCMiner, please.

They're not a hit, because you still have terribly high latency, and poor efficiency.  Your nodes all seem to be reporting a different pool speed, too - they're all out by 0.5-1TH/s which I don't quite understand.

I think you need to address the big issues with your nodes before you expect anyone to mine on them. 

I've reset the nodes and they all seem to be 0.1s latency, I can't really help the fact that they don't have closer nodes to connect to.  (At least to my knowledge)

The poor efficiency would be easily explained by, that they haven't been up very long to be quite effective.  If they had a month or two on them with people mining, I would assume that they would be doing quite well! Smiley

I think the big issues have been dealt with, just need some miners. Smiley  If no one wants to mine on them, that's fine; I'll just shut them down.  I'm trying to offer reasonable outlets to users who may not have the means to run a server, have one close by.  I'm paying money out of my own pocket for these to run on a mere 0.25% (Don't think I'm planning a vacation to Hawaii or Jamaica quite yet.)
300  Bitcoin / Pools / Re: [3500GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: August 07, 2013, 06:56:22 PM
@btcminer do you share the data directory between the pool servers?

Yes, I made a quick compressed file so that everything would install quickly.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!