dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Blank pages?Is at least one coin adapter enabled and responding?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Blank pages?The site just takes a while to update. Right now I see that 2.6.0 is up. You could also download the update from dashed-slug.net/downloads or simply update from your plugins admin page. All of these should be equivalent.
Also make sure that when testing the frontend, you are logged in as a user whose role has the appropriate capabilities (check the wallets -> capabilities menu).
Please let me know if you face further problems.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Blank pages?OK after some investigation this is what I found:
Short version:
Install 2.6.0 and you should be fine.Long version:
In 2.5.4 I decided to stop relying on CDNs to load external assets and I included a local copy of Knockout.js, a library that is used extensively on the frontend. I had modified the build process to call grunt on the Knockout project and build a deployable version of the library, passing it through uglify.js, etc. Due to a mistake I did in my deployment code, the library was not deployed in the .zip file that I regularly upload to the site. The library was uploaded to ww.wp.xz.cn though, so any user who had installed the program through that site would not have experienced a problem. This explains why noone complained up to now. My guess is that you installed the plugin by downloading it from the website, which should normally be fine, but in this situation there was this bug only in the zip file and not in the ww.wp.xz.cn copy.I took the opportunity in 2.6.0 to release some code that gets used by a lot of extensions and is now in the main plugin. It has to do with pulling exchange rates between currencies. Over the next few releases the code will be factored out of these extensions.
Please install 2.6.0 either from the website or ww.wp.xz.cn and you should be fine.
Let me know so I can close this issue. Apologies for the inconvenience and thank you for reporting this issue.
best regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Blank pages?Hello,
The errors you mention are actually warnings, probably not the cause of your problems. Thanks for reporting them though.
I believe there may be another issue with loading JavaScript sources in some situations, I will have a look again now and if necessary release another fix.
best regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Multiple CurrenciesHello,
The list of wallets that you can connect to directly is constantly growing. To check what’s currently available go to https://www.dashed-slug.net and check the menu under Wallets → Coin Adapter Extensions and see the available RPC adapters.
Also, if you are OK with using a web wallet service, then you can install the CoinPayments adapter. You then automatically get all of the coins that platform supports.
Thanks for your interest in the plugin.
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Blank pages?Hello,
Was this on version 2.5.0? There was a known javascript issue, fixed in 2.5.1. That could be it. Can you check that you’re running the latest version, and also check your JavaScript console for errors?
Thanks
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin address validator (withdraw)This has now been implemented in 2.5.0.
Have a look at the release post for more information:
https://www.dashed-slug.net/javascript-address-validators-menu-item-balances/
To see an example of how to append a validator, have a look at the accompanying PDF documentation. The PDF documentation is available in the bundle download that you can get from http://dashed-slug.net/downloads.
A Bitcoin validator is added into the built-in Bitcoin core node adapter and more validators will be added to the other coin adapters soon.
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] How to call the balance in menu?This has now been implemented in 2.5.0.
Have a look at the release post for instructions:
https://www.dashed-slug.net/javascript-address-validators-menu-item-balances/
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Connection Refused@mumiea, did you check your firewall?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Minimum withdrawal optionHello,
There is currently no minimum withdrawal. If there was, then you, the admin, would have to set it to a sane value for each and every coin. However the user is deterred from making withdrawals all the time because they will always pay the transaction fee.
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] How to call the balance in menu?Currently no, there is no way to do this.
However, you should be able to use the JSON API to retrieve balance information and display it in any way you see fit using JavaScript.
See the
get_coins_infocall in:https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/json-api/
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin address validator (withdraw)Hello, this is not a bad idea, but the issue here is that the validation should apply to all coins, not just Bitcoin. As you know the plugin supports a number of coin adapters. There are two possible solutions:
- Coin adapters can provide their own validation function for the [wallets_withdraw] UI. Then I can start with Bitcoin and proceed.
- Coin adapters can provide hookable javascript events so that users can provide their own validation function.
I believe the best approach would be a mixture of the two: Make the withdraw UI hookable with javascript validation functions and then the Bitcoin and other adapters can provide validators.
I will make a note of this and will implement it when time permits.
Keep in mind that even if a user enters an invalid address, they will eventually be notified by email because the withdraw operation will fail at the wallet level and this will be propagated to the user. Admittedly a javascript-level validation can save some time but any check that you can do with javascript, the wallet will do as well.
Thanks for your suggestion. Let me know what you think about the proposed solution.
regards,
Alex- This reply was modified 8 years, 10 months ago by dashed-slug.net.
- This reply was modified 8 years, 10 months ago by dashed-slug.net.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Ethereum availabilityFollowing up regarding Ethereum support:
The latest version of the CoinPayments adapter supports Ethereum as well as some other coins. Read more about it here:
https://www.dashed-slug.net/improvements-coinpayments-cloud-wallet-adapter-including-ethereum/
An adapter to a standalone Ethereum wallet will be developed soon.
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Update Manually the pluginThat’s good news.
If you are updating from 2.4.x to 2.4.2 then there are no database changes, only changes to the PHP code.
regards,
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Update Manually the pluginI have tested on a network-activated instance the exact instructions that I gave you and the update succeeded, as it should.
Can you show me the exact error that you get?