mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-15 12:50:37 +02:00
* fix: fix echo-s and format * feat: add pruned.host4coins.net/blocks, fix data owner * fix: check bitcoin install permission * fix: prefer downloads over ipv4 * add hashFileSigName * update to debian-12.0.0-amd64-netinst image * fix the owner of the decompressed blocks * delete old blocks and chainstates
33 lines
894 B
Markdown
33 lines
894 B
Markdown
# Install Jam and connect to a remote Joininbox
|
|
|
|
* tested on Debian Bullseye desktop - Ubuntu should also work
|
|
|
|
### Download the repo
|
|
```
|
|
git clone https://github.com/openoms/joininbox
|
|
cd joininbox
|
|
```
|
|
|
|
### Install Jam locally
|
|
* will be under the user: `jam`
|
|
```
|
|
cd scripts/jam-remote
|
|
bash install.jam.sh on
|
|
```
|
|
|
|
### On your Joininbox
|
|
* (optional) update the joininbox scripts: `UPDATE` - `ADVANCED` - `JBCOMMIT`
|
|
* start the `API` from `TOOLS`
|
|
* (optional) start the ob-watcher from `OFFERS`
|
|
|
|
### Forward the API and ob-watcher ports with ssh from your Joininbox
|
|
```
|
|
bash ssh-portforward $JOININBOX_LAN_IP
|
|
```
|
|
* leave this terminal open until working with Jam
|
|
* close when done to close the ssh connection
|
|
* Earn will continue to run on the Joininbox
|
|
* can check it's logs in the menu - `MAKER` - `LOGS`
|
|
|
|
### Open Jam locally using the wallets on your remote Joininbox
|
|
`https://localhost:7501`
|