letheanVPN / lthn-app-vpn

Client/Server dVPN
https://www.lt.hn
European Union Public License 1.2
36 stars 16 forks source link

Space reqiurment #131

Open mahdi-ln opened 3 years ago

mahdi-ln commented 3 years ago

How much space it need? Would it download whole blockchain, too

Snider commented 3 years ago

26gb is the current chain, the release we are working on lets you use external rpc nodes.

you can run

docker run -d -v $(pwd)/data:/home/lthn/chain/data lthn/chain

for a chain daemon with data saved to the working directory. if you have the chain already, place the export file called 'export.raw' in the data-dir

docker run -v $(pwd)/data:/home/lthn/chain/data lthn/chain import

will load up your daemon, you can grab a recent export here: https://seed.lethean.io/export.raw