Skip to content
#

Bitcoin Cash

bitcoin-cash logo

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...

PavelNiedoba
PavelNiedoba commented Oct 17, 2018

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 getaddressesbylabel which should be there.

Therefore we need up to date RPC documentation. I suppose RPC.md file in this

Javascript implementation of the Bitcoin protocol for any Bitcoin based coins, on server and inside browsers, discover and move/manage your coins by yourself: Bitcoin transactions made simple for standard or multisig wallets, segwit and bech32 are supported, create and send by your own your Bitcoin, Bitcoin Cash, Zcash, Litecoin, DOGE, Dash, etc transactions, manage your keys and do not disclose them to dubious wallets software

  • Updated Nov 10, 2019
  • HTML
ivlasov
ivlasov commented Nov 16, 2018

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: iOS

If you beli

cgcardona
cgcardona commented Aug 23, 2019

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

sirjamesgray
sirjamesgray commented Nov 4, 2018

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!

You can’t perform that action at this time.