Difference between revisions of "Blockchain folder"
From DeFiChain-Wiki
Robin Torque (talk | contribs) |
Robin Torque (talk | contribs) |
||
| Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
| − | !rpcauth=something | + | !<code>rpcauth=something</code> |
| − | rpcuser=something | + | <code>rpcuser=something</code> |
| − | rpcpassword=something | + | <code>rpcpassword=something</code> |
| − | rpcbind=127.0.0.1 | + | <code>rpcbind=127.0.0.1</code> |
| − | rpcport=8555 | + | <code>rpcport=8555</code> |
| − | datadir=D:\defichain | + | <code>datadir=D:\defichain</code> |
| − | [main] | + | <code>[main]</code> |
| − | wallet=Wallet.dat | + | <code>wallet=Wallet.dat</code> |
|} | |} | ||
# | # | ||
Revision as of 13:10, 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: {| class="wikitable" !
rpcauth=somethingrpcuser=somethingrpcpassword=somethingrpcbind=127.0.0.1rpcport=8555datadir=D:\defichain[main]wallet=Wallet.dat|}
rpcauth=something
|
|---|
- Save file and start wallet
- 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)
The app 2.3.1 does not work correctly with a moved directory.