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,410 public repositories matching this topic...
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
Describe the enhancement
It would be nice to receive a notification via telegram if a protection is triggered.
-
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
Mar 30, 2021 - C#
-
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 -a
on *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
May 1, 2021 - Python
-
Updated
Apr 29, 2021 - Go
-
Updated
Apr 29, 2021 - TypeScript
Description
Bank Country Code does not need to match SEPA country. It is not validated.
Version
v1.6.1
Steps to reproduce
-
Updated
Apr 22, 2021 - TypeScript
-
Updated
Feb 2, 2021
-
Updated
Oct 5, 2020
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
May 9, 2019 - JavaScript
-
Updated
Mar 28, 2021
-
Updated
Apr 30, 2021 - TypeScript
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
May 1, 2021 - Python
-
Updated
Feb 7, 2021 - Go
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
Mar 4, 2021 - JavaScript
-
Updated
Feb 16, 2021
-
Updated
Apr 30, 2021 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 4 days ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
There is a
--enable-danger-fuzz-link-all
configure option to link each fuzz target into a fresh binary. However, it runs sequential. To speed things up, it should be done in parallel. See also bitcoin/bitcoin#20560 (comment)Useful skills:
Want to