Bitcoin Core snap by Ciro Santilli 35 Updated +Created
Officially supported installation method on Ubuntu 23.10.
Bitcoin script debugger by Ciro Santilli 35 Updated +Created
Puzzle script by Ciro Santilli 35 Updated +Created
Bitcoin script type by Ciro Santilli 35 Updated +Created
Bitcoin script operator by Ciro Santilli 35 Updated +Created
Bitcoin input script by Ciro Santilli 35 Updated +Created
Bitcoin output script by Ciro Santilli 35 Updated +Created
Cat 5e by Ciro Santilli 35 Updated +Created
This is the most common home "ethernet cable" as of 2024. It is essentially ubiquitous. According to the existing Ethernet physical layer, the maximum speed supported is 2.5 Gbit/s.
Coinbase message by Ciro Santilli 35 Updated +Created
The input script of the Coinbase transaction can be anything, and this can be used as a Bitcoin inscription method.
Notable examples:
Media type by Ciro Santilli 35 Updated +Created
Themes by Ciro Santilli 35 Updated +Created
In this section we document events that led to a large number of thematically related messages being added to the chain., e.g. referencing some current event that happened, as opposed to the media encoding/type like images and text sections.
"Hitler did nothing wrong" meme [ref] is repeated several times, e.g.: tx 41967a7d75e9e1ca8c142a45ce29ea08b451a3b55c3e33538f5cc8a389ec66ab (2015-07-20):
EW Hitler did nothing wrong.
This one is also an Eternity Wall message.
Brazil:
  • tx 1c05bb7c0a8c9498d33a1e6d4a91bbb4c651daa5ea5a21aa5c8c600d3300b8bb Viva Brazil's Impeachment!
  • tx 105fb3a0be8ab50bfa36012e0319a752dee39702cb44f3904cf423eb20367d57 contains a misogenous joke:
    A mulher feia so tem uma coisa a oferecer,uma boa foda(Diego Silva de Oliveira)
    which translates to:
    Ugly women only have one thing to offer, a good fuck
    It is attributed to Diego Silva de Oliveira, possibly this football player: en.wikipedia.org/wiki/Diego_Silva_(footballer,_born_1990)
  • c72dc315a5504362d01f2dcdfe77826d14a9eb3411b83edd7aa782e95e4a7794 via cryptograffiti.info:
    NÓS DISSEMOS SIM
    AGÊNCIA TRANSITIVA 2015
    
    Nota pública de reconhecimento do Acordo Reconformado, assinado pela Agência Transitiva e 
    pela Escola de Artes Visuais do Parque Lage, em 22 de Abril de 2015.
    
    #ENCRUZILHADA
    EAV PARQUE LAGE
    22.04.2015
  • 1c05bb7c0a8c9498d33a1e6d4a91bbb4c651daa5ea5a21aa5c8c600d3300b8bb via cryptograffiti.info:
    Viva Brazil's Impeachment!
Our indexer does not handle UTF-8, here's a collection of some UTF-8 messages we've stumbled upon somewhat randomly:
Arabic:
  • 7eb561f2139761064de20033fa4843f1f3e1a9551268704b36f84d94e66fd91a
    يا سلم!
    شعرك جميل
    و عينيك حلوة
    انا عطشان
    اِروني من عينيك
    O peace!
    Your hair is beautiful
    And your eyes are beautiful
    I'm thirsty
    Show me from your eyes
  • b7376cae03b88392e5fd0292bcb43105386fbb534fc9be68c1e3d0b8f39e5ba4 via cryptograffiti.info
    sjalom, salaam, peace!
    الدين
  • 7a898b7e6b2145f4f887e1ff890d0b613e3008fbe350aa92662735e3acd0c0bc
    هذه رسالة من المستقبل
    إلى الماضي ...
    الحياة صعبة في المستقبل
    رعاية العالم
    وتحمل المسؤولية
    /y
    This is a message from the future
    To the past...
    Life is difficult in the future
    Caring for the world
    And take responsibility
    /y
