improve instructions for devs

- suggest using private stagenet if developing/testing
- remove fixed difficulty from makefile when connecting to shared
This commit is contained in:
erciccione 2022-05-30 11:08:37 +02:00 committed by woodser
parent 88578bed10
commit 8a0612a245
2 changed files with 1 additions and 2 deletions

View file

@ -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 \

View file

@ -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