Browsing: core
bitcoin core – How do I get GUI wokring for Ubuntu linux, How do I go about ” searching your distribtion’s package database for the file missing”?
In the bitcoin core instructions, it says that to use the GUI, you have to execute “bitcoin-qt.” It gives this…
bitcoin core – How do I go about “searching your distribution’s package database for the missing files” to get the GUI working for Ubuntu Linux?
In the Bitcoin Core instructions, it says that to use the GUI, you have to execute bitcoin-qt. It gives this…
This will be mostly possible in the upcoming Bitcoin Core 0.18 release. First you need to understand that the sequence…
bitcoind – Is there a way to salvage the old mining software originally included in bitcoin core to mine with just a standalone computer – no asic?
I’m trying to figure out how to use mining software on my computer with a full node. The API’s seem…
Tried to create a wallet, ran into an error. How do I create a wallet using Bitcoin Core on Linux that I can then connect with mining?
What does this error message mean? You tried to create a BDB wallet, which is the old type of wallet…
I’ve come acrossed a few – running the original Satoshi v.0.1.0 through v.0.1.5 Clients all the way up to Satoshi…
transactions – Is there a Bitcoin Core RPC that creates a block including merkle root and coinbase based on my address?
In short, no such RPCs exist, though there are a few related ones. There is the “production” mining interface getblocktemplate,…
Mostly followed this guide on how to create a psbt where multiple users pool money together. Everything is done in…
We use ZMQ notifications to monitor new blocks and new transactions in the mempool. It works very well on mainnet,…
Bitcoin core hard-codes the coinbase transaction to one output coinbaseTx.vout.resize(1) as defined in src/node/miner.cpp // Create coinbase transaction. CMutableTransaction coinbaseTx;…