Pages:
Author

Topic: [ANN] Announcing Galaxycoin - GLX, the new PoW/PoS coin, no premine! - page 4. (Read 100427 times)

sr. member
Activity: 393
Merit: 250
no pools for this coin?

glxpool.digsys.bg works already.
hero member
Activity: 1050
Merit: 513
no pools for this coin?
sr. member
Activity: 393
Merit: 250
I too observe this "WARNING: Checkpoint is too old. Download a newer client version." message.

When my stratum server finds a block, it gets submitted, but.. nothing appears in the wallet. The block information is available to the network however:

$ galaxycoind getblock 000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8                                                                         {
    "hash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "confirmations" : 0,
    "size" : 220,
    "height" : 200404,
    "version" : 5,
    "merkleroot" : "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14",
    "mint" : 0.00000000,
    "time" : 1388315819,
    "nonce" : 2232225536,
    "bits" : "1d66f700",
    "difficulty" : 0.00971190,
    "previousblockhash" : "00000039e363ab97e6e57544a18da334a33e0b6a88eedec36ff0bb7328ae814d",
    "flags" : "proof-of-work",
    "proofhash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "entropybit" : 0,
    "modifier" : "c1974e068b1d754b",
    "modifierchecksum" : "e6faf842",
    "tx" : [
        "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14"
    ]
}

However, other wallets do not see this block!


Is there a functioning block explorer somewhere?

Might be, I am not configuring the stratum server right?
COINDAEMON_ALGO = 'scrypt'
COINDAEMON_Reward = 'POS'
COINDAEMON_TX_MSG = 'no'



I've had this happen too, as well as the broken difficulty allowing infinite mining bug that really doesn't exist thing, which happened to me as well. Buggiest coin I've met.

Might be. The pool has found 6 blocks so far two of which orphans, although a grep of AddToWallet in debug.log has found 8 cases. What happened to those other blocks?

It might be buggy, but there are over 500 MH/s trying to mine it. Smiley
member
Activity: 112
Merit: 10
I too observe this "WARNING: Checkpoint is too old. Download a newer client version." message.

When my stratum server finds a block, it gets submitted, but.. nothing appears in the wallet. The block information is available to the network however:

$ galaxycoind getblock 000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8                                                                         {
    "hash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "confirmations" : 0,
    "size" : 220,
    "height" : 200404,
    "version" : 5,
    "merkleroot" : "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14",
    "mint" : 0.00000000,
    "time" : 1388315819,
    "nonce" : 2232225536,
    "bits" : "1d66f700",
    "difficulty" : 0.00971190,
    "previousblockhash" : "00000039e363ab97e6e57544a18da334a33e0b6a88eedec36ff0bb7328ae814d",
    "flags" : "proof-of-work",
    "proofhash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "entropybit" : 0,
    "modifier" : "c1974e068b1d754b",
    "modifierchecksum" : "e6faf842",
    "tx" : [
        "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14"
    ]
}

However, other wallets do not see this block!


Is there a functioning block explorer somewhere?

Might be, I am not configuring the stratum server right?
COINDAEMON_ALGO = 'scrypt'
COINDAEMON_Reward = 'POS'
COINDAEMON_TX_MSG = 'no'



I've had this happen too, as well as the broken difficulty allowing infinite mining bug that really doesn't exist thing, which happened to me as well. Buggiest coin I've met.
legendary
Activity: 1218
Merit: 1000
I too observe this "WARNING: Checkpoint is too old. Download a newer client version." message.

When my stratum server finds a block, it gets submitted, but.. nothing appears in the wallet. The block information is available to the network however:

$ galaxycoind getblock 000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8                                                                         {
    "hash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "confirmations" : 0,
    "size" : 220,
    "height" : 200404,
    "version" : 5,
    "merkleroot" : "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14",
    "mint" : 0.00000000,
    "time" : 1388315819,
    "nonce" : 2232225536,
    "bits" : "1d66f700",
    "difficulty" : 0.00971190,
    "previousblockhash" : "00000039e363ab97e6e57544a18da334a33e0b6a88eedec36ff0bb7328ae814d",
    "flags" : "proof-of-work",
    "proofhash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "entropybit" : 0,
    "modifier" : "c1974e068b1d754b",
    "modifierchecksum" : "e6faf842",
    "tx" : [
        "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14"
    ]
}

However, other wallets do not see this block!


Is there a functioning block explorer somewhere?

Might be, I am not configuring the stratum server right?
COINDAEMON_ALGO = 'scrypt'
COINDAEMON_Reward = 'POS'
COINDAEMON_TX_MSG = 'no'



Would you mind pming me? I'd like to get some people testing mining on my updated client
member
Activity: 95
Merit: 10
Zero confirmations so looks like it's an orphan   Sad
sr. member
Activity: 393
Merit: 250
I too observe this "WARNING: Checkpoint is too old. Download a newer client version." message.

When my stratum server finds a block, it gets submitted, but.. nothing appears in the wallet. The block information is available to the network however:

$ galaxycoind getblock 000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8                                                                         {
    "hash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "confirmations" : 0,
    "size" : 220,
    "height" : 200404,
    "version" : 5,
    "merkleroot" : "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14",
    "mint" : 0.00000000,
    "time" : 1388315819,
    "nonce" : 2232225536,
    "bits" : "1d66f700",
    "difficulty" : 0.00971190,
    "previousblockhash" : "00000039e363ab97e6e57544a18da334a33e0b6a88eedec36ff0bb7328ae814d",
    "flags" : "proof-of-work",
    "proofhash" : "000000447afe8540a970244d7ec271509aaab8309177f3fa5221389e1a1ce5f8",
    "entropybit" : 0,
    "modifier" : "c1974e068b1d754b",
    "modifierchecksum" : "e6faf842",
    "tx" : [
        "71ad82069d77b9ffe9adc14a53e3afb7f6a274b0f4fa160853e677b90c849e14"
    ]
}

However, other wallets do not see this block!


Is there a functioning block explorer somewhere?

Might be, I am not configuring the stratum server right?
COINDAEMON_ALGO = 'scrypt'
COINDAEMON_Reward = 'POS'
COINDAEMON_TX_MSG = 'no'
jr. member
Activity: 121
Merit: 1
Sorry for my outburst back then guys. But not being able to sync usually means no transactions and I suppose no solo mine based on what the tutorials say for solo mining (wait to be synched before starting solo). Strangely my wallet really synced right now for the very first time.
hero member
Activity: 574
Merit: 523
Are you mad? This error:"WARNING: Checkpoint is too old. Download a newer client version."
don't allow the client to synchronise which simply means:
-can't send coins
-can't receive coins
-can't SOLO MINE
The coin is useless this way. Version 1.3 reports that it is v.0.5.0.0.
Also how can you monitor anything without a synched wallet?

Does allow me to solo mine,
Does allow me to send coins,
Does allow me to receive coins.

No problem!

P.S.
I can successfully send coins to cryptsy (just checked). What else I need?
member
Activity: 182
Merit: 10
Are you mad? This error:"WARNING: Checkpoint is too old. Download a newer client version."
don't allow the client to synchronise which simply means:
-can't send coins
-can't receive coins
-can't SOLO MINE
The coin is useless this way. Version 1.3 reports that it is v.0.5.0.0.
Also how can you monitor anything without a synched wallet?

I had a different experience that you; even with that error I can send/receive/mine GalaxyCoins.

I also have a working pool at galaxycoin.chriskoeber.com (No Fees, BTW).

I suggest as other posters have mentioned to add the permanent node and then see if the client can sync the blockchain.
sr. member
Activity: 393
Merit: 250
New permanent node: 193.68.21.36

New GLX pool:
http://glxpool.digsys.bg
Proportional payment
No pool fees
Stratum +Vardiff

Please note the pool is still in testing phase, so there might be glitches.
member
Activity: 98
Merit: 10
Cryptcoins announces its new galaxycoin pool:

galaxy.cryptcoins.net

-Proportional payout per block based on your share ratio to the pool's total shares for each block.
-Stratum Vardiff.
-Work who finds the block is awarded 2% of the block off the top.


3% pool fee is high....

Not happy for this pool.
i mine for 5 hours, @¶615khash.
my window of cgminer said i found 3 blocks but i saw only one in the pool stats.
there isn't tips to know if i found orphans, and payemets delay lot after confirmations.

really not a good pool for me at this time. maybe on future, developer will upgrade this pool and his simple and not complete  graphic and informations.
member
Activity: 98
Merit: 10
Cryptcoins announces its new galaxycoin pool:

galaxy.cryptcoins.net

-Proportional payout per block based on your share ratio to the pool's total shares for each block.
-Stratum Vardiff.
-Work who finds the block is awarded 2% of the block off the top.


3% pool fee is high....
legendary
Activity: 910
Merit: 1000
Cryptcoins announces its new galaxycoin pool:

galaxy.cryptcoins.net

-Proportional payout per block based on your share ratio to the pool's total shares for each block.
-Stratum Vardiff.
-Work who finds the block is awarded 2% of the block off the top.
hero member
Activity: 499
Merit: 500
Are you mad? This error:"WARNING: Checkpoint is too old. Download a newer client version."
don't allow the client to synchronise which simply means:
-can't send coins
-can't receive coins
-can't SOLO MINE
The coin is useless this way. Version 1.3 reports that it is v.0.5.0.0.
Also how can you monitor anything without a synched wallet?

No one is angry ....  You CAN do those things with the warning....
jr. member
Activity: 121
Merit: 1
Are you mad? This error:"WARNING: Checkpoint is too old. Download a newer client version."
don't allow the client to synchronise which simply means:
-can't send coins
-can't receive coins
-can't SOLO MINE
The coin is useless this way. Version 1.3 reports that it is v.0.5.0.0.
Also how can you monitor anything without a synched wallet?
legendary
Activity: 1218
Merit: 1000
"errors" : "WARNING: Checkpoint is too old. Download a newer client version."

What up, I just compiled what was on git. Dead again? (https://github.com/galaxycoin/galaxycoin)

You can ignore that; you can use it despite the error.

The coins is dead, as far as development, but it should still work fine with that error.
member
Activity: 182
Merit: 10
"errors" : "WARNING: Checkpoint is too old. Download a newer client version."

What up, I just compiled what was on git. Dead again? (https://github.com/galaxycoin/galaxycoin)

You can ignore that; you can use it despite the error.
member
Activity: 98
Merit: 10
"errors" : "WARNING: Checkpoint is too old. Download a newer client version."

What up, I just compiled what was on git. Dead again? (https://github.com/galaxycoin/galaxycoin)
legendary
Activity: 1218
Merit: 1000
I believe it is either very bad luck (which is possible)
or that we don't have a high enough hash rate (look at what we're up against)

There is the possibility of something being wrong, and I've been looking into that.

Thanks for letting me know your concerns.

I will update on the development of my takeover of galaxycoin.
Right now I'm just having trouble compiling the windows client...


Happy Hashing


EDIT: Updating pool software, perhaps this will give us a block, sorry for any downtime

EDIT EDIT: Compiling new client code, will put on the pool
Pages:
Jump to: