Cryptocurrency
A cryptocurrency is a digital currency that only has value dependent on those who back it. For security, cryptocurrencies rely on blockchaining: a database organized in such a way that records are kept secure through peer-to-peer networks. Each record is kept within a block, and each block holds a timestamp and link to the block before it. The first cryptocurrency was Bitcoin, implemented in 2009 by Satoshi Nakamoto.
Here are 7,103 public repositories matching this topic...
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.
Currently stratumserver has no unit tests. This will improve the quality and allow future commits to be TDD safe. All units will be tested to ensure the module as a unit itself is tested.
-
Updated
Dec 26, 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
Triggered by tendermint/tendermint#5805
We should modify our logger to format byte slices as base 16 (upper case) automatically, which will remove the need for fmt.Sprintf("%X", hash) calls.
-
Updated
Dec 24, 2020 - C#
-
Updated
Dec 25, 2020 - C++
-
Updated
Jul 30, 2020 - Haskell
-
Updated
May 25, 2020
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Oct 5, 2020
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Oct 31, 2020
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Oct 15, 2020 - Go
-
Updated
Dec 19, 2020 - C++
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 24, 2020
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Dec 24, 2020 - Python
minor channel fixes
-
Updated
Jul 19, 2020 - C++
-
Updated
Mar 17, 2020 - Go
-
Updated
Mar 12, 2020 - Python


IRC logs
The output parameter for
reqSigsis confusing as it outputs1for all scripts but bare multisig in the scriptpubkey. Considering the limited applicab