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 11,571 public repositories matching this topic...
Describe your environment
N/A
Describe the enhancement
Currently it seems the max_open_trades can have significant impact on profit. The only way I have been able to find a good number is to run several back
-
Updated
Jun 10, 2022 - 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
Jun 10, 2022 - C++
-
Updated
Jun 9, 2022 - C
-
Updated
May 16, 2022 - C#
Background
Postgresql backend would allow for very fast data access, by directly querying the database with your coding language of choice and a DB driver, instead of using lnd as intermediary with gRPC. This will need previous knowledge of things to look for in the database.
I did open the DB with an explorer, and the contents are... overwhelming to say the least.
I personally have no ad
-
Updated
Jun 6, 2022 - C#
The human-readable string representation of a vote against the proposal is a bit confusing. The vote against the proposal, often called a 'nil' vote is rendered as:
"Vote{8:8E7F2C81033C 1002/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000 6643608E523D @ 2022-06-06T20:51:13.561041284Z}"
with all 000000000000 for the block hash. Votes that are not received in a vote set are render
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
Jun 10, 2022 - Python
-
Updated
Jun 10, 2022 - Python
As mentioned in the below issue, broadcast mode block is deprecated. It should be removed, possibly in a granular manner. I'd start with removing it from the help section so people don't start using it.
Maybe a warning should be emitted in an newer release when a user explicitly sets it.
Eventually, it should be completely removed.
This is fair, but note, broadcast mode block is deprecate
-
Updated
Jun 10, 2022 - Python
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Jul 30, 2020 - Haskell
-
Updated
May 20, 2022
-
Updated
Dec 8, 2021 - TypeScript
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
Jan 11, 2022
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
There is a recommendation in the docs for not using this option when the node is already running. This may lead to misbehavior on the node. Got a suggestion from Colin that trying an IPC connection may work to see if there is another local instance.
If so, an error message should be triggered, asking for a "col
-
Updated
Dec 30, 2021 - Go
-
Updated
May 3, 2022 - Go
-
Updated
Dec 8, 2021 - C++
Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.
Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.
Describe alternatives you've considered
Additional context
Add any other context or screenshots
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
I accidentally
-torcontrol=1today (instead of-listenonion=1) and was confused that it was accepted, as the argument needs to behost:port.Expected outcome would be an error message and exiting.
Useful skills:
Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](http