Skip to content
Stefan Lau edited this page Jun 13, 2014 · 2 revisions

Display stats for a blockchain with the 'technical/coinchooseCom' module.

Configuration Options:

coin (Type: String Default: BTC): The coin that you want to fetch the blockchain information for. An overview of coins can be found at http://www.coinchoose.com/.
interval (Type: Number Default: 6 * 60 * 60 * 1e3(6h)): The interval in which the stats are updated in milliseconds.

Example

modules: [
    ...,
    {
        module: 'technical/coinchooseCom',
        coin: 'PPC',
        interval: 1000 * 60 * 60
    },
    ...
]
Clone this wiki locally