1.9 KiB
https://github.com/OpenBazaar/openbazaar-go/blob/master/docs/install-linux.md
cd $GOPATH/src/github.com/OpenBazaar/openbazaar-go go run openbazaard.go init go run openbazaard.go setapicreds go run openbazaard.go start
go run $GOPATH/src/github.com/OpenBazaar/openbazaar-go/openbazaard.go start
https://api.docs.openbazaar.org/
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/
Install on your desktop: https://openbazaar.org/download/
sudo nano /mnt/dietpi_userdata/openbazaar/config sudo nano /root/.openbazaar/config cd /mnt/dietpi_userdata/go/src/github.com/OpenBazaar/openbazaar-go/
root@DietPi:/mnt/dietpi_userdata/go/src/github.com/OpenBazaar/openbazaar-go# go run openbazaard.go -h Usage: openbazaard [OPTIONS]
Application Options: -v, --version Print the version number and exit
Help Options: -h, --help Show this help message
Available commands: convert convert this node to a different coin type decryptdatabase decrypt your database encryptdatabase encrypt your database gencerts Generate certificates init initialize a new repo and exit restart restart the server restore restore user data setapicreds set API credentials start start the OpenBazaar-Server status get the repo status stop shutdown the server and disconnect