All Projects → jollheef → Donate

jollheef / Donate

Licence: agpl-3.0
Cryptocurrency donation daemon

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Donate

Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+752.94%)
Mutual labels:  ethereum, bitcoin, btc, eth
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+747.06%)
Mutual labels:  ethereum, bitcoin, btc, eth
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (+402.94%)
Mutual labels:  ethereum, bitcoin, btc, eth
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+517.65%)
Mutual labels:  ethereum, bitcoin, btc, eth
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (+285.29%)
Mutual labels:  ethereum, bitcoin, btc, eth
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (+644.12%)
Mutual labels:  ethereum, bitcoin, btc, eth
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+10197.06%)
Mutual labels:  ethereum, bitcoin, btc, eth
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (+58.82%)
Mutual labels:  ethereum, bitcoin, btc, eth
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (+217.65%)
Mutual labels:  ethereum, bitcoin, btc, eth
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+202.94%)
Mutual labels:  ethereum, bitcoin, cryptocurrencies, btc
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (+361.76%)
Mutual labels:  ethereum, bitcoin, btc, eth
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (+358.82%)
Mutual labels:  ethereum, bitcoin, btc, eth
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+66079.41%)
Mutual labels:  ethereum, bitcoin, btc, eth
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+429.41%)
Mutual labels:  ethereum, bitcoin, btc
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+600%)
Mutual labels:  ethereum, bitcoin, cryptocurrencies
coinaly
🚀 Fast and easy to use mobile trade interface for cryptocurrencies. Track your trades to the moon and beyond. Currently only for Bittrex.
Stars: ✭ 32 (-5.88%)
Mutual labels:  btc, cryptocurrencies, eth
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+385.29%)
Mutual labels:  ethereum, bitcoin, btc
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+10102.94%)
Mutual labels:  ethereum, bitcoin, btc
Erc20 Ico Onchain Technical Analysis
An tool to analyze any company's ICO
Stars: ✭ 326 (+858.82%)
Mutual labels:  ethereum, bitcoin, eth
Go Binance
A Go SDK for Binance API
Stars: ✭ 441 (+1197.06%)
Mutual labels:  bitcoin, btc, eth

GitHub Actions Donate Donate

donate

Cryptocurrency donation daemon.

Goals:

  • KISS.
  • Zero-fee (the fee is voluntary as a donation to the project).
  • Self-hosted.
  • Multiple cryptocurrencies (Bitcoin, Ethereum, Cardano, and you can add other by yourself).
  • Multiple hosting (so far GitHub only).

How it works:

  1. (optional) The owner of the repository does setting up a donation daemon.
  2. The owner of the repository adds GitHub action (it's the easiest way to work with GitHub).
  3. Someone opens an issue, then GitHub action shows cryptocurrency addresses (and updates from time to time).
  4. Someone solves the issue, adds to commit message Fixes #N, then put to pull request his BTC, ETH, ADA addresses in the format: BTC{address}, ETH{address}, ADA{address} et cetera;
  5. GitHub Action triggers payout on donation daemon.
  6. If no one acquired money then payout going to donation address (default is donating to this project).

This project uses Semantic Versioning.

API

Query donation address for issue:

curl -s 'https://donate.dumpstack.io/query?repo=github.com/jollheef/appvm&issue=3'

List all issues with cryptocurrency wallets address for repo:

curl -s 'https://donate.dumpstack.io/query?repo=github.com/jollheef/appvm' | json_pp

Trigger payout:

curl -s 'https://donate.dumpstack.io/pay?repo=github.com/jollheef/appvm&issue=3'

Run locally (with Nix)

nix run -f https://code.dumpstack.io/tools/donate/archive/master.tar.gz -c donate

Deploy

See deploy/README.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].