Skip to content
#

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,467 public repositories matching this topic...

lbry-sdk
martin3000
martin3000 commented Aug 26, 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.

nano-node
dsiganos
dsiganos commented Oct 8, 2021

The function is_bootstrap_connection does not do what it says.
It implies that it simply checks if a connection is bootstrap or not but, in fact, it does a lot more that than.
It should be refactored to be safer.

bool nano::bootstrap_server::is_bootstrap_connection ()
{
	if (socket->type () == nano::socket::type_t::undefined && !node->flags.disable_bootstrap_listener && node->bootstrap

Created by Satoshi Nakamoto

Released January 3, 2009

Wikipedia
Wikipedia