The fourth OpenBazaar beta has been released, named after the famed
Portobello Road Market in London.
Please note this is still a beta and for users with some level of technical expertise. This isn’t a consumer ready release.
Binaries will be released soon. Windows users will need to wait for binaries. You can install beta 0.4.0 on Linux or OSX using the following instructions. For a detailed overview of the 0.4 beta client, visit
this post.
We’ve also released quick start guides, visit these links for
buyer,
merchant, and
notary.
This release includes a substantial number of new features and improvements. Most notable are the networking changes, which should allow better connectivity and largely eliminate the need for port forwarding. Also greatly improved is stability. Other improvements include:
- Signing keys are now HD for increased privacy;
- Internal messaging system for online parties to communicate;
- Users can now select their avatars;
- Images are now externally hosted and listings can support three images (including gifs);
- Notaries can now offer refunds to buyer or release funds to seller;
- Notaries can now set their fee (as a percentage) if their services are utilized;
- The order workflow has been significantly improved;
- Addition of simple walk-through on start up ;
- Search improvements.
InstallationIf you don’t have Git installed on Linux, open terminal (Ctrl+Alt+T) and type:
sudo apt-get install gitIf you don’t have Git installed for OSX, download here and install.
Now run:
git clone https://github.com/OpenBazaar/OpenBazaar.gitOnce that’s complete, change directories:
cd OpenBazaarRun the configure with this command:
./configure.shIf you’ve already been running OpenBazaar, you need to update the code. In terminal, run the following commands:
git pull
./configure.shPlease note that as of the 0.4 beta release, the default branch will be develop instead of master. This means that beta testers will receive more frequent updates if they run ‘git pull’. If you prefer to keep to the more stable releases only, then switch to the master branch by running this command:
git checkout masterTo start your node:
./openbazaar startTo stop your node:
./openbazaar stopTo get help on the commands you can use with OpenBazaar:
./openbazaar helpIf you find a bug, please let us know on our
Github or on the bug reporting thread in our
subreddit.