Search content
Sort by

Showing 9 of 9 results by Doublehamm
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
Doublehamm
on 17/03/2014, 00:17:55 UTC
Hello.  I have been using TMB for a while and have had no issues.  However yesterday It shoes as I had a payout of 0.0622004 BTC into my wallet.  I do not see any such transaction in my wallet, not even pending.  Can I get some help with this?  My wallet address is 1EYCUAc8tXgoXVCYzYAUE8G9zMgGmUQHLc if this helps.  I have tried closing and opening the wallet, and no transactions seem to show up.  I have never had an issue before, so a bit worried.  Every other deposit has shown up. 

Thanks  for any help!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age
by
Doublehamm
on 18/02/2014, 02:17:32 UTC
http://bitember.com/Logo_new.png

Stability. Reliability. These are just some of the words used to describe Bitember. We pride ourselves in making your mining experience as easy as possible. That's why we're proud to give you our RubyCoin pool. http://ruby.bitember.com

We are now offering a limited chance for you to get 0% fee on our pool for life. All you have to do is quote this post along with your username.

Bitember. Mining made easy.


insanetackle

rubyhamm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age
by
Doublehamm
on 18/02/2014, 02:08:00 UTC
What happened to United-Miners?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age
by
Doublehamm
on 18/02/2014, 01:20:06 UTC
Is it me or did all of United-Miners pools and the site itself just die last night?  I cannot access any of their pools
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - middlecoin.com
by
Doublehamm
on 30/01/2014, 01:15:29 UTC
With the pool difficulty at 1024, this should also lower the bandwidth required on the user side as well correct?  Most likely setting up a rig "farm" on a farm, and the best internet they can get is 3Mbs.  How many mining rigs might this support?
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - middlecoin.com
by
Doublehamm
on 30/01/2014, 01:02:00 UTC
...skipped

Use middlecoin.com:3333 as a failover.

"pools" : [
        {
                "url" : "stratum+tcp://useast.middlecoin.com:3333",
                "user" : "xxx",
                "pass" : "xxx"
        },
        {
                "url" : "stratum+tcp://middlecoin.com:3333",
                "user" : "xxx",
                "pass" : "xxx"
        }
]
.....
"failover-only" : true,
.....

If your cgminer completely freezes and is unable to fail over I would suggest looking into CGWatcher (if you are on Windows). I had it installed and set it up to restart cgminer after 30 minutes of no submitted shares.

Good luck.

Thank you for the response!  Is that what I type into my bat file?  I guess I just have not seen commands like that when looking into setting up my bat file.  In that case would it be wise to add a 3rd server there like west?  Thanks again for your help - eventually will have quite a few rigs running with a friend and want to make sure they will require as little maintenance as possible to save labor time. 

Here is the command-line syntax, just add it at the end of the command :

--failover-only -o stratum+tcp://middlecoin.com:3333 -u YOUR_BTC_ADDRESS -p YOUR_PASSWORD

replace YOUR_BTC_ADDRESS and YOUR_PASSWORD with your values and you are good to go.

Awesome thanks much!  I added the failover to my batch and seems to recognize it so good on that end.  Then downloaded and installed CGwatcher per your suggestion and the setup was a breeze.  Here is to saving me labor and getting some housework done instead of running up and downstairs all day making sure everything is running smoothly.  (fingers still crossed, but this looks like it will do the trick).  Maybe my wife will get to see more of me now.   Grin
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - middlecoin.com
by
Doublehamm
on 29/01/2014, 21:22:11 UTC
Question - I have had 4 different computers connected to this pool for a couple weeks now.  The first week-week and a half there were not issues whatsoever.  100% connection, everything running fine.
The past few days have been a different story.  Multiple times a day now one of the computers (completely random on which one will do it when) cgminer gives me one of 2 errors:

either "Stratum connection to pool 0 interrupted"  or "Pool 0 stratum+tcp://useast.middlecoin.com:333 not responding!"

