Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW][XTL] 👾Stellite👾 - decentralized node list via IPFS & ZeroNet
by
sevynos
on 19/04/2018, 00:38:24 UTC
where the heck are blockchain files downlaoded? My C: drive is full!!! I need to change the location.

I run the GUI walllet.

Hi,

Blockchain is stored here : C:\ProgramData\stellite

You can change the data directory with the CLI Wallet.

Code:
stellited --data-dir C:\ProgramData\stellite

CLI Wallet shows:
unknown command: stellited --data-dir D:\


I don't use the daemon on Windows but in linux we have to put an "=" after data-dir. Try that:

stellited --data-dir=D:\ (a space after stellited and no space in the rest of line)

And make sure in your command prompt you are located in the directory where stellited is or type the command with the full path.