cryptocurrencies
Here are 714 public repositories matching this topic...
-
Updated
Sep 8, 2020 - C++
-
Updated
Mar 12, 2020 - Python
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Jul 14, 2020 - Python
-
Updated
Aug 20, 2020 - HTML
-
Updated
Jun 14, 2018 - JavaScript
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Sep 6, 2020
-
Updated
Aug 24, 2020 - Python
-
Updated
May 12, 2020 - Go
- Start wallet from scratch
- Go to Receive tab
- Assuming Receiving address that got showed up first had no label, button would be
Add Label - When you click on a Receiving address that is already labeled, button will change to
Edit Label, and when you select again an address without label, button will stayEdit Labelinstead ofAdd Label.
 wasn't used, b.) isn't necessary, and c.) is bad juju because it does things the logger wa
Abstract
As a user found out in TG, calling the API without including the content-type header leads to a failure.
curl 'http://localhost:4243/api/1/blockchains/ETH' \
-X 'PUT' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"accounts":[{"address":"0x","label":"","tags":[]}]}
This works remov
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
Jun 6, 2020 - JavaScript
-
Updated
May 6, 2019
-
Updated
Jul 21, 2019 - Python
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 6, 2020 - Python
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Sep 2, 2020 - C++
-
Updated
Jul 21, 2020 - JavaScript
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
Sep 9, 2020 - Rust
-
Updated
Mar 15, 2019 - JavaScript
-
Updated
Aug 29, 2020 - Python
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."
Describe the enhancement
Could you provide the .devcontainer with full installed dependencies for development and strategy customization?
Thanks!