Crypto Punks
¶ ↑
cryptopunks - mint your own 24×24 pixel punk images off chain from the True Official Genuine CryptoPunks™ sha256-verified original 10 000 unique character collection; incl. 2x/4x/8x zoom for bigger sizes
-
rdoc :: rubydoc.info/gems/cryptopunks
New to Crypto Punks
? See the {Awesome CryptoPunks Bubble (Anno 2021) - Modern 24×24 Pixel Crypto Art on the Blockchain »}[https://github.com/cryptopunksnotdead/awesome-cryptopunks-bubble]
Command Line¶ ↑
Use the punk
(or cryptopunk
) command line tool. Try:
$ punk -h
resulting in:
Usage: cryptopunk [options] IDs Mint punk characters from composite (./punks.png) - for IDs use 0 to 9999 Options: -z, --zoom=ZOOM Zoom factor x2, x4, x8, etc. (default: 1) -d, --dir=DIR Output directory (default: .) -f, --file=FILE True Official Genuine CryptoPunks™ composite image (default: ./punks.png) --offset=NUM Start counting at offset (default: 0) -h, --help Prints this help
Step 0 - Download the True Official Genuine CryptoPunks™ composite image
One time / first time only - Download the True Official Genuine CryptoPunks™ composite housing all 10 000 CryptoPunks
in a single 2400×2400 image (~830 kb) for free. See {punks.png
»}[https://github.com/larvalabs/cryptopunks/blob/master/punks.png]
Now let's give it a try. Let's mint punk #0, #2890, and #8219:
$ punk 0 2890 8219
printing:
==> reading >./punks.png<... >ac39af4793119ee46bbff351d8cb6b5f23da60222126add4268e261199a2921b< SHA256 hash matching ✓ True Official Genuine CryptoPunks™ verified ==> (1/3) minting punk #0; writing to >./punk-0000.png<... ==> (2/3) minting punk #2890; writing to >./punk-2890.png<... ==> (3/3) minting punk #8219; writing to >./punk-8219.png<...
And voila!
Bonus: Try the -z/--zoom
factor x2, x4, x8, etc.
Let's give it a try. Let's mint punk #0, #2890, and #8219 in 2x format:
$ punk --zoom 2 0 2890 8219 # -or- $ punk -z2 0 2890 8219
printing:
==> reading >./punks.png<... >ac39af4793119ee46bbff351d8cb6b5f23da60222126add4268e261199a2921b< SHA256 hash matching ✓ True Official Genuine CryptoPunks™ verified setting zoom to 2x ==> (1/3) minting punk #0; writing to >punk-0000x2.png<... ==> (2/3) minting punk #2890; writing to >punk-2890x2.png<... ==> (3/3) minting punk #8219; writing to >punk-8219x2.png<...
And voila!
And x4:
And x8:
And so on.
10 000 More Punks
- Unauthorized? No Way?!- Fuck the Establishment - Yes, You Can - Do-It-Yourself - Use Your Own Collections¶ ↑
Use the -f, --file=FILE
option to pass along any unauthorized edition. Only make sure all punks are lined-up left-to-right, top-to-bottom in the 24x24 pixel format in the composite image.
Let's try the 10 000 More Punks
series housing punks in packs of a hundred each. Let's have a looksie at the first 100 in the series.
Let's mint punk #0, #19, #50, and #89 and let's add an offset of 10000 (to start counting at 10000 instead of 0):
$ punk 0 18 40 88 --file ./more-punks-1.png --offset 10000
printing:
==> reading >./more-punks-1.png<... 240x240 (height x width) ==> (1/4) minting punk #10000; writing to >./punk-10000.png<... ==> (2/4) minting punk #10018; writing to >./punk-10018.png<... ==> (3/4) minting punk #10040; writing to >./punk-10040.png<... ==> (4/4) minting punk #10040; writing to >./punk-10088.png<...
And voila!
And 4x:
Let's try the second pack - that is, punks 100 to 199 in the series.
Let's mint punk #0, #79, #80, and #90 and let's add an offset of 10100 (to start counting at 10000 plus 100 instead of 0):
$ punk 0 79 80 90 --file ./more-punks-2.png --offset 10100
printing:
==> reading >./more-punks-2.png<... 240x240 (height x width) ==> (1/4) minting punk #10100; writing to >./punk-10100.png<... ==> (2/4) minting punk #10179; writing to >./punk-10179.png<... ==> (3/4) minting punk #10180; writing to >./punk-10180.png<... ==> (4/4) minting punk #10190; writing to >./punk-10190.png<...
And voila! Super rare - world's first female alien and much more.
And 4x:
And so on.
Usage in Your Scripts¶ ↑
Yes, you can mint punks in your own scripts and much more. See the {Programming CryptoPunks & Copypastas Step-by-Step Booklet / Guide »}
Install¶ ↑
Just install the gem:
$ gem install cryptopunks
License¶ ↑
The scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.
Questions? Comments?¶ ↑
Post them on the CryptoPunksDev reddit. Thanks.