dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] transactions view=”rows” do not work,pls help!Hello,
I believe you are looking for
[wallets_transactions template="rows"].The documentation for shortcodes is at https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/
EDIT: I now realize that the error is with the documentation, I will fix it now.
Thank you!!
with regards
Alex- This reply was modified 7 years, 4 months ago by dashed-slug.net.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Categories function dosen’t work,help!Hello,
This is expected behavior.
You are missing the attribute
template="static"from your shortcode. Filtering for categories only works with the static shortcode. If you choose to use a dynamic view, this feature is not available.The documentation for this is at https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/shortcodes/
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Error showing after internal transferHello,
This is now resolved in version
3.9.3. The validation message is not shown when the amount field is blank. However, the field is still required for form submission.with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Only empty boxes showing instead of shortcodeHello,
It sounds like you are almost there!
The JavaScript warnings are of no real consequence, as the map files are needed for debugging purposes only.
The error you see when the user is not logged in is expected behavior. The shortcodes are intended only for logged in users. If you need to hide UIs with errors, they have the “error” class assigned to them, so you can do
.dashed-slug-wallets.error { display: none; }in your CSS if you like.There are a number of reasons why the UIs would look empty when logged in. Please see the Troubleshooting section in the manual under “I do not see the UI elements in the frontend.” (The manual is the PDF file in the bundle download of the plugin available at https://www.dashed-slug.net/downloads/)
If you followed the video tutorial, there is an API key permission missing from the video. This is the
get_callback_addresspermission. I have added a pinned notice under the video about it.Please let me know if the above instructions did not help you, and we can try and debug this further.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedGreat to hear that and apologies for the confusion. Please use api3 in all the notify URLs in your config.
I am marking this thread as resolved. The instructions given in the plugin were outdated, I will update them in the next patch.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedCould you please check the URL that you used again? It should contain the fragment
/api3/, but the plugin is still recommending/api2/, which is outdated. The instructions will be updated in the next release to reflect the latest JSON API version.Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedOK, I tested the wallet and it has all the necessary RPC commands. I cannot actually test deposits because I do not have BitSex coins!
But please try this:
Note the transaction ID of the deposit.
Then, notify the plugin of this transaction. To do this, go to your browser and type this:
http://example.com/wallets/api3/notify/BITSEX/wallet/TXID
In the above URL, replace:
1. “example.com” with your actual domain name
2. “TXID” with the actual transaction ID.
3. BITSEX with whatever you used as a symbol for this coin when you set up the coin adapter.You should get
{ response: "success" }, meaning that the notification was accepted. If not,let me know.Then, go to your admin screen, under Wallets -> Transactions.
Do you see a deposit transaction now?
Let me know please. Thanks.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedOK, please tell me the following:
1. Which wallet are you using exactly? If you tell me I can test that wallet and let you know if there are problems with it.
2. What did you attempt so far? Did you try to do a deposit or withdrawal? Can you describe exactly the steps you did and what happened?
Thank you
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedDo not attempt to edit any files before you determine the root cause of the problem. The issue is not JSON serialization.
Which coin adapter are you using? The Full node coin adapter works with a JSON-RPC API that is like Bitcoin core’s. Wallets with a different API are not supported, although there is an adapter for forks of Cryptonote.
Let me know please.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] no transactions receivedHello,
Since you used PIVX I’m guessing you must have set up the plugin with the CoinPayments adapter extension.
The most common issue that new users experience with this coin adapter is deposit IPNs not coming through. Please see the first item in the Troubleshooting section on the page above. Most likely you, or your host, need to configure the firewall(s) for the incoming IPN connections to go through. Instructions are provided on how to diagnose this problem.
Have a look and please let me know if this helped you or if you are still stuck.
with regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Deposits not arrivingHello,
There are multiple points to address here:
1. The curl command you used looks good. In fact I tried it and it returned success. If curl returns an error for you, this could be some other issue.
2. The notification URL that you are triggering informs the plugin about a particular block. This does not currently do anything. If you wish to manually trigger discovery of a particular transaction, you should do
curl https://scoobycoin.com/wallets/api3/notify/SCOOBY/tx/TXIDwhere TXID is your transaction ID string.3. “Success” simply means that the block ID was submitted successfully, not that anything was done with it.
4. I would start by investigating the error
getblocks -1 to 00000000000000000000 limit 500which comes from your wallet.Is your wallet synchronizing? Can you check that your highest block is the same as those found online via other sources? You can usually get the highest block count with
getinfoorgetblockchaininfo.with regards
Forum: Reviews
In reply to: [Bitcoin and Altcoin Wallets] Great Plugin!Thank you so much for this great review!
Forum: Reviews
In reply to: [Bitcoin and Altcoin Wallets] UnbelievableWow thanks for your amazing review!
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No access to page, permission issue.Great to hear that you resolved the problem. The wallets plugin will not let you edit the admin capabilities to prevent exactly this situation.
I am marking the thread as resolved. If you face any further difficulties please open a new thread.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No access to page, permission issue.Hello,
The Wallets menu displays only to users who have the
manage_walletscapability. So, use any role editing plugin to verify that your admin account has this capability.If this fails, it is possible, although very unlikely, that some other plugin or even the theme is preventing the menu from displaying. I have only seen this once but I’m mentioning it as a possibility. So, if the menu does not display after verifying the
manage_walletscap, try deactivating other plugins or changing theme to see if this makes a difference.Please let me know what you find. Thank you.
with regards,
Alex