I hereby claim:
- I am chrisguida on github.
- I am chrisguida (https://keybase.io/chrisguida) on keybase.
- I have a public key ASAVkeLlBust0YCIZnZvkt45qRGMScxKttlpPS4E6oOq_wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Keep in mind that the instructions are designed for Intel, so /usr/local
needs to be replaced by /opt/homebrew
in most places.
install nightly-aarch64-apple-darwin toolchain to get rid of errors about wrong arch lib linked
The following is one way to broadcast an LN-symmetry (formerly eltoo
) settlement tx on inquisition signet, using instagibbs' original APO eltoo implementation on CLN.
git clone https://github.com/bitcoin-inquisition/bitcoin
cd bitcoin
./autogen.sh
./configure
make -j$(( $(nproc) - 1))
sudo make install
You will need:
(See the README for up-to-date instructions)
git clone https://github.com/chrisguida/mobile-nixos-oneplus-enchilada-template -b cguida/nix-bitcoin
cd mobile-nixos-oneplus-enchilada-template
This document is the result of many conversations with many bitcoin devs over the last several years. My positions on these topics are constantly evolving as I learn more information. Since, up till now, I am not a bitcoin core contributor, my review of the actual code has been rather sparse and I am mostly relying on the opinions of others to inform my views as to the technical soundness of the actual implementations. Thus, this document takes a more high-level, "Concept ACK/Concept NACK" approach than an "ACK/NACK" one.