pocketnetteam / pocketnet.core

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
114 stars 28 forks source link

alpha-0.20.1 Pre-release installing question #81

Closed Magic90007 closed 2 years ago

Magic90007 commented 2 years ago

Via to instructions I have to copy the DB "https://3.pocketnet.app/checkpoint/pocketnet.checkpoint.sqlite.tgz" into the folder "Linux: .pocketcoin\checkpoints\main.sqlite3". Right? Sorry, but I cannot find ".pocketcoin" or "checkpoints" folder in my system. Could you help me plz to find the ".pocketcoin\checkpoints\main.sqlite3"?

tintin-1929 commented 2 years ago

Hi, the .pocketcoin directory is hidden so if you can try this command "cd ~/.pocketcoin" that should change the current directory to the .pocketcoin directory. This works on my debian system when I do it under the user who installed pocketnet.core. Hope this is helpful.

the-real-vortex-v commented 2 years ago

Via to instructions I have to copy the DB "https://3.pocketnet.app/checkpoint/pocketnet.checkpoint.sqlite.tgz" into the folder "Linux: .pocketcoin\checkpoints\main.sqlite3". Right? Sorry, but I cannot find ".pocketcoin" or "checkpoints" folder in my system. Could you help me plz to find the ".pocketcoin\checkpoints\main.sqlite3"?

Extract the .tar.gz or .tgz to ".pocketcoin\checkpoints". I got confused as well. They for some reason are talking about extracting to a directory but they are talking about the file name.

cp pocketnet.checkpoint.sqlite.tgz ~.pocketcoin\checkpoints cd ~.pocketcoin\checkpoints tar -xvf pocketnet.checkpoint.sqlite.tgz

^ - that's what you should do.