mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
Update init and cron script references to v0.4.4 (first official beta)
This commit is contained in:
parent
0fa63bc64d
commit
c94f88a6b5
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ SN_NETWORK_ID=0
|
||||||
SN_MAX_CONNECTIONS=50
|
SN_MAX_CONNECTIONS=50
|
||||||
|
|
||||||
# Location of the seed node jar file. Use to select a particular version.
|
# Location of the seed node jar file. Use to select a particular version.
|
||||||
SN_JAR=~bsqsn/SeedNode-0.4.2.jar
|
SN_JAR=~bsqsn/SeedNode-0.4.4.jar
|
||||||
# User to run the seed node as.
|
# User to run the seed node as.
|
||||||
SN_USER=bsqsn
|
SN_USER=bsqsn
|
||||||
## END CONFIGURATION
|
## END CONFIGURATION
|
||||||
|
|
|
@ -32,10 +32,10 @@ configuration directory to the ``~bsqsb/.local/share`` directory.
|
||||||
## Testing the seed node
|
## Testing the seed node
|
||||||
|
|
||||||
You need to check that the seed node can actually run in your system. For
|
You need to check that the seed node can actually run in your system. For
|
||||||
instance, if you are using version 0.4.2 and your seed node's Tor address is
|
instance, if you are using version 0.4.4 and your seed node's Tor address is
|
||||||
``1a2b3c4d5e6f7g8h.onion:8000``, try to run this as the ``bsqsn`` user:
|
``1a2b3c4d5e6f7g8h.onion:8000``, try to run this as the ``bsqsn`` user:
|
||||||
|
|
||||||
$ java -jar ~bsqsn/SeedNode-0.4.2.jar 1a2b3c4d5e6f7g8h.onion:8000 0 50
|
$ java -jar ~bsqsn/SeedNode-0.4.4.jar 1a2b3c4d5e6f7g8h.onion:8000 0 50
|
||||||
|
|
||||||
Please check error messages if it fails to run. Do note that you will need
|
Please check error messages if it fails to run. Do note that you will need
|
||||||
OpenJDK and OpenJFX in the server. In Debian-like systems you may install the
|
OpenJDK and OpenJFX in the server. In Debian-like systems you may install the
|
||||||
|
@ -53,7 +53,7 @@ configuration variables to your needs, especially ``SN_ADDRESS``, ``SN_JAR``
|
||||||
and ``SN_USER``. In the previous example, the values would be:
|
and ``SN_USER``. In the previous example, the values would be:
|
||||||
|
|
||||||
SN_ADDRESS=1a2b3c4d5e6f7g8h.onion:8000
|
SN_ADDRESS=1a2b3c4d5e6f7g8h.onion:8000
|
||||||
SN_JAR=~bsqsn/SeedNode-0.4.2.jar
|
SN_JAR=~bsqsn/SeedNode-0.4.4.jar
|
||||||
SN_USER=bsqsn
|
SN_USER=bsqsn
|
||||||
|
|
||||||
Put the customized script under ``/etc/init.d`` using a name without
|
Put the customized script under ``/etc/init.d`` using a name without
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue