SHOWING: First 60
Mission Brief #3.420: CatVM
1. A page from the book that particularly resonates with me.
- 13.
2. Why I picked that particular page?
- Because it seemed to me the most colorful of all and it has Quantum Cats, Taproot Wizards, Bitcoin Puppets
and much more.
3. What it means to me/Bitcoin?
- This means that it is still early days for the ordinals. I'm very happy that Taproot Wizards are still undistributed and it's just getting started.#70,544,698text if (stack.size() < 2)
return set_error(serror, SCRIPT_ERR_INVALID_STACK_OPERATION) - checks if there are enough elements/inscriptions.
///
valtype& vch1 = stacktop(-2);
valtype& vch2 = stacktop(-1) - gets the top two items.
///
if (vch1.size() + vch2.size() > MAX_SCRIPT_ELEMENT_SIZE)
return set_error(serror, SCRIPT_ERR_INVALID_STACK_OPERATION) - checks size.
///
vch1.insert(vch1.end(), vch2.begin(), vch2.end());
stack.pop_back() - combines the elements and removes the extra element.#65,200,354text#64,368,928Dear Luke Dashjr, here’s why I want to join the @TaprootWizards:
Stop. Freeze. It is now December 2023. Bitcoin wasn't 100k$ yet. Taproot Wizards still hasn't released quest 4 and we're still waiting for it. All this means that now is a LEGENDARY time.
Think about it.
Thanks for storing our wizard JPEGs on your node forever! 🧙♂️
@0xArasaky
P.S. Please stop eating cats#46,589,231text