Difference between revisions of "Talk:Blockchain folder"
(Created page with "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: new section) |
||
Line 1: | Line 1: | ||
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. | 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".<br> | ||
+ | I guess there is a small mistake because the "wallets" folder is in "Defi Blockchain" folder.<br> | ||
+ | So I created a folder "DefiChain" on "D:" and changed "defi.conf" like this:<br> | ||
+ | ...<br> | ||
+ | rpcconnect=127.0.0.1<br> | ||
+ | testnet=0<br> | ||
+ | regtest=0<br> | ||
+ | datadir=D:\DefiChain\DeFi Blockchain<br> | ||
+ | <br> | ||
+ | [main]<br> | ||
+ | rpcbind=127.0.0.1<br> | ||
+ | rpcport=8555<br> | ||
+ | wallet=wallet.dat<br> | ||
+ | walletdir=D:\DefiChain\DeFi Blockchain\wallets<br> | ||
+ | <br> | ||
+ | [test]<br> | ||
+ | rpcbind=127.0.0.1<br> | ||
+ | rpcport=8555<br><br> | ||
+ | Then I moved my "C:\Users\<username>\AppData\Roaming\DeFi Blockchain" folder to "D:\DefiChain\".<br> | ||
+ | This worked for me. |
Latest revision as of 11:24, 16 May 2021
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.