-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added basic Bitcoin cash support #1278
base: master
Are you sure you want to change the base?
Conversation
@kaiansaari Despite the warning banner that used to be on the Coinbase API docs, old API versions still seem to work. So accepting this pull request should actually suffice to support Bitcoin cash on Bountysource. To recieve the payments: Just create a new API key and secret in you regular Coinbase account (https://www.youtube.com/watch?v=Sq_neUUm2u4) and click the bitcoin cash checkbox. After that, add your API key and secret to the .env file in the top level bountysource-core folder on the production server. |
Seems to have been solved otherwise... |
@programizer How was it solved? I do not see any crypto support on the live production bountysource.com at this time? Has it not been updated? |
@eljefuri Well, they seem to support their own CanYa Token, now, and also at least Ether... See here, for example: |
programizer seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
For those who are still curious in BCH bounties - there is an open-source and free of charge alternative, that supports various cryptocurrencies and allows to set bounties on GitHub issues - jollheef/donate. This is how it looks in the GitHub issue |
@bountysource fixes #1136
Still uses old Coinbase API and not yet Coinbase Commerce API.