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 6,804 public repositories matching this topic...
-
Updated
Dec 20, 2019 - 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.
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.
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
Sep 30, 2020 - C++
The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th
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
Jul 30, 2020 - Haskell
-
Updated
May 25, 2020
-
Updated
Oct 1, 2020 - C#
-
Updated
Oct 1, 2020 - C++
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Aug 14, 2020
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Sep 23, 2020
Bug Report
Problem
In a private group chat that I created, assigned a name and act as an admin, I am unable to successfully change the name.
Expected behavior
[comment]: # Group chat name is able to be changed
Actual behavior
[comment]: # Group chat name is not able to be changed
Notes
For the developer who will be investigating. Is it related to anothe
-
Updated
Nov 4, 2019 - Go
-
Updated
Sep 30, 2020 - C++
-
Updated
Sep 5, 2020 - Python
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
May 29, 2020
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 28, 2020
-
Updated
Mar 17, 2020 - Go
-
Updated
Jul 19, 2020 - C++
Float should not be used for currency amounts (not even in tests). Thus
float
should be converted to usedecimal
. See also bitcoin/bitcoin#19940 (review)Useful skills:
Python 3
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md b