You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From v2.7.0 onwards, users can now save a DeFi node anywhere on their machine by simply specifying the file path in defi.conf. In the event that there's no nodepath detected by the app, it'll automatically fallback to the default node path. Hence, for casual users you may still use the app as per usual without having to configure your defi.conf.
This applies to:
• Masternode owners
• Super users
Store download anywhere in your PC, do take note of the file path
For the purpose of this guide, we'll be using node v2.1.0
Let's say user saves node v2.1.0 in his Documents folder on Mac.
^ Open defi.conf in your code editor, and according to where you store /…/defichain-v2.1.0/bin/defid, input the file path right above the line [main] > save changes
defi.conf location:
Mac — Go to Folder: /Users/<username>/Library/Application Support/Defi/.defi/defi.conf
Windows: C:\Users\<username>\.defi\defi.conf
Launch DeFi App
^ An error message might occur stating that “defid” cannot be opened because the developer cannot be verified > proceed to Quit DeFi App
^ Go to System Preferences (similar to when you first downloaded the DeFi app), and click Allow Anyway
^ Relaunch DeFi App > Open
Incorrect file path on defi.conf
^ If your nodepath route is incorrect, you’ll likely be stuck at the launch screen. Double check your file path.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From v2.7.0 onwards, users can now save a DeFi node anywhere on their machine by simply specifying the file path in
defi.conf
. In the event that there's nonodepath
detected by the app, it'll automatically fallback to the default node path. Hence, for casual users you may still use the app as per usual without having to configure yourdefi.conf
.This applies to:
• Masternode owners
• Super users
How to configure
nodepath
indefi.conf
wallet.dat
is safeDeFiCh/app
or DeFiChain.comDeFiCh/ain
For the purpose of this guide, we'll be using node v2.1.0
Let's say user saves node v2.1.0 in his Documents folder on Mac.
defi.conf
in your code editor, and according to where you store/…/defichain-v2.1.0/bin/defid
, input the file path right above the line[main]
>save
changesSystem Preferences
(similar to when you first downloaded the DeFi app), and clickAllow Anyway
Open
Incorrect file path on
defi.conf
^ If your
nodepath
route is incorrect, you’ll likely be stuck at the launch screen. Double check your file path.Beta Was this translation helpful? Give feedback.
All reactions