5.0.10 • Published 14 days ago

flocore-node v5.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
14 days ago

Flocore Node

A Florincoin blockchain indexing and query service. Intended to be used with as a Florincoin full node or in conjunction with a Florincoin full node.

Upgrading from previous versions of Flocore Node

There is no upgrade path from previous versions of Flocore Node due to the removal of the included Florincoin Core software. By installing this version, you must resynchronize the indexes from scratch.

Install

npm install
./bin/flocore-node start

Note: A default configuration file is placed in the flocore user's home directory (~/.flocore/flocore-node.json). Or, alternatively, you can copy the provided "flocore-node.json.sample" file to the project's root directory as flocore-node.json and edit it for your preferences. If you don't have a preferred block source (trusted peer), Bcoin will be started automatically and synchronized with the mainnet chain.

Prerequisites

  • Node.js v8.2.0+
  • ~500GB of disk storage
  • ~4GB of RAM

Configuration

The main configuration file is called "flocore-node.json". This file instructs flocore-node for the following options:

  • location of database files (datadir)
  • tcp port for web services, if configured (port)
  • florincoin network type (e.g. mainnet, testnet3, regtest), (network)
  • what services to include (services)
  • the services' configuration (servicesConfig)

Add-on Services

There are several add-on services available to extend the functionality of Flocore:

Documentation

  • Services
    • Fee - Creates a service to handle fee queries
    • Header - Creates a service to handle block headers
    • Block - Creates a service to handle blocks
    • Transaction - Creates a service to handle transactions
    • Address - Creates a service to handle addresses
    • Mempool - Creates a service to handle mempool
    • Timestamp - Creates a service to handle timestamp
    • Db - Creates a service to handle the database
    • p2p - Creates a service to handle the peer-to-peer network
    • Web - Creates an express application over which services can expose their web/API content
  • Development Environment - Guide for setting up a development environment
  • Node - Details on the node constructor
  • Bus - Overview of the event bus constructor
  • Release Process - Information about verifying a release and the release process.

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.

License

Code released under the MIT license.

Copyright 2013-2017 BitPay, Inc.

  • florincoin: Copyright (c) 2009-2015 Florincoin Core Developers (MIT License)
5.0.10

14 days ago

5.0.9

15 days ago

5.0.8

4 years ago

5.0.7

4 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0-beta.89

6 years ago

5.0.0-beta.88

6 years ago

5.0.0-beta.87

6 years ago

5.0.0-beta.86

6 years ago

5.0.0-beta.85

6 years ago

5.0.0-beta.84

6 years ago

5.0.0-beta.83

6 years ago

5.0.0-beta.82

6 years ago

5.0.0-beta.81

6 years ago

5.0.0-beta.80

6 years ago

5.0.0-beta.79

6 years ago

5.0.0-beta.78

6 years ago

5.0.0-beta.77

6 years ago

5.0.0-beta.76

6 years ago

5.0.0-beta.75

6 years ago

5.0.0-beta.74

6 years ago

5.0.0-beta.73

6 years ago

5.0.0-beta.72

6 years ago

5.0.0-beta.71

6 years ago

5.0.0-beta.70

6 years ago

5.0.0-beta.69

6 years ago

5.0.0-beta.68

6 years ago

5.0.0-beta.67

6 years ago

5.0.0-beta.66

6 years ago

5.0.0-beta.65

6 years ago

5.0.0-beta.63

6 years ago

5.0.0-beta.62

6 years ago

5.0.0-beta.61

6 years ago

5.0.0-beta.60

6 years ago

5.0.0-beta.59

6 years ago

5.0.0-beta.58

6 years ago

5.0.0-beta.57

6 years ago

5.0.0-beta.56

6 years ago

5.0.0-beta.55

6 years ago

5.0.0-beta.52

6 years ago

5.0.0-beta.51

6 years ago

5.0.0-beta.50

6 years ago

5.0.0-beta.49

6 years ago

5.0.0-beta.48

6 years ago

5.0.0-beta.47

6 years ago

5.0.0-beta.46

6 years ago

5.0.0-beta.45

6 years ago

5.0.0-beta.44

6 years ago