Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: LoWang on March 10, 2012, 01:08:44 PM



Title: Litecoind -datadir Error: Specified directory does not exist
Post by: LoWang on March 10, 2012, 01:08:44 PM
Hello, I want to start litecoind with -datadir parameter but it keeps telling me this error. I use Windows XP and I try to point it into a truecrypt mounted drive...
Code:
K:\program>litecoind -datadir k:\datadir\
Error: Specified directory does not exist

K:\program>dir k:\datadir
 Volume in drive K has no label.
 Volume Serial Number is B019-AD5E

 Directory of k:\datadir

03/10/2012  01:46 PM    <DIR>          .
03/10/2012  01:46 PM    <DIR>          ..
03/10/2012  01:46 PM               326 litecoin.conf


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: terrytibbs on March 10, 2012, 01:20:07 PM
Try using forward slashes, á la Linux.


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: LoWang on March 10, 2012, 01:26:17 PM
does not help
K:\program>litecoind -datadir k:/datadir/
Error: Specified directory does not exist
K:\program>litecoind -datadir k:/datadir
Error: Specified directory does not exist


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: Remember remember the 5th of November on March 10, 2012, 01:29:14 PM
Create it first?


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: LoWang on March 10, 2012, 01:32:02 PM
Create it first?
bad joke man:) Read my first post carefully and especially the section in the white rectangle. I hope you know what "dir" command does


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: Remember remember the 5th of November on March 10, 2012, 01:38:26 PM
I see the error now. You need to add the equal sign. As in, -datadir=<path>


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: bitcoinsarefun on March 10, 2012, 01:39:49 PM
I see the error now. You need to add the equal sign. As in, -datadir=<path>

this ...

and you don't need the trailing backslash ( though I don't think it will hurt )


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: LoWang on March 10, 2012, 01:51:24 PM
Ups silly me, of course, thanks. I am used to windows style parameters when there is usually no equal sign :-] So now I wonder how long will the LTC blockchain download take ...:)


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: bitcoinsarefun on March 10, 2012, 01:55:15 PM
Ups silly me, of course, thanks. I am used to windows style parameters when there is usually no equal sign :-] So now I wonder how long will the LTC blockchain download take ...:)

I think the total blockchain is 650-700MB right now


Title: Re: Litecoind -datadir Error: Specified directory does not exist
Post by: LoWang on March 10, 2012, 02:09:22 PM
yesbut unfortunatelly the size does not tell you much about how long will it take, because the connection capacity is hardly saturated :-\
So in half an hour it got around 90MB of data, so I guess it will take another 4hours...

EDIT: So now it looks like pretty stable 300kB/s so it is good. I was afraid it will be as bad as downloading bitcoin blockchain :-]