by dashed-slug.net
4.8 (27 reviews)
Bitcoin and Altcoin Wallets
Custodial cryptocurrency wallets.
Tested up to WP 6.9.5 (Current: 7.0.2)
v6.4.1
Current Version v6.4.1
Updated 5 months ago
Last Update on 30 Jan, 2026
Refreshed 7 hours ago
Last Refreshed on
Rank
#19,766
+38 this week
Active Installs
60+
—
No change
KW Avg Position
20
—
No change
Downloads
90.6K
+4 today
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(27 reviews)
Next Milestone 70
60+
70+
1,230
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 70+
Rank Changes
Current
#19,766
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
27 reviews
Overall
96%
5
25
(93%)
4
1
(4%)
3
0
(0%)
2
0
(0%)
1
1
(4%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| altcoin | 1 | — | Tag | 19 hours ago |
| custodial | 4 | — | Tag | 19 hours ago |
| bitcoin | 15 | — | Tag | 19 hours ago |
| cryptocurrency | 29 | — | Tag | 19 hours ago |
| wallet | 51 | — | Tag | 19 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 6.4.1
- Last Updated
- Jan 30, 2026
- Requires WP
- 6.0+
- Tested Up To
- 6.9.5
- PHP Version
- 7.2 or higher
- Author
- dashed-slug.net
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 27
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,724
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#988
WooCommerce
7M+ installs
#6
MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy)
2M+ installs
#24
ManageWP Worker
1M+ installs
#53
Frequently Asked Questions
Common questions about Bitcoin and Altcoin Wallets
Since version 6.0.0, the plugin displays its own documentation in the admin screens. Just go to the Wallets Admin Docs menu, where you'll find the documentation for the plugin, and for any plugin extensions you have installed. Developers can study the PHPdocumentor pages at: https://wallets-phpdoc.dashed-slug.net/
When users issue transactions, these can require verification via an email link by the user. Additionally, you can require that an admin also verifies each transaction. (See "Confirmations" in the documentation). Of course, the plugin is only as secure as your WordPress installation is. You should take extra time to secure your WordPress installation, because it will have access to your hot wallets. At a minimum you should do the following: Install a security plugin such as Wordfence. Read the Codex resources on Hardening WordPress. If you are connecting to an RPC API on a different machine than that of your WordPress server over an untrusted network, tunnel your connection via ssh or stunnel. See here. Some more ideas: - Add a user auditing tool such as Simple History. - Add a CAPTCHA plugin to your login pages. - Only keep up to a small percentage of the funds in your hot wallet (See Cold Storage in the documentation).
This will depend on the Linux distribution on your server. To setup bitcoin core as a service on systemd I used this guide. Here is my /etc/systemd/system/bitcoin.service file: [Unit] Description=Bitcoin wallet service After=network.target StartLimitBurst=5 StartLimitIntervalSec=10 [Service] Type=simple Restart=always RestartSec=1 User=alexg ExecStart=/usr/local/bin/bitcoind [Install] WantedBy=multi-user.target You will need to edit the user name to match yours, and possibly the path to your bitcoind binary. Follow the article to set the service to run automatically on system restart. You should never have to enter the bitcoin command directly in the shell. Always let the system start it automatically as a service. After that, you must check with your hosting provider (the provider who supplies the server for your bitcoin daemon) to see if there are any firewalls, blocking incoming communication with TCP port 8332. Also check any local firewalls that you may be running, such as ufw.
Yes, simply assign the has_wallets capability to the appropriate users or user roles. You should also assign more capabilities, such as list_wallet_transactions, send_funds_to_user, and withdraw_funds_from_wallet. You can control the capabilities per user role by navigating to: Settings → Bitcoin and Altcoin Wallets → Capabilities.
Yes, you can use the premium Airdrop extension to perform recurring airdrops. These can effectively be paid out in the form of an interest on the user's wallet.
Yes, you can use the premium WooCommerce Cryptocurrency Payment Gateway extension. With it, users can use their on-site balance to checkout their shopping carts.
Yes, you can use the premium Faucet extension to let users earn crypto by solving CAPTCHAs.
Yes, you can use the premium Exchange extension to create market pairs. However the markets are local only, which means that no liquidity is imported from other exchanges. Read the disclaimers.
No, this plugin is not suitable for token sales. However, you could, of course, setup markets using the Exchange extension, and set a large limit sell order with your admin account. This will allow users to buy your shillcoin. You can even disable buying or selling separately.
Yes, you can use the premium Tip the author extension. This lets you attach a tipping UI to posts/articles. You can control where the tipping UI is shown, by post type, category, tags, or even author. Only authors with the receive_tip capability can receive tips, and only users with the tip_the_author capability can send tips.