Skip to content

Donate bitcoins to open source projects or make commits and get tips for it.

License

Notifications You must be signed in to change notification settings

blrhc/tip4commit

This branch is 391 commits ahead of, 659 commits behind tip4commit/tip4commit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00753a1 · Aug 22, 2017
Jul 9, 2017
Jan 14, 2014
Dec 11, 2016
Jul 14, 2014
Jul 9, 2017
Mar 4, 2017
Jan 14, 2014
May 8, 2014
Mar 23, 2014
Jun 15, 2014
Jan 14, 2014
Dec 11, 2016
Dec 11, 2016
Jan 14, 2014
Jul 9, 2017
Jul 9, 2017
Aug 22, 2017
Dec 11, 2016
Jan 14, 2014
Feb 16, 2014

Repository files navigation

Peer4commit

peercoin tip for next commit bitcoin tip for next commit

Donate peercoins to open source projects or make commits and get tips for it.

Official site: http://peer4commit.com/

Development

To run peer4commit in development mode follow these instructions:

  • Install Ruby 2.0+

  • Install the bundler gem (you may need root):

gem install bundler
  • Install git

  • Clone the repository

git clone git@github.com:sigmike/peer4commit.git
cd peer4commit
  • Install the sqlite3 development libraries

  • Install the gems (without the production gems):

bundle install --without mysql postgresql
  • Create database.yml.
cp config/database.yml{.sample,}
  • Create config.yml
cp config/config.yml{.example,}
  • Edit config.yml

  • Initialize the database

    bundle exec rake db:migrate
  • Make sure ppcoind is running with RPC enabled

  • Run the server

    bundle exec rails server

  • Connect to the server at http://localhost:3000/

To update the project balances run this command:

    bundle exec rails runner "BalanceUpdater.work"

To retreive commits and send tips on project that do not hold tips:

    bundle exec rails runner "BitcoinTipper.work"

License

MIT License

Based on Tip4commit, MIT License, copyright (c) 2013-2014 tip4commit

About

Donate bitcoins to open source projects or make commits and get tips for it.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published