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 8,393 public repositories matching this topic...
Describe your environment
(if applicable)
- Operating system: Ubuntu SMP
- Python Version: Python 3.8.5
- CCXT version: not found
- Freqtrade Version: freqtrade docker-e2bbc0aa
Describe the en
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
Jun 21, 2021 - C++
-
Updated
Jun 20, 2021 - C++
Background
Often Tor only nodes become unreachable while still online which causes long channel downtimes and being unable to fulfill Pool bids.
Your environment
- version of
lnd
v0.12.1 - which operating system (
uname -aon *Nix)
Linux raspberrypi 5.10.17-v8+ #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021
aarch64 GNU/Linux - version of
btcd,bitcoind, or other back
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.
Problem Definition
In the commands/root_test file, the tests run in $HOME/.some/test/dir, rather than a proper temporary directory, such as something made by a TempDir function.
Proposal
Replace this with something that uses ioutil.TempDir, `testing.Te
-
Updated
Jun 16, 2021 - C#
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Feb 2, 2021
-
Updated
Jun 19, 2021 - Python
I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.
I would assume the format would be:
`(data, meta) = cc.get_crypto_intraday(symbol = "", interval = "", market = "", outputs
-
Updated
Oct 5, 2020
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jun 19, 2021
-
Updated
Jun 21, 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::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Jun 18, 2021 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 1, 2021 - Go
-
Updated
Feb 16, 2021
Python wheels we build in the CI, such as
PyZMQorLIEF, do not get cached, and are rebuilt every CI run. This wastes time/CPU (LIEFcan take some time to build). The versions of these packages rarely change, so we should be caching and reusing build output.It looks like Cirrus even has a
pip_cachekey, that we may be able to ta