Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: Running two instances of Bitcoin Core on the same computer
by
Redrose
on 17/08/2019, 15:18:15 UTC
⭐ Merited by hugeblack (1) ,odolvlobo (1)
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.