Git Product home page Git Product logo

h-node's Introduction

Crynux Node for the Hydrogen(H) Network

Start a Crynux Node to share the spared local GPU to others in exchange for tokens. Crynux Node will join the Crynux Network, receive the AI inference/training/fine-tuning tasks from the network, and execute them locally.

Crynux Node WebUI

Getting Started

A complete getting started guide to start a node is provided in the document:

Join the Network

Run the node

  1. Pull the Docker image from GitHub
# docker pull ghcr.io/crynux-ai/h-node:latest
  1. Start the container

The port 7412 is exposed for the WebUI. And GPUs must be provided to the container.

# docker run -d -p 127.0.0.1:7412:7412 --gpus all ghcr.io/crynux-ai/h-node:latest
  1. Visit the WebUI in the browser
http://localhost:7412
  1. Follow the instructions in the WebUI to join the network.

Build the Docker image from the source code

  1. Clone the project
# git clone https://github.com/crynux-ai/h-node.git
  1. Go to the root folder of the project
# cd h-node
  1. Build the Docker image
# docker build -t h_node:dev -f .\build\Dockerfile . 
  1. Start the container
# docker run -d -p 127.0.0.1:7412:7412 --gpus all h_node:dev

h-node's People

Contributors

iwehf avatar lukewwww avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.