Command line bitcoin cash wallet for linux?

1

1

Is there a good command line Bitcoin cash wallet for linux available?

david

Posted 2018-03-05T16:23:20.383

Reputation: 141

You may probably try Sibit.

yegor256 2019-05-16T08:57:56.657

Answers

1

You can use Bitcoin-ABC or Bitcoin-unlimited, Both are Bitcoin-cash.

after you successsfully install it, you can just send the commands as follows:

bitcoin-cli getnewaddress "account"

to get new bitcoin cash address.

You can find all commands on bitcoin.org. This documention for Bitcoin core, but as Bitcoin cash is a fork of bitcoin, these commands should work with you. You can find new commands or changes on Bitcoin-ABC on Github

Adam

Posted 2018-03-05T16:23:20.383

Reputation: 3 215