cryptocurrencies
Here are 698 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
Apr 26, 2020
-
Updated
May 12, 2020 - Go
-
Updated
Feb 20, 2020 - Python
-
Updated
May 20, 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
-
Updated
May 16, 2020 - JavaScript
Our conversion functions (from one type to another) use different naming.
E.g. in common/types/encode.go, we have BlockIdsAsBytes ("as"), but BytesToBlockIds ("to").
Some methods on types have the same issue, e.g.
(id BlockID) AsHash32()vs.
(id NodeID) ToBytes()We should use the same naming convention for all conversion functions. I personally l
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
As long as "All balances" may still change add strobing effect in Dashboard's All Balances table
Abstract
Many times when opening Rotki app the dashboard loads fast with all the exchange balances. The blockchain balances tend to take more time to be queried and added into the "All Balances" table of the dashboard which may lead to confusion for users.
Task
Solve the above by adding a strobing effect in the "All balances" dashboard table as long as any query that may still affec
It is displayed at error level. It can be info or even debug.
-
Updated
Mar 7, 2020 - Java
-
Updated
Dec 26, 2019 - Python
-
Updated
May 10, 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