Hello,
I renamed the old Bitcoin data directory in "E" so it won't be used by Bitcoin Core.
In "C:\Users\BTC!\AppData\Roaming\Bitcoin". I created a txt file and renamed it bitcoin.conf and opened it with a text editor(sublime text) and on the config file I wrote:
datadir=E:\Bitcoin
prune=0
dbcache=2048
assumevalid=0000000000000000000838f7c65a28f84af44d2120a7dfb334cc7d11063de2a1
I then created a new folder in the root of Drive "E" and renamed it "Bitcoin".
After starting Bitcoin Core (without any start parameters) for it to create the data directory's contents, instead of the data directory's contents going to "E:\Bitcoin" they are going straight to the root of Drive "E". Am I messing something up here?
Should the bitcoin.conf file be in the root of "C:\Users\BTC!\AppData\Roaming\Bitcoin" or should I be putting it into "daemon" or "doc"? In "doc" there is a file called "bitcoin-conf.md" however.
Thanks in advance!