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 6,948 public repositories matching this topic...
-
Updated
Aug 21, 2021 - JavaScript
Hi!
here a small addition to the loss functions already available.
from datetime import datetime
from freqtrade.data.btanalysis import calculate_max_drawdown
from freqtrade.optimize.hyperopt import IHyperOptLoss
from pandas import DataFrame
# optimize for max draw down and profit
# less max draw down more profit -> lower return value
class MaxDrawDownHyperOptLoss(IHyperOptLoss):
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
-
Updated
Aug 23, 2021 - C#
-
Updated
Aug 17, 2021 - Go
-
Updated
Oct 28, 2020 - C++
Background
Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:
Running lnd for the first time will by default generate the admin.macaroon, read_only.macaroon, and macaroons.db files that are used to authenticate into lnd.
As a first-time LND user,
-
Updated
Aug 29, 2021 - Python
-
Updated
Aug 31, 2021 - Go
-
Updated
Aug 19, 2021 - TypeScript
Description
Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".
They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.
Version
v1.6.4
Steps to reproduce
Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Sync
-
Updated
Aug 22, 2021 - TypeScript
-
Updated
Feb 2, 2021
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
-
Updated
Oct 5, 2020
-
Updated
Aug 13, 2021 - Python
-
Updated
Jul 16, 2021
Problem
The explorer doesn't support NFT details pages for users and developers to see information about a particular NFT. For example, this NFT just displays that it is an "unknown token".
https://explorer.solana.com/address/HPMmsBeHdAproBh6iA8p3akjkUM1kdaY2iRiZmZj2Wsz
<img width="763" alt="Screen Shot 2021-08-30 at 9 04 30 PM" src="https://user-images.githubusercontent.com/1076145/1314
-
Updated
Aug 31, 2021 - TypeScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Aug 26, 2021 - Go
-
Updated
Aug 31, 2021 - Python
Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.
-
Updated
Sep 1, 2021 - Go
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 4 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
RPCs that return detailed information about mempool entries (e.g.
getmempoolentryandgetrawmempool(verbose=True)include the fieldsfee,modifiedfee,descendantfees, andancestorfeeswhich were marked as "DEPRECATED" and replaced with afeesobject field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc.Usef