0ce9cea96c
* basic files and pages * Create whirlpool.service * Added Whirlpool port * add openjdk-8-jre * Whirlpool dependencies * updates for PR added line 26 and 27 removed second argument from wget * Whirlpool edit added sudo -u bitcoin * instructions for setting up whirlpool * corrected line 25 sudo -u bitcoin mkdir -p * minor changes in instructions * Create setup_whirlpool.sh * updated instructions and deleted repeated code * Delete setup_whirlpool.sh * Set for future upgrades * renamed whirlpool.jar based on post_install.sh * systemctl enable whirlpool * use black/white whirlpool logo * Update mynode_post_upgrade.sh * Update mynode_post_upgrade.sh * Update bitcoin.conf updated for dojo * Update mynode_post_upgrade.sh * Update mynode_post_upgrade.sh * Update mynode_post_upgrade.sh * Update mynode_post_upgrade.sh * Update mynode_post_upgrade.sh * dojo compatible conf updated for dojo * update Whirlpool-cli to 0.9.2 * Update to whirlpool 0.9.3 Co-authored-by: Abhishek Shandilya <abhiShandy@users.noreply.github.com> Co-authored-by: Taylor Helsper <tehelsper@gmail.com>
18 lines
358 B
Desktop File
18 lines
358 B
Desktop File
[Unit]
|
|
Description=Whirlpool
|
|
After=tor.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/opt/mynode/whirlpool
|
|
ExecStart=/usr/bin/java -jar /opt/mynode/whirlpool/whirlpool.jar --server=mainnet --tor --auto-mix --mixs-target=3 --listen
|
|
User=bitcoin
|
|
Group=bitcoin
|
|
Type=simple
|
|
KillMode=process
|
|
TimeoutSec=60
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|