Bitcoin Forum
May 09, 2024, 07:40:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Placeholder
1
2

Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 185 »
  Print  
Author Topic: [Donated $2k+ To Charity] Clean Water Coin: A Crypto Charity (Pure PoS)  (Read 195659 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Water_kel
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 12, 2014, 08:29:22 AM
 #2021

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  Wink
1715240457
Hero Member
*
Offline Offline

Posts: 1715240457

View Profile Personal Message (Offline)

Ignore
1715240457
Reply with quote  #2

1715240457
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715240457
Hero Member
*
Offline Offline

Posts: 1715240457

View Profile Personal Message (Offline)

Ignore
1715240457
Reply with quote  #2

1715240457
Report to moderator
mark1982
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
April 12, 2014, 08:34:40 AM
 #2022

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  Wink

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 Offline

Activity: 26
Merit: 0


View Profile
April 12, 2014, 08:36:21 AM
 #2023

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  Wink

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
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Growcoin Chief


View Profile
April 12, 2014, 08:42:37 AM
 #2024

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  Wink

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


 Cheesy Cheesy Cheesy 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 Wink


crypto_ripper
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
April 12, 2014, 12:35:31 PM
 #2025

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.org
We 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 Offline

Activity: 87
Merit: 10


View Profile
April 12, 2014, 12:40:39 PM
 #2026

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
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 12, 2014, 04:06:18 PM
 #2027

Announcing our 1 MILLION DOGECOIN Giveaway




We 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 more

Mine at our WATER pool

Our 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 Offline

Activity: 50
Merit: 0


View Profile
April 12, 2014, 04:24:24 PM
 #2028

love WATER, hope more and more promotions will coming soon.
YouIsPeng
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
April 12, 2014, 04:27:54 PM
 #2029

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
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 12, 2014, 04:40:18 PM
 #2030

Announcing our 1 MILLION DOGECOIN Giveaway




We 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 more

Mine at our WATER pool

Our thread here on BCT
Good promotion and nice graphic!
Hope that there will be a WATER prize draw next time  Grin
crypto_ripper
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
April 12, 2014, 04:59:35 PM
 #2031

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.org
We 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%201397255804
and here
http://us.ptopex.com/water2x.txt
MineP.it
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 12, 2014, 05:01:08 PM
 #2032

Announcing our 1 MILLION DOGECOIN Giveaway




We 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 more

Mine at our WATER pool

Our thread here on BCT
Good promotion and nice graphic!
Hope that there will be a WATER prize draw next time  Grin

Thanks. We may just do a WATER one depending on the success of this one Wink

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
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
April 12, 2014, 06:04:47 PM
Last edit: April 12, 2014, 07:15:32 PM by YouIsPeng
 #2033

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.org
We 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%201397255804
and here
http://us.ptopex.com/water2x.txt

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
Full Member
***
Offline Offline

Activity: 265
Merit: 119


View Profile
April 12, 2014, 07:35:56 PM
 #2034

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 Offline

Activity: 87
Merit: 10


View Profile
April 12, 2014, 08:00:24 PM
 #2035

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.org
We 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%201397255804
and here
http://us.ptopex.com/water2x.txt

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
Full Member
***
Offline Offline

Activity: 162
Merit: 100



View Profile
April 12, 2014, 09:03:40 PM
 #2036

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
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
April 12, 2014, 09:11:50 PM
 #2037

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
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
April 12, 2014, 09:17:16 PM
 #2038

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
Full Member
***
Offline Offline

Activity: 192
Merit: 100



View Profile
April 12, 2014, 09:48:13 PM
 #2039

I think it's funny seeing a sneaky snake buying all of the dumpers coins. Wish I bought more.
YouIsPeng
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
April 13, 2014, 12:08:44 AM
 #2040

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.  Smiley
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 185 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!