File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ cargo install toml-cli
77
77
cd ~/ && git clone https://github.com/Start9Labs/start-os.git
78
78
cd start-os/backend/
79
79
./install-sdk.sh
80
+ start-sdk init
80
81
```
81
82
82
83
## Cloning
@@ -107,10 +108,11 @@ make
107
108
108
109
## Installing (on StartOS)
109
110
110
- Sideload from the web-UI via :
111
+ Sideload from the web-UI:
111
112
System > Sideload Service
112
113
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.
114
116
` scp ` the ` .s9pk ` to any directory from your local machine.
115
117
Run the following command to install the package:
116
118
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export LAN_HOST=$(yq e '.lan-address' /data/start9/config.yaml)
11
11
export JM_RPC_USER=$( yq e ' .bitcoind-user' /data/start9/config.yaml)
12
12
export JM_RPC_PASSWORD=$( yq e ' .bitcoind-password' /data/start9/config.yaml)
13
13
export JM_RPC_PORT=8332
14
- export JM_RPC_WALLET_FILE=" embassy_jam_wallet "
14
+ export JM_RPC_WALLET_FILE=" jam_wallet_default "
15
15
export JM_RPC_HOST=" bitcoind.embassy"
16
16
echo " Running on Bitcoin Core..."
17
17
You can’t perform that action at this time.
0 commit comments