Bountysource

Last updated
Bountysource
Type of site
Crowdfunding, bounties
Available inEnglish
Headquarters
San Francisco, California
,
United States
URL www.bountysource.com
CommercialYes
Launched2003, relaunch in 2012

Bountysource is a crowdsourcing website for open source bounties and since 2012 also for crowdfunding. Users (called "backers") can pledge money for tasks using micropayment services that open source software developers can pick up and solve to earn the money. It also allows large-scale fundraising for big improvements on the project. It integrates with GitHub using its bug tracker to check if the problem is resolved and connect the resolution with GitHub's pull request system to identify the patch. When the users agree that they are satisfied and the project maintainer merged the proposed changes to the source-code, Bountysource will transfer the money acting as a trustee during the whole process. [1] [2]

Contents

History

Bountysource was started in the 2000s and by May 8, 2006, had integrated a new custom-built Subversion browser into the system. [3] On May 11, 2006, Bountysource released their Subversion browser, titled bsSvnBrowser, under the GNU General Public License. [4] The initial idea was to open-source more portions of Bountysource as time went on and the code matured to be a true Open Source alternative to the proprietary SourceForge.net. The website was originally written in PHP, but as of March 18, 2006, it switched to Ruby on Rails. [5] Development on Bountysource was stopped in March 2008. [6]

It relaunched as a service using the GitHub-API in 2012 to focus on being a trustee for software development bounties that are collected through PayPal, Bitcoin, and other methods. [7] [8]

In 2017, the company was bought by a cryptocurrency company called CanYa.

In 2020 it was bought by a company named The Blockchain Group, which became the owner on July 1. [9] [10]

As of June 2023, Bountysource appears to have stopped paying bounties to developers with verified claims. The Blockchain Group also appears to have stopped responding to Bountysource users. [11] [12]

See also

Related Research Articles

<span class="mw-page-title-main">Apache Subversion</span> Free and open-source software versioning and revision control system

Apache Subversion is a software versioning and revision control system distributed as open source under the Apache License. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS).

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

In software development, version control is a class of systems responsible for managing changes to computer programs or other collections of information such that revisions have a logical and consistent organization. The following tables include general and technical information on notable version control and software configuration management (SCM) software. For SCM software not suitable for source code, see Comparison of open-source configuration management software.

Google Developers is Google's site for software development tools and platforms, application programming interfaces (APIs), and technical resources. The site contains documentation on using Google developer tools and APIs—including discussion groups and blogs for developers using Google's developer products.

A comparison of Subversion clients includes various aspects of computer software implementations of the client role using the client–server model of the Subversion revision control system.

Companies whose business centers on the development of open-source software employ a variety of business models to solve the challenge of how to make money providing software that is by definition licensed free of charge. Each of these business strategies rests on the premise that users of open-source technologies are willing to purchase additional software features under proprietary licenses, or purchase other services or elements of value that complement the open-source software that is core to the business. This additional value can be, but not limited to, enterprise-grade features and up-time guarantees to satisfy business or compliance requirements, performance and efficiency gains by features not yet available in the open source version, legal protection, or professional support/training/consulting that are typical of proprietary software applications.

Redmine is a free and open source, web-based project management and issue tracking tool. It allows users to manage multiple projects and associated subprojects. It features per project wikis and forums, time tracking, and flexible, role-based access control. It includes a calendar and Gantt charts to aid visual representation of projects and their deadlines. Redmine integrates with various version control systems and includes a repository browser and diff viewer.

<span class="mw-page-title-main">Assembla</span>

Assembla is a web-based version control and source code management software as a service provider for enterprises. It was founded in 2005 and acquired by San Antonio Venture Equity firm Scaleworks in 2016. It offers Git, Perforce Helix Core and Apache Subversion repository management, integrations with other enterprise software such as Trello, Slack and JIRA as well as the Cornerstone Subversion client for macOS. Assembla also offers integrations with customer's managed private clouds.

An open-source bounty is a monetary reward for completing a task in an open-source software project.

<span class="mw-page-title-main">Kickstarter</span> US-based crowdfunding platform

Kickstarter is an American public benefit corporation based in Brooklyn, New York, that maintains a global crowdfunding platform focused on creativity. The company's stated mission is to "help bring creative projects to life". As of February 2023, Kickstarter has received US$7 billion in pledges from 21.7 million backers to fund 233,626 projects, such as films, music, stage shows, comics, journalism, video games, board games, technology, publishing, and food-related projects.

