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,732 public repositories matching this topic...
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Sep 22, 2019 - Python
-
Updated
Aug 6, 2020 - Go
-
Updated
Dec 20, 2019 - C#
-
Updated
Sep 18, 2020 - 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.
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
Oct 16, 2020 - Python
-
Updated
Oct 16, 2020 - Go
-
Updated
Oct 8, 2020 - TypeScript
Describe your environment
(if applicable)
Operating system: UBUNTU 18.04
Python Version: 3.6.9 (python -V)
CCXT version: ccxt==1.33.72 (pip freeze | grep ccxt)
Freqtrade Version: develop-10c5b230 (freqtrade -
-
Updated
May 25, 2020
-
Updated
Sep 29, 2020 - TypeScript
Description
Following the discussion #4630 I thought it would be useful for me to include what are hopefully some simple changes that would make it easier for traders with multiple offers to use Bisq.
I think the changes would also be of benefit all Bisq users by adding more transparency about trade history.
I would like to propose changes to the following areas on the Bisq client:
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 5, 2020
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Sep 23, 2020
-
Updated
Oct 15, 2020 - Go
-
Updated
Sep 5, 2020 - Python
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
May 29, 2020
-
Updated
Oct 16, 2020 - Python
-
Updated
Feb 2, 2020 - JavaScript
Just playing around with my miner tonight, I set burn_fee_cap = -2 and the miner stopped with a thread panic.
Process abort due to thread panic
0: backtrace::backtrace::libunwind::trace
at .cargo/registry/src/github.com-1285ae84e5963aae/backtrace-0.3.50/src/backtrace/libunwind.rs:95
backtrace::backtrace::trace_unsynchronized
at .cargo/registry/src/git
-
Updated
Oct 15, 2020 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 3 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
IRC logs
The output parameter for
reqSigsis confusing as it outputs1for all scripts but bare multisig in the scriptpubkey. Considering the limited applicab