Development & Technology
Bitcoin Core, protocol, BIPs, running nodes.
Any thoughts on using systemd for bitcoind? Just trying to get this set up right. I found some examples but it feels a bit confusing. Here's a link I…
Started by alpha88 · May 26, 2022, 03:16 AM · 2 / 3972397by 0xNodeMay 26, 2022, 05:22 AMHey all, I’m diving into some concepts and I have a bunch of questions that have stumped me. Like, where’s the best place to use a P2SH multisig…
Started by chain_2017 · May 22, 2022, 04:32 PM · 8 / 4958495by chain_2017May 24, 2022, 03:47 PMI’m just diving into this. Never happened to me, but what if power fails right after I hit SEND on Trezor or Electrum? Is there a chance the funds…
Started by diamond_bear · May 17, 2022, 05:15 PM · 16 / 34016340by pr0to88May 19, 2022, 10:28 PMk*G = r.x == d*G = d.x I’m not super good at English, but I think I got the idea. If R is Publickey x, then we can find a solution. Here’s an…
Started by greghodler · May 17, 2022, 06:06 PM · 2 / 6712671by 0xNodeMay 17, 2022, 08:23 PMJust built a suite for ECDSA secp256k1 to see how signatures hold up against various attacks. It's aimed at helping devs spot weaknesses in their…
Started by dan2015 · Apr 27, 2022, 04:05 PM · 1 / 6801680by benlordApr 27, 2022, 07:42 PMI recently came across Utreexo from the MIT Digital Currency Initiative while diving into OP_RETURN talks. It's got potential to address some Bitcoin…
Started by alexsat · Apr 15, 2022, 09:03 AM · 22 / 49722497by ben.matrixApr 22, 2022, 01:09 AMMichael Saylor is raising alarms about opportunists pushing for changes to Bitcoin's protocol. He believes it could really backfire.
Started by cryptosatoshi · Apr 4, 2022, 02:09 PM · 20 / 47020470by ben.matrixApr 14, 2022, 03:58 PMI’m totally new to this coding stuff. I want to grab the raw hex file of the latest block. How do I do that? I've tried some blockchain explorers but…
Started by bear2019 · Apr 5, 2022, 08:40 PM · 12 / 62112621by gwei_blockApr 12, 2022, 06:33 PMI keep hearing how secure bitcoin is, but what if a government decides to throw tons of computing power at it? Like billions worth. What would really…
Started by 5ilentOracl3 · Mar 29, 2022, 09:56 AM · 21 / 64221642by ben.matrixApr 10, 2022, 06:08 AMSaw on Predyx that traders are giving this like 14% odds. Pretty wild considering over 6k people trading it and the volume is crazy high. Curious…
Started by nova42 · Mar 26, 2022, 11:14 PM · 19 / 50019500by shrimpApr 1, 2022, 02:06 AMSo, are there any limits on how big block files can get? I mean, like, they store multiple blocks in those.dat files. Can it keep validating more and…
Started by alpha23 · Mar 28, 2022, 04:10 AM · 12 / 47912479by stack_ninjaMar 31, 2022, 06:19 AMI got a situation here. I have two elliptic curves, E1 and E2, both over the same finite field. E1 is pretty secure, prime order, large embedding…
Started by SwiftBull · Mar 27, 2022, 08:42 PM · 2 / 7172717by SwiftBullMar 28, 2022, 05:16 PMYears back, I kinda messed up my Bitcoin situation. Searched everywhere, and I found a couple of files. They're split into two parts, each 20…
Started by orbit404 · Mar 17, 2022, 07:10 AM · 11 / 48211482by lonealphaMar 18, 2022, 02:24 PMSo, I just started running a Bitcoin Core node, but I’ve noticed my mempool is empty for ages, even when I have a lot of peers connected. Anyone know…
Started by 0xNode · Mar 11, 2022, 05:30 PM · 4 / 4344434by mr_apeMar 13, 2022, 08:45 PMHere's where we can track how BIP110 is doing. I'll drop updates on the node count from various sources. Expect a daily post from me with the latest…
Started by tom51 · Mar 1, 2022, 12:29 AM · 13 / 56513565by ben.matrixMar 8, 2022, 09:23 PMHey everyone, I need some help with the kangaroo algorithm. What jumps should I set in the code to locate k nonce? I know k nonce is between n-2^40…
Started by 0x4tl4s · Mar 6, 2022, 06:47 AM · 3 / 3623362by m1kes4tMar 6, 2022, 09:10 PMwhat's up everyone, just joined here! I whipped up this little script about a year ago. I’ve been using it on puzzle 66 keys but had no luck. Now I'm…
Started by block365 · Feb 2, 2022, 04:41 AM · 7 / 2877287by 0xAltFeb 4, 2022, 06:21 PMI was trying to generate 1-bit signatures using this repo I found. But I keep hitting a wall with "private key not found". I want to figure out how…
Started by greghodler · Feb 2, 2022, 07:37 PM · 5 / 3915391by GrimFarmFeb 3, 2022, 06:05 PMJust getting into this stuff, so bear with me. I made a smaller secp256k1 with p=43, n=31. Took point G(2, 31) as the generator and got all valid…
Started by hash_cobra · Jan 19, 2022, 11:37 AM · 15 / 50515505by ninja_atlasJan 24, 2022, 03:19 PMHey all, Been working on a new public mining pool to tackle Bitcoin challenge puzzles together. Trying to make it super transparent while keeping the…
Started by LuckyFarm · Jan 13, 2022, 09:24 AM · 19 / 55619556by dan.walletJan 22, 2022, 01:25 PMThis method revolves around calculating the chances of a specific prefix showing up in a set of hashes, while ignoring the less likely outcomes.
Started by m1kes4t · Jan 3, 2022, 06:44 PM · 22 / 68322683by ben.matrixJan 8, 2022, 01:36 PMSo, I got a public key (x, y) and its inverse (x, -y). How do we figure out which is positive and which is negative? Like, is there a simple way to…
Started by mr_node · Dec 28, 2021, 02:34 PM · 12 / 63912639by stacksatsJan 6, 2022, 04:16 PMHey folks! Really pumped to show you something I’ve been brewing over the last few months Cyclone, touted as the fastest CPU puzzle solver out there!…
Started by 0xWolf · Dec 22, 2021, 02:35 AM · 19 / 49219492by probablynothingDec 30, 2021, 10:26 AMSo, how exactly does Bitcoin Core figure out the sync time? Like, it gets the current block height and the latest chain tip from other nodes, but…
Started by dave.fork · Dec 27, 2021, 08:24 AM · 1 / 7611761by matrix2021Dec 29, 2021, 12:49 PMI’m thinking about moving from Legacy Addresses to SegWit (bech32) to cut down on fees. Seems like it’ll help with congestion too if more people…
Started by cipher_proto · Dec 24, 2021, 09:34 AM · 12 / 53012530by gang2015Dec 27, 2021, 11:16 PM