Russian:
  • 1dcd62c922eb1ddbc1f58615b6271d64736bf55e83408cef02a7d0ac6707e423 via cryptograffiti.info
    А на Земле Быть Добру!
    And on Earth To Be Good!
  • 596cc6e905a5fc8248cf59198a19ce5070228b302a9f3a993197e2c87ddcaf14 via cryptograffiti.info
    Книга Вечно Живущих открыта
    The Book of the Ever-Living is open
  • 596cc6e905a5fc8248cf59198a19ce5070228b302a9f3a993197e2c87ddcaf14 via cryptograffiti.info
    Это тест, сука блять.
    This is a test, motherfucker.
  • ed56ef68ccbfb1d47bc159fb62fab6807ee4d7363d0ad4cded2e922a5b47362e via cryptograffiti.info
    Путин хуйло лалалалалалалалалал
    Putin sucks lalalalalalalalala
Chinese:
Japanese:
  • ac2ad7c15162a8e461387b0d0d681bb5f81f2db1138b8f200b81bbc585bd0b8f via cryptograffiti.info:
    モキーのフラッシュバン許すな
    Don't forgive Moky's flashbang
Hebrew:
  • 0b32736592ce7abdd4d971bc4591544e1610ff51f498c9a14a6ba34a3abcad5d via cryptograffiti.info
    חתימה טובה לכולם בכלל ולחברי ביטקוין ישראלי בפרט.
    A good signature for everyone in general and Israeli Bitcoin members in particular.
  • d7b80c8fefc88cc3f06d74f8496e2dc6f44b5f5f0a59f9ba1ba27266848a8666 via cryptograffiti.info contains what appears to be UTF-8 Hebrew text on my terminal, but Google Translate couldn't translate it, so we are unsure.
Other blockchains by Ciro Santilli 35 Updated +Created
Bitcoin RPC command by Ciro Santilli 35 Updated +Created
These are commands that e.g. the Bitcoin CLI client can make to the server.
The commands can be listed with:
bitcoin-core.cli help
and full help with:
bitcoin-core.cli help getrawtransaction
For example. to run the Bitcoin getrawtransaction command, first in one shell we start bitcoind:
bitcoin-core.daemon
and then on another shell:
bitcoin-core.cli getrawtransaction 75b431e0a8c4617ca8adefe593ba66aa30907742b6dc8772761bfe7edabd74b4 true
btcdeb by Ciro Santilli 35 Updated +Created
Tested on Ubuntu 23.10:
sudo apt install libtool
git clone https://github.com/bitcoin-core/btcdeb
cd btcdeb
git checkout 4fd007e57b79cba9b5ffdf5ffe599778c0d63b88
./autogen.sh
./configure
make -j
Patch submited at: github.com/bitcoin-core/btcdeb/pull/143
Then we use it;
./btcdeb '[OP_1 OP_2 OP_ADD]'
and inside the shell:
btcdeb 5.0.24 -- type `./btcdeb -h` for start up options
LOG: signing segwit taproot
notice: btcdeb has gotten quieter; use --verbose if necessary (this message is temporary)
3 op script loaded. type `help` for usage information
script  |  stack 
--------+--------
1       | 
2       | 
OP_ADD  | 
#0000 1
btcdeb> step
                <> PUSH stack 01
script  |  stack 
--------+--------
2       |      01
OP_ADD  | 
#0001 2
btcdeb> step
                <> PUSH stack 02
script  |  stack 
--------+--------
OP_ADD  |      02
        |      01
#0002 OP_ADD
btcdeb> step
                <> POP  stack
                <> POP  stack
                <> PUSH stack 03
script  |  stack 
--------+--------
        |      03
btcdeb> step
script  |  stack 
--------+--------
        |      03
btcdeb> step
at end of script
btcdeb>
OP_RETURN by Ciro Santilli 35 Updated +Created
P2PKH by Ciro Santilli 35 Updated +Created

There are unlisted articles, also show them or only show them.