Post
Topic
Board Development & Technical Discussion
Re: Running two instances of Bitcoin Core on the same computer
by
bartekjagoda
on 17/08/2019, 17:54:06 UTC
I found the solution, here it is:

I had to create a shortcut, and add in the "Target" field the following: -datadir=C:\Bitcoin, for the "Bitcoin" and -datadir=C:\Bitcoin 2 for the "Bitcoin 2" installation.

I had in fact read about this command, but at first I tried in the debug console, which did not work. I tried the above solution and it worked.



Another solution is to run two different versions of bitcoin core.