Ubiq
  • Odin
  • The Basics
    • An introduction to Ubiq
    • Nucleus
    • Monetary Policy
      • Historical MP (Pre-Orion)
    • Social Media
    • FAQ
  • Wallets
    • Official Wallets
    • Third Party Wallets
    • Hardware Wallets
  • User Guides
    • Trezor
    • Ledger
    • MetaMask
    • Single-Board Nodes
    • Deploy an ERC-20
  • Governance
    • The Escher System
      • ESCH Airdrop Overview
      • ESCH Airdrop Details
    • UIPs
      • Historical Votes
      • UIP Template
  • Infrastructure & Utilities
    • Mining
      • Proof of Work
      • How to mine UBQ
      • Miner Software
      • Solo Mining vs. Pool Mining
      • Mining Pools
    • Nodes
      • gubiq
      • The Network Statistics Page
      • static-nodes.json
    • Block Explorer
  • Developer Portal
    • Github Repositories
    • Octano d0x
    • Supply API
    • Remix IDE
    • Solidity
  • DAPPS
    • Enmaku
    • NFT's
      • CHIMP
      • GB89
      • nCeption
      • token.gallery
    • Redshift
    • Shinobi
  • Terminology
    • Glossary
  • Branding Resources
    • Conventions
    • Chromatics
    • Font
    • InfoGraphics
Powered by GitBook
On this page
  • https://github.com/ubiq/go-ubiq/
  • Licenses

Was this helpful?

  1. Infrastructure & Utilities
  2. Nodes

gubiq

gubiq is the full node implementation written in Go for the Ubiq network.

PreviousNodesNextThe Network Statistics Page

Last updated 4 years ago

Was this helpful?

All peers on the Ubiq network connect using the full node application gubiq.

Note! Ubiq aims to be 100% compatible with Ethereum, so the majority of documentation written for will apply to Ubiq.

Building gubiq requires both a Go (version 1.13 or later) and a C compiler. You can install them using your favorite package manager.

For more detailed information including JSON-RPC options and other configuration settings visit the gubiq Github repo at;

Licenses

The go-ubiq library (i.e. all code outside of the cmd directory) is licensed under the , also included in our repository in the COPYING.LESSER file.

The go-ubiq binaries (i.e. all code inside of the cmd directory) is licensed under the , also included in our repository in the COPYING file.

Ethereum
https://github.com/ubiq/go-ubiq/
GNU Lesser General Public License v3.0
GNU General Public License v3.0