Simplest Test Coins: Difference between revisions

From mojo_puzzler
Jump to navigation Jump to search
(Created page with "===== Return to: Chialisp ===== Create file simplest.clsp <code>1</code> Create file solution.clsp <code>(list (q . (51 0x656214f18f80a85a30f97cafa0fdfd29578d5e8030316b21e36552f9172c49d1 2)))</code> The idea is to create unspent coins where you can put anything into the solution with as little frictions as possible. The purpose is to assist in conceiving the most complex spend bundles possible with multi-coin communication. If we had to worry about puzzleh...")
 
(No difference)

Latest revision as of 15:36, 17 November 2023

Return to: Chialisp

Create file simplest.clsp 1

Create file solution.clsp (list (q . (51 0x656214f18f80a85a30f97cafa0fdfd29578d5e8030316b21e36552f9172c49d1 2)))

The idea is to create unspent coins where you can put anything into the solution with as little frictions as possible. The purpose is to assist in conceiving the most complex spend bundles possible with multi-coin communication. If we had to worry about puzzlehash complexity or signature requirements this might bog down that learning process.