dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › No address generated in BTC core node › Reply To: No address generated in BTC core node
Hello,
I have now built and tested the plugin with Bitcoin 0.19.1
. I have not spotted any issues with generating new addresses.
You mentioned that you tested 0.19.9
which is not out yet, I’m guessing you meant 0.19.1
.
Please let me know if you spot any issues in your logs while attempting to generate new addresses.
Also, it would be helpful to look into the database. Can you execute the following query?
select status,count(*) from wp_wallets_adds where symbol='BTC' and account=1 group by status;
This would show you how many BTC deposit addresses for the admin user are marked “current” and how many “old”. After hitting “Wallets” -> “Adapters” -> “Renew deposit addresses” all the addresses should be marked “old”, meaning that calling get_coins_info would then create new addresses. Again, if there is a problem this would probably show in the WordPress debug log (wp-content/debug.log
) or bitcoin log (~/.bitcoin/debug.log
).
Please let me know if you find anything of interest. I will continue to look for a situation where this issue could arise.
with regards