Alejandro García
908a56c9c5
Merge pull request #7325 from runbtc/update-seednode-script
...
Update seednode install script to generate ECDSA key for BM oracle node
2024-12-27 06:01:52 +00:00
runbtc
3a36854b3b
Update seednode install script to generate ECDSA key for BM oracle node
2024-12-12 16:04:51 -08:00
runbtc
bfbb41958d
Increase tmpfs size for dumping Bisq blockchain data
...
Currently, it requires about 5.2G of space.
Therefore, increase it to allow for future growth.
However, hopefully this becomes irrelevant soon
with the changes in bisq-network/mempool#13 .
2024-12-08 10:59:25 -08:00
HenrikJannsen
1d46b02a1d
Add missing isBmFullNode
parameter
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2024-09-06 12:59:22 +07:00
runbtc
4a9fa62a65
Increase tmpfs size
2024-05-30 13:31:05 -07:00
runbtc
0852fdd346
Ensure db/json dir is automatically created
2024-05-10 14:58:13 -07:00
runbtc
6a3f0a9289
Update After parameter in systemd service file
2024-05-10 14:57:16 -07:00
runbtc
295228b5e2
Use cookie auth for Tor control
2024-05-06 21:45:49 -07:00
runbtc
56a15fdca5
Prepend ExecStart command with bash
2024-05-06 21:44:30 -07:00
Alva Swanson
9344a236a3
seednode: Run script from seednode module
2023-11-03 18:49:31 +01:00
jmacxx
68effc9294
Use bash instead of sh.
2023-09-24 10:41:14 -05:00
Stephan Oeste
275f9c9da0
Install tor from tor repository and add external tor as default
2022-06-23 00:49:16 +02:00
wiz
2b4c3a58a7
Add 5 second delay when stopping seednode service
2022-01-13 12:59:16 +09:00
wiz
0868ce89a8
Don't use kill -9
to restart seednodes now that SIGTERM is handled
...
Now that we can gracefully restart from #4047
2020-08-02 02:42:42 +09:00
wiz
cd2d867c11
Increase BSQ explorer TMPFS allocation to 2GB for growing datastore
2020-05-09 12:30:15 +09:00
wiz
01ccca7648
Explicitly set syslog identifier to "bisq" in systemd service config
2020-02-08 11:59:00 +09:00
wiz
d3f30b8b51
Additional tweaks to seednode installation script for new use cases ( #3944 )
...
* Add seednode service option to enable dumping Bisq Markets data
* Add seednode service setting for DAO fullnode true/false
* Add seednode installer feature to use existing btcnode P2P/RPC config
* Rename to generic "bisq" service, set entrypoint as conf variable
2020-02-07 14:41:35 +01:00