An open API service indexing awesome lists of open source software.

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.

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"'
```