Skip to content

Commit 2294c61

Browse files
committed
remove mining
1 parent d3f2f9c commit 2294c61

File tree

6 files changed

+3
-88
lines changed

6 files changed

+3
-88
lines changed

content/_guides/features.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Feature comparison between Monero desktop wallets.
6060
| Subtract fee from amount ||||
6161
| Multisig |* |||
6262
| **► Mining** |
63-
| Solo mining | ✔<sup>[6]</sup> |||
64-
| [Pool mining](mining-setup) | ✔<sup>[6]</sup> |||
63+
| Solo mining | ✖† |||
64+
| [Pool mining](mining-setup) | ✖† |||
6565
| P2Pool | ✖† |||
6666
| **► Hardware wallets** |
6767
| Ledger Nano S/S+/X ||||
@@ -95,7 +95,6 @@ Feature comparison between Monero desktop wallets.
9595
(2) = Polyseed uses BIP-39 wordlists, for Monero see [here](https://github.com/monero-project/monero/tree/master/src/mnemonics). As of 1.0.0 only English is supported for Polyseed.
9696
(3) = authentication not supported
9797
(4) = except macOS
98-
(6) = deprecated
9998
(7) = except Linux release
10099
(8) = only for hardware wallets
101100

content/_guides/mining_setup.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

content/_guides/network_traffic.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ This section provides an overview of the ways Feather can make network connectio
1212
| [Node](nodes) | Synchronization, transaction construction | epee |
1313
| [Websocket](websocket) | Fiat price, CCS, current blockheight | Qt |
1414
| [Built-in updater](updater) | Contacts featherwallet.org if a new update is available. Depends on websocket. | Qt |
15-
| [Mining](mining-setup) | Connection to mining pool, only if pool mining. | Qt |
16-

content/_guides/primary_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The primary address is a valid Monero address and can be used to receive funds.
1212

1313
You may need your primary address when you are:
1414

15-
- [Solo-mining](mining-setup)
15+
- Solo-mining
1616
- [Creating a view-only wallet](create-view-only-wallet)
1717
- Transacting with a service that does not accept subaddresses
1818

content/_guides/wallet_cache_viewer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ Datastructures not displayed in the viewer:
4141
- `feather.seed`: backup copy of the wallet's [Polyseed](seed-scheme)
4242
- `feather.seedoffset`: seed offset passphrase
4343
- `feather.hiddenaddresses`: comma delimited list of hidden subaddresses.
44-
- `feather.𝐗𝐌𝐑𝐢𝐠_username`: receiving address in mining settings
45-
- `feather.𝐗𝐌𝐑𝐢𝐠_password`: password for mining pool
4644
- `feather.subaddress_account`: index of selected subaddress account
4745
- `tx:<txid>`: hexstring of outgoing transaction

content/_guides/websocket.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ The following data is provided by the websocket server:
3737
|ccs | Crowdfunding proposals from the Community Crowdfunding System and MAGIC Monero Fund. Displayed on the Home screen. |
3838
|txFiatHistory | Historical fiat prices. Obtained from CoinCap. |
3939
|updates | Latest FeatherWallet version. |
40-
|𝐗𝐌𝐑𝐢𝐠 | Latest 𝐗𝐌𝐑𝐢𝐠 downloads. |
4140

4241
### Disabling the websocket connection
4342

@@ -57,4 +56,3 @@ The following functionality will be disabled:
5756
- Send: send by specifying a fiat amount
5857
- History: historical fiat prices column
5958
- Settings → Network → Node: updated list of websocket nodes.
60-
- Mining → Downloads: the list of 𝐗𝐌𝐑𝐢𝐠 downloads will be unavailable.

0 commit comments

Comments
 (0)