Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4rkal/dmvp2p
Donate Monero Via P2Pool
https://github.com/4rkal/dmvp2p
monero p2pool xmrig
Last synced: about 1 month ago
JSON representation
Donate Monero Via P2Pool
- Host: GitHub
- URL: https://github.com/4rkal/dmvp2p
- Owner: 4rkal
- License: agpl-3.0
- Created: 2024-10-01T18:44:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T11:36:21.000Z (2 months ago)
- Last Synced: 2024-12-30T06:45:52.656Z (about 1 month ago)
- Topics: monero, p2pool, xmrig
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dmvp2p
DMVP2P: Donate Monero Via P2Pool
DMVP2P allows you to donate monero to your favorite projects/organisations/individuals using your cpu and the magic of [P2Pool](https://p2pool.io)
## Installing/Downloads
Builds for Linux and Windows are available in the [releases page](https://github.com/4rkal/dmvp2p/releases)
You can also build the project from source by follow these steps:
(You will have to have [go](https://go.dev) installed)
`git clone https://github.com/4rkal/dmvp2p`
`cd dmvp2p`
`go mod tidy`
`go run .` OR `go build .`
## How can I add myself to get donations?
Edit [users.json](https://github.com/4rkal/dmvp2p/blob/main/helpers/users.json) fill in your details, and create a PR. (you can also contact me and I'll add you [contact](https://4rkal.com/about/#get-in-touch))
Here is an example of a user:
```
{
"name": "4rkal",
"github": "4rkal",
"x": "4rkal_",
"website": "https://4rkal.com",
"address": "425evPnXucaJcAvgYbcasrYJ5k1qUEB7gAB4DSS7nM73hcxMgf3L9fzQCRA441tZbAcSXhRR4DDxT5B3oxBKbnns9A5Z4mi",
"description": "Programmer, blogger, crypto user."
}
```**NOTE**: because of the way that P2Pool works the address **must** be a primary address! (starting in 4 and not 8)