Pages:
Author

Topic: [ANN][C2.1] Coin2 | Pow/PoS | ChainOfConflict[FPS] The Future of Gaming is Now - page 14. (Read 499702 times)

full member
Activity: 239
Merit: 101
btw, another way to sync is to get bootstrap.dat and let wallet sync from it (place it in the same folder where wallet.dat is, on mac it's /Users//Library/Application Support/Coin2.1/ ).
http://c2chain.info/bootstrap.dat (183k+ blocks)
That's not the "clean" bootstrap as it should be, that's just renamed blk0001.dat but it should work almost the same (will require few "reorganize" actions but this will happen automagically and will not require any action from you, so it should work fine afaik).

It will take a while and gui will not show up until sync is done so it could look like nothing is happening (or even Coin2.1-Qt will be shown as "Not Responding" in Activity Monitor) but just let it run. You might also need to delete blk* files before trying to use this method but I'm not sure about this.

In case you are on mac you can make sure that process is running fine by tailing debug.log in Terminal like this:
tail /Users//Library/Application Support/Coin2.1/debug.log | grep height
or
tail -f /Users//Library/Application Support/Coin2.1/debug.log | grep height
"-f" should give you a lot of output (hit "ctrl + C" to stop tailing - I'm sure you don't want these 183k+ lines to be output one by one in next hour or so  Grin)
Interesting part there is "height" which is current block being processed.

I tested this by myself and on my mac I was able to sync from scratch in about one hour and ten minutes.

PS. might be a good idea to place link to bootstrap.dat (or link to this message) in OP  Roll Eyes

Thanks for this!!

Just tried this method and it worked a treat!

Like you said, took just over an hour to sync.

Thanks.
legendary
Activity: 3640
Merit: 1407
Quick question to the devs. We have over 5 million c2 in surplus. Price is dropping, seems to me we need some help with the game and maybe a little spark of intrest. Can we start some bounties?  Old and grey seems to be working on some back end integration
 
How bout a bounty for the first 5 people who develop a game/app that integrates c2.  Lets just not let that surplus sit there. This is the time we shod be using it.....just a thought
legendary
Activity: 882
Merit: 1000
Whats up with the evolution of the game ?
legendary
Activity: 1078
Merit: 1001
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
legendary
Activity: 1078
Merit: 1001
Monday update Smiley im waiting Zyronx Wink

i dont have much on my end today. Oldandgrey had a good one though. Smiley

I'm working on getting some in regular. I might have to change the way I was going to do updates.

legendary
Activity: 882
Merit: 1000
Monday update Smiley im waiting Zyronx Wink
legendary
Activity: 1318
Merit: 1040
btw, another way to sync is to get bootstrap.dat and let wallet sync from it (place it in the same folder where wallet.dat is, on mac it's /Users//Library/Application Support/Coin2.1/ ).
http://c2chain.info/bootstrap.dat (183k+ blocks)
That's not the "clean" bootstrap as it should be, that's just renamed blk0001.dat but it should work almost the same (will require few "reorganize" actions but this will happen automagically and will not require any action from you, so it should work fine afaik).

It will take a while and gui will not show up until sync is done so it could look like nothing is happening (or even Coin2.1-Qt will be shown as "Not Responding" in Activity Monitor) but just let it run. You might also need to delete blk* files before trying to use this method but I'm not sure about this.

In case you are on mac you can make sure that process is running fine by tailing debug.log in Terminal like this:
tail /Users//Library/Application Support/Coin2.1/debug.log | grep height
or
tail -f /Users//Library/Application Support/Coin2.1/debug.log | grep height
"-f" should give you a lot of output (hit "ctrl + C" to stop tailing - I'm sure you don't want these 183k+ lines to be output one by one in next hour or so  Grin)
Interesting part there is "height" which is current block being processed.

I tested this by myself and on my mac I was able to sync from scratch in about one hour and ten minutes.

PS. might be a good idea to place link to bootstrap.dat (or link to this message) in OP  Roll Eyes
hero member
Activity: 766
Merit: 509
New market stats on Mintpal... Nobody sell under 400 and we can make newcomers not notice that we were ever under 200>.<
sr. member
Activity: 357
Merit: 250
Thanks for your help!

I tried that and deleted the blk files again and this time its stuck on 3.83%.

Zyronx,

Can you see if any of the devs can assist

oldandgrey

UdjinM6 has been good at helping with these issues. Maybe pm him.

Well, I tried to recreate the issue starting to sync from scratch and I can't - synced to 10% in 5 minutes...

EDIT: hmmm... that's interesting... stucked at 16.36%

EDIT2: according to log wallet is getting timeouts while trying to connect to recent known nodes - looks like most people stake for some time and then turn wallets off so there are many offline wallets which was online not so long time ago.
Try to add "connect=107.170.168.162" in your Coin2.1.conf (should be in /Users//Library/Application Support/Coin2.1 and if it's not - create one). That will tell wallet to connect only to that host which is c2chain.info and I hope it will do the trick for you.

EDIT3: btw, once you are done syncing it's better to replace "connect=107.170.168.162" by "addnode=107.170.168.162" so wallet will always try to connect to c2chain.info and will try to discover other nodes too.

Thanks UdjinM6
legendary
Activity: 1318
Merit: 1040
Thanks for your help!

I tried that and deleted the blk files again and this time its stuck on 3.83%.

Zyronx,

Can you see if any of the devs can assist

oldandgrey

UdjinM6 has been good at helping with these issues. Maybe pm him.

Well, I tried to recreate the issue starting to sync from scratch and I can't - synced to 10% in 5 minutes...

EDIT: hmmm... that's interesting... stucked at 16.36%

EDIT2: according to log wallet is getting timeouts while trying to connect to recent known nodes - looks like most people stake for some time and then turn wallets off so there are many offline wallets which was online not so long time ago.
Try to add "connect=107.170.168.162" in your Coin2.1.conf (should be in /Users//Library/Application Support/Coin2.1 and if it's not - create one). That will tell wallet to connect only to that host which is c2chain.info and I hope it will do the trick for you.

EDIT3: btw, once you are done syncing it's better to replace "connect=107.170.168.162" by "addnode=107.170.168.162" so wallet will always try to connect to c2chain.info and will try to discover other nodes too.
legendary
Activity: 3640
Merit: 1407
Thanks for your help!

I tried that and deleted the blk files again and this time its stuck on 3.83%.

Zyronx,

Can you see if any of the devs can assist

oldandgrey

UdjinM6 has been good at helping with these issues. Maybe pm him.
sr. member
Activity: 357
Merit: 250
Thanks for your help!

I tried that and deleted the blk files again and this time its stuck on 3.83%.

Zyronx,

Can you see if any of the devs can assist

oldandgrey
full member
Activity: 239
Merit: 101
Thanks will give it a try! Is there a configuration file which might help?

It starts off alright then just gets stuck. This time it's just stuck at 6.26%?

Sorry richfinch,

Thats about as far as I go on the desktop wallet. The only other thing I would suggest would be to delete the debug.log file where ever it is stored on a mac (C:\Users\oldandgrey\AppData\Roaming\Coin2.1 in windows) on the outside chance that it is a disk free space problem.
[/quote]

Thanks for your help!

I tried that and deleted the blk files again and this time its stuck on 3.83%.
sr. member
Activity: 357
Merit: 250
Thanks will give it a try! Is there a configuration file which might help?

It starts off alright then just gets stuck. This time it's just stuck at 6.26%?
[/quote]

Sorry richfinch,

Thats about as far as I go on the desktop wallet. The only other thing I would suggest would be to delete the debug.log file where ever it is stored on a mac (C:\Users\oldandgrey\AppData\Roaming\Coin2.1 in windows) on the outside chance that it is a disk free space problem.
full member
Activity: 239
Merit: 101
Hi!,

I had a few problems recently with my Mac so had to do a clean install of everything.

I've re-installed the Coin2.1 mac wallet but it's got stuck syncing.

It says it's downloaded 3.74% of transaction history but has been like that for 2 days now. I've got 12 connections to the network.

Anything i can do? Thanks.

Anything I can do to get my wallet syncing??

Thanks

Hi richfinch,

Not really my area of expertise but I would try :-

1    Shutdown the coin2 wallet
2    Delete the two blk*.dat files (Do NOT delete wallet.dat or you will loose access to your coins).
3    Reboot your Mac
4    Start the Coin2 client again.

Step 3 shouldn't be necessary but I've seen the lack of a reboot being a problem on windows.

rgds

oldandgrey

Thanks will give it a try! Is there a configuration file which might help?

It starts off alright then just gets stuck. This time it's just stuck at 6.26%?
full member
Activity: 239
Merit: 101
Hi!,

I had a few problems recently with my Mac so had to do a clean install of everything.

I've re-installed the Coin2.1 mac wallet but it's got stuck syncing.

It says it's downloaded 3.74% of transaction history but has been like that for 2 days now. I've got 12 connections to the network.

Anything i can do? Thanks.

Anything I can do to get my wallet syncing??

Thanks

Hi richfinch,

Not really my area of expertise but I would try :-

1    Shutdown the coin2 wallet
2    Delete the two blk*.dat files (Do NOT delete wallet.dat or you will loose access to your coins).
3    Reboot your Mac
4    Start the Coin2 client again.

Step 3 shouldn't be necessary but I've seen the lack of a reboot being a problem on windows.

rgds

oldandgrey

Thanks will give it a try! Is there a configuration file which might help?
sr. member
Activity: 357
Merit: 250
Hi!,

I had a few problems recently with my Mac so had to do a clean install of everything.

I've re-installed the Coin2.1 mac wallet but it's got stuck syncing.

It says it's downloaded 3.74% of transaction history but has been like that for 2 days now. I've got 12 connections to the network.

Anything i can do? Thanks.

Anything I can do to get my wallet syncing??

Thanks

Hi richfinch,

Not really my area of expertise but I would try :-

1    Shutdown the coin2 wallet
2    Delete the two blk*.dat files (Do NOT delete wallet.dat or you will loose access to your coins).
3    Reboot your Mac
4    Start the Coin2 client again.

Step 3 shouldn't be necessary but I've seen the lack of a reboot being a problem on windows.

rgds

oldandgrey
Pages:
Jump to: