Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterIn version 1.3.4 you can now set the reward probability percentage to four decimal places. 0.0001% corresponds to a chance of 1 in a million.
alexg
KeymasterYes, you are correct. Will do!
alexg
KeymasterHello,
yes I was also thinking about that. I will make a note to add it.
thanks
alexg
KeymasterHello,
After a successful claim a countdown timer is displayed already.
Does it not show in your installation?
If you inspect the DOM, there should be something like:
<div class="countdown-container"> <span class="text">You can claim again in:</span> <span class="countdown" data-nextclaim="1525351232">00:00:59</span> </div>
Perhaps your theme is preventing it from being displayed?
alexg
KeymasterThank you for payment. I have activated your premium membership for three months.
You have now sent me a total of 14 USD. If you wish me to return the excess amount, please email me with an address at info@dashed-slug.net
kind regards
Alex
alexg
KeymasterHello,
Not at the moment, but this feature has been requested by others and will be available in the future.
Thank you for the feedback. I will report here when this is done.
kind regards
alexg
KeymasterHello San,
1327 DOGE does not correspond to $9.95 at this time. It is only about $6.9, according to https://www.coingecko.com/en/price_charts/dogecoin/usd
Please either send me the remaining amount, or if this is not acceptable for you, then email me a DOGE coin address so I can send you a refund.
Thank you
kind regards
alexg
KeymasterHello,
I would need to see the error message please.
The error message is reported to the user via email when the withdrawal failure is permanent.
thank you
kind regards
alexg
KeymasterHello,
The plugin now lets you set a minimal withdrawal setting as of version 3.2.0 in the coin adapter settings.
This is not yet available for the CoinPayments adapter, but I will add the UI to do so soon.
In the meantime, if a user attempts to withdraw with the latest version 1.0.2 of the CoinPayments adapter and the withdrawal fails due to the amount being less than that allowed, then the minimum amount is recorder in the DB. Subsequent attempts to enter withdrawals will be filtered at the frontend for that minimum amount for that coin.
I will post here when it will be possible to set the minimum amount via the Admin UI.
kind regards
alexg
KeymasterHello San,
About your request to display deposit addresses or balances, please see the release notes on version 3.2.0: https://www.dashed-slug.net/alternative-template-views/
Additionally, for information on how you can create your own templates, please consult the Frontend section in the documentation.
kind regards
alexg
KeymasterHello,
ERC20 tokens are not supported by this adapter. You can definitely use it to connect to Litecoin and similar wallets.
The csv file contains coin definitions, therefore there are no server specs in there, only details about the coins.
Once you enter a coin definition, an adapter is shown in your WordPress admin panel.
Then, you can setup the details to connect to your wallet via the coin adapter settings in your admin panel.
Hope this is a bit clearer. Please do let me know if you have further questions.
kind regards
alexg
KeymasterHello,
This extension groups together the old RPC adapters into one. The supported tokens are listed in
assets/coins.csv
.The point of this adapter is that you can add your own, either by editing the csv file, or, more preferably, by using the
wallets_multiadapter_coins
WordPress filter as detailed in the adapter’s page. Any fork of the Bitcoin code should work, so that amounts to thousands of coins.kind regards
alexg
KeymasterYes this is an issue with the formatting that this forum applies. In the line before the last one, i.e. the line that starts with
UNIQUE KEY
, replace all quote characters ('
) with backticks (`).alexg
KeymasterThis has now been addressed in version
3.1.3
of Bitcoin and Altcoin Wallets.alexg
KeymasterThis is now available with the
[wallets_account_value]
shortcode, as of the3.1.3
release.The readme file and documentation have been updated.
-
AuthorPosts