OpenBazaar Beta 0.4.0 “Portobello” is released for Linux and OSX

OpenBazaar
OB1 — Trade Free
2 min readApr 21, 2015

Note: This blog post is outdated. Read this article for the latest code.

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.

New Installation

If you don’t have Git installed on Linux, open terminal (Ctrl+Alt+T) and type:

sudo apt-get install git

If you don’t have Git installed for OSX, download here and install.

Now run:

git clone https://github.com/OpenBazaar/OpenBazaar.git

Once that’s complete, change directories:

cd OpenBazaar

Run the configure with this command:

./configure.sh

Please 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 master

To start your node:

./openbazaar start

To stop your node:

./openbazaar stop

To get help on the commands you can use with OpenBazaar:

./openbazaar help

Existing Users

If you’ve run a previous release, you need to delete your existing database:

rm db/ob.db

Run git pull:

git pull

And also run ./configure.sh again:

./configure.sh

If you find a bug, please let us know on our Github or on the bug reporting thread in our subreddit.

--

--

OpenBazaar
OB1 — Trade Free

An open source, decentralized marketplace for peer-to-peer commerce using cryptocurrency. No fees. No restrictions. Browse now @ https://openbazaar.com