OpenBazaar Server:A free decentralized peer to peer market server for all. No fees. Using Bitcoin.
Oldschool: Think Napster, but for buying and selling stuff using your BitCoins
OpenBazaar Client:The client will allow you to browse and trade, within the OpenBazaar market network.
https://www.openbazaar.org/download/Connecting OpenBazaar Client to your OpenBazaar Server:Step 1:First, you will need to enter a username and password for your OpenBazaar server to use
- Open the file /etc/openbazaar-server/ob.cfg
- Locate the lines named USERNAME and PASSWORD.
- Uncomment both lines and create a unique username and password. eg:
- Code: Select all
USERNAME = ThisIsMyUsername
PASSWORD = ThisIsMyPassword
- Restart the OpenBazaar Server service with dietpi-services restart
Step 2:Next, to enter your server details, you will need to open the OpenBazaar Client and add your server:
- Click Menu (top right)
- Click Default
- Click New Server
- Enter the IP address of your DietPi device, and, the username and password you applied in step 1.
OpenBazaar Server Debugging:If you want to determine if the OpenBazaar server is functioning correctly, you will need to run it as a
foreground process.
- Stop all services dietpi-services stop
- Run the following commands:
- Code: Select all
cd /etc/openbazaar-server && python openbazaard.py start -a 0.0.0.0
- Press CTRL + C to terminate the program.
>>
Return to DietPi-Software List