Skip to content

App: Halving

Jan Dvořák edited this page Jan 7, 2022 · 5 revisions

Description

Halving is an application that shows the number of blocks until the next Bitcoin halving. This is a significant event for the whole Bitcoin community, especially for Bitcoin miners because the block subsidy is cut in half.

Examples

This is a minimum you must specify in your conf.py

{
  'name': 'halving',
},

This is an example of other parameters you can configure. Look into Configuration to see all possibilities.

{
  'name': 'halving',
  'duration': 60,
  'update_frequency': 5,
},

Required parameters

name

Identify the app by its name.

Clone this wiki locally