Coder Social home page Coder Social logo

Change user folder about prizmcore HOT 2 CLOSED

prizmspace avatar prizmspace commented on September 15, 2024
Change user folder

from prizmcore.

Comments (2)

prizmspace avatar prizmspace commented on September 15, 2024

Hello! only in the configurator, but we do not recommend changing to another section, Prizm Core works well even with normal unpacking.

from prizmcore.

chubunov avatar chubunov commented on September 15, 2024

if you are using Linux, then the folder or disk can be anything.
For windows-
To transfer the database to another hard drive, it is enough:

  1. Turn off the node if it is running. (Not a computer, just a node)
  2. MOVE the prizm_db folder with the database to another drive, in my case it is the D:\ drive (EXACTLY MOVE AND NOT COPY!!! THIS IS VERY IMPORTANT!!! If you copy it, the connection to the folder cannot be created.)
  3. Open Windows Command Prompt
  4. Enter the following command mklink / J "path to the folder shortcut with the base" "path to the folder with the base"
    In my case, I typed mklink /J "C:\Users\admin\AppData\Roaming\Prizm\prizm_db" "D:\prizm_db". If the command is successful, then in response you will see the following message Connection created for C:\Users\admin\AppData\Roaming\Prizm\prizm_db <<===>> D:\prizm_db. This command will create a hard shortcut (connection) named prizm_db in the C:\Users\admin\AppData\Roaming\Prizm folder to the D:\prizm_db folder. In Linux parlance, this is called a mount. This is very convenient and is often used in Linux. Before running the node, be sure to go to C:\Users\admin\AppData\Roaming\Prizm and make sure the prizm_db shortcut has been created. Go to this shortcut and make sure that you see all the files and folders that are on the D:\ drive, while the path C:\Users\admin\AppData\Roaming\Prizm will be written in the address bar. Otherwise, the node will create all the default configs and start downloading the database using a new one.
  5. Press Enter
  6. Run the node and enjoy life.
    P.S. I advise the team to take note. This folder mount trick doesn't just work with a node. And in principle with any program. If you turn on fantasy, it can make life very much easier.

from prizmcore.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.