Questions tagged [ecash]

Offtopic, unless question is applicable to Bitcoin. eCash (XEC) is a fork of Bitcoin Cash, formerly known as Bitcoin ABC (BCHA).

23 questions
7
votes
2 answers

Is there an active testnet for Bitcoin Cash?

To learn more about Bitcoin Cash, I would like to try some things on the testnet. I installed bitcoin-abc, made a copy of an existing datadir from a Bitcoin Core testnet install, and ran bitcoin-abc -testnet -reindex. It got as far as: 2017-08-08…
Nate Eldredge
  • 22,970
  • 3
  • 39
  • 80
6
votes
1 answer

What is "canonical transaction ordering" that Bitcoin ABC is considering implementing?

What exactly is "canonical transaction ordering", that Bitcoin ABC is considering implementing? How does it help exactly, and why is it so controversial? Could it be adopted in Bitcoin Core? Why yes/why not? Is that a protocol change, requiring a…
Karel Bílek
  • 2,655
  • 3
  • 24
  • 45
2
votes
0 answers

Trying to get BCC in ElectronCash - but after priv keys import - empty wallet

I exported the private keys from Electrum, where I had BTC. Then I send these BTC to a different wallet. Then I tried to import these keys in Electron Cash. It worked, but the wallet is empty. Any idea what I did wrong? What can I do…
Pikk
  • 121
  • 2
2
votes
0 answers

Timeout error when importing private key to bitcoinABC

When importing private key to bitcoinABC, error occurs! error: couldn't connect to server: timeout reached (code 0) (make sure server is running and you are connecting to the correct RPC port) How can I solve the problem?
Holly Goff
  • 21
  • 1
1
vote
3 answers

I have a Bitcoin ABC full node. How do I split off Bitcoin SV?

I have some BCH in a Bitcoin ABC full node, which is currently running 0.18.5. I want to obtain the corresponding Bitcoin SV without spending on both chains at the same time and losing the BSV. I am capable of running a Bitcoin SV full node, with…
Michael Hampton
  • 237
  • 1
  • 13
1
vote
3 answers

Import/Export wallet vi bitcoin-cli. Bitcoin abc node

I'd like move my bitcoin cash wallet from one server to the other using the cli. Server 1: bitcoin abc: 0.17.2. Server 2: bitcoin abc: 0.18.0 I have done the following: ran the command: backupwwallet "myfile.dat" on server 1 successfully. copy…
Guculuma
  • 19
  • 1
1
vote
2 answers

Bitcoin new receive addresses

With the Bitcoin-ABC cli I can generate as many receive addresses by the following command ./bitcoin-cli getnewaddress "label" But from my understanding the funds still go into the same wallet and if I send coins from the wallet it would always be…
david
  • 141
  • 4
1
vote
1 answer

Can two bitcoin-qt share the same blockchain data

I have a bitcoin-qt and bitcoin-abc on same computer running, can both share the same beginning of the blockchain data file ? since they both have same history till point in time.
Haddar Macdasi
  • 978
  • 1
  • 14
  • 22
1
vote
0 answers

Tried to do a BCC transaction ended in a BTC transaction

I have a local BTC wallet. Which holds coins from pre-fork times. So I tried to get my BCC amount sent to a wallet on bitfinex. So I used my local wallet with the BitcoinABC client to access the BCCs. But that ended up in sending my BTCs to this…
nodder
  • 11
  • 1
1
vote
1 answer

Switching back and forth between Bitcoin ABC and Core nodes (Ubuntu)

I need to get my pre-fork BCH and the only way to do this turned out to be through Bitcoin ABC client. How do I switch from a Bitcoin Core node installed on Ubuntu to a Bitcoin ABC node and again to Bitcoin Core. Do I need to remove the node…
1
vote
1 answer

Where to find the blockchain on Bitcoin ABC?

So if I'm running a full node on Bitcoin ABC, where can I find the file or files which contain the blockchain when it is being downloaded? The folder in Program Files is too small, I think, to contain the blockchain.
0
votes
4 answers

OP_CHECKDATASIGVERIFY not working

I'm trying to generate a signature and pass it through OP_CHECKDATASIGVERIFY as part of a P2SH address on a regtest network. This results in the following: Public…
circusdei
  • 69
  • 6
0
votes
1 answer

How many unit test should be run after building a node?

After building Bitcoin ABC and running make check, I get this: # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 Is that correct?
Curyous
  • 131
  • 1
0
votes
1 answer

Use json-rpc without full blockchain

So i want trying to use both bitcoin and bitcoin-abc json-rpc on raspberry pi but they will overload the whole pi when downloading and sync @ same time. So is there anyway to use json-rpc without downloading and sync the whole blockchain or overload…
zhiyan114
  • 666
  • 7
  • 24
0
votes
1 answer

Bitcoin cash signraw "Input not found or already spent"

I've created raw transaction with non-spent inputs and already exist in Bitcoin cash abc 0.16.2, But when I try to sign that raw transaction I get Input not found or already spent RawTransaction…
Adam
  • 3,639
  • 1
  • 12
  • 36
1
2