Search content
Sort by

Showing 20 of 26 results by mark1982
Post
Topic
Board Announcements (Altcoins)
Re: [MANDATORY WALLET UPDATE] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 14/05/2014, 05:06:55 UTC
if anyone is still missing coins i found a fix. Open up the console and type in checkwallet. It will tell you an amount of coins in question. Than type repairwallet. It should give back the same number but amount repaired. Close and reopen the wallet. If this has helped you in any way please donate. Trying to finally take my wife on our honeymoon.

this worked to get my coins back, but now I also have the visual c++ runtime error! tried to update the visual library but that didn't help.

please some help with this wallet problem.
Post
Topic
Board Announcements (Altcoins)
Re: [MANDATORY WALLET UPDATE] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 13/05/2014, 05:23:47 UTC
my wallet has synced, that's great, but I'm still missing one large transaction and that weird because that particular transaction is displayed in my wallet on the subpage "transactions" need some help guys!

thanx
Post
Topic
Board Announcements (Altcoins)
Re: [MANDATORY WALLET UPDATE] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 08/05/2014, 06:17:42 UTC
guys, my wallet in synced but only till block 27947!! what am I doing wrong?

some help please
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 29/04/2014, 21:12:48 UTC
hi everybody,

after updating my wallet is lost 800.000 coins!!! does anybody know's why and how I can fix this?

where can I fill in "rescan"?? because in the console command line I cannot find it and if I type it he gives an error "not found"

Ok:

Go to the folder cleanwatercoin-qt is in

Hold your SHIFT key

Right click on empty white space in that folder

Choose "open command window here"

A black command prompt window should pop up

Type:

cleanwatercoin-qt.exe -rescan

Press ENTER




thanks for ur help, but I still miss around eight hundred thousand coins, and now also my wallet keeps hanging on block 12858. tried all the addnodes but nothing works!1

Send us an email: support@cleanwatercoin.org

We'll get you all squared away!

I send u an email.
hope u guys can help me out!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 29/04/2014, 20:51:59 UTC
hi everybody,

after updating my wallet is lost 800.000 coins!!! does anybody know's why and how I can fix this?

where can I fill in "rescan"?? because in the console command line I cannot find it and if I type it he gives an error "not found"

Ok:

Go to the folder cleanwatercoin-qt is in

Hold your SHIFT key

Right click on empty white space in that folder

Choose "open command window here"

A black command prompt window should pop up

Type:

cleanwatercoin-qt.exe -rescan

Press ENTER




thanks for ur help, but I still miss around eight hundred thousand coins, and now also my wallet keeps hanging on block 12858. tried all the addnodes but nothing works!1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 29/04/2014, 17:16:12 UTC
hi everybody,

after updating my wallet is lost 800.000 coins!!! does anybody know's why and how I can fix this?

Please clarify - is that eight hundred (800.000) or eight hundred thousand (800,000) ?

Have you tried running your wallet with -rescan from the command line?

Here is a full list of command line options and what they do:

-?                     This help message
  -conf=           Specify configuration file (default: cleanwatercoin.conf)
  -pid=            Specify pid file (default: cleanwatercoind.pid)
  -gen                   Generate coins
  -gen=0                 Don't generate coins
  -datadir=         Specify data directory
  -dbcache=           Set database cache size in megabytes (default: 25)
  -dblogsize=         Set database disk log size in megabytes (default: 100)
  -timeout=           Specify connection timeout in milliseconds (default: 5000)
  -proxy=       Connect through socks proxy
  -socks=             Select the version of socks proxy to use (4-5, default: 5)
  -tor=         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=           Listen for connections on (default: 53591 or testnet: 43591)
  -maxconnections=    Maintain at most connections to peers (default: 125)
  -addnode=          Add a node to connect to and attempt to keep the connection open
  -connect=          Connect only to the specified node(s)
  -seednode=         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=       Specify your own public address
  -onlynet=         Only connect to nodes in network (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -irc                   Find peers using internet relay chat (default: 1)
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=           Bind to given address. Use [host]:port notation for IPv6
  -dnsseed               Find peers using DNS lookup (default: 0)
  -nosynccheckpoints     Disable sync checkpoints (default: 0)
  -banscore=          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=  Maximum per-connection receive buffer, *1000 bytes (default: 5000)
  -maxsendbuffer=     Maximum per-connection send buffer, *1000 bytes (default: 1000)
  -upnp                  Use UPnP to map the listening port (default: 1 when listening)
  -detachdb              Detach block and address databases. Increases shutdown time (default: 0)
  -paytxfee=        Fee per KB to add to transactions you send
  -server                Accept command line and JSON-RPC commands
  -testnet               Use the test network
  -debug                 Output extra debugging information. Implies all other -debug* options
  -debugnet              Output extra network debugging information
  -logtimestamps         Prepend debug output with timestamp
  -shrinkdebugfile       Shrink debug.log file on client startup (default: 1 when no -debug)
  -printtoconsole        Send trace/debug info to console instead of debug.log file
  -printtodebugger       Send trace/debug info to debugger
  -rpcuser=        Username for JSON-RPC connections
  -rpcpassword=      Password for JSON-RPC connections
  -rpcport=        Listen for JSON-RPC connections on (default: 12789 or testnet: 22789)
  -rpcallowip=       Allow JSON-RPC connections from specified IP address
  -rpcconnect=       Send commands to node running on (default: 127.0.0.1)
  -blocknotify=     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -walletnotify=    Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=           Set key pool size to (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=       How many blocks to check at startup (default: 2500, 0 = all)
  -checklevel=        How thorough the block verification is (0-6, default: 1)
  -loadblock=      Imports blocks from external blk000?.dat file

Block creation options:
  -blockminsize=      Set minimum block size in bytes (default: 0)
  -blockmaxsize=      Set maximum block size in bytes (default: 250000)
  -blockprioritysize= Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)

SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  -rpcssl                                  Use OpenSSL (https) for JSON-RPC connections
  -rpcsslcertificatechainfile=  Server certificate file (default: server.cert)
  -rpcsslprivatekeyfile=         Server private key (default: server.pem)
  -rpcsslciphers=                 Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)

