WhitePhantom
|
|
March 04, 2013, 01:56:24 AM |
|
whoa, I wouldn't trust a floppy drive!!!
Yeah, the last few batches of name brand floppy disks I bought had the majority defective out of the box. Many that were good at purchase ended up unreadable a year later.
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4298
Merit: 8799
'The right to privacy matters'
|
|
March 04, 2013, 12:34:58 PM |
|
THANKS I will play with it. I would not mind holding 25 or 50 coins in a safe place.
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
March 06, 2013, 03:34:48 PM Last edit: March 06, 2013, 03:49:28 PM by loshia |
|
Doc, Are there any recent changes to the pool - mining part? Cgminer 2.11.0 refuses to connect too pool with stratum unless url is explicitly configured as: stratum+tcp://eu1.bitminter.com:3333 Otherwise it uses GBT It happened about an hour ago or so 10X PS: now all is fine strange http://mint.bitminter.com:8332 works again
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 06, 2013, 04:38:57 PM |
|
Are there any recent changes to the pool - mining part?
Cgminer 2.11.0 refuses to connect too pool with stratum unless url is explicitly configured as:
stratum+tcp://eu1.bitminter.com:3333
Otherwise it uses GBT
Someone correct me if I'm wrong, but I believe it will switch from GBT to Stratum and try that, but if it has the slightest problem it will switch back to GBT until next restart of cgminer? It may be a better idea to use a stratum+tcp URL if Stratum is what you want to use. Looked like a botnet was bombarding the pool with getwork requests, the load was insanely high. So the server was responding a bit slowly for a while. Maybe that has something to do with the problem you were having.
|
|
|
|
loshia
Legendary
Offline
Activity: 1610
Merit: 1000
|
|
March 06, 2013, 06:55:03 PM Last edit: March 06, 2013, 07:47:42 PM by loshia |
|
Thank you Doc! It makes sense.By the way as far as i think cgminer developers prefer stratum instead of GBT and probably cgminer GBT support is not so well developed as stratum is. What are you suggesting to be better with bitminter GBT or Stratum? GBT is using more ram in general which can hurt embedded platforms. Anyway i am all ears:)
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 06, 2013, 08:43:06 PM |
|
Thank you Doc! It makes sense.By the way as far as i think cgminer developers prefer stratum instead of GBT and probably cgminer GBT support is not so well developed as stratum is. What are you suggesting to be better with bitminter GBT or Stratum? GBT is using more ram in general which can hurt embedded platforms. Anyway i am all ears:)
That depends on your definition of "better". GBT and Stratum have very different goals. Stratum's goal is to make mining more efficient. You will see much lower bandwidth usage and somewhat lower ratio of rejected work, compared to GBT or getwork. GBT's goal is giving back control to the miner with transparency and things like the ability to filter out transactions you don't like or even add your own. It can also better detect an evil pool op trying to abuse your hash power to do a double spend and take the coins with him to some southern island. With palm trees. And drinks with little umbrellas in them. Right now I think no mining clients or pools support the advanced features of GBT, just the basics. Without those features GBT has no advantage over Stratum yet. But you may want to lobby miner authors and pools to implement more advanced GBT if you care about those issues. getwork with rollntime should be good enough for ASICs and compatible with all existing mining software. It uses more bandwidth than Stratum, though. At BitMinter I decided to support all three protocols. The choice, my friend, is up to you.
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
March 06, 2013, 08:59:03 PM |
|
Thank you Doc! It makes sense.By the way as far as i think cgminer developers prefer stratum instead of GBT and probably cgminer GBT support is not so well developed as stratum is. What are you suggesting to be better with bitminter GBT or Stratum? GBT is using more ram in general which can hurt embedded platforms. Anyway i am all ears:)
... getwork with rollntime should be good enough for ASICs and compatible with all existing mining software. It uses more bandwidth than Stratum, though. ... Though you missed the fact that using getwork+roll-n-time with a greater then 1TH/s device increases the risk that normal, valid blocks will be rejected by the network.
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 06, 2013, 09:31:34 PM |
|
Though you missed the fact that using getwork+roll-n-time with a greater then 1TH/s device increases the risk that normal, valid blocks will be rejected by the network.
With a naive implementation of rollntime this could be a problem, yes. I don't know if it is worth the effort to improve any existing rollntime miners that don't deal with this properly. Energy is probably better spent elsewhere. The important part is Stratum vs. GBT. When it comes to getwork its only advantage over Stratum is that it is easier to run through an HTTP proxy, if that's your only internet access. I don't think getwork is going to last, long term. Even if you are behind a web proxy that doesn't allow the CONNECT method (or only allows it to port 443 destinations) so you can't tunnel Stratum, you could use GBT.
|
|
|
|
-ck
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
March 06, 2013, 09:45:55 PM |
|
The only way to use stratum across a proxy is with a socks proxy, which cgminer supports but I'm not aware of anyone using it yet.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 06, 2013, 09:59:24 PM |
|
The only way to use stratum across a proxy is with a socks proxy, which cgminer supports but I'm not aware of anyone using it yet.
It may also be possible through a web proxy using the CONNECT method. But the pool may have to accept Stratum connections on port 443. Without really knowing what I'm talking about I bet most web proxies only allow tunneling raw TCP connections to destination port 443, for SSL. But I don't think any miners support this, nor do I know of any pools with Stratum on port 443.
|
|
|
|
-ck
Legendary
Offline
Activity: 4284
Merit: 1645
Ruu \o/
|
|
March 06, 2013, 10:27:02 PM |
|
The only way to use stratum across a proxy is with a socks proxy, which cgminer supports but I'm not aware of anyone using it yet.
It may also be possible through a web proxy using the CONNECT method. But the pool may have to accept Stratum connections on port 443. Without really knowing what I'm talking about I bet most web proxies only allow tunneling raw TCP connections to destination port 443, for SSL. But I don't think any miners support this, nor do I know of any pools with Stratum on port 443. Theoretically it should work with cgminer as well, but you'd have to have a very permissive http proxy to allow this and there's a catch 22 there in that there's a good chance you're behind a proxy because your network is restrictive.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
ManOfKnight
|
|
March 07, 2013, 04:58:16 PM |
|
When my ASIC arrives will this just work? I have it set to use new connected devices and start them.
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 07, 2013, 06:30:15 PM |
|
When my ASIC arrives will this just work? I have it set to use new connected devices and start them.
There will be a new version to support BFL ASICs. You'll need to restart the miner to upgrade it after the new version is out.
|
|
|
|
conspirosphere.tk
Legendary
Offline
Activity: 2352
Merit: 1064
Bitcoin is antisemitic
|
|
March 07, 2013, 08:33:54 PM |
|
Are we having bad luck from a couple of days or is just time that I repurpose my vgas to mine terracoins?
BTW: the site seems down
|
|
|
|
DrHaribo (OP)
Legendary
Offline
Activity: 2730
Merit: 1034
Needs more jiggawatts
|
|
March 07, 2013, 09:09:25 PM |
|
Are we having bad luck from a couple of days or is just time that I repurpose my vgas to mine terracoins?
BTW: the site seems down
Yeah, several days of bad luck. Hope it turns around soon. The website is up. I'm accessing it through CloudFlare right now. But it seems CloudFlare at the same time tells some users that the site is down. I'm not liking it.
|
|
|
|
Puppet
Legendary
Offline
Activity: 980
Merit: 1040
|
|
March 07, 2013, 09:54:43 PM |
|
Sorry if this has been asked and answered before, its a long thread; Doc, whats your policy regarding block size limit and satoshidice transactions?
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4298
Merit: 8799
'The right to privacy matters'
|
|
March 07, 2013, 11:36:31 PM |
|
yeah really bad luck it has become annoying.
|
|
|
|
mybadomen
|
|
March 08, 2013, 04:00:35 AM |
|
Just wanted to Thank you DrHaribo for having such a great pool and Great easy to use Mining tool.If it wasn't for Bitminter i would have gave up even trying to mine as the other miners were complicated to me.
Your site is crystal clear and explains everything from a wallet to running a miner and even gives access to exchanges and great forums.
I am just a small miner with 2 overclocked 6970's and 2 overclocked 7970's but i really enjoy being a part of bitcoin even if it is only a small part. (Considering a few small ASIC's)
Real bummer i have a brand new pair of 680's also sitting with new blocks on them and reading i find they are useless for mining.
Just wanted to write a post thanking you for basically getting me interested in bitcoins and making it all easy to learn as well as running a stable platform and i dont know there is just so much great things to say about your Pool. So much info on everything there is to know.
Take Care DrHaribo ,The Bitminter Moderators and other fellow miners that make it such a great pool. (And yes its been an unlucky a couple days but that's part of the game so i couldn't ask for more from a pool)
MybadOmen
|
|
|
|
WhitePhantom
|
|
March 08, 2013, 04:22:02 AM |
|
Agreed...This pool is awesome. I've never mined anywhere else except as a backup when this pool was down.
We all hate the bad luck when it comes around, but that's obviously no reason to jump ship. Pay-Per-Share is an option elsewhere, but you really do make less in the long run.
|
|
|
|
Luuzer
Newbie
Offline
Activity: 27
Merit: 0
|
|
March 08, 2013, 04:45:50 AM |
|
Are we having bad luck from a couple of days or is just time that I repurpose my vgas to mine terracoins?
BTW: the site seems down
Yeah, several days of bad luck. Hope it turns around soon. The website is up. I'm accessing it through CloudFlare right now. But it seems CloudFlare at the same time tells some users that the site is down. I'm not liking it. yeah, last couple of days I've been getting several times website down errors Just wanted to Thank you DrHaribo for having such a great pool and Great easy to use Mining tool.If it wasn't for Bitminter i would have gave up even trying to mine as the other miners were complicated to me.
Your site is crystal clear and explains everything from a wallet to running a miner and even gives access to exchanges and great forums.
I am just a small miner with 2 overclocked 6970's and 2 overclocked 7970's but i really enjoy being a part of bitcoin even if it is only a small part. (Considering a few small ASIC's)
Real bummer i have a brand new pair of 680's also sitting with new blocks on them and reading i find they are useless for mining.
Just wanted to write a post thanking you for basically getting me interested in bitcoins and making it all easy to learn as well as running a stable platform and i dont know there is just so much great things to say about your Pool. So much info on everything there is to know.
Take Care DrHaribo ,The Bitminter Moderators and other fellow miners that make it such a great pool. (And yes its been an unlucky a couple days but that's part of the game so i couldn't ask for more from a pool)
MybadOmen
true that. VERY GOOD and GREAT work. When my ASIC arrives will this just work? I have it set to use new connected devices and start them.
There will be a new version to support BFL ASICs. You'll need to restart the miner to upgrade it after the new version is out. I've asked this in PM before, but any chance litecoin support will come? Or another miner for litecoin? Cause when asics hit, then I need to put my GPU-s for another use, and litecoin seems to be the best bet. Would love a simple miner like this for litecoin
|
|
|
|
|