Integration of BitCash on your exchange
BitCash uses stealth addresses and it needs to check if an incoming transaction matches one of the addresses in the wallet.This means that the node will significantly slow down when you add more and more stealth addresses. Also a rescan with thousands of addresses will be nearly impossible, because it would be too time consuming.
To solve this problem, we introduced a new kind of address for use on the exchanges, which acts like a normal Bitcoin address. You can create it with the RPC command:
getnewaddress "" nonprivateSo you add the “nonprivate” as 3. parameter. Be sure that you do not have many stealth addresses in your wallet.dat file. If you already have many stealth address in your wallet.dat file, you should start over with a new wallet.dat file and only create this special kind of address. You should only use this kind of address for your exchange.
Any questions or issues, please join our discord and contact Christian Kassler.