Top new questions this week:
|
Speaking with Ben on twitter it appears that it isn’t feasible without eltoo to create more than 2 party channels on the lightning network today. Why exactly is that the case today and how does eltoo …
|
I created a transaction that creates a taproot output that can be spent using the private key (KEY) corresponding to the taproot output key. Then I imported the WIF formatted private key into Bitcoin …
|
I’m having some trouble understanding malleability in miniscript. Specifically I cannot get why some solutions can be used instead of other. I think using an example may help. Say, for instance, this …
|
I am super new to lightning development and just starting to play around with stuff and wanted to execute some circular rebalancing payments, but was confronted with problems coming from the getroute …
|
I’m developing a script that processes blk.dat files from bitcoin core. So far, I am able to retrieve the following attributes for transaction inputs: “vin”, “index”, “…
|
What is the status of the Mt. Gox rehabilitation? I know that on October 5th they allowed creditors to start applying for reimbursement, but how much reimbursement? For example, if the creditor had …
|
I am running a BTC core node and I would like to perform some experiments and analysis on Bitcoin transaction latency. However, I see that the method getrwatransaction returns an object with: “…
|
Greatest hits from previous weeks:
|
Is there a website or service that can quickly lookup how much bitcoins are there in a given wallet/address, so I can look up my own wallet from a friend’s computer which doesn’t have the Bitcoin …
|
Often I’m asked to explain Bitcoin to someone and occasionally I come up with something stellar that really nails it, but most times it’s a rambling incoherent mess. What I would like to see is a …
|
Bitcoinity.org shows that for the past 30 days, bitstamp’s price is high at 101.00, low at 77.00, and current price is 98.04. On contrast, mtgox’s price for the past 30 days is high at 115.00, low at …
|
Hi! Based on your experience, how long does it take to receive one confirmation for any given transaction which has payed the standard miner’s fee? Is it still reversible? Thanks!
|
I want to buy some bitcoins. Ideally, I would like to buy them on the MtGox exchange (because the consensus seems to be that this is the most reputable exchange), however I have found the system for …
|
I use the original client, but I don’t know where can I find my Bitcoin address. Can someone help me?
|
How does the implementation of merged mining affect the global hash rate of alt chains? Does one solution fit all? Does one solution fit some? Does the rate of “solutions that will fit” decrease …
|
Can you answer these questions?
|
In my application I would like to obtain the balance and UTXO set of some Bitcoin addresses. I’m primarily looking to achieve this using a full node (Bitcoin Core, RPC), but I am also open to other …
|
This answer, explains what are SERIALIZE_METHODS and DESERIALIZE_METHODS macros in the Bitcoin Core. They prevent duplicate code for implementing the serialization and deserialization logic. But I’ve …
|
I’m parsing in blocks from my local blk*.dat files, using this excellent website as a guide. All goes well until file blk00976.dat, block …
|