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,622 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 28, 2021 - Python
-
Updated
Jun 25, 2021 - Go
-
Updated
Apr 29, 2021 - TypeScript
Description
Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".
They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.
Version
v1.6.4
Steps to reproduce
Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Sync
-
Updated
Jun 27, 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
Jun 19, 2021
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 26, 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 28, 2021 - Python
Problem
For advanced validator setup with multiple fs/block for each ledger dir functionality, current dir layout isn't convenient.
Proposed Solution
tidy up the layout and introduce overidable option like --snapshots and --tower, etc.
-
Updated
Jun 25, 2021 - JavaScript
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 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