![D++ Profile](https://pbs.twimg.com/profile_images/1735580499886944256/-hXBehlv_x96.jpg)
D++
@D_plus__plus
Followers
29K
Following
2K
Statuses
2K
⛓️ #Bitcoin Professor ⛓️ Software Engineer ⛓️ Revolutionary Cypherpunk ⛓️
127.0.0.1:8332
Joined March 2011
RT @Croesus_BTC: With the advent of Pump Fun and everyone making their own meme coins with a click... That 7,000 number is now 30,000,000…
0
41
0
You've got #bitcoin tech questions, and I've got answers! Bring those questions and come hang on spaces tomorrow at noon PST! ✨
5
12
65
@cjbaezilla I’ve been building primarily on LND, but the @clamstech guys have some good videos on Core Lightning! ⚡️
0
0
3
1. Get Nix lol 2. Clone the bitcoin repository using: git clone cd bitcoin 3. Add a new file, shell.nix, to its root folder with the following contents: { pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.cmake pkgs.boost pkgs.openssl pkgs.libevent pkgs.sqlite pkgs.pkg-config pkgs.autoconf pkgs.automake pkgs.libtool pkgs.which pkgs.gnumake ]; } 4. Save the file, then enter the Nix shell by running: nix-shell 5. Within the Nix shell, you can now easily build bitcoin using: cmake -B build cmake --build build # use "-j N" for N parallel jobs cmake --install build # optional
3
4
19
@Jay14Jy Yes we will also briefly explain it, and yes it’s for all technical skill levels, including laymen! 🧡
0
0
4
@Croesus_BTC I am trying to get @wraith_m, who is a bitcoiner as well as a real, actual physicist, to make one!
5
3
80
@grishka11 It’s not! Encryption implies data can be encrypted and then later decrypted. Bitcoin uses digital signatures (asymmetric cryptography) to prove ownership, not encryption.
5
1
41