Then the last line says

"Waiting for work to be available from pools"

After that it just hangs and does not do anything.  A few times it took me a few hours to find out it was not running, one time it froze right after I headed to bed so it was down all night.   Typically my other computers chug along just fine to the exact same server without issue, or at least hang at a different period of time.

I know when I used cudaminer for my old nvidia cards before my 280x cards showed up, if it was disconnected from a server it would reconnect again after 15 seconds, or at least try and keep trying after 15 seconds.  .  I am not sure what is going on here in cgminer, and if it has a similar auto restart feature that would allow it to reconnect again after losing connection.  Maybe it does and it is not working?  Anyhow I seem to have a LOT of down time the past few days.  If I notice it and then I close it down and restart to the same server, it seems to start right up again no problem. 

I have tried useast and uswest as different bat files.

Also, is there a way to add multiple servers in the bat file to have it switch to another server in a case such as this?  I am just trying to figure out what I need to do to get my best uptime.

Thanks in advance!

Use middlecoin.com:3333 as a failover.

"pools" : [
        {
                "url" : "stratum+tcp://useast.middlecoin.com:3333",
                "user" : "xxx",
                "pass" : "xxx"
        },
        {
                "url" : "stratum+tcp://middlecoin.com:3333",
                "user" : "xxx",
                "pass" : "xxx"
        }
]
.....
"failover-only" : true,
.....

If your cgminer completely freezes and is unable to fail over I would suggest looking into CGWatcher (if you are on Windows). I had it installed and set it up to restart cgminer after 30 minutes of no submitted shares.

Good luck.

Thank you for the response!  Is that what I type into my bat file?  I guess I just have not seen commands like that when looking into setting up my bat file.  In that case would it be wise to add a 3rd server there like west?  Thanks again for your help - eventually will have quite a few rigs running with a friend and want to make sure they will require as little maintenance as possible to save labor time. 
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - middlecoin.com
by
Doublehamm
on 29/01/2014, 20:24:31 UTC
Question - I have had 4 different computers connected to this pool for a couple weeks now.  The first week-week and a half there were not issues whatsoever.  100% connection, everything running fine.
The past few days have been a different story.  Multiple times a day now one of the computers (completely random on which one will do it when) cgminer gives me one of 2 errors:

either "Stratum connection to pool 0 interrupted"  or "Pool 0 stratum+tcp://useast.middlecoin.com:333 not responding!"

Then the last line says

"Waiting for work to be available from pools"

After that it just hangs and does not do anything.  A few times it took me a few hours to find out it was not running, one time it froze right after I headed to bed so it was down all night.   Typically my other computers chug along just fine to the exact same server without issue, or at least hang at a different period of time.

I know when I used cudaminer for my old nvidia cards before my 280x cards showed up, if it was disconnected from a server it would reconnect again after 15 seconds, or at least try and keep trying after 15 seconds.  .  I am not sure what is going on here in cgminer, and if it has a similar auto restart feature that would allow it to reconnect again after losing connection.  Maybe it does and it is not working?  Anyhow I seem to have a LOT of down time the past few days.  If I notice it and then I close it down and restart to the same server, it seems to start right up again no problem. 

I have tried useast and uswest as different bat files.

Also, is there a way to add multiple servers in the bat file to have it switch to another server in a case such as this?  I am just trying to figure out what I need to do to get my best uptime.

Thanks in advance!
Post
Topic
Board Altcoin Discussion
Re: A Middlecoin.com performance graph
by
Doublehamm
on 24/01/2014, 04:11:53 UTC
Are the graphs still working?  I have 3 different addresses myself.  A couple seem to be frozen on Tuesday.  One made it to Wednesday evening.  I have looked at a few others and most seem to be stuck on Wednesday evening and a couple I see made it midway through Thursday but still not up to date.  Are these graphs still being provided?