Forum Replies Created
-
AuthorPosts
-
alexgKeymaster
Can you please email me screenshots of the currency editor screen and the wallet editor screen?
You can hide any sensitive information in the screenshot if you like.
alexgKeymasterHmm…
I will look at this issue. The plugin should not be crashing like this.
But in the meantime, can you check that you have associated your coin/currency to the wallet?
I will let you know what I find after investigating.
with regards
alexgKeymasterHello,
Check your walletnotify and blocknotify lines in the config. The plugin recommends the correct config to you when connection is not possible.
The curl commands specified in these lines should be executable.
There are many reasons why the commands may not be executing. For example, maybe curl is not installed.
Remove the
-s
argument (silent) and the redirect to/dev/null
, and run a command from the shell to see if it hits the wallet api.For example, if the plugin recommends that you add to your config:
walletnotify=curl -sk https://example.com/wallets/api3/notify/BTC/wallet/TXID >/dev/null
then login to your wallet server, and run the following command in the shell:
curl -k https://example.com/wallets/api3/notify/BTC/wallet/TXID
where TXID should be replaced with a TXID that you wish to notify for.
Let me know if you have any questions about this.
with regards
alexgKeymasterHello,
The outgoing TC connection to your wallet server fails with a timeout after 10 seconds.
Timeouts are usually due to firewalls.
You should check what firewalls protect the server where the wallet is running. You should allow incoming TCP connections on port 8711.
If you are on a hosting provider, you should contact them and let them know that you want them to add this rule to their firewalls.
If you are managing the server yourself, you should also check any software firewalls on the server (e.g.
ufw
,iptables
, etc).Hope this helps. Please let me know if you have any more questions.
with regards
alexgKeymasterNot yet unfortunately.
alexgKeymasterHello,
You are using a version of Bitcoin and Altcoin Wallets before 6.0.0 (which is still in RC status).
Could it be that you have installed the adapter version 2.x? Please note the version requirements at the download page. You should be using version
1.2.1
with your version of the plugin.Apologies for the confusion. This will be resolved when I finally push 6.0.0 to wordpress.org.
with regards
alexgKeymasterUnfortunately no, there is no support for assets on the Ravencoin blockchain.
alexgKeymasterHello,
The Exchange and all the other available app-extensions are agnostic as to the technologies for various coins/tokens. This means that it will work for all currencies, as long as there are wallet adapters that can support the wallets.
If you are trying to connect to a RavenCoin full node wallet:
I have not tested the RavenCoin wallet, but I know it’s a Bitcoin core fork, from a quick look at its github, it looks as if its JSON-RPC API should be identical to that of Bitcoin.
If this is the case, then the instructions for installing the wallet are the same as those for Bitcoin. See steps 6 to 52.
If you are trying to connect to a CoinPayments account:
There should be no issues with using RavenCoin via CoinPayments. Just enable the coin in the CoinPayments account.Once the Currency appears in the plugin, you will be able to use it to create markets. The exchange doesn’t know or care how the currencies work behind the scene.
Hope this helps.
Let me know if you have any more questions.
with regards
alexgKeymasterOK,
2.0.2
is up, please follow the same three steps as discussed above.alexgKeymasterThank you for the very detailed response.
I will have to upload another patch with the full fix. It will be version
2.0.2
.Sorry about all the trouble. I guess I will have to catch up on my sleep, so I don’t do silly mistakes like this one 🙂
alexgKeymasterHello,
I have deleted my previous posts on this issue to avoid any confusion by you or others following this thread.
There was an issue with the wallet adapter. Thank you for bringing it to my attention.
Because there is no gas management algorithm yet for chains other than Ethereum and Binance Smart Chain, the wallet will create all the currencies that you enabled, but will only create tokens on these two chains. This is to avoid people asking why they cannot withdraw their tokens.
Unfortunately the logic that does this had a bug. Here’s what you should do:
1. Go to Currencies, and delete all your Tron tokens, or tokens on other blockchains (besides ETH or BSC), as these will not work with the wallet adapter.
2. Install the latest version
2.0.1
of the CoinPayments wallet adapter. I will upload it within the next few minutes after writing this post.3. Go to your wallet entry, and click the “Clear cache” button. This will refresh the list of currencies that you have enabled in your CP account.
Apologies for the confusion, and thank you for helping me improve the adapter.
with regards
alexgKeymasterHello,
Error 524 comes from CloudFlare:
It would occur if your server or the plugin did not respond before an HTTP timeout occurs. This could happend due to any number of reasons. Disable cloudflare to see what the problem is:
1. What do you mean by “When i send wallet 5.x”? Are you uploading the plugin zip file from your computer? You can also install 5.0.18 from wordpress.org.
2. When exactly does the timeout occur? When you first install the plugin? When you activate the plugin? When you visit a particular page or click a button?
3. What is written in the PHP error log at the time when the timeout occurs?
You should probably not install a release candidate for a live exchange. Better to wait until I do the proper 6.0.0 release, which I will do in a few days if no more problems arise. Once your 5.0.18 installation works, you can then upgrade to the stable 6.0.0 release, when it is released.
If you are not planning to open your exchange again until a few days later, then it’s OK to go straight to an RC release, and the transition to the stable 6.0.0 plugin will be a simple matter of updating the plugin.
Hope this helps. Good luck.
Please let me know the answers to the above questions, or if you have any questions about the release schedule.
with regards
alexgKeymasterIn Bitcoin and Altcoin Wallets 6.0.0, it is now possible to filter transactions by user, status, type, tags, etc.
September 5, 2022 at 11:47 am in reply to: Some suggestions on the search for transactions and possible automations. #12093alexgKeymasterIn Bitcoin and Altcoin Wallets
6.0.0
it is now possible to filter transactions by type, status, user, etc.alexgKeymasterThis is now implemented in Bitcoin and Altcoin Wallets
6.0.0
. -
AuthorPosts