dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › Moved: deposit address not displayed › Reply To: Moved: deposit address not displayed
Hello,
Thanks for the logfile. Here’s my findings:
1. The plugin does not receive any deposit addresses at all from the wallet.
2. You have also installed the CoinPayments adapter, but you have not given all the permissions to your API key. Please check step #23 of the instructions and add the missing permissions.
To answer your questions:
The IP needs to be reachable from the machine where WordPress runs. You cannot easily use a home computer or other computer that is only reachable via NAT. Additionally, this is highly not recommended. You should use a server whose IP is reachable from the internet. If you need to check, use a tool such as http://www.canyouseeme.org/ to see if your wallet’s port is visible from the internet.
The plugin pulls the deposit addresses from the wallet as needed. To do it any other way would simply confuse things. Also, it is likely that withdrawals will also not work until you resolve this issue.
At this point I would recommend that you do the following:
1. Make sure the wallet is running on a server with a public IP. You need to allow connections to the wallet. Check with a port checker tool as discussed above.
2. Disable all unrelated plugins, including the CoinPayments adapter, and leave only wallets and the multi coin adapter. Then, try again.
3. If the above fails, show me the code you used to add the coin to the multiadapter, AND the .conf file. Remove any passwords from the file before you send it to me but otherwise leave it intact. There might be a problem with your rpcallowip
setting, or some other issue.
Hope I have answered your questions.
Let me know how it goes.
with regards