File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
4444or
4545log 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:
Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ sudo -u joinmarket cp ./joininbox/scripts/.* /home/joinmarket/ 2>/dev/null
270270chmod +x /home/joinmarket/* .sh
271271
272272echo " # set the default password 'joininbox' for the users 'pi', 'joinmarket' and 'root'"
273-
274273adduser joinmarket sudo
275274# chsh joinmarket -s /bin/bash
276275# configure sudo for usage without password entry for the joinmarket user
You can’t perform that action at this time.
0 commit comments