mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
update node address
This commit is contained in:
52
OpenBazaar_on_DietPi.md
Normal file
52
OpenBazaar_on_DietPi.md
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
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 shop from a backup copy your existing .openbazaar dir to /root/.openbazaar
|
||||
|
||||
To restore your OpenBazaar node only from the backup seed:
|
||||
https://openbazaar.zendesk.com/hc/en-us/articles/360002820331-How-do-I-restore-my-OpenBazaar-wallet-from-seed-
|
||||
|
||||
|
||||
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/
|
||||
|
||||
https://freedomnode.com/blog/80/how-to-install-and-configure-new-openbazaar-2-0-on-linux-and-mac-os-x
|
||||
|
||||
|
||||
root@DietPi:/mnt/dietpi_userdata/go/src/github.com/OpenBazaar/openbazaar-go# go run openbazaard.go -h
|
||||
Usage:
|
||||
openbazaard [OPTIONS] <command>
|
||||
|
||||
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
|
||||
|
||||
@@ -23,7 +23,7 @@ Bring the power of lightning to the web with in-browser payments and identity, a
|
||||
|
||||
---
|
||||
|
||||
### [Click here to see my node on explore.casa and connect](https://explore.casa/nodes/03ae56e5cc4edb357407727d52372a6bee32bc870802b0888961b01b49625a1815)
|
||||
### [Click here to see my node on explore.casa and connect](https://explore.casa/nodes/02a4c564af0f33795b438e8d76d2b5057c3dcd1115be144c3fc05e7c8c65486f23)
|
||||
If you are not behind Tor send me a DM on https://twitter.com/openoms an I will add you as a peer first.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user