JoinMarket-Org / joinmarket

CoinJoin implementation with incentive structure to convince people to take part
398 stars 119 forks source link

Full support for Bitcoin Core wallet #376

Open adlai opened 8 years ago

adlai commented 8 years ago

As @chris-belcher said in #368:

BitcoinCoreWallet is only used when sendpayment is run with --rpcwallet. The user inputs their own coinjoin address and the wallet object only needs a change/internal address. It's not possible to run a yield generator or tumbler from BitcoinCoreWallet so get_external_address() is never needed.

This wallet integration will probably be easier than Electrum or Mycelium, because it's already half-complete.

chris-belcher commented 8 years ago

Which kind of support where you thinking of?

Integrating with the GUI wallet is #103

sendpayment.py --rpcwallet can be a drop-in replacement for the command line sendfrom.