-
Updated
Feb 25, 2020 - Go
Bitcoin Cash
Bitcoin Cash (ticker symbol: BCH) is a decentralized peer-to-peer electronic cash system as outlined in the Bitcoin whitepaper by Satoshi Nakamoto that has fast, secure, reliable, and low fee transactions running on a permissionless and immutable blockchain network. Bitcoin Cash is the upgraded version of Bitcoin which carries the same genesis block that was started with Bitcoin in January 2009.
Here are 180 public repositories matching this topic...
RPC documentation
-
Updated
Dec 31, 2019 - TypeScript
-
Updated
Jul 28, 2018 - Swift
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Jan 27, 2020
-
Updated
Jun 11, 2020 - Swift
-
Updated
Jun 4, 2020 - Swift
-
Updated
Jun 12, 2020 - Kotlin
-
Updated
Nov 28, 2018
-
Updated
Nov 10, 2019 - HTML
-
Updated
Jun 11, 2020 - Rust
Carthage build error
Hello, there. I tried to build HDWallet via Carthage on xCode 10.1 (10B61) and i get this error ->
I tried also carthage update --platform iOS && carthage update --platform iOS --no-use-binaries but result was the same.
Skipped building scrypt-cryptoswift due to the error:
Dependency "scrypt-cryptoswift" has no shared framework schemes for any of the platforms: iOSIf you beli
Currently defining a variable is
<Typ> name = expression;
This can be non-obvious to developers who are used to keywords before declaring variables. Also in CashScript variables can be reassigned.
For that reason this ticket is to add support for let and const. Their functionality would be inline with other mainstream languages.
let would be for variables which can be
-
Updated
May 25, 2020 - Kotlin
-
Updated
May 7, 2020 - C#
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Aug 5, 2019 - Python
-
Updated
Nov 20, 2019 - Shell
It's confusing that when "invested" is a negative value, it switches to "withdrawn"
If I've invested $1000, and withdrawn $1500 (after making profits), I've still invested $1000.
If the above is correct, and I'm not misunderstanding, then my proposal is that we show "invested" and "withdrawn" as two separate values.
If I'm misunderstanding, I'd appreciate some clarification :) thanks!
-
Updated
Jul 18, 2019 - Swift
-
Updated
Aug 23, 2019 - Python
-
Updated
Apr 8, 2019 - C++
-
Updated
Apr 4, 2019 - Go
Created by Satoshi Nakamoto
Released January 3, 2009
- Organization
- bitcoincashbch/bitcoin-cash/blob/master/README.md
- Website
- bitcoincash.org
- Wikipedia
- Wikipedia
Since bitcoincore RPC is changing quite a lot in 0.17 and is documented nicely here https://bitcoincore.org/en/doc/ I would expect that bitcoin-abc is porting this changes and follows same numbering, but by numbers now bitcoin-abc is ahead bitcoincore yet not implementing
getaddressesbylabelwhich should be there.Therefore we need up to date RPC documentation. I suppose RPC.md file in this