Talk:Blockchain folder

From DeFiChain-Wiki

From Description it is not clear where exactly to add the line. It looks like needed be added on the main section as last entry.

Small mistake

In one example you mentioned "walletdir=D:\defichain\wallets" and in the other "datadir=D:\defichain\Defi Blockchain".
I guess there is a small mistake because the "wallets" folder is in "Defi Blockchain" folder.
So I created a folder "DefiChain" on "D:" and changed "defi.conf" like this:
...
rpcconnect=127.0.0.1
testnet=0
regtest=0
datadir=D:\DefiChain\DeFi Blockchain

[main]
rpcbind=127.0.0.1
rpcport=8555
wallet=wallet.dat
walletdir=D:\DefiChain\DeFi Blockchain\wallets

[test]
rpcbind=127.0.0.1
rpcport=8555

Then I moved my "C:\Users\<username>\AppData\Roaming\DeFi Blockchain" folder to "D:\DefiChain\".
This worked for me.