September 22, 2026, 10:25:40 AM

Author Topic: GoldCoinFor.ME Back Up On v0.7.1.4 Stratum Off Line.  (Read 19627 times)

0 Members and 1 Guest are viewing this topic.

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
GoldCoinFor.ME Back Up On v0.7.1.4 Stratum Off Line.
« on: November 24, 2013, 09:46:47 PM »
Sorry guys but the coin daemon is timing out after every block found and it causing cron issues and killing the server so untill the devs can fix the lag issues with the coin the pool is down.

unless you want me to go back to v0.7.1.4 but im not sure if this is a good idea.

Sorry for the pool being down i have no choice NRPatten.

You should still be able to get your mined coins from the pool.

EDIT: Pool is back up but i am running GoldCoin v0.7.1.4 untill i get the time to split the crons and fix some issues the pool has.


Sorry guys stratun shutdown untill ican fix the SQL block errors.
Thanks NRPatten.
« Last Edit: November 25, 2013, 02:13:07 AM by nrpatten »
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #1 on: November 24, 2013, 10:16:09 PM »
It seems several pools haven't figured out how best to operate with GoldCoin's 51% protection.  It appears to be working quite well.

I wonder if in the long run most folks will prefer to solo mine.

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: GoldCoinFor.ME Down
« Reply #2 on: November 24, 2013, 10:16:13 PM »
Thank you for notifying us about your pool's closure. I'll update the respective links ASAP.

Not sure if this is related to your issue, but Akumaburn posted this a little earlier today:

https://www.gldtalk.org/index.php?topic=1262.msg6081#msg6081

Please let me know if are able to resolve these issues and would like to be added back to our lists of pools.
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #3 on: November 24, 2013, 10:38:29 PM »
Thank you for notifying us about your pool's closure. I'll update the respective links ASAP.

Not sure if this is related to your issue, but Akumaburn posted this a little earlier today:

https://www.gldtalk.org/index.php?topic=1262.msg6081#msg6081

Please let me know if are able to resolve these issues and would like to be added back to our lists of pools.

The issue is the lag after a block if found the crons get stuck and end up dead and i dont have the time to sit there and fix it every minute.

They need to fix the lag issue with the coind

Edit the screen dump is of my pool and its not the 51% thats the problem.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #4 on: November 24, 2013, 10:39:23 PM »
It seems several pools haven't figured out how best to operate with GoldCoin's 51% protection.  It appears to be working quite well.

I wonder if in the long run most folks will prefer to solo mine.

it has nothing to do with the 51% its the lag on a block find.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #5 on: November 24, 2013, 10:53:26 PM »
I doubt it.

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #6 on: November 24, 2013, 10:57:29 PM »
Good close your pool.  It sounds like you don't want to go read how best to implement it.

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #7 on: November 24, 2013, 10:59:59 PM »
It seems several pools haven't figured out how best to operate with GoldCoin's 51% protection.  It appears to be working quite well.

I wonder if in the long run most folks will prefer to solo mine.

it has nothing to do with the 51% its the lag on a block find.

Actually it does have to do with the 51% defense, 0.7.1.5 has code built in such that you can find acceptable blocks 45 seconds EARLIER than 0.7.1.4 and below, as the client will permit blocks to have a maximum timestamp of 45 seconds into the future.

In otherwords 0.7.1.5 gets less rejects..

I'm sorry about the lag .. it's actually a built-in wait() in the client..

It cannot be avoided at the moment because the client's functions are almost all interdependent.. This is a flaw inherent to bitcoin's single threaded codebase.

The output of any given function is usually the input of another, so I can't simply put the checkblock/acceptblock into a seperate thread.. as the function that called it will end up waiting anyways.

Anyhow, the main issue here is with your cron schedule.

Perhaps if you went into greater detail I could help you with it.

Alternatively you can go back to 0.7.1.4 but lose the advantage.

I plan to rewrite the codebase from scratch and make it multithreaded myself, in approximately 2 weeks.

It'll probably take a month or so to get done though..

It's up to you..

Honestly since we have the 51% defense in place.. it makes little difference whether our hashrate is 5mh/s or 30mh/s or 100GH/s  8)

So do what you like  ;)
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #8 on: November 24, 2013, 11:13:55 PM »
Good close your pool.  It sounds like you don't want to go read how best to implement it.

