October 14, 2024, 04:12:50 PM

Author Topic: [Official] List of Current Goldcoin Mining Pools  (Read 138759 times)

0 Members and 1 Guest are viewing this topic.

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin Mining Pools
« Reply #30 on: March 23, 2014, 04:23:25 PM »
The mining pool cryptodig.com seams to be gone... does anyone know what happened to it. I had some goldcoin still in there...

Thanks for the head's up! The list of pools has just been updated.  8)
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline Viscis

  • Prospector
  • ***
  • Posts: 50
  • Karma: +6/-0
  • Programmer, Enthusiast, Organiser
    • View Profile
    • GoldCoin Discussion!
Re: Goldcoin Mining Pools
« Reply #31 on: March 25, 2014, 11:25:42 AM »
I made this quick script to ping the listed pools and check to see if they are available.

http://madcats.viscis.co.uk/pool.php

Although tompool is accepting connections there is currently nobody mining according to its stats page. All other services (except cloudmines) seem healthy.

Edit:

Here is the code

Code: [Select]
<?php
echo(
"<ul>");
echo_print("tompool.org"3333);
echo_print("gld.cryptcoins.net"5533);
echo_print("gld.minepool.net"3333);
echo_print("gld.hashfaster.com"3336);
echo_print("gld.cloudmines.net"3333);
echo("</ul>");

// Function to print and display a server's ping
function echo_print($host$port$name) {
$server ping($host$port10);
if($server) {
echo("<li>http://" $host ":" $port " | " $server "ms</li>");
}
else {
echo("<li>http://" $host ":" $port " | down</li>");
}
}

// Function to ping a server, returns a response time in milliseconds.
function ping($host$port$timeout) {
$tB microtime(true);
$fP fSockOpen($host$port$errno$errstr$timeout);

if(!$fP) {
return null;
}

$tA microtime(true);

return round((($tA $tB) * 1000), 0);
}

?>
GoldCoin: E4DhKLSjtgTkunKN7nx9Cb2nJ49uf55puy

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin Mining Pools
« Reply #32 on: March 25, 2014, 01:12:38 PM »
Thank you!

This will be very helpful in monitoring the status of pools and keeping our lists updated.  :)
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline Joshua174

  • Newbie
  • *
  • Posts: 18
  • Karma: +6/-0
    • View Profile
Re: Goldcoin Mining Pools
« Reply #33 on: March 25, 2014, 01:22:21 PM »
You can easily make image based status that update whenever the page is viewed. Such that if the user clicks on the thread they will see a green dot or a read dot next to the name in response to the server being available or not. Just another way that may be easyer.
GLD: DyxZv1xbH1tLUibbtpKQMLJTKjjojU1qCA

Offline gwa2100

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Goldcoin Mining Pools
« Reply #34 on: March 28, 2014, 08:21:01 AM »
Stouse, could you add our pool: GLD.CryptoDig.com : 1% Fee : 0.1 Fee for manual 0.0 for auto : PPLNS

Offline itsjustchrisc

  • Newbie
  • *
  • Posts: 6
  • Karma: +2/-0
    • View Profile
Re: Goldcoin Mining Pools
« Reply #35 on: May 03, 2014, 11:38:56 AM »
http://gld.minepool.net/ seems to be down at the moment. Can anyone verify?  :(
DwgymLLinQb9Rvr9SKxYHQ2QrHHK5Khumo

Offline ninja

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Goldcoin Mining Pools
« Reply #36 on: August 09, 2014, 07:48:47 AM »
do you think someone could update the OP since most of those pools are gone?

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin Mining Pools
« Reply #37 on: August 09, 2014, 07:43:19 PM »
do you think someone could update the OP since most of those pools are gone?

The original post has been updated.

Please let me know if you're aware of any pools that need to be added.
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline ninja

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Goldcoin Mining Pools
« Reply #38 on: August 12, 2014, 05:12:06 AM »
Please add http://gld.lifeforce.info to the list of pools

1% - payouts every minute - fast DDOS protected server - Vardiff - US and EU Based stratums - WE WANT YOUR HASH!!!

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin Mining Pools
« Reply #39 on: August 13, 2014, 11:21:29 PM »
Please add http://gld.lifeforce.info to the list of pools

1% - payouts every minute - fast DDOS protected server - Vardiff - US and EU Based stratums - WE WANT YOUR HASH!!!

Your pool has been added to the OP of this thread, the official BCT thread, and the Goldcoin website.
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Goldcoin Mining Pools
« Reply #40 on: September 03, 2014, 07:44:59 PM »
Hello, add please GLD pool:

http://gld.profit.farm/ | pool fee: 1% | Block Bonus +1 coin | Prop

Your pool has been added to the OP as requested. :)

And also here: https://bitcointalk.org/index.php?topic=317568.0 and http://gldcoin.com/pools-and-nodes/
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline ThomasMuller

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: [Official] List of Current Goldcoin Mining Pools
« Reply #41 on: September 12, 2014, 03:00:12 PM »
Is it possible to mine Goldcoin and Doge using AuxPow? Or is AuxPow just for Litecoin merged mining?

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: [Official] List of Current Goldcoin Mining Pools
« Reply #42 on: September 12, 2014, 09:14:09 PM »
Is it possible to mine Goldcoin and Doge using AuxPow? Or is AuxPow just for Litecoin merged mining?

Goldcoin does not require AuxPow or merge mining. Unlike Dogecoin, the security of our network is not dependent on maintaining a high hashrate thanks to our custom 51% attack defense.
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline ThomasMuller

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: [Official] List of Current Goldcoin Mining Pools
« Reply #43 on: September 13, 2014, 07:59:50 PM »
Is it possible to mine Goldcoin and Doge using AuxPow? Or is AuxPow just for Litecoin merged mining?

Goldcoin does not require AuxPow or merge mining. Unlike Dogecoin, the security of our network is not dependent on maintaining a high hashrate thanks to our custom 51% attack defense.

I apologize but I think I was not very clear. I know that Goldcoin does NOT require AuxPow and I did not say that Goldcoin is unsafe either. My question is can we mine Goldcoin and tie it to the AuxPow in Doge. I would like to mine Gold and get some Doge coins in the process.

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: [Official] List of Current Goldcoin Mining Pools
« Reply #44 on: September 13, 2014, 09:20:54 PM »
I apologize but I think I was not very clear. I know that Goldcoin does NOT require AuxPow and I did not say that Goldcoin is unsafe either. My question is can we mine Goldcoin and tie it to the AuxPow in Doge. I would like to mine Gold and get some Doge coins in the process.

That is not possible at this time.
"The heart of any cryptocurrency can be found in the spirit of its community."