dashed-slug.net › Forums › General discussion › More BTC deposit addresses › Reply To: More BTC deposit addresses
Hello,
No, if you are using CoinPayments as a backend, then it would not make sense to display a deposit address that is not generated by the platform.
The plugin always displays the last generated deposit address for each coin and user, but it also retains previous ones.
The only way to modify this is via the database. The mapping of user-coin tuples to addresses is in the wp_wallets_adds
table. But if you try to enter manually an address that is not generated by the same wallet you’re using, then users will not be able to withdraw their funds.
Why do you want to display a different deposit address? What are you trying to achieve?
with regards