Water_kel
|
|
April 12, 2014, 08:29:22 AM |
|
WALLET SYNCING FIX
I have been having the same problem as many other people here where the wallet won't sync past block 8786. I have tried all of the fixes posted here and none worked. I did the following and my wallet is now working perfectly.
If you go to Help->Debug Window->Console in your wallet and type "getpeerinfo" you will get a list of all the nodes your wallet is connected to. This is where the wallet gets the blockchain info from. For each entry look at the "startingheight" number, this shows what block that particular node thinks we are on.
If you have lots of nodes that say: "startingheight" : 8786, or some other number in the 8000s then your wallet is going to get confused as it is getting conflicting information.
I simply went through and listed all the nodes that were showing the correct block number. (as of writing we are on 9658)
Now you want to stop your wallet from automatically searching for nodes to connect to, so it won't find and connect to these 'bad' nodes - this is done by using "connect=IP" instead of "addnode=IP".
So, to get your wallet working do exactly the following:
1) Shut down the wallet completely. 2) Go to C:\Users\YourUserName\AppData\Roaming\cleanwatercoin. 3) Delete everything EXCEPT wallet.dat and cleanwatercoin.conf. 4) Open cleanwatercoin.conf and delete everything then paste in the following and save.
connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc
5) Restart the wallet.
Your wallet will now download the blockchain ONLY from those 'good' nodes that are specified. This will take a little while, be patient but it should fully sync eventually. Please post other 'good' nodes that you find so they can be added to the conf file in future.
Please let me know if this worked for you.
Thanks for this info, but it didn't work for me. is here someone who can help me STEP BY STEP with syncing my wallet. I tried all the solutions above and still it doesn't work for me, also placed the .conf file in the roaming folder. I really need some help problem solved!!!! How? Place your solution here and help others
|
|
|
|
mark1982
Newbie
Offline
Activity: 26
Merit: 0
|
|
April 12, 2014, 08:34:40 AM |
|
WALLET SYNCING FIX
I have been having the same problem as many other people here where the wallet won't sync past block 8786. I have tried all of the fixes posted here and none worked. I did the following and my wallet is now working perfectly.
If you go to Help->Debug Window->Console in your wallet and type "getpeerinfo" you will get a list of all the nodes your wallet is connected to. This is where the wallet gets the blockchain info from. For each entry look at the "startingheight" number, this shows what block that particular node thinks we are on.
If you have lots of nodes that say: "startingheight" : 8786, or some other number in the 8000s then your wallet is going to get confused as it is getting conflicting information.
I simply went through and listed all the nodes that were showing the correct block number. (as of writing we are on 9658)
Now you want to stop your wallet from automatically searching for nodes to connect to, so it won't find and connect to these 'bad' nodes - this is done by using "connect=IP" instead of "addnode=IP".
So, to get your wallet working do exactly the following:
1) Shut down the wallet completely. 2) Go to C:\Users\YourUserName\AppData\Roaming\cleanwatercoin. 3) Delete everything EXCEPT wallet.dat and cleanwatercoin.conf. 4) Open cleanwatercoin.conf and delete everything then paste in the following and save.
connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc
5) Restart the wallet.
Your wallet will now download the blockchain ONLY from those 'good' nodes that are specified. This will take a little while, be patient but it should fully sync eventually. Please post other 'good' nodes that you find so they can be added to the conf file in future.
Please let me know if this worked for you.
Thanks for this info, but it didn't work for me. is here someone who can help me STEP BY STEP with syncing my wallet. I tried all the solutions above and still it doesn't work for me, also placed the .conf file in the roaming folder. I really need some help problem solved!!!! How? Place your solution here and help others it was my mistake, I didn't delete everything in the roaming folder accept the wallet.dat and the .conf file. so now the only 2 files I have in the roaming folder are the wallet.dat and the .conf file and that worked for me
|
|
|
|
mark1982
Newbie
Offline
Activity: 26
Merit: 0
|
|
April 12, 2014, 08:36:21 AM |
|
WALLET SYNCING FIX
I have been having the same problem as many other people here where the wallet won't sync past block 8786. I have tried all of the fixes posted here and none worked. I did the following and my wallet is now working perfectly.
If you go to Help->Debug Window->Console in your wallet and type "getpeerinfo" you will get a list of all the nodes your wallet is connected to. This is where the wallet gets the blockchain info from. For each entry look at the "startingheight" number, this shows what block that particular node thinks we are on.
If you have lots of nodes that say: "startingheight" : 8786, or some other number in the 8000s then your wallet is going to get confused as it is getting conflicting information.
I simply went through and listed all the nodes that were showing the correct block number. (as of writing we are on 9658)
Now you want to stop your wallet from automatically searching for nodes to connect to, so it won't find and connect to these 'bad' nodes - this is done by using "connect=IP" instead of "addnode=IP".
So, to get your wallet working do exactly the following:
1) Shut down the wallet completely. 2) Go to C:\Users\YourUserName\AppData\Roaming\cleanwatercoin. 3) Delete everything EXCEPT wallet.dat and cleanwatercoin.conf. 4) Open cleanwatercoin.conf and delete everything then paste in the following and save.
connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc
5) Restart the wallet.
Your wallet will now download the blockchain ONLY from those 'good' nodes that are specified. This will take a little while, be patient but it should fully sync eventually. Please post other 'good' nodes that you find so they can be added to the conf file in future.
Please let me know if this worked for you.
Thanks for this info, but it didn't work for me. is here someone who can help me STEP BY STEP with syncing my wallet. I tried all the solutions above and still it doesn't work for me, also placed the .conf file in the roaming folder. I really need some help problem solved!!!! How? Place your solution here and help others it was my mistake, I didn't delete everything in the roaming folder accept the wallet.dat and the .conf file. so now the only 2 files I have in the roaming folder are the wallet.dat and the .conf file and that worked for me p.s after restarting the wallet the other files seem to appear again!! I think that is what should happen
|
|
|
|
barryzand
|
|
April 12, 2014, 08:42:37 AM |
|
WALLET SYNCING FIX
I have been having the same problem as many other people here where the wallet won't sync past block 8786. I have tried all of the fixes posted here and none worked. I did the following and my wallet is now working perfectly.
If you go to Help->Debug Window->Console in your wallet and type "getpeerinfo" you will get a list of all the nodes your wallet is connected to. This is where the wallet gets the blockchain info from. For each entry look at the "startingheight" number, this shows what block that particular node thinks we are on.
If you have lots of nodes that say: "startingheight" : 8786, or some other number in the 8000s then your wallet is going to get confused as it is getting conflicting information.
I simply went through and listed all the nodes that were showing the correct block number. (as of writing we are on 9658)
Now you want to stop your wallet from automatically searching for nodes to connect to, so it won't find and connect to these 'bad' nodes - this is done by using "connect=IP" instead of "addnode=IP".
So, to get your wallet working do exactly the following:
1) Shut down the wallet completely. 2) Go to C:\Users\YourUserName\AppData\Roaming\cleanwatercoin. 3) Delete everything EXCEPT wallet.dat and cleanwatercoin.conf. 4) Open cleanwatercoin.conf and delete everything then paste in the following and save.
connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc
5) Restart the wallet.
Your wallet will now download the blockchain ONLY from those 'good' nodes that are specified. This will take a little while, be patient but it should fully sync eventually. Please post other 'good' nodes that you find so they can be added to the conf file in future.
Please let me know if this worked for you.
Thanks for this info, but it didn't work for me. is here someone who can help me STEP BY STEP with syncing my wallet. I tried all the solutions above and still it doesn't work for me, also placed the .conf file in the roaming folder. I really need some help problem solved!!!! How? Place your solution here and help others it was my mistake, I didn't delete everything in the roaming folder accept the wallet.dat and the .conf file. so now the only 2 files I have in the roaming folder are the wallet.dat and the .conf file and that worked for me p.s after restarting the wallet the other files seem to appear again!! I think that is what should happen lol Yes man... thats right... First delete entire cleanwatercoin appdata folder... EXCEPT wallet.dat! copy that one first when you've got balance in your wallet
|
|
|
|
crypto_ripper
Member
Offline
Activity: 87
Merit: 10
|
|
April 12, 2014, 12:35:31 PM |
|
Warning! cleanwatercoin was 51% attacked and a double spend was successful We will shut down water/btc ,user must be cancel your order and withdrawal your watercoin. We will publish the attack records to https://bitcointalk.orgWe despise these crooks behavior. We will compensation vip level for some user who was those watercoin. attacked Details:here This is the warning on Ptopex exchange... Is everyone ignoring this message on the exchange? If do, why?
|
|
|
|
crypto_ripper
Member
Offline
Activity: 87
Merit: 10
|
|
April 12, 2014, 12:40:39 PM |
|
WALLET SYNCING FIX
I have been having the same problem as many other people here where the wallet won't sync past block 8786. I have tried all of the fixes posted here and none worked. I did the following and my wallet is now working perfectly.
If you go to Help->Debug Window->Console in your wallet and type "getpeerinfo" you will get a list of all the nodes your wallet is connected to. This is where the wallet gets the blockchain info from. For each entry look at the "startingheight" number, this shows what block that particular node thinks we are on.
If you have lots of nodes that say: "startingheight" : 8786, or some other number in the 8000s then your wallet is going to get confused as it is getting conflicting information.
I simply went through and listed all the nodes that were showing the correct block number. (as of writing we are on 9658)
Now you want to stop your wallet from automatically searching for nodes to connect to, so it won't find and connect to these 'bad' nodes - this is done by using "connect=IP" instead of "addnode=IP".
So, to get your wallet working do exactly the following:
1) Shut down the wallet completely. 2) Go to C:\Users\YourUserName\AppData\Roaming\cleanwatercoin. 3) Delete everything EXCEPT wallet.dat and cleanwatercoin.conf. 4) Open cleanwatercoin.conf and delete everything then paste in the following and save.
connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc
5) Restart the wallet.
Your wallet will now download the blockchain ONLY from those 'good' nodes that are specified. This will take a little while, be patient but it should fully sync eventually. Please post other 'good' nodes that you find so they can be added to the conf file in future.
Please let me know if this worked for you.
Thanks for this info, but it didn't work for me. Where did you put the .conf file? It must be placed in the C:\Users\YourUserName\AppData\Roaming\cleanwatercoin\ folder. Also, make sure it is a .conf file not a .txt file. Right click the file and click Properties, if it doesn't say "Type of File: CONF File (.conf)" it won't work. Yep, got it to work in the end by putting it in C:\Users\YourUserName\AppData\Roaming\cleanwatercoin\ folder. The reason I didn't put there in the first place was because, the step 3 above assumes it to be there but mine wasn't, so I left mine where it was.
|
|
|
|
MineP.it
|
|
April 12, 2014, 04:06:18 PM |
|
Announcing our 1 MILLION DOGECOIN GiveawayWe are giving away 1,000,000 DOGE in a prize draw - available to everyone who mines at any of our pools starting from today. As you mine, you will earn "tickets" to the prize draw. The more tickets you have the more chance of winning. The first draw will be made when we have found our first DOGE block. Starts right now - click here to learn moreMine at our WATER poolOur thread here on BCT
|
https://www.minep.it - secure, stable mining pools | 0.75% fees | chat | forums | one login for 40+ pools | unique interface Pools: Bitcoin | BitMark | ConspiracyCoin | CryptCoin | CureCoin | DarkCoin | Digit | DogeCoin | Dvorakoin | FeatherCoin | FractalCoin | Hiro | IsraelCoin | KarmaCoin | Kryptonite | LimeCoinX | Litecoin | MultiWalletCoin | Negotium | NewWorldOrder | OzzieCoin | PyramidsCoin | RootCoin | SaveCoin | Shade | SurvivorCoin | SysCoin | TalkCoin | TitCoin | Trinity | UseCoin | UtopiaCoin | VertCoin | ViaCoin | VirtualCoin | VirtualMiningCoin | WankCoin | WorldCoin | ZetaCoin
|
|
|
Hobocc
Newbie
Offline
Activity: 50
Merit: 0
|
|
April 12, 2014, 04:24:24 PM |
|
love WATER, hope more and more promotions will coming soon.
|
|
|
|
YouIsPeng
|
|
April 12, 2014, 04:27:54 PM |
|
It's nice to see the network hash rate is slowly increasing, however everyone seems to be using water.suprnova.cc and when I last looked they accounted for about 90% of the network hash. This is very bad as it potentially leaves WATER open to a 51% attack (although I'm sure the lovely people at Suprnova wouldn't dream of doing so.) More importantly this could lessen confidence in the coin even if there is the potential for this to happen. The last thing we need at this point is more problems so we need to spread the hash around some other pools, no one pool should have over 50% of the network hash power. Now I know that I gave suprnova a plug a few posts back and they are very good, but there are other pools out there and we need to use them!
|
|
|
|
Water_kel
|
|
April 12, 2014, 04:40:18 PM |
|
Good promotion and nice graphic! Hope that there will be a WATER prize draw next time
|
|
|
|
crypto_ripper
Member
Offline
Activity: 87
Merit: 10
|
|
April 12, 2014, 04:59:35 PM |
|
Warning! cleanwatercoin was 51% attacked and a double spend was successful We will shut down water/btc ,user must be cancel your order and withdrawal your watercoin. We will publish the attack records to https://bitcointalk.orgWe despise these crooks behavior. We will compensation vip level for some user who was those watercoin. attacked Details:here This is the warning on Ptopex exchange... Why is everyone ignoring this? Did anyone else not see it on the exchange? 51% attack???!!!see here: http://us.ptopex.com/withdrawals.php?ex=9&m0.89349600%201397255804and here http://us.ptopex.com/water2x.txt
|
|
|
|
MineP.it
|
|
April 12, 2014, 05:01:08 PM |
|
Good promotion and nice graphic! Hope that there will be a WATER prize draw next time Thanks. We may just do a WATER one depending on the success of this one
|
https://www.minep.it - secure, stable mining pools | 0.75% fees | chat | forums | one login for 40+ pools | unique interface Pools: Bitcoin | BitMark | ConspiracyCoin | CryptCoin | CureCoin | DarkCoin | Digit | DogeCoin | Dvorakoin | FeatherCoin | FractalCoin | Hiro | IsraelCoin | KarmaCoin | Kryptonite | LimeCoinX | Litecoin | MultiWalletCoin | Negotium | NewWorldOrder | OzzieCoin | PyramidsCoin | RootCoin | SaveCoin | Shade | SurvivorCoin | SysCoin | TalkCoin | TitCoin | Trinity | UseCoin | UtopiaCoin | VertCoin | ViaCoin | VirtualCoin | VirtualMiningCoin | WankCoin | WorldCoin | ZetaCoin
|
|
|
YouIsPeng
|
|
April 12, 2014, 06:04:47 PM Last edit: April 12, 2014, 07:15:32 PM by YouIsPeng |
|
Hi crypto_ripper their "double spend" was more likely due to them being on the wrong wallet rather than a 51% attack. As my last post explains, the only entity that could have conceivably carried out such an attack is the suprnova pool which I don't think is likely. My last post also explains how the possibility of a 51% attack can be avoided.
|
|
|
|
IntroVert
|
|
April 12, 2014, 07:35:56 PM |
|
It's nice to see the network hash rate is slowly increasing, however everyone seems to be using water.suprnova.cc and when I last looked they accounted for about 90% of the network hash. This is very bad as it potentially leaves WATER open to a 51% attack (although I'm sure the lovely people at Suprnova wouldn't dream of doing so.) More importantly this could lessen confidence in the coin even if there is the potential for this to happen. The last thing we need at this point is more problems so we need to spread the hash around some other pools, no one pool should have over 50% of the network hash power. Now I know that I gave suprnova a plug a few posts back and they are very good, but there are other pools out there and we need to use them! Speaking of Suprnova, as being the THE most reliable pool, it would be nice to see more people donating to them. They are running their pool with no fees after all, and still have costs they have to take care of.
|
|
|
|
crypto_ripper
Member
Offline
Activity: 87
Merit: 10
|
|
April 12, 2014, 08:00:24 PM |
|
Hi crypto_ripper their "double spend" was more likely due to them being on the wrong wallet rather than a 51% attack. As my last post explains, the only entity that could have conceivably carried out such an attack is the suprnova pool which I don't think is likely. My last post also explains how the possibility of a 51% attack can be avoided. Hi mate, thanks for your response. I haven't come across your last post so I will have a search now.
|
|
|
|
friendly
|
|
April 12, 2014, 09:03:40 PM |
|
Has it been determined if the coin was forked, or problems due to dev error, or both? Safe to jump into the water now?
|
|
|
|
Xardas2014
|
|
April 12, 2014, 09:11:50 PM |
|
Has it been determined if the coin was forked, or problems due to dev error, or both? Safe to jump into the water now?
The water2x.txt shows it was a miner in China. They were likely on the wrong fork and ptopex security didn't catch it quickly enough.
|
|
|
|
YouIsPeng
|
|
April 12, 2014, 09:17:16 PM |
|
Has it been determined if the coin was forked, or problems due to dev error, or both? Safe to jump into the water now?
Hi friendly, all issues have now been fixed, the coin was forked at block 8500 and a new wallet was released. Everything should work fine if you use the latest wallet release, download link in first post.
|
|
|
|
AbiusGMIU
|
|
April 12, 2014, 09:48:13 PM |
|
I think it's funny seeing a sneaky snake buying all of the dumpers coins. Wish I bought more.
|
|
|
|
YouIsPeng
|
|
April 13, 2014, 12:08:44 AM |
|
UPDATED CLEANWATERCOIN.CONF FILE I ran my wallet without a .conf file just to check and it seems there are still wallets out there broadcasting the wrong blockchain so make sure you have a .conf file in your C:\Users\YourUserName\AppData\Roaming\cleanwatercoin\ folder! I have found a few more 'good' nodes, here is my current .conf file: connect=176.14.88.234 connect=107.170.217.4 connect=67.82.168.57 connect=97.102.24.119 connect=188.226.199.223 connect=water.suprnova.cc connect=95.85.45.65 connect=107.170.209.91 connect=173.209.34.2 connect=68.168.113.90 If you have found this, and my previous posts helpful please donate BTC to 1ABEKchWP3CjxbD9aKPoYX2ybp52iH5Kk - Any donations will be used to vote at MintPal to get us listed.
|
|
|
|
|