add 2 gists

This commit is contained in:
openoms
2019-03-10 15:29:03 +00:00
parent e1a575929e
commit bac689586e
2 changed files with 19 additions and 2 deletions

View File

@@ -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

View File

@@ -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.