This is a very important article for Nostr plebs!

I was just getting worried about wallet of satoshi when I saw the article about Blue wallet's custodial termination. I am running a Linux server and would like to run something like this there. I am not sure how to do it.

Reply to this note

Please Login to reply.

Discussion

Ah hello thank you if you've read the article. I'm sorry that currently this article focus mainly on running on mobile phone. There are some adjustments need to be prepared to make it work for PC or linux server. What is your current linux server? Is it Ubuntu or Debian?

You can adjust some commands like

```

# update termux package

pkg upgrade -y

# install basic dependency software

pkg install build-essential git tor torsocks

# install basic helper tool

pkg install tmux nano micro curl wget

```

and change it into

```

# update termux package

apt upgrade -y

# install basic dependency software

apt install build-essential git tor torsocks

# install basic helper tool

pkg install tmux nano micro curl wget

```

Let me know your current problem, hopefully i can help