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,120 public repositories matching this topic...
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
Describe your environment
- Operating system: Linux
- Python Version: 3.8.6
- CCXT version:1.40.99
- Freqtrade Version: 2021.1
Describe the enhancement
Add ping support to the rest_client.py script.
I'm using the rest_client.py script to monitor my freqtrade bot using a custom shell+python script, and it looks like I cannot use the ping command to verify that
-
Updated
Jan 21, 2021 - Go
-
Updated
Feb 17, 2021 - C#
Right now the docs correspond to what's on master. We need docs for each daemon release so developers can see what's available in the version they are using.
https://github.com/jimporter/mike may be helpful.
-
Updated
Oct 28, 2020 - C++
Background
When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.
In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 17, 2021 - Go
-
Updated
Feb 19, 2021 - TypeScript
I just recognized in the German translation that the truncation of the new trigger price feature is not configured properly. Also the provided text is not properly translated (I'll take care of this on Transifex myself).
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 2, 2021
-
Updated
Oct 5, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 16, 2021
-
Updated
Feb 7, 2021 - Go
-
Updated
Feb 18, 2021 - Python
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Feb 16, 2021
-
Updated
Feb 18, 2021 - Java
Currently Clarity's stx-transfer? function doesn't let you include a memo
-
Updated
Feb 2, 2020 - JavaScript
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release about 1 month ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia



I spent too long to figure out I was putting mainnet addresses to regtest node, errors weren't helpful at
getaddressinfoandvalidateaddress.Seems like a good first issue to augment the error messages when prefix/hrp don't match current network.