From 93bfe910d889b1507b1c0259b1939ac19b395205 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 4 Jul 2025 22:49:39 +0000 Subject: [PATCH] docs(user/faq): clarify Anubis not being a cryptocurrency miner Signed-off-by: Xe Iaso --- docs/docs/user/frequently-asked-questions.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/user/frequently-asked-questions.mdx b/docs/docs/user/frequently-asked-questions.mdx index 2370e9f..3fa8da4 100644 --- a/docs/docs/user/frequently-asked-questions.mdx +++ b/docs/docs/user/frequently-asked-questions.mdx @@ -21,8 +21,4 @@ If you use a browser extension such as [JShelter](https://jshelter.org/), you wi ## Does Anubis mine Bitcoin? -No. Anubis does not mine Bitcoin. - -In order to mine bitcoin, you need to download a copy of the blockchain (so you have the state required to do mining) and also broadcast your mined blocks to the network should you reach a hash with the right number of leading zeroes. You also need to continuously read for newly broadcasted transactions so you can batch them into a block. This requires gigabytes of data to be transferred from the server to the client. - -Anubis transfers two digit numbers of kilobytes from the server to the client (which you can independently verify with your browser's Developer Tools feature). This is orders of magnitude below what is required to mine Bitcoin. +No. Anubis does not mine Bitcoin or any other cryptocurrency.