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

ccxt
GHLover
GHLover commented Aug 7, 2019

Clients that are built around the API need some additional information to work effectively. This is the following:

  1. Peer list API: show more information about connected peers including the block height / cumulative difficulty of the peer. Basically, so the API provides at least as much information as the server TUI does.

  2. Status information: Similarly, the minimum amount of info the stat

purplecity
purplecity commented Oct 23, 2018

when I following :

https://github.com/input-output-hk/cardano-sl/blob/master/docs/how-to/build-cardano-sl-and-daedalus-from-source-code.md

Then:
nix-build -A cardano-sl-static --cores 0 --max-jobs 2 --no-build-output --out-link master

result:
error: attribute 'cardano-sl-static' in selection path 'cardano-sl-static' not found

when I build with cardano-sl-node-static. how much

PombeirP
PombeirP commented Dec 7, 2018

Problem

Currently when a user receives a PN, we show a very generic message (no indication of sender, body, etc). This will change in the future (e.g. with status-im/status-react#7043), so it would be good to be more explicit about the fact that we are showing a generic PN message due to the db being locked. Also, since we may receive PNs from users we've since removed

gaugau3000
gaugau3000 commented Nov 6, 2019

The end user when discovering a trading bot like freqtrade is mostly i think (don't work for advanced algo trader users of course).

1/ Ok let's install quickly this bot (it is time to make money :-) ).
2/ Let's download minimum of data to be able to run a back-test.
3/ now test a default strategy -> not very good results
4/ take the freqtrade-strategies -> with some tunes i can do something

lucasgadams
lucasgadams commented Jul 6, 2018

This isn't an issue but a recommendation. The api and docs for the commission models are confusing for the crypto markets, as they are ported directly from zipline. Virtually all of the crypto exchanges I know of charge a percentage of the total quote currency used when buying/selling an asset (so 0.1% of the BTC value for an alt/btc pair, or usd value for btc/usd pair).

Yet the catalyst api h

wranai
wranai commented May 2, 2018

v1 and v3 are treated as if they were related to public vs private (and widthraw) calls:

https://github.com/sammchardy/python-binance/blob/852b2561b62702524dba37926fc720a2f399de09/binance/client.py#L17-L19

I believe this is a mistake, proven by that the v1 ticker endpoints (used by the client) have been retired in favor of v3 versions with the same functionality:

  • v1/ticker/allPrices =>

Created by Satoshi Nakamoto

Released January 3, 2009

Wikipedia
Wikipedia

Related Topics

blockchain bitcoin proof
You can’t perform that action at this time.