How to build .lotus to a separate volume? #8808
-
Running on Ubuntu Server 22.04 LTS I have a 2 disks: (30GiB) Disk 1: /root and my /boot partition live (1 TiB) Disk 2: /lotus folder and chain snapshot Issue: With: I want to install /.lotus in Disk 2 along with my proof parameters so my chain doesn't fill up Disk 1 How do I do that? Is this a good idea? I don't want everything on my boot drive since it is only 30Gib. I want as much as possible on my Disk 2 I am also told .lotus installs into $HOME/.lotus so that may be a configuration I need to change maybe through altering the Makefile or adding a prefix. I tried adding a prefix to my I'm referencing a Tutorial discussion HERE where stuberman lays out his disk arrangement. I have pasted below the section I am referencing.
Any tips or resources would be appreciated. I'm new to Lotus, would appreciate all the help I can get :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Simply set an ENV variable before you install lotus:
|
Beta Was this translation helpful? Give feedback.
Simply set an ENV variable before you install lotus:
export LOTUS_PATH=
Lotus docs