From abf5918da973764ed18bec548d6ae41e2d7a407b Mon Sep 17 00:00:00 2001 From: SChernykh Date: Sun, 5 Sep 2021 12:22:17 +0200 Subject: [PATCH] Added build status --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d2f533e..35c50c7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Decentralized pool for Monero mining. No ETA on the official release date, but hopefully before the end of September 2021. +### Build status + +![C/C++ CI](https://github.com/SChernykh/p2pool/actions/workflows/c-cpp.yml/badge.svg) +![CodeQL](https://github.com/SChernykh/p2pool/actions/workflows/codeql-analysis.yml/badge.svg) + ## Pool mining vs Solo mining vs P2Pool mining Here's the comparison table of the different ways of mining. While pool mining is the easiest to setup, it centralizes Monero network and pool admin gets full power over your hashrate and your unpaid funds. Solo mining is 100% independent and the best for the network. P2Pool mining has all the advantages of solo mining, but also makes regular payouts possible.