UI options:
  -lang=           Set language, for example "de_DE" (default: system locale)
  -min                   Start minimized
  -splash                Show splash screen on startup (default: 1)



where can I fill in "rescan"?? because in the console command line I cannot find it and if I type it he gives an error "not found"
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 29/04/2014, 16:25:52 UTC
hi everybody,

after updating my wallet is lost 800.000 coins!!! does anybody know's why and how I can fix this?
Post
Topic
Board Announcements (Altcoins)
Re: Eurokoin (EU₭)
by
mark1982
on 19/04/2014, 17:58:28 UTC
EuroKoin has been added to AllCrypt.com!
can someone help me with my wallet because it won't sync. what are the addnodes and how should I name my conf file?

mark
Post
Topic
Board Announcements (Altcoins)
Re: Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 12/04/2014, 08:36:21 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 12/04/2014, 08:34:40 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 12/04/2014, 07:11:09 UTC
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!!!!
Post
Topic
Board Announcements (Altcoins)
Re: Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 12/04/2014, 06:10:01 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [Hard Fork Coming] Clean Water Coin | $2,000 Donated to Charity: Water
by
mark1982
on 10/04/2014, 16:20:44 UTC
hi there, I'm also stuck on block 8786, tried all the add nodes and tried a new installation of the wallet and it still says out of sync. the last confirmations I had were from 8-4-14.

PLEASE SOME HELP
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. Day 8 [EDU]
by
mark1982
on 20/03/2014, 06:37:02 UTC
can someone help me with my wallet, after opening it stays blank and says educoin wallet not responding. also tried to re-install the wallet without success.
yesterday I had an power down in my house so maybe it has something to do with that.

please some help I have a lot of coins in my wallet and I don't wanna lose them!!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. [EDU]
by
mark1982
on 16/03/2014, 14:44:07 UTC
just wanna to say that de guys from Educoin Sumpool are scams in my eyes because I do NOT receive confirmation emails (off course I checked my spam) for account editing and they also do NOT respond the 50 emails I send. I'm pretty pissed because I have 13m coins over there!!!!

 Angry Angry Angry Angry

13m ? You had problems with them and kept mining?
I got the 13m in almost 2 days and I assumed that the email problem would be solved pretty quickly, so yes I did proceed mining with that pool (not anymore ofcourse)!!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. [EDU]
by
mark1982
on 16/03/2014, 14:34:13 UTC
just wanna to say that de guys from Educoin Sumpool are scams in my eyes because I do NOT receive confirmation emails (off course I checked my spam) for account editing and they also do NOT respond the 50 emails I send. I'm pretty pissed because I have 13m coins over there!!!!

 Angry Angry Angry Angry
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. [EDU]
by
mark1982
on 15/03/2014, 19:02:09 UTC
is here anybody who know's why I do not get any confirmation emails to edit my account on educoin sumpool?
is there anybody who I can reach to explain my problem?

need some help

Maybe should look in your spam folder....

thanks for the response, but of course I did that already. any other suggestions??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. [EDU]
by
mark1982
on 15/03/2014, 15:13:09 UTC
is here anybody who know's why I do not get any confirmation emails to edit my account on educoin sumpool?
is there anybody who I can reach to explain my problem?

need some help
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. LAUNCHED. [EDU]
by
mark1982
on 14/03/2014, 16:03:58 UTC
is here anybody who can tell me why I do not get any confirmation emails from educoin Sumpool to edit my account?
also the mod/dev is not responding to any of my emails!

please I need some help over here
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] EduCoin Makes Us Smarter. March 11th, 2014. [EDU]
by
mark1982
on 14/03/2014, 05:47:47 UTC
can somebody send me the the wallet install file since I cannot download it from MEGA?

See the first post of this topic.

You have to fill in the password. Did you do that?

the problem is that I cannot download the file at all. I think entering a password is the next step after downloading the file. am I correct?