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 5,930 public repositories matching this topic...
-
Updated
Dec 27, 2020 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 23, 2020 - Go
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
Describe the enhancement
freqtrade generates the output of max-drawdown, which is very useful, but lacks an important information.. the real question
of max-drawdown is, does the strategy have a enough money to complete?
i wrote an backtesting tool, and i generate two more columns which i find useful:
df_trades['sum'] = df_trades['profit_abs'].cumsum()
trades_profit_min = df
-
Updated
Jan 2, 2021 - Python
-
Updated
Jan 3, 2021 - Go
-
Updated
Dec 2, 2020 - TypeScript
-
Updated
May 25, 2020
-
Updated
Sep 29, 2020 - TypeScript
Description
Tagging a peer only applies that tag to the selected row of that peer instead of all their rows, until a restart is done.
Version
1.3.9
Steps to reproduce
Tag an untagged peer who has multiple rows on the offer sheet.
Expected behaviour
All rows of this peer would update to reflect the new tag.
Actual behaviour
Only the selected row of this peer
-
Updated
Oct 5, 2020
-
Updated
May 9, 2019 - JavaScript
-
Updated
Jan 3, 2021 - TypeScript
-
Updated
Oct 31, 2020
-
Updated
Oct 15, 2020 - Go
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 29, 2020 - Python
-
Updated
Nov 24, 2020
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Dec 31, 2020 - Java
Refactor function names in costs.clar contract to use dashes instead of underscores
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 5 months 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.