UNB22 - 08 - Samourai Wallet

preview_player
Показать описание
In this video, we go through the Samourai Wallet stack - including Dojo and Whirlpool.

[Unit]
Description=Whirlpool

[Service]
WorkingDirectory=/home/satoshi/whirlpool
User=satoshi
Group=satoshi
Type=simple
KillMode=process
TimeoutSec=60
Restart=always
RestartSec=60

[Install]
Рекомендации по теме
Комментарии
Автор

Samourai wallet appears to be dead. I see it was forked off. Will you be making an updated video for the fork or have any alternative recommendations?

nelsnielson
Автор

[Unit]
Description=Whirlpool
After=tor.service

[Service]

ExecStart=/usr/bin/java -jar --server=mainnet --tor --auto-mix --mixs-target=0 --listen
User=satoshi
Group=satoshi
Type=simple
KillMode=process
TimeoutSec=60
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target

MinistryofNodes
Автор

Curious why you chose not to use the Docker image... (i.e. the container provided by Samourai)

tjkrz
Автор

I downloaded whirlpool client cli 0.10.15. Everything seemed fine with enabling and running it. But when I try to connect with the GUI, I get an error message saying "Connection failed: Could not connect to CLI". Anyone else get this issue and have a solution?

jmartirosyan
Автор

Is there a reason why you use Samourai Wallet and not Blue Wallet ? Thanks!

thomasmullee
Автор

What software are you using to transfer the Android clipboard to your Linux system?

rrobb
Автор

How do we get dojo to auto-run on system restart? Was able to run SW/dojo/whirlpool until I restarted ubuntu. Specific cli command?

tgo
Автор

Please, could you send us de whirlpool.service file content ? Thanks, great job !

marcelcosta
Автор

If I'm using a different user name then I'm guessing that's what I should put in the whirlpool.service file? But what about the Group name?

jmartirosyan