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 8,398 public repositories matching this topic...
Hi, I have a trailing_stop_loss exit with small loss of -0.42% probably due to slippage. The problem is the StopLossGuard caught it because it's still considered a stoploss exit even though loss is small. Is there a workaround so that StopLossGuard won't mind those micro losses? Or even better is a way to exclude trailing_stop_loss from StopLossGuard's radar?
Thanks for the help
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
Problem
Loss and latency metrics might be interesting from the gossip ping-pong protocol.
Proposed Solution
Capture and report them.
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
Jun 22, 2022 - C#
-
Updated
Jun 28, 2022 - Go
ioutil.WriteFile doesn't sync the data to disk, so any data written with this function can easily be lost. It's even possible that only partial writes happen. Issuing an Fsync is a better alternative. There aren't many call-sites that do this and I wasn't able to evaluate whether any of these were critical, but better to be safe than sorry.
-
Updated
Jul 15, 2022 - Python
-
Updated
Oct 28, 2020 - C++
-
Updated
Jul 14, 2022 - Go
-
Updated
Jun 15, 2022 - TypeScript
Description
The "send payment" dialogue after seller taker accepted my offer is telling me to "start payment using sepa instant"; the account I used is normal sepa.
Version
1.8.0
S
-
Updated
Jun 27, 2022 - Python
-
Updated
Jul 13, 2022 - Python
-
Updated
May 20, 2022
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Mar 9, 2022
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.
Edit pull payment
Working on #3873 I noticed that we do not have an edit view for pull payments. Though the amount might be fixed after creation, we now have some more fields like title and description, which should be editable afterwards.
-
Updated
Jan 11, 2022
-
Updated
May 20, 2022 - TypeScript
-
Updated
Dec 30, 2021 - Go
-
Updated
Jun 10, 2022 - Go
-
Updated
May 9, 2019 - JavaScript
-
Updated
Jul 14, 2022 - Java
Created by Satoshi Nakamoto
Released January 3, 2009
Latest release 3 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia


importaddress(and possibly other legacy-only wallet functions), when used on a descriptor wallet, return a fairly nondescript error:The RPC help of
importaddressdoesn't mention nor further explain this incompatibility, nor what alternative to use inste