This is not the only pool i run i am not going to risk peoples mined coins and sit there and fix the issues after every block.

I can go back to v0.7.1.4 and the issue with be gone but there will be a lot of orphans.

i want to do the best thing for the people mining on my pool and i think untill the timeout issue is gone there is not mutch i can do.

MPOS relys on the crons running for payouts and block updates and so on but if i cant get the crons to run with out them dieing the jobs just get backed up to were they will take for ever to run. and im not willing to risk thaat or put SQL under that much load.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #9 on: November 24, 2013, 11:15:52 PM »
Don't let the door hit you where the good Lord split you.

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #10 on: November 24, 2013, 11:17:39 PM »
Don't let the door hit you where the good Lord split you.

Really? if its no issue why dont you setup your own pool?. anyone that is running a pool that is cron based will face this issue.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #11 on: November 24, 2013, 11:20:27 PM »
The developer has addressed you personally.  He has told you his plans and where the situation is now.  He has gone out of his way even offering personal assistance yet you still continue to publicly slander the coin. 

I am merely an investor.  I simply don't like your approach and I believe you could have gone about it in a much more positive way.

Hence, [beep :)] off as far as I'm concerned.
« Last Edit: November 24, 2013, 11:37:29 PM by MicroGuy »

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #12 on: November 24, 2013, 11:27:38 PM »
The developer has addressed you personally.  He has told you his plans and where the situation is now.  He has gone out of his way even offering personal assistance yet you still continue to publicly slander the coin. 

I am merely an investor.  I simply don't like your approach and I believe you could have gone about it in a much more positive way.

Hence, [beep] off as far as I'm concerned.

I did not slander the coin i only posted this to let the people on my pool know what was going on. I think gold coin is a good coin but as i have said i can not run the pool with the new update.

from 0-10MH/s the pool is fine but when you get up to 20+MH/s this cron just keeps getting backed up.

and i do appreciate the dev taking time to help but i dont see a way around this i have done everything i can even setting up a backup coind daemon for the pool to switch to but it dose not help.

I am sorry if you fell as thou i have given the coin a bad name this is not my intention, As i said i like this coin and think its going to be around for a long time.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Re: GoldCoinFor.ME Down
« Reply #13 on: November 24, 2013, 11:29:40 PM »
Don't let the door hit you where the good Lord split you.

Really? if its no issue why dont you setup your own pool?. anyone that is running a pool that is cron based will face this issue.

The client isn't timing out.. it's just delaying its response by ~<45 seconds... and only when a block is found.

I'm guessing your wanting to access the coin daemon's other functions for keeping payout/transaction information up to date and this process is getting delayed and so your cronjobs are getting queued one after another.

I suggest you put a command stopping a previous cronjob at the start of your script.

This should help: http://superuser.com/questions/232144/how-to-stop-a-currently-running-cron-job

Or better yet, check if a cron is currently running and if so abort adding the new cronjob.

http://superuser.com/questions/125697/verify-that-a-cron-job-has-completed

I could help further if you gave me all the specifics.
« Last Edit: November 24, 2013, 11:35:51 PM by akumaburn »
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd

Offline nrpatten

  • Gold Panner
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
    • GoldCoinForME
Re: GoldCoinFor.ME Down
« Reply #14 on: November 24, 2013, 11:37:10 PM »
Don't let the door hit you where the good Lord split you.

Really? if its no issue why dont you setup your own pool?. anyone that is running a pool that is cron based will face this issue.

The client isn't timing out.. it's just delaying its response by ~<45 seconds... and only when a block is found.

I'm guessing your wanting to access the coin daemon's other functions for keeping payout/transaction information up to date and this process is getting delayed and so your cronjobs are getting queued one after another.

I suggest you put a command stopping a previous cronjob at the start of your script.

This should help: http://superuser.com/questions/232144/how-to-stop-a-currently-running-cron-job

Or better yet, check if a cron is currently running and if so abort adding the new cronjob.


I could help further if you gave me all the specifics.

I understand that maybe timing out was the wrong word. i can split the crons up but i will still be faced with the same issue with block updates queueing up and it will just get bigger and bigger untill running block update will take days.

And if i kill the cron and restart it its just going to take longer as more blocks will have been added.
GLD: Dx9MaHtjfLs3u43n5fuozM2YLGAhHB5mpy
GLD Pool: https://www.goldcoinfor.me/
All Miners Welcome.