From 8a0612a245ad0c10145bd9399926aebda07dcd54 Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 30 May 2022 11:08:37 +0200 Subject: [PATCH] improve instructions for devs - suggest using private stagenet if developing/testing - remove fixed difficulty from makefile when connecting to shared --- Makefile | 1 - docs/installing.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c2a058eba..0bbcb15488 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,6 @@ monero-shared: --add-exclusive-node 136.244.105.131:38080 \ --rpc-login superuser:abctesting123 \ --rpc-access-control-origins http://localhost:8080 \ - --fixed-difficulty 100 monero-private1: ./.localnet/monerod \ diff --git a/docs/installing.md b/docs/installing.md index 17ef02240f..1582613db1 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -13,7 +13,7 @@ On Ubuntu: `sudo apt install make wget git git-lfs openjdk-11-jdk`. The Bitcoin ## 3. Connect to Monero stagenet -The quickest way to get a Monero stagenet running is by connecting to our own shared instance (3a) so you won't have to do anything except mine coins for testing (step 5). If you prefer to have total control over the testing instance, you might prefer running your own private Monero stagenet (3b). +The easiest way to get a Monero stagenet running is by connecting to our own shared instance (3a) so you won't have to do anything except mine coins for testing (step 5). If you are testing or developing locally, we suggest you create your own local stagenet (3b). ### 3a. Join our shared stagenet