mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
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:
parent
88578bed10
commit
8a0612a245
2 changed files with 1 additions and 2 deletions
1
Makefile
1
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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue