cryptocurrencies
Here are 699 public repositories matching this topic...
In order to better propagate only live blocks to peers, we need to be able to classify blocks as either "new"/"active" or "existing" from the perspective of the network, but from our node.
One way we could accomplish this is to have representatives periodically emit a signed message that gives a fuzzy view into their complete ledger.
One way to construct this fuzzy view is to XOR the hash of
-
Updated
Mar 8, 2020 - Python
Hi,
I the documentation here it says: "Support for accessing multiple exchanges per algorithm, which opens the door to cross-exchange arbitrage opportunities."
Does catalyst really support multiple exchanges using the same algorithm? If so - how this can be done? (no documentation for it)
Thanks!
Add ANON (ANON)
See api documentation at https://www.bitmex.com/app/restAPI
- feature request (1): get and plot market data for symbol XBT, (bitcoin)
- feature request (2): get account data and plot on dashboard, (account balance, open positions, etc.)
- feature request (3): create, modify and cancel limit orders
-
Updated
May 8, 2020 - HTML
fix time display
https://github.com/seanjameshan/blockchain-cli/blob/master/lib/cli/util/table.js#L26
the function 'toUTCString' should be changed to 'toISOString' (the toUTCString function will lose milliseconds that lead to sha256(block) different)
It's best to get rid of 'timeStamp/1000' but use timeStamp directly
fix hash display
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
May 26, 2020
-
Updated
Jun 1, 2020 - Python
-
Updated
May 12, 2020 - Go
-
Updated
Jun 8, 2020 - C++
-
Updated
Apr 24, 2020 - Python
-
Updated
May 6, 2019
Add createwallet
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the createwallet command with a unique id and the connection can have the --rpcwallet with the same id.
What are the alternative if I need to handle more than 1 wallet. Thanks
Overview / Motivation
we want to reduce code duplication in the makefile
The Task
Add a makefile function that returns a bin_path string based on the OS and the bin name provided.
Example:
bin_path(p2p)
on windows will return : pwd/build/p2p.exe
on unix: pwd/build/p2p
Implementation Notes
TODO: Add links to relevant resources, specs, related issues, etc...
Contrib
-
Updated
Jun 6, 2020 - JavaScript
Nodoc: Config File
Issue Label:
- Bug
- New feature
- Enhancement
Description:
I'm new to this cryptowatch script, and I have no clue on how to actually create that portfolio file, what format it should be in. IMO a little bit of documentation would add a ton of traction to this script.
I tried to edit the configuration, but it's little to no use: having to supply one address per cryp
Task description
Gemini mocks are not made for history/accounting integration testing. Gemini offers a sandbox but we have done way too many trades in the sandbox to do any testable calculations. So should also probably be mocked.
They should be enabled here:
M
It is displayed at error level. It can be info or even debug.
-
Updated
May 29, 2020 - Java
-
Updated
Dec 26, 2019 - Python
-
Updated
Jun 8, 2020 - TypeScript
Mysterious error
There is this error when I use backtest :
perl backtest.pl
Gekko BacktestTool v0.6
Website: https://github.com/xFFFFF/Gekko-BacktestTool
Exchange list: history/binance_0.1.db
config/strategies/MACD.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/CCI.tomltrue[2018-05-16 14:29:20] Brute Force mode enabled
config/strategies/RSI.tomltrue[2018-05-16 14:29:20
-
Updated
May 10, 2020 - JavaScript
-
Updated
Mar 15, 2019 - JavaScript
This is a follow up issue for #2157
Problem
We currently implement LowerHex and Display for the Ethereum Hash struct which can be optimised.
Goal
Optimise the code and get rid of the LowerHex implementation by integrating it into Display for Hash.
You might want to adapt the implementation for Address accordingly.
Improve this page
Add a description, image, and links to the cryptocurrencies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptocurrencies topic, visit your repo's landing page and select "manage topics."
Step 1: Have you search for this issue before posting it?
yes
If you have discovered a bug in the bot, please search our issue tracker.
If it hasn't been reported, please create a new issue.
Step 2: Describe your environment