In version control systems, a repository is a data structure that stores metadata for a set of files or directory structure. Depending on whether the version control system in use is distributed, like Git or Mercurial, or centralized, like Subversion, CVS, or Perforce, the whole set of information in the repository may be duplicated on every user's system or may be maintained on a single server. Some of the metadata that a repository contains includes, among other things, a historical record of changes in the repository, a set of commit objects, and a set of references to commit objects, called heads.

Video game development has typically been funded by large publishing companies or are alternatively paid for mostly by the developers themselves as independent titles. Other funding may come from government incentives or from private funding.

<span class="mw-page-title-main">RhodeCode</span> German software company

RhodeCode is an open source self-hosted platform for behind-the-firewall source code management. It provides centralized control over Git, Mercurial, and Subversion repositories within an organization, with common authentication and permission management. RhodeCode allows forking, pull requests, and code reviews via a web interface.

Crowdfunding is the practice of funding a project or venture by raising money from a large number of people, typically via the internet. Crowdfunding is a form of crowdsourcing and alternative finance. In 2015, over US$34 billion was raised worldwide by crowdfunding.

Crowd Supply is a crowdfunding platform based in Portland, Oregon. The platform has claimed "over twice the success rate of Kickstarter and Indiegogo", and partners with creators who use it, providing mentorship resembling a business incubator.

<span class="mw-page-title-main">Dat (software)</span> Data distribution tool

Dat is a data distribution tool with a version control feature for tracking changes and publishing data sets. It is primarily used for data-driven science, but it can be used to keep track of changes in any data set. As a distributed revision control system it is aimed at speed, simplicity, security, and support for distributed, non-linear workflows.

<span class="mw-page-title-main">Magit</span> Emacs interface for the Git version control system

Magit is an interface to the Git version control system (a Git Client), implemented as a GNU Emacs package written in Elisp. It is made available through the MELPA package repository, on which it is the most-downloaded non-library package, with over 3.7 million downloads as of February 2023.

<span class="mw-page-title-main">Flarum</span> Internet forum software written primarily in PHP

Flarum is Internet forum software written primarily in PHP, and a combination of JavaScript and TypeScript for its user interface. It was created as part of a merger of two existing forum software, FluxBB and esoTalk, and their two main developers, Franz Liedke and Toby Zerner.

References

  1. Fifty Shades of Crowdfunding - 50 Worldwide Crowdfunding Platforms Reviewed. p. 16. ISBN   1291761764.
  2. Bourse, Zone. "The Blockchain group : Nicolas le Herissier – Bounty Source | Zone bourse". www.zonebourse.com (in French).
  3. David Rappo (8 May 2006). "New SVN Browser Added". Bounty Source - Development. Archived from the original on 2006-11-19. Retrieved 2013-07-09.
  4. David Rappo (11 May 2006). "Bounty Source's SVN Browser is now Open Source!". Bounty Source - bsSvnBrowser. Archived from the original on 1 May 2013. Retrieved 9 July 2013.
  5. David Rappo (18 March 2006). "Welcome to Bounty Source v0.2". Bounty Source - Development. Archived from the original on 25 February 2012. Retrieved 9 July 2013.
  6. David Rappo (9 March 2008). "So long and thanks for all the fish". Bounty Source - Development. Archived from the original on 25 February 2012. Retrieved 9 July 2013.
  7. Lunduke, Bryan (2013-08-07). "Open source gets its own crowd-funding site, with bounties included - Bountysource is the crowd-funding site the open source community has been waiting for". networkworld.com. Retrieved 2013-08-10. Many open source projects (from phones to programming tools) have taken to crowd-funding sites (such as Kickstarter and indiegogo) in order to raise the cash needed for large-scale development. And, in some cases, this has worked out quite well.
  8. "Bountysource Raises $1.1 Million for the First Crowdfunding Platform for Open-Source Software Projects". finance.yahoo.com. 2013-07-16. Retrieved 2013-08-08.
  9. "The Blockchain Group annonce l'acquisition de BountySource aux États-Unis et une augmentation de capital par placement privé - The Blockchain Group". 2021-03-03. Archived from the original on 2021-03-03. Retrieved 2021-08-13.
  10. MarketScreener. "The Blockchain Group acquired Bountysource Inc. | MarketScreener". www.marketscreener.com. Retrieved 2021-08-13.
  11. "What is wrong with your support and cash out process?". www.github.com. Retrieved 2023-06-09.
  12. "[CRITICAL] Bountysource Escrow, Complain @ dfpi.ca.gov · Issue #1586 · bountysource/core". GitHub. Retrieved 2023-06-12.