Bitcoin
Bitcoin is a cryptocurrency developed by Satoshi Nakamoto in 2009. Bitcoin is used as a digital payment system. Rather than use traditional currency (USD, YEN, EURO, etc.) individuals may trade in, or even mine Bitcoin. It is a peer-to-peer system, and transactions may take place between users directly.
Here are 4,980 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
In overall I've enjoyed ZeroNet very much. However, when I've reached "How can I create a ZeroNet site" section I've found non-obvious that instead of using zeronet.py as a Windows user I could use zeronet.cmd from \lib folder. Since I've found pip package manager UX quite frustrating I think that this is a thing that should
your manual pagination by since is broken, tested with bittrex since it will fetch the latest trade over and over again not breaking, thus this is better example:
def paginate_history(self, ex) -> List:
tradess = []
since = ex.milliseconds() - 1000*60*60*24*14 # 1d *x
while True:
trades = ex.fetch_my_trades(None, since, limit=5)
if
A bitcoin trading bot written in node - https://gekko.wizb.it/
-
Updated
Dec 30, 2019 - JavaScript
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Dec 30, 2019 - Python
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Dec 30, 2019 - Go
What's wrong
@dvf it would be great if you could fix Step 6: Setting up Flask gist, it affects the workflow at the Learn Blockchains by Building One article. Also there is no way to mention someone at the gist comments, so I created this issue instead.
An explanation of what each of the following entry means would be helpful.
[ 11/30/2017 00:33:12 ]
Bitfinex: 9897.20 / 9903.70
OKCoin: 10189.00 / 10293.81
Bitstamp: 9970.73 / 9979.81
Gemini: 10061.96 / 10063.31
Kraken: 9884.10 / 9885.10
ItBit: 10055.94 / 10082.40
GDAX: 10058.99 / 10059.00
QuadrigaCX: 9950.70 / 10249.99
---------------------------
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
To be done on lbrytech repo probably.
The wallet is currently configured as defined originally in ElectrumX, there are some docs for it already in there.
Keep in mind that we added new configuration keys and should clean up the unused ones at some point, so we need something easy
The change I propose to make is to the line saying to npm install bitcoinjs-lib which generated errors for me. I resolved these errors by npm install -g node-gyp and reading through GYP docs, which explained that I needed to npm install --global --production windows-build-tools as well.
I would simply add a line after the instruction to npm install bitcoinjs-lib that says "This may req
Feature Request:
Add Azure cloud provider support
Acceptance Criteria:
Implement Azure as a provider when importing a project
Benefits:
Expand the deploy capabilities for larger adoption
I would love to add some new exchanges in there for you (and me) and would be happy to do so with just a little guidance as to which objects you're using for it without me doing a full code dig.
Assuming this is easily extensible. If not, I guess that would be my feature request... lol. Extensible exchange objects with documentation.
For a university school project I will be making some edits to your documentation which will aim to make writing more technical
Please add edits if you would like :)
[How to Reproduce]
- Start Alice or Bob desktop
- Set dark mode
- Create buy or sell order
- Click (or hover over) any 'i' or 'eye' icon in any of the following windows
[Expected Results]
Bubble text is easy to read in dark mode.
[Actual Results]
Bubble text not easy to read in dark mode -- text should be darker color.
.
From Bitcoin Core help:
Estimates the approximate fee per kilobyte needed for a transaction to begin
confirmation within conf_target blocks if possible
Right now, RowOrder and FromRow<S> are built around pulling column values from rows by index in the table definition. For safety, they should instead be built around pulling column values by name.
https://github.com/bitcoin-wallet/bitcoin-wallet/blob/master/wallet/README.recover.md
The above guide is useful for people wanting claim forked coins. However it demands certain basic knowledge that isn't possessed by anyone. I tried to familiarize myself with some linux basics before following the above guide but still after a lot of tries i can't come past the decryption.
After entering my
Automated Crypto Trading & Technical Analysis (TA) Bot for Bittrex, Binance, GDAX, and more! (250+ coins) a.k.a "Well, actually, RSI is at 47.8412 exactly."
-
Updated
Dec 28, 2019 - Python
A python wrapper for Alpha Vantage API for financial data.
-
Updated
Dec 30, 2019 - Python
:ear_of_rice: A step-by-step blockchain tutorial in simplified Chinese
-
Updated
Dec 28, 2019 - Go
Stats Plot Rounding
It look like some currencies have more precision in the mouseover display on the plot than others. For example, EOS shows many digits past the decimal while ETH only shows two. Adding a few more digits would make interpreting the charts much easier. The left plot shows the rounding I'm describing and the right shows the higher precision that EOS displays.
, directly checking the result of the function call, on the other hand by the functional testmempool_accept.py, indirectly testing by using thetestmempoolacceptRPC and checking the `reject-reason