OMSKremer / hornet

HORNET is a powerful IOTA fullnode software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HORNET - The IOTA community node

GitHub Workflow Status GitHub release (latest by date) GitHub go.mod Go version GitHub

HORNET is a powerful, community driven IOTA fullnode software written in Go. It is easy to install and runs on low-end devices like the Raspberry Pi 4.


Notes

  • Please open a new issue if you detect an error or crash (or submit a PR if you have already fixed it).
  • The issue section is not a support section, if you have questions about HORNET please post them in the #hornet channel (official iota discord server).

Table of contents

Documentation

Hornet documentation can be found here: https://hornet.docs.iota.org/ Please have a look into our HORNET wiki for additional resources

Contributing

Installation

Binary

  • Download the latest release for your system (e.g. HORNET-x.x.x_Linux_ARM64.tar.gz for the Raspberry Pi 4)
  • Extract the files in a folder of your choice
  • Add neighbors to the peering.json file (optional)
  • Run HORNET: ./hornet -c config

APT

wget -qO - https://ppa.hornet.zone/pubkey.txt | sudo apt-key add -
sudo sh -c 'echo "deb http://ppa.hornet.zone stable main" >> /etc/apt/sources.list.d/hornet.list'
sudo apt update
sudo apt install hornet

Tutorial: Install HORNET with APT


Plugins

HORNETs functionality is extended by plugins. Available plugins are listed here.


Docker

Docker Pulls

Pull HORNET from Docker Hub

Build a Docker image

About

HORNET is a powerful IOTA fullnode software

License:Apache License 2.0


Languages

Language:Go 98.0%Language:Shell 1.2%Language:Batchfile 0.5%Language:HTML 0.2%Language:Dockerfile 0.1%