Skip to content

Commit 496622c

Browse files
committed
README: update instructions
1 parent 83e8f01 commit 496622c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ A terminal based graphical menu for JoinMarket.
3939
sudo bash build_joininbox.sh
4040
```
4141

42-
* start the JoininBox menu by changing to the `joinmarket` user in the terminal:
42+
* start the JoininBox menu by changing to the `joinmarket` user in the terminal:
4343
`$ sudo su joinmarket`
4444
or
4545
log in with ssh to:
46-
`joinmarket@LAN_IP_ADDRESS`
46+
`joinmarket@LAN_IP_ADDRESS` (the default password is: `joininbox` - will be prompted to change it on the first start)
4747

48-
* Choose `CONFIG` in the menu to install JoinMarket (on the first run) and edit the `joinmarket.cfg`
48+
* Choose `UPDATE` in the menu to install JoinMarket and edit the `joinmarket.cfg` to connect to bitcoind.
4949
---
5050

5151
## More info:

build_joininbox.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ sudo -u joinmarket cp ./joininbox/scripts/.* /home/joinmarket/ 2>/dev/null
270270
chmod +x /home/joinmarket/*.sh
271271

272272
echo "# set the default password 'joininbox' for the users 'pi', 'joinmarket' and 'root'"
273-
274273
adduser joinmarket sudo
275274
# chsh joinmarket -s /bin/bash
276275
# configure sudo for usage without password entry for the joinmarket user

0 commit comments

Comments
 (0)