Bitcoin Forum
June 20, 2024, 02:41:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: I found a block but only transaction it contains is the 25 BTC mining award??? on: June 05, 2014, 12:10:39 AM
Yes this can happen sometimes. It's allowed because it's not rational over the long term from a game theory perspective. E.g. if all the miners decided to mine blocks with zero transactions simply for the block reward, then no transactions would flow through the network.

With no transactions the network would be useless and then the reward would be worthless.

Thankfully, it's not any harder to mine a block with transactions than without[1], so this shouldn't be a problem long term.

[1] Other than the fact that larger blocks can take a longer time to transfer across the network.
2  Bitcoin / Development & Technical Discussion / Re: Testnet in a box on: June 03, 2014, 07:27:13 PM
I just finished a video on how to setup a 2-node local testnet using Docker. In the video, I setup the testnet on the container and then make transactions with Bitcoin-Qt on the host. You can watch the video here: https://www.youtube.com/watch?v=LLZNvl90PC0

If you have docker installed, it's pretty straightforward. Essentially you:

Code:
# pull the testnet box
docker pull freewil/bitcoin-testnet-box

# run our box. map an extra port
docker run -t -i --name bitcoind -P -p 49020:19000 freewil/bitcoin-testnet-box

I'll write up a blog post describing all of the commands shortly. I'm doing a whole series of videos on how to get started programming bitcoin transactions, so if this interests you, subscribe to the channel.
3  Bitcoin / Project Development / Programming Bitcoin Reading List and Projects on: March 25, 2014, 07:17:37 PM
Hey all, I'm putting together a reading list and project directory for learning to program bitcoin transactions.

You can find it here: https://github.com/jashmenn/bitcoin-reading-list

The goal is to provide a document with links to content about how to write code for bitcoin projects and also have a directory of open-source projects.

The theme is to link to content that shows practical application of concepts (vs. overly theoretical).

Check it out and let me know what you think. Feel free to add suggestions in this thread or https://github.com/jashmenn/bitcoin-reading-list/issues and I'll be glad to add them.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!