Search content
Sort by

Showing 7 of 7 results by drwasho
Post
Topic
Board Project Development
Merits 3 from 3 users
Topic OP
[ANN] OpenBazaar - A Decentralized Market Platform
by
drwasho
on 03/09/2014, 13:16:43 UTC
⭐ Merited by OgNasty (1) ,eternalgloom (1) ,andulolika (1)
https://blog.openbazaar.org/wp-content/uploads/2014/07/logo.png

Zero Fees. Zero Censorship.

Project:

OpenBazaar is an open source project to create a decentralized market platform—using Bitcoin—that has no fees and cannot be censored.

Intro
https://www.youtube.com/watch?v=nuRgHbTU9pk

Teaser
https://www.youtube.com/watch?v=zAGij8FSrNc

Features:

The following list includes existing and future features that we plan (and hope in some cases) to support within OpenBazaar:

  • Overview: http://www.slideshare.net/openbazaar/open-bazaar
  • Kademila-like P2P system
  • Reverse Index Distributed Hast Table (DHT) for Contract Listings
  • Multisignature escrow addresses
  • Ricardian Contracts
  • Triple-Entry Accounting
  • Notary and Arbitration Marketplace
  • Polycentric market law (precedent shopping)
  • Notary Voting Pools and Arbitration Panels
  • Sophisticated Web-of-Trust System
  • Reputation Pledges and Surety Bonds
  • BitMessage Integration
  • TOR, I2P
  • Markets: fixed price sales, auctions, P2P lending, service tendering, distributed currency exchanges, securities, crowdfunding...

OpenBazaar has an ambitious feature-set that it is pursuing. If you would like to help us out in any of these areas, please hop on the IRC and/or Github to get involved!

Contact:


Team Members:

  • Brian Hoffman [hoffmabc] - Project Lead
  • Sam Patterson [SamPatt] - Operations Lead
  • Dr Washington Sanchez [drwasho] - OpenBazaar Labs
  • Dionysis Zindros [dionyziz] - Developer; Web-of-Trust Architect
  • Angel Leon [gubatron] - Developer/Architect
  • George Chatzisofroniou [Sophron] - Developer
  • Braden Glasgow [bglassy] - Web Development Lead
  • Jonas Nick [nickler] - Developer
  • Delain Markos [DelainM] - Developer; OpenBazaar Labs

Project Status:
  • OpenBazaar is in beta 1.0. You can read our beta guide here: https://blog.openbazaar.org/openbazaar-beta-1-0-tutorial/
  • The purpose of beta 1.0 is to test out the installation of the client and discover any major bugs with what we have so far.
  • Things are still a little bumpy with beta 1.0, so please be patient as we tackle each issue and bug systematically.
  • We will be releasing new beta versions each month until the end of the year, where we will release version 1.0.

Support:


Update #1:
  • Instructions for setting up and running an OpenBazaar node on a VPS:
https://blog.openbazaar.org/guide-how-to-setuprun-an-openbazaar-node-on-a-vps/
Post
Topic
Board Development & Technical Discussion
Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools
by
drwasho
on 20/04/2014, 15:46:57 UTC
Just made a couple of changes to the multi-signature GUI... essentially sanity testing to make sure that any pubkeys that you enter as part of the multisig transactions are valid addresses. Next I will be integrating custom M-of-N multisig transactions (upper limit: 15 of 20) into the GUI. From what I understand, 15 of 20 is the scripting constraint... feel free to correct me if I'm wrong.

After that, I'll finally add into the GUI the ability to create transactions offline, signing and broadcasting at the click of a few buttons.
Post
Topic
Board Development & Technical Discussion
Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools
by
drwasho
on 14/04/2014, 03:18:30 UTC
I'm going to setup a VPS and test.

Please do Amir, I can't broadcast transactions on sx because of this problem... it's the last thing I need to implement on the sx GUI.

This is where the sx GUI is up to:

http://s27.postimg.org/wehwwkcgz/GUI_3.png

Edit: Grammar... it was late at night.
Post
Topic
Board Development & Technical Discussion
Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools
by
drwasho
on 08/04/2014, 01:30:58 UTC
Hi folks,

  • I've created a simple GUI for SX using Zenity that you can find: https://github.com/spesmilo/sx/tree/master/tools
  • The README.md has some detailed instructions for installing SX and some other dependencies if you want to do stealth addresses.
  • My plan is to add all of the major functions of SX into this simple GUI... so far I've done stealth addresses and creating 2/3 multisignature addresses.
  • Definitely more work to be done!

Here is a screenshot:

http://s28.postimg.org/4pk74rfdp/GUI_3.png

-- drwasho
Post
Topic
Board Development & Technical Discussion
Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools
by
drwasho
on 08/04/2014, 01:22:50 UTC
fixed.

Installation was smooth but the error remains:

Code:
root@sx:~# sx fetch-last-height
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid

In the meanwhile I was able to set up a working sx with the following script:

https://github.com/mastercoin-MSC/install-msc/blob/master/res/install-sx.sh

Which seems to use the following commits:

https://github.com/spesmilo/libwallet/commit/21447cc
https://github.com/spesmilo/libbitcoin/commit/335489f
https://github.com/spesmilo/obelisk/commit/58f326d
https://github.com/spesmilo/sx/commit/a97f7be

I've had the same problem. Latest version of Ubuntu.
Post
Topic
Board Project Development
Re: Moneychanger (Windows Builds) - v0.91.a (inc. Open Transactions)
by
drwasho
on 03/03/2014, 22:36:44 UTC
OT 0.91.a for Windows (inc Moneychanger released!).

Freaking awesome!
Post
Topic
Board Project Development
Re: Open Transactions Server: Asset/Bond/Commodity/Cryptocoin/Deed/Share/Stock Exch.
by
drwasho
on 28/02/2014, 04:15:38 UTC
Working on it!