Skip to content

Commit 6a13fe6

Browse files
authored
Fixup Readme and default wallet name (#17)
1 parent 17419a1 commit 6a13fe6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ cargo install toml-cli
7777
cd ~/ && git clone https://github.com/Start9Labs/start-os.git
7878
cd start-os/backend/
7979
./install-sdk.sh
80+
start-sdk init
8081
```
8182

8283
## Cloning
@@ -107,10 +108,11 @@ make
107108

108109
## Installing (on StartOS)
109110

110-
Sideload from the web-UI via:
111+
Sideload from the web-UI:
111112
System > Sideload Service
112113

113-
...or [SSH](https://docs.start9.com/latest/user-manual/overview/ssh) into your StartOS device.
114+
Sideload from the CLI:
115+
[SSH](https://docs.start9.com/latest/user-manual/overview/ssh) into your StartOS device.
114116
`scp` the `.s9pk` to any directory from your local machine.
115117
Run the following command to install the package:
116118

docker_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export LAN_HOST=$(yq e '.lan-address' /data/start9/config.yaml)
1111
export JM_RPC_USER=$(yq e '.bitcoind-user' /data/start9/config.yaml)
1212
export JM_RPC_PASSWORD=$(yq e '.bitcoind-password' /data/start9/config.yaml)
1313
export JM_RPC_PORT=8332
14-
export JM_RPC_WALLET_FILE="embassy_jam_wallet"
14+
export JM_RPC_WALLET_FILE="jam_wallet_default"
1515
export JM_RPC_HOST="bitcoind.embassy"
1616
echo "Running on Bitcoin Core..."
1717

0 commit comments

Comments
 (0)