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 6,585 public repositories matching this topic...
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
Describe your environment
(if applicable)
- Operating system: Ubuntu SMP
- Python Version: Python 3.8.5
- CCXT version: not found
- Freqtrade Version: freqtrade docker-e2bbc0aa
Describe the en
-
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
-
Updated
Apr 27, 2021 - Go
-
Updated
Oct 28, 2020 - C++
Background
Often Tor only nodes become unreachable while still online which causes long channel downtimes and being unable to fulfill Pool bids.
Your environment
- version of
lnd
v0.12.1 - which operating system (
uname -aon *Nix)
Linux raspberrypi 5.10.17-v8+ #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021
aarch64 GNU/Linux - version of
btcd,bitcoind, or other back
-
Updated
Jun 12, 2021 - Python
-
Updated
Jun 8, 2021 - Go
-
Updated
Apr 29, 2021 - TypeScript
Description
In the dialog "Dispute details" and field "Delayed payout transaction sent to" it shows the donation address 34VLFgtFKAtwTdZ5rengTT2g2zC99sWQLC
However when clicking the link to s
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Feb 2, 2021
I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.
I would assume the format would be:
`(data, meta) = cc.get_crypto_intraday(symbol = "", interval = "", market = "", outputs
-
Updated
Oct 5, 2020
-
Updated
May 26, 2021
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 27, 2021 - Python
-
Updated
Feb 7, 2021 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
Most services will only trigger an action when the transaction is confirmed and it's usually a customer service nightmare to respond to people asking if their transaction is confirmed or not.
RTL Language Support
-
Updated
Jun 13, 2021 - Python
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 30, 2021 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release about 2 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia


Python wheels we build in the CI, such as
PyZMQorLIEF, do not get cached, and are rebuilt every CI run. This wastes time/CPU (LIEFcan take some time to build). The versions of these packages rarely change, so we should be caching and reusing build output.It looks like Cirrus even has a
pip_cachekey, that we may be able to ta