mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
add fixed difficulty to private stagenet instructions
This commit is contained in:
parent
c0e7202f06
commit
8a602d5de7
@ -29,13 +29,13 @@ Your daemon will connect to our private Monero stagenet and will be ready to be
|
||||
If you prefer you can use a local private stagenet for testing instead of our shared one. Run in a terminal window:
|
||||
|
||||
```
|
||||
./monerod --stagenet --no-igd --hide-my-port --data-dir node1 --p2p-bind-ip 127.0.0.1 --p2p-bind-port 48080 --rpc-bind-port 48081 --zmq-rpc-bind-port 48082 --add-exclusive-node 127.0.0.1:38080 --rpc-login superuser:abctesting123 --rpc-access-control-origins http://localhost:8080
|
||||
./monerod --stagenet --no-igd --hide-my-port --data-dir node1 --p2p-bind-ip 127.0.0.1 --p2p-bind-port 48080 --rpc-bind-port 48081 --zmq-rpc-bind-port 48082 --add-exclusive-node 127.0.0.1:38080 --rpc-login superuser:abctesting123 --rpc-access-control-origins http://localhost:8080 --fixed-difficulty 10
|
||||
```
|
||||
|
||||
and in a second window:
|
||||
|
||||
```
|
||||
./monerod --stagenet --no-igd --hide-my-port --data-dir node2 --p2p-bind-ip 127.0.0.1 --rpc-bind-ip 0.0.0.0 --confirm-external-bind --add-exclusive-node 127.0.0.1:48080 --rpc-login superuser:abctesting123 --rpc-access-control-origins http://localhost:8080
|
||||
./monerod --stagenet --no-igd --hide-my-port --data-dir node2 --p2p-bind-ip 127.0.0.1 --rpc-bind-ip 0.0.0.0 --confirm-external-bind --add-exclusive-node 127.0.0.1:48080 --rpc-login superuser:abctesting123 --rpc-access-control-origins http://localhost:8080 --fixed-difficulty 10
|
||||
```
|
||||
|
||||
Now mine the first 130 blocks to a random address before using so wallets only use the latest output type. For example, in a daemon:
|
||||
|
Loading…
Reference in New Issue
Block a user