Difference between revisions of "Blockchain folder"
From DeFiChain-Wiki
(Punkt 8. hinzugefügt) |
|||
Line 1: | Line 1: | ||
− | == Instructions for changing the directory of the blockchain data for the defichain wallet == | + | == Instructions for changing the directory of the blockchain data/snapshot for the defichain wallet == |
Procedure using Windows 10 as an example: | Procedure using Windows 10 as an example: | ||
# Make sure that the DeFiChain app is closed | # Make sure that the DeFiChain app is closed |
Revision as of 08:44, 6 April 2021
Instructions for changing the directory of the blockchain data/snapshot for the defichain wallet
Procedure using Windows 10 as an example:
- Make sure that the DeFiChain app is closed
- Open directory C:\Users\<username>\.defi
- Open the file
defi.conf
in text editor - add line:
datadir=<storage directory blockchain data>
Important: The line has to be added before the[main]
chapter) - Example:
rpcauth=something
rpcuser=something
rpcpassword=something
rpcpassword=something
rpcpassword=something
datadir=D:\defichain
[main]
wallet=Wallet.dat
- Save file and start app
- The app now recreates the blockchain folders in the datadir and will start with a complete download of the whole blockchain. (16.3.2021 ca. 25GB)
- If a blockchain folder already exists in the new path, then enter it in the path. For example datadir=D:\ defichain\Defi Blockchain This makes it possible to copy the blockchain into the new directory beforehand without having to start a new sync.
The app 2.3.1 does not work correctly with a moved directory.