diff --git a/OpenBazaar_on_DietPi.md b/OpenBazaar_on_DietPi.md index 521bd1c..d0ffe43 100644 --- a/OpenBazaar_on_DietPi.md +++ b/OpenBazaar_on_DietPi.md @@ -11,9 +11,20 @@ go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start https://api.docs.openbazaar.org/ -To restore your shop from a backup copy your existing .openbazaar dir to /root/.openbazaar -To restore your OpenBazaar node only from the backup seed: +### To restore your OpenBazaar node only from the backup seed: + +root@DietPi:~# go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go restore -d /root/.openbazaar -m "word1 word2 word3 word4 word5 word6 word7 word8 word9 word10 word11 word12" + +Restore your shop from a backup copy your existing .openbazaar dir to /root/.openbazaar + + +fdisk -l +mount /dev/sda1 /mnt/usbdrive +cp -R /mnt/usbdrive/OpenBazaar2.0/* /root/.openbazaar/ + + + https://openbazaar.zendesk.com/hc/en-us/articles/360002820331-How-do-I-restore-my-OpenBazaar-wallet-from-seed- @@ -50,3 +61,5 @@ Available commands: status get the repo status stop shutdown the server and disconnect + + diff --git a/README.MD b/README.MD index cc5d0d3..495aa89 100644 --- a/README.MD +++ b/README.MD @@ -8,6 +8,10 @@ and continue https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_ More here: +### [Install the Electrum Server in Rust (electrs) on the RaspiBlitz on Dietpi](https://gist.github.com/openoms/8d365f330f5e1288933e0f4874b56dbd) + +### [Install OpenBazaar on a RaspiBlitz, install OpenBazaar client and migrate the store contents](https://gist.github.com/openoms/ba843f7c44ff9c7ca0b5a80e12a0aeb4) + ### [Connect the Zap Desktop Lightning wallet to the RaspiBlitz](ZAPtoRaspiBolt/README.md) The desktop app ZAP (https://github.com/LN-Zap/zap-desktop) ) is a cross platform Lightning Network wallet focused on user experience and ease of use.