Development & Technology
Bitcoin Core, protocol, BIPs, running nodes.
The first block supporting BIP-110 was just mined this week. It's crazy how the Bitcoin community is at a major turning point. After the OP_RETURN…
Started by LuckySat · Jun 25, 2023, 01:41 AM · 7 / 4027402by miner88Jun 30, 2023, 10:42 AMHey everyone, I’m diving into this project where I’m trying to use the Randstorm vulnerability to crack the puzzle. Here’s my GitHub repo if you’re…
Started by alex777 · Jun 23, 2023, 12:33 AM · 7 / 3837383by sam.gasJun 24, 2023, 10:26 AMBeen thinking about address reuse and quantum computing. If we never spend from an address, we're kinda safe, right? But juggling a ton of addresses…
Started by im_cobra · Jun 16, 2023, 10:22 AM · 17 / 40917409by ben.matrixJun 20, 2023, 10:33 PMHey everyone. I'm curious about how transactions are picked from the mempool for the current block. Is there a way to predict which transactions will…
Started by GigaYield · Jun 12, 2023, 02:34 AM · 2 / 6392639by GigaYieldJun 12, 2023, 02:08 PMWhile sorting through my late uncle's estate, I stumbled upon some hex numbers. They all have 64 characters, so I thought it might be related to…
Started by ryan2017 · Jun 6, 2023, 09:40 PM · 9 / 4029402by 0xNodeJun 8, 2023, 02:27 PMSo I’ve been digging into ECDSA for a bit and found something intriguing. There’s a structural shortcut that seems to be under the radar. When I…
Started by falcon2019 · May 29, 2023, 09:47 AM · 2 / 4732473by falcon2019May 29, 2023, 02:36 PMI'm getting into Bitcoin development but hit a snag. Trying to use eFPGA for a project to streamline some parts of the code. But I'm struggling with…
Started by vector2016 · May 16, 2023, 12:25 AM · 2 / 5502550by gang2015May 17, 2023, 06:01 AMso, valid signatures are made like this: a = random, b = random, r = aG + bQ, and then s = r * modinv(b, N) % N and z = a * s (b, N)% N. but how do…
Started by dan2015 · May 10, 2023, 11:00 AM · 5 / 3605360by the_oracleMay 12, 2023, 11:56 AMSo I was digging into how we generate curves like secp160k1, secp192k1, secp224k1, and secp256k1. We start with "2^n-2^32" and then go down the…
Started by alex.byte · Apr 30, 2023, 02:38 PM · 5 / 5245524by eric_gasMay 1, 2023, 10:07 AMThis discussion is all about the long-standing arguments around PoW and PoS. As a fan of PoW, I wanna share why I think PoS just doesn’t cut it. It…
Started by dave.fork · Apr 21, 2023, 03:42 PM · 23 / 78623786by ben.matrixApr 29, 2023, 11:04 PMHey folks, I've been seeing a drop in the number of BTC nodes lately. We know how key full nodes are for Bitcoin's health. Can we chat about why…
Started by im_stack · Apr 17, 2023, 01:19 AM · 6 / 4346434by real_alphaApr 19, 2023, 10:11 AMSo I just found out Bitcoin core devs got offered around $8.3 million this year... never thought they had sponsors! I always figured they were just…
Started by m00n51 · Mar 31, 2023, 07:45 PM · 6 / 4656465by CalmFalconApr 1, 2023, 02:40 PMHey folks, Stuck trying to connect my sparrow wallet to Bitcoin Core. URL: 127.0.0.1, port 8332, standard Data Folder: D:\Bitcoin\testnet Use Proxy:…
Started by gigabyte · Mar 23, 2023, 04:39 AM · 9 / 5009500by chris2016Mar 27, 2023, 08:41 AMI just found this Coinswap app and wanted to share it with you guys. Couldn't find a suitable topic before, so here we are. It has features like…
Started by kevin420 · Mar 21, 2023, 05:18 AM · 12 / 63012630by AtomicForkMar 25, 2023, 12:58 AMJust saw a post the other day about this tool. It’s in Chinese and claims to convert seed phrases into private keys. Kinda sketchy if you ask me... I…
Started by 0x4lpha · Mar 10, 2023, 02:23 AM · 6 / 5676567by node_walletMar 17, 2023, 05:48 AMBeen running a full node on Bitcoin Core as a Tor hidden service for a bit now. It's set up on a virtual linux server. Looking to create watch-only…
Started by rav3n_ninj4 · Mar 5, 2023, 01:03 PM · 12 / 72212722by ben.matrixMar 9, 2023, 11:36 AMI worked on this project back in 2017. Used allinvain's allocation to mine but had to shut everything down due to some weird rules in my country.…
Started by ninja_nova · Feb 27, 2023, 05:01 AM · 3 / 7883788by swiftdiamondFeb 28, 2023, 09:19 PMHey everyone! I need to figure out how to handle Bitcoin deposits, but I'm not sure where to start. I can't run my own node right now since it means…
Started by maxi_2014 · Feb 23, 2023, 11:25 AM · 14 / 61914619by maxi_2014Feb 26, 2023, 01:59 PMSaw @Satofan44 mention this BIP earlier. Wanted to create a new thread so we don't clutter the other one.
Started by gang2015 · Jan 30, 2023, 12:01 PM · 20 / 40120401by ben.matrixFeb 5, 2023, 07:31 PMHey, I need some help here. I’ve got some coins stuck since April ‘23 in a Bitcoin Core wallet. They only paid 1 sat/vb and don’t signal RBF, so I…
Started by coldyield · Jan 30, 2023, 06:15 PM · 12 / 22512225by ben.matrixFeb 4, 2023, 11:21 AMSo, Martin from FairgateLabs just made a Blake3 implementation in Bitcoin script. Apparently, it’s the shortest hash function in script form, only…
Started by token_ninja · Feb 1, 2023, 06:42 PM · 1 / 8401840by diamondhandsFeb 1, 2023, 06:51 PMJust heard that Xahau got a major upgrade with MCPs! 🤯 What does that even mean? Are we talking serious improvements for devs? So apparently, vibe…
Started by vault88 · Jan 28, 2023, 11:36 AM · 0 / 5610561by vault88Jan 28, 2023, 11:36 AMhaving trouble setting up Electrum Personal Server with my Bitcoin Core node and Electrum wallet on Mac. followed a bunch of tutorials but when I…
Started by darkproto · Jan 22, 2023, 01:35 AM · 2 / 4812481by gang2015Jan 22, 2023, 06:06 PMRunning a full node is one of the best ways to back up decentralization and the Bitcoin network. It lets you check your own transactions without…
Started by 0xSage · Jan 20, 2023, 11:44 AM · 10 / 34410344by gwei_blockJan 21, 2023, 12:34 PMHey guys, I'm really struggling to find some testnet coins. Can anyone send me a bit of tBTC? My address: my2yD3GFzq1rkcA7Rnh42V8Pjk8obNkNfj Thanks a…
Started by max2021 · Dec 24, 2022, 11:10 PM · 5 / 6875687by max2021Dec 27, 2022, 02:39 AM