https://github.com/embetrix/meta-satobox
Satobox is an open-source, Yocto-based, privacy-focused and secure bitcoin full node solution designed for embedded linux devices.
https://github.com/embetrix/meta-satobox
anonymity bitcoin cryptocurrency cryptography embedded linux raspberry-pi security toronionproxy yocto yocto-layer
Last synced: 2 months ago
JSON representation
Satobox is an open-source, Yocto-based, privacy-focused and secure bitcoin full node solution designed for embedded linux devices.
- Host: GitHub
- URL: https://github.com/embetrix/meta-satobox
- Owner: embetrix
- License: mit
- Created: 2025-01-24T18:13:01.000Z (3 months ago)
- Default Branch: scarthgap
- Last Pushed: 2025-02-11T07:36:19.000Z (2 months ago)
- Last Synced: 2025-02-11T08:40:52.900Z (2 months ago)
- Topics: anonymity, bitcoin, cryptocurrency, cryptography, embedded, linux, raspberry-pi, security, toronionproxy, yocto, yocto-layer
- Language: BitBake
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meta-satobox
## Build
```
KAS_MACHINE=qemux86-64 kas build kas-satobox.yml
```## Run in Qemu Emulator
```
KAS_MACHINE=qemux86-64 kas shell kas-satobox.yml -c 'runqemu wic ovmf kvm serialstdio nographic qemuparams="-m 2048"'
```or
```
KAS_MACHINE=qemux86-64 kas shell kas-satobox.yml -c 'runqemu wic ovmf kvm serialstdio nographic slirp qemuparams="-m 2048"'
```