Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lundeberg committed Nov 15, 2018
1 parent ba1ca23 commit 286ea80
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CHECKDATASIG Coin splitter
==========================
CHECKDATASIG/MUL Coin splitter
==============================

::

Expand All @@ -15,11 +15,13 @@ for the November 2018 Bitcoin Cash hard fork. The tool can be started via:

By using this tool, you can create transactions built on a history involving
the new OP_CHECKDATASIGVERIFY. Such transactions are impossible to replay on
other nodes / chains that do not support this opcode.
other nodes / chains that do not support this opcode. In a secondary mode,
you can also create OP_MUL-based splitting, though with some limitations.

**A detailed usage guide can be found here:** `<doc/coinsplitter_user_guide.md>`_

For the technically inclined / curious, the primary code additions appear in `this file <gui/qt/coinsplit.py>`_.
For the technically inclined / curious, the primary code additions appear in
`this file <gui/qt/coinsplit.py>`_ and `this file <gui/qt/coinsplitmul.py>`_.

*Standard instructions for Electron Cash (the base software) follow:*

Expand Down

0 comments on commit 286ea80

Please sign in to comment.