Skip to content

Commit

Permalink
Fixup Readme and default wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 committed Feb 29, 2024
1 parent 17419a1 commit 33ded5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ cargo install toml-cli
cd ~/ && git clone https://github.com/Start9Labs/start-os.git
cd start-os/backend/
./install-sdk.sh
start-sdk init
```

## Cloning
Expand Down Expand Up @@ -107,10 +108,11 @@ make

## Installing (on StartOS)

Sideload from the web-UI via:
Sideload from the web-UI:
System > Sideload Service

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

Expand Down
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export LAN_HOST=$(yq e '.lan-address' /data/start9/config.yaml)
export JM_RPC_USER=$(yq e '.bitcoind-user' /data/start9/config.yaml)
export JM_RPC_PASSWORD=$(yq e '.bitcoind-password' /data/start9/config.yaml)
export JM_RPC_PORT=8332
export JM_RPC_WALLET_FILE="embassy_jam_wallet"
export JM_RPC_WALLET_FILE="jam_wallet_default"
export JM_RPC_HOST="bitcoind.embassy"
echo "Running on Bitcoin Core..."

Expand Down

0 comments on commit 33ded5b

Please sign in to comment.