* New! Latest stable version of OK wallet v7-SpaceMonkey *

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - OKamir

#1
I have successfully booted, resized SD card, and rebooted ROKOS v8 on pi3.. Running fine. In fact, the OKCash wallet opens and even began syncing. I am afraid that if I let it sync, it is going to fill up my 16gb SD card.

So, I have an external 1TB drive plugged in via usb slot on pi 3 and I want okcash chain to sync on external harddrive - not on 16gb SD card that is housing my ROKOS OS.

My theory is that I need to modify a line, or several lines, in the /home/pi/ok-sync-arm64.sh file.. If I want to target, say, /media/pi/ROKOS_blockchain (the name of my external 1TB USB drive plugged in to the pi) how do I set this up?

I believe that I need to make this change on line 8 of the .sh file :

OKCASHPATH="/media/pi/ROKOS_blockchain"

I made this modification and let it run.. It completed extracted and inflated all database tx successfully onto my external drive. The OKCash wallet client says I still have 0 blocks synced because I think it is looking at default location of database files (/home/.okcash, or something like that). How do I have wallet look at external for blocks?? 

Many thanks


#2
I have successfully booted, resized SD card, and rebooted ROKOS v8 on pi3.. Running fine. I have external 1TB drive plugged in via usb slot on pi 3. I want okcash chain to sync on external harddrive - not on 16gb SD card that is housing my ROKOS OS. How do I initialize this? Many thanks