Pages:
Author

Topic: [ANN]LGD Legendary Coin - Cryptsy,Bittrex,NEW Merchants, Many Games, Scrypt! - page 29. (Read 85649 times)

sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
Hey legend folks - we stopped syncing sometime yesterday - and a user made a deposit that never arrived. I noticed we were a few hundred blocks behind, and I saw there was a new version.

I upgraded it, restarted it, and deleted the blockchain to be safe... but now we're stuck at block 11927 and won't go past there. 5 connectoins. Version 1.0.4.0

Any clue?
According to my above post, most probably you are trying to announce PoS blocks that are invalid so other wallets slowly bans your client.

You can try the first (easy) approach:
1) Close your wallet daemon
2) Backup your wallet.dat
3) Re-open your wallet daemon
4) Issue the following command:
Code:
legendarycoind repairwallet
If it works right after that, then you're fine. Otherwise, you might need to re-download the full blockchain.

In case the above does not work for you (which I think it won't) then you will have to dump the private key from all your addresses :
For main wallet:
Code:
legendarycoind getaddressesbyaccount ""
For other accounts you may have:
Code:
legendarycoind getaddressesbyaccount [accountname]

and then one by one, dump the private key (make sure that you note everything down in pairs [address / private key], copy/paste it somewhere  and make sure that you secure it as much as you can Smiley ):
Code:
legendarycoind dumpprivkey [lgd address]

Then stop the wallet, remove all the files (make a backup of wallet.dat before that just in case) and restart the wallet to get a new address.
After it fully syncs, import your private keys one by one:
Code:
importprivkey [privatekey]
and make sure that everything is accepted and all addresses are inserted.

That should fix everything.
sr. member
Activity: 350
Merit: 250
Hey legend folks - we stopped syncing sometime yesterday - and a user made a deposit that never arrived. I noticed we were a few hundred blocks behind, and I saw there was a new version.

I upgraded it, restarted it, and deleted the blockchain to be safe... but now we're stuck at block 11927 and won't go past there. 5 connectoins. Version 1.0.4.0

Any clue?
sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
Are we still having sync issues? I have a lot of "Mined" transactions from a few days ago that have 0 confirmations. I have updated to the new wallet and it was up to date, but still the older mined transactions are not getting any confirmations. All the new ones are fine.

EDIT: It may have something to do with the wallet. When I look at the sync message it has 12419 download of 12478 blocks.. but the last block was only 12419.. Does that help?


That's common with PoS. The fact that you minted them does not secure their entrance to the blockchain. Some other wallet with "heavier" coins won. It's a competition between wallets.
Your coins are not lost though, your client will keep trying till you get your stake included in the blockchain.

Another common issue with PoS is exactly that. When you have too many blocks that are minted one after another and they fail to enter the blockchain, your wallet might get "banned" by the other wallets, because it looks like your wallet is trying to inject lower diff blocks and that behavior is like trying to "hack" your way into getting more coins.
When that happens, you get sync issues. The best thing to do is just (always do that) copy your wallet.dat file somewhere (after you close your client) and then re-open it (if you can wait for a couple of hours, the better).
That way the blockchain would be ahead of your wallet, your wallet would understand that your blocks can't be included and stop broadcasting them to other wallets (thus avoiding getting banned again) and if you still have issues syncing, just "repairwallet" as described before.

I hope this helps to better understand how the PoS works and why things happen the way they do.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
Should try and get LGD on Poloniex to increase interest. Poloniex is like a stepping stone for mintpal and cryptsy.

From Poloniex Faq - https://www.poloniex.com/faq

How can I get such-and-such coin listed on Poloniex?

Send an email to [email protected] and tell us about your coin. There is no set of rules, but we like to see evidence of the developers' dedication to the project, community interest, and, more than anything, innovation. If your coin is truly innovative in some way, it is more or less guaranteed to be accepted by Poloniex.

lets all email poloniex right now. im doing it.
with poloniex and the support we have, the coin will skyrocket for sure.

help the coin - mail poloniex now with this thread, and we will all be rich soon Smiley
cryptsy voting is also doing good but poloniex would be a good kickstarter!
newbie
Activity: 36
Merit: 0
if you have problems with wallet:
0. sync the wallet!
1. backup wallet.dat [im not kidding!]
2. goto the debug menu (help>debug>console)
3. type checkwallet
4. still wrong? type: repairwallet

Thanks, the repairwallet worked. It looks like the wallet must have had some old records or something.
I agree about the backup.. I have it backed up a few ways Smiley
full member
Activity: 140
Merit: 100
if you have problems with wallet:
0. sync the wallet!
1. backup wallet.dat [im not kidding!]
2. goto the debug menu (help>debug>console)
3. type checkwallet
4. still wrong? type: repairwallet
newbie
Activity: 36
Merit: 0
My wallet isn't syncing up. It worked yesterday. I switched to the new wallet and it still fails to sync.

Syncing issue is due to old clients not updating, a fix is in the works and more information is to follow.

1.0.4.0 Is now compiled and available for download. (source also updated)
nb. This update is recommended and will reduce orphans for pools and improve network stability.

Changed include;
- Fix gitian for windows build
- Better log reporting on PoS errors …
- Checkpoint key update
- New checkpoints
- Protocol and Version increase
- No block requests below Protocol 60007

Download now from https://github.com/legendarycoin/legendarycoin/releases

Are we still having sync issues? I have a lot of "Mined" transactions from a few days ago that have 0 confirmations. I have updated to the new wallet and it was up to date, but still the older mined transactions are not getting any confirmations. All the new ones are fine.

EDIT: It may have something to do with the wallet. When I look at the sync message it has 12419 download of 12478 blocks.. but the last block was only 12419.. Does that help?
full member
Activity: 206
Merit: 100
It happened to me too when I first updated but all I did was delete all in the appdata legendarycoin folder and let the blockchain redownload then after that was done I pasted the backup of my wallet I made before updating and my coins were back.
newbie
Activity: 20
Merit: 0
yes wallet is fully synced.
No I cannot see any transaction.
I have kept all the files from old folder.
I tried to run the old one and now its the same, 112 transactions zero coins either with the old or the new.

ok Something is wrong here
I lost all my coins.
Wallet shows number of transactions 112 but zero coins.
I must have about 800 LGD


That's very strange. Neither on pool's wallet nor on my windows wallet I noticed such a behavior.
Is your wallet fully synced?
Do you see the transactions of your coins?
The coins never get lost, unless there are more than one forks and your belongs to the non-dominating fork.

sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
Bonus 0.5 Legendary to the finder of the block, from the block reward!!‏
Reduced block payout to 40 confirmations instead of official 50
Updated to wallet version 1.0.4.0




Legendary - Pool Announcement -

http://lgd.zeuspool.com

* Dedicated servers
* DDoS protection
* Fully managed - reliable pools
* PPLNS
* Professional team
* The goal is to keep you mining
* Always up to date


Zeuspool has updated to the most recent source. Mine with the Gods!
sr. member
Activity: 280
Merit: 250
Donate to put a smile on my face :)
ok Something is wrong here
I lost all my coins.
Wallet shows number of transactions 112 but zero coins.
I must have about 800 LGD


