Difference between revisions of "Blockchain folder"
From DeFiChain-Wiki
Robin Torque (talk | contribs) |
(Added where to add the datadir line) |
||
Line 3: | Line 3: | ||
# open directory C:\Users\<username>\.defi | # open directory C:\Users\<username>\.defi | ||
# open file defi.conf in text editor | # open file defi.conf in text editor | ||
− | # add line: datadir=<storage directory blockchain data> (example: datadir=D:\defichain) | + | # add line: datadir=<storage directory blockchain data> (example: datadir=D:\defichain) (Important: The line has to be added before the Main Chapter) |
+ | # Example below | ||
# Save file and start wallet | # Save file and start wallet | ||
<big>'''Attention, the current app 2.3.1 does not work correctly with a moved directory.'''</big> | <big>'''Attention, the current app 2.3.1 does not work correctly with a moved directory.'''</big> | ||
+ | Example: | ||
+ | <small>rpcauth=something</small> | ||
+ | |||
+ | <small>rpcuser=something</small> | ||
+ | |||
+ | <small>rpcpassword=something</small> | ||
+ | |||
+ | <small>rpcbind=127.0.0.1</small> | ||
+ | |||
+ | <small>rpcport=8555</small> | ||
+ | |||
+ | <small>datadir=D:\defichain</small> | ||
+ | |||
+ | [main] | ||
+ | |||
+ | wallet=Wallet.dat | ||
[[Blockchain folder DE|Show this page in german]] | [[Blockchain folder DE|Show this page in german]] |
Revision as of 12:34, 16 March 2021
Instructions for changing the directory of the blockchain data for the defichain wallet
Procedure using Windows 10 as an example
- open directory C:\Users\<username>\.defi
- open file defi.conf in text editor
- add line: datadir=<storage directory blockchain data> (example: datadir=D:\defichain) (Important: The line has to be added before the Main Chapter)
- Example below
- Save file and start wallet
Attention, the current app 2.3.1 does not work correctly with a moved directory.
Example:
rpcauth=something
rpcuser=something
rpcpassword=something
rpcbind=127.0.0.1
rpcport=8555
datadir=D:\defichain
[main]
wallet=Wallet.dat