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,069 public repositories matching this topic...
Hi Matthias, recently I was hyperopting using the OnlyProfit function and I realized that the Profit column takes into account what in the backtest is the Cum Profit %.
This leads to cases where the cum profit % is actually higher, but the tot profit % (or the tot profit FIAT) are lower than before the hyperoptimization.
I think, especially when taking the "unlimited" stake amount into consi
Currently release time is manually set by the API. Some third-party applications may not pass this, so we end up in a situation where the various apps have to look at either created time or release time. We also already use this time for sorting.
The solution would be to return created at as the release time when release time is not set
-
Updated
May 15, 2021 - C++
-
Updated
Mar 30, 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
-
Updated
May 17, 2021 - C++
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.
Summary
P2P module should not backoff+retry for connections to peers where there is a chain mismatch, but should expunge the address from the address book and remove it from the list of peers.
Problem Definition
Presently (v0.33; not sure if this is addresses in 0.34), if we connect to a peer on an incorrect chain, the node repeatedly reconnects to this node, and then drops the conn
-
Updated
May 17, 2021 - C#
-
Updated
Jul 30, 2020 - Haskell
-
Updated
May 7, 2021 - TypeScript
-
Updated
Feb 2, 2021
-
Updated
Oct 5, 2020
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
Nov 5, 2019 - JavaScript
-
Updated
May 7, 2021
-
Updated
May 13, 2021 - Python
-
Updated
May 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::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Feb 7, 2021 - Go
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 17, 2021 - Python
-
Updated
Feb 16, 2021
-
Updated
May 15, 2021 - JavaScript
-
Updated
Feb 2, 2020 - JavaScript
There are some potential feefilter cleanups mentioned and motivated in comment bitcoin/bitcoin#21509 (comment) . If you address the locking one, please be careful and make sure that
round()is only called under a lock. See bitcoin/bitcoin#21509 (comment)Useful skills: