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...
Clients that are built around the API need some additional information to work effectively. This is the following:
-
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.
-
Status information: Similarly, the minimum amount of info the stat
After shutdown, lnd logs "Shutdown complete" without a trailing newline. Upon restart, the line continues:
2019-12-05 22:39:18.593 [INF] LTND: Shutdown complete2019-12-05 22:39:39.821 [INF] LTND: Version: 0.8.2-beta commit=v0.8.0-beta-386-gf3398c0c0ecc469c31e1f7e18e0fa2d63b5729ed, build=production, logging=default
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
-
Updated
Dec 11, 2019 - Python
Monero: the secure, private, untraceable cryptocurrency
-
Updated
Dec 11, 2019 - C++
when I following :
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
A high frequency, market making cryptocurrency trading platform in node.js
-
Updated
Dec 11, 2019 - TypeScript
₿ A guide (for humans!) to cryto-currencies and their algos.
-
Updated
Dec 10, 2019
Curated collection of blockchain & cryptocurrency resources.
-
Updated
Dec 11, 2019
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
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins and options).
-
Updated
Dec 10, 2019 - C#
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
Javascript bitcoin library for node.js and browsers
-
Updated
Dec 11, 2019 - JavaScript
Automated Crypto Trading & Technical Analysis (TA) Bot for Bittrex, Binance, GDAX, and more! (250+ coins)
-
Updated
Dec 11, 2019 - Python
:ear_of_rice: A step-by-step blockchain tutorial in simplified Chinese
-
Updated
Dec 10, 2019 - Go
When ARP is in Buy or Sell mode, best width is disabled.
I wish there was an option to keep it on during ARP
Stats Plot Rounding
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
A python wrapper for Alpha Vantage API for financial data.
-
Updated
Dec 11, 2019 - Python
v1 and v3 are treated as if they were related to public vs private (and widthraw) calls:
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

node run-testsThe Contributing documentation states to run
node run-testsafternpm run build.This however does only run the main test-file (
test.py/test.php,