That's very strange. Neither on pool's wallet nor on my windows wallet I noticed such a behavior.
Is your wallet fully synced?
Do you see the transactions of your coins?
The coins never get lost, unless there are more than one forks and your belongs to the non-dominating fork.
newbie
Activity: 20
Merit: 0
ok Something is wrong here
I lost all my coins.
Wallet shows number of transactions 112 but zero coins.
I must have about 800 LGD

My wallet isn't syncing up. It worked yesterday. I switched to the new wallet and it still fails to sync.

Syncing issue is due to old clients not updating, a fix is in the works and more information is to follow.

1.0.4.0 Is now compiled and available for download. (source also updated)
nb. This update is recommended and will reduce orphans for pools and improve network stability.

Changed include;
- Fix gitian for windows build
- Better log reporting on PoS errors …
- Checkpoint key update
- New checkpoints
- Protocol and Version increase
- No block requests below Protocol 60007

Download now from https://github.com/legendarycoin/legendarycoin/releases
newbie
Activity: 25
Merit: 0
Should try and get LGD on Poloniex to increase interest. Poloniex is like a stepping stone for mintpal and cryptsy.

From Poloniex Faq - https://www.poloniex.com/faq

How can I get such-and-such coin listed on Poloniex?

Send an email to [email protected] and tell us about your coin. There is no set of rules, but we like to see evidence of the developers' dedication to the project, community interest, and, more than anything, innovation. If your coin is truly innovative in some way, it is more or less guaranteed to be accepted by Poloniex.

ill get us to poloniex. at least ill do my best.

Once we get on an actual exchange the price will jump just like FLT did
full member
Activity: 140
Merit: 100
My wallet isn't syncing up. It worked yesterday. I switched to the new wallet and it still fails to sync.

Syncing issue is due to old clients not updating, a fix is in the works and more information is to follow.

1.0.4.0 Is now compiled and available for download. (source also updated)
nb. This update is recommended and will reduce orphans for pools and improve network stability.

Changed include;
- Fix gitian for windows build
- Better log reporting on PoS errors …
- Checkpoint key update
- New checkpoints
- Protocol and Version increase
- No block requests below Protocol 60007

Download now from https://github.com/legendarycoin/legendarycoin/releases
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
Should try and get LGD on Poloniex to increase interest. Poloniex is like a stepping stone for mintpal and cryptsy.

From Poloniex Faq - https://www.poloniex.com/faq

How can I get such-and-such coin listed on Poloniex?

Send an email to [email protected] and tell us about your coin. There is no set of rules, but we like to see evidence of the developers' dedication to the project, community interest, and, more than anything, innovation. If your coin is truly innovative in some way, it is more or less guaranteed to be accepted by Poloniex.

ill get us to poloniex. at least ill do my best.
full member
Activity: 140
Merit: 100
My wallet isn't syncing up. It worked yesterday. I switched to the new wallet and it still fails to sync.

Syncing issue is due to old clients not updating, a fix is in the works and more information is to follow.
full member
Activity: 190
Merit: 100
My wallet isn't syncing up. It worked yesterday. I switched to the new wallet and it still fails to sync.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
im updated and waiting for LGD to rock!

everybody who tries to solo mine should update
full member
Activity: 206
Merit: 100
Should try and get LGD on Poloniex to increase interest. Poloniex is like a stepping stone for mintpal and cryptsy.

From Poloniex Faq - https://www.poloniex.com/faq

How can I get such-and-such coin listed on Poloniex?

Send an email to [email protected] and tell us about your coin. There is no set of rules, but we like to see evidence of the developers' dedication to the project, community interest, and, more than anything, innovation. If your coin is truly innovative in some way, it is more or less guaranteed to be accepted by Poloniex.
legendary
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com


ipoMiner has added LegendaryCoin on a direct port. Sign up to start mining all the hottest new coins with us now.. including LegendaryCoin!
Pages:
Jump to: