Bitcoin Forum
September 22, 2025, 08:45:50 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch on: March 17, 2014, 12:17:55 AM
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!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age on: February 18, 2014, 02:17:32 AM


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
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age on: February 18, 2014, 02:08:00 AM
What happened to United-Miners?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★★ Rubycoin ★★ A precious gem for the digital age on: February 18, 2014, 01:20:06 AM
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
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] profit switching auto-exchanging pool - middlecoin.com on: January 30, 2014, 01:15:29 AM
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?
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] profit switching auto-exchanging pool - middlecoin.com on: January 30, 2014, 01:02:00 AM
...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
7  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] profit switching auto-exchanging pool - middlecoin.com on: January 29, 2014, 09:22:11 PM
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. 
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] profit switching auto-exchanging pool - middlecoin.com on: January 29, 2014, 08:24:31 PM
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!
9  Alternate cryptocurrencies / Altcoin Discussion / Re: A Middlecoin.com performance graph on: January 24, 2014, 04:11:53 AM
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?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!