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 9,217 public repositories matching this topic...
Describe your environment
(if applicable)
- Operating system: ____
- Python Version: _____ (
python -V
) - CCXT version: _____ (
pip freeze | grep ccxt
) - Freqtrade Version: ____ (
freqtrade -V
or `
-
Updated
Sep 19, 2021 - Python
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
-
Updated
Aug 23, 2021 - C#
-
Updated
Sep 19, 2021 - C++
-
Updated
Sep 20, 2021 - C++
Background
Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:
Running lnd for the first time will by default generate the admin.macaroon, read_only.macaroon, and macaroons.db files that are used to authenticate into lnd.
As a first-time LND user,
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
Sep 13, 2021 - C#
-
Updated
Sep 19, 2021 - Python
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Feb 2, 2021
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Sep 7, 2021
-
Updated
Sep 7, 2021
-
Updated
Sep 17, 2021 - C++
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::events
fx/merge
- seems like it could be lint'ed as thread macro, plus warn on limitationsdefview
letsubs
- lint as let + check on types for
-
Updated
Aug 26, 2021 - Go
-
Updated
Sep 19, 2021 - Python
-
Updated
Sep 19, 2021 - JavaScript
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Sep 18, 2021 - Go
-
Updated
Sep 14, 2021 - JavaScript
RPCs that return detailed information about mempool entries (e.g.
getmempoolentry
andgetrawmempool(verbose=True)
include the fieldsfee
,modifiedfee
,descendantfees
, andancestorfees
which were marked as "DEPRECATED" and replaced with afees
object field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc
.Usef