dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › How to generate addresses for every user on new adapter › Reply To: How to generate addresses for every user on new adapter
Hello,
Deposit addresses are normally generated in three occasions:
1. The first time a user with has_wallets
visits your site while logged in.
2. Whenever a user requests a new deposit address for a coin. This is done with the button in the [wallets_deposit]
UI.
3. You can refresh all the deposit addresses for a coin via the admin interface with “Wallets” -> “Adapters” -> “Renew deposit addresses”.
Older addresses are still being retained, but only the latest one is displayed.
If you wish to view a list of current deposit addresses you can do so via “Wallets” -> “Deposit addresses”, and sort by the “Coin” column.
You can also pull a table of users and deposit addresses via the MySQL console, but keep in mind that deposit addresses can change.
Deposit addresses are stored in the wp_wallets_adds
table. Please let me know if you need help with the SQL query.
with regards