This is a VS Code extension that can show F2Pool mining informations in the status bar.
Queries F2Pool single user's data API under the hood.
- Displays value, hashrate and worker information of a specified F2Pool currency and username.
- Supports automatic refresh at a specified interval
- After installing the plugin, click it to set currency and F2Pool username, if the username is valid, corresponding F2Pool info should show in the status bar.
- Click the plugin to manually refresh.
- Hover on the plugin to show a tooltip of details.
This extension contributes the following settings:
f2poolWatcher.currency
: set the currency, currently supports "BTC", "LTC", "ETH"f2poolWatcher.username
: set the F2Pool usernamef2poolWatcher.refreshInterval
: set the automatic refresh interval in minutes, set to 0 to disable auto-refresh, or it must be equal or greater than 5.
Initial release of f2pool-watch
Update icon