Bitcoin
Bitcoin is a cryptocurrency developed by Satoshi Nakamoto in 2009. Bitcoin is used as a digital payment system. Rather than use traditional currency (USD, YEN, EURO, etc.) individuals may trade in, or even mine Bitcoin. It is a peer-to-peer system, and transactions may take place between users directly.
Here are 7,634 public repositories matching this topic...
-
Updated
Dec 13, 2021 - JavaScript
Describe the enhancement
In the docs, I'm not seeing any /api/v1/healthcheck endpoint or whatnot (heartbeat specific, not referencing ping). Potentially returning the time of last heartbeat and any errors (if present).
This would be highly useful for monitoring and ensuring nothing crazy is going wrong. This would make monitoring from another server much easier and with some simple sc
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
Problem
solana ping --output json does not return JSON.
Context
I am planning a "Ping Thing" feature on validators.app to collect Solana TX confirmation times from volunteers. We will host a REST endpoint for data gathering and downloading confirmation times. (This may sound familiar to some of you who have been around for a while -- the first version of validators.app was built t
-
Updated
Dec 2, 2021 - Go
In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.
Ideally the PendingChannelsResponse would include the channel flags or the private/public status of the channel to know which type of chan
-
Updated
Oct 28, 2020 - C++
-
Updated
Feb 1, 2022 - Python
-
Updated
Feb 1, 2022 - Go
-
Updated
Jan 28, 2022 - TypeScript
Description
The "send payment" dialogue after seller taker accepted my offer is telling me to "start payment using sepa instant"; the account I used is normal sepa.
Version
1.8.0
S
-
Updated
Oct 19, 2021 - Python
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Oct 2, 2021
-
Updated
Oct 15, 2021
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
-
Updated
Feb 1, 2022 - Python
-
Updated
Jan 11, 2022
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
May 9, 2019 - JavaScript
As discussed on UX channel on Mattermost, we have plenty of features that sometimes may not be entirely clear to people who use BTCPay. Adding a concise description of features may help with this.
_For example, explaining a payment request as a invoice
-
Updated
Dec 30, 2021 - Go
-
Updated
Jan 31, 2022 - Go
-
Updated
Jan 11, 2022 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 5 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia

See bitcoin/bitcoin#22762 (comment)
This can be fixed by creating a new exception type and catching it in the right place.
Useful skills:
Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CON