removed formatting changes

will move to another pr
This commit is contained in:
cheese 2024-11-08 15:46:52 +01:00
parent a67cd61b32
commit 22720ca23a
3 changed files with 12 additions and 12 deletions

View file

@ -2,12 +2,12 @@
**Theses are only ideas, everything here is still to be decided and only thoughts for now.**
- Note: Some ideas could be done in a matter of hours, some could take months.
Note: Some ideas could be done in a matter of hours, some could take months.
## **Making Gupaxx more Decentralized**
### Synchronize source code repository on p2p network
- Github is proprietary. If Gupaxx aims to be free software, it should not be only available on this proprietary platform and we should explore options to be github free.
- We can use [Radicle](https://radicle.xyz/) to get Gupaxx on a p2p collaboration stack.
Github is proprietary. If Gupaxx aims to be free software, it should not be only available on this proprietary platform and we should explore options to be github free.
We can use [Radicle](https://radicle.xyz/) to get Gupaxx on a p2p collaboration stack.
> The code, issues and PR could then also be synchronized with Github.
### Integrate a P2Pool compatible Nodes crawler
@ -69,7 +69,7 @@ Reduce in/out peers, remote nodes by default
## **Making Gupaxx Support more environments**
### Packaging
- Add repository/AUR for Gupaxx and a status of packaging distro/version on the README.
Add repository/AUR for Gupaxx and a status of packaging distro/version on the README.
### Minimum requirement
Add a table with minimum hardware/software requirements to the README.

View file

@ -37,16 +37,16 @@ To solve this second issue, it will remove from the required HR to get to rounds
## **Examples**
> PWS = 2160
PWS = 2160
PD = 85.5M
### Example 1: the poor
> Miner has 2kH/s on Gupaxx.
Miner has 2kH/s on Gupaxx.
HR never goes on XvB, because the minimum required to have a share in WP is 4kH/s based on PD and PWS values.
### Example 2: the modest
> Miner has 10kH/s on Gupaxx
Miner has 10kH/s on Gupaxx
for ten minutes, 4 are required to be put on P2Pool.
**Default mode**: 9 minutes are given to P2Pool and one for XvB.
@ -58,7 +58,7 @@ So 1kH/s is given to XvB node so that the miner participate in the Donor round.
**Hero mode**: 4 minutes are given to P2Pool and 6 for XvB.
### Example 3: the hardworker
> Miner has 5kH/s on Gupaxx
Miner has 5kH/s on Gupaxx
He also have one remote miner that mines 2kH/s on P2Pool and another one 8kH/s on XvB
**Default mode**: 6 minutes are given to P2Pool and 4 for XvB.

View file

@ -46,10 +46,10 @@ https://github.com/Cyrix126/gupaxx/assets/58007246/610cbfea-fd97-4150-95ed-9c8a7
4. Input your Monero address in the `P2Pool` tab
5. Register the same address on [XMRvsBeast](https://xmrvsbeast.com)
6. Input the token received in the `XvB Tab`
6. Start `P2Pool`
7. Start `XMRig`
8. Start `XvB`
6. Input the token received in the XvB Tab
6. Start P2Pool
7. Start XMRig
8. Start XvB
Gupaxx will distribute your hashrate between P2Pool and XMRvsBeast as defined by [this algorithm](NOTES_ALGORITHM.md).