This issue tracker is only for technical issues related to bitcoin-abc.
General bitcoin questions and/or support requests and are best directed to the Bitcoin StackExchange.
For reporting security issues, please contact people privately.
→ ~/bitcoin-abc-0.16.1> bin/bitcoin-qt
→ Error-Message: Datenverzeichnis ~/.bitcoin kann nicht gesperrt werden. Evtl. wurde Bitcoin ABC bereits gestartet.
→ YES
Tell us what should happen
→ I expect that Bitcoin-ABC is using an OTHER directory as Bitcoin-CORE
Tell us what happens instead
→Bitcoin-ABC is using the SAME directory as Bitcoin-CORE
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
Linux linux02 4.4.103-18.41-default #1 SMP Wed Dec 13 14:06:33 UTC 2017 (f66c68c) x86_64 x86_64 x86_64 GNU/Linux
This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.
The reason may be the same default port they are using. Bitcoin Core refused to change default port on their chain.
You can change the port, or uninstall Bitcoin Core like I did.
End user doesn't need to run full nodes. It brings zero benefit to the network and results high cost and risk to the user himself. SPV is safe enough nowadays, although BSCore continues lying about this fact without any reasonable logic or proof.
well today my Bitcoin-ABS destroy my Bitcoin-Core database… because after automatic restart…(using the option set on configuration)… the "datadir" commandline option from the previous start was NOT set… and Bitcoin-Cash start using the "default" datadir ".bitcoin"… starting immedietly destroying the Bitcoin-Core database.
→ that is the reason you should NEVER use the same default's as your competitor…
You can safely uninstall Bitcoin-Core and reinstall Bitcoin Cash. Then everything would work well.
This issue should be merged with #141.
Hi. You could easily change the default port and data-dir of your bitcoin fork.
Hi. You could easily change the default port and data-dir of your bitcoin fork.
I have the same problem and cant figure out how to change default ports and directories. Could anyone give instruction on that?
I cant uninstall bitcoin-core, because I have merchants sending me bitcoins and I wand start accepting BCH as well.
I installed both chains to same server and now I have same account balance in BCH as in BTC.

You have to make a different user account for each software if you planning to use both on the same machine.
Thank you very much for the answer! That should work!
What’s about the port?
Am 09.03.2018 um 11:47 schrieb Adam notifications@github.com:
You have to make a different user account for each software if you planning to use both on the same machine.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Bitcoin-ABC/bitcoin-abc/issues/143#issuecomment-371779196, or mute the thread https://github.com/notifications/unsubscribe-auth/AS2SlTYHZ-dAJPvsau010YEpmjHXkem6ks5tcl3KgaJpZM4ROP8z.
in your bitcoin.conf file just set a different port than Bitcoin core
rpcport=<anyPort>
port=<anyPort>
First one for RPC calls and the second to Listen for connections.
Thanks!
Am 09.03.2018 um 11:55 schrieb Adam notifications@github.com:
in your bitcoin.conf file just set a different port than Bitcoin core
rpcport=—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Bitcoin-ABC/bitcoin-abc/issues/143#issuecomment-371780856, or mute the thread https://github.com/notifications/unsubscribe-auth/AS2SlSpSbi_XfHW-pQzxrOuZjI3Izdi5ks5tcl-QgaJpZM4ROP8z.
This issue has been duplicated several times.