Categorygithub.com/DEROFDN/netrunner
modulepackage
0.0.0-20240304200041-9dabf5235eb0
Repository: https://github.com/derofdn/netrunner.git
Documentation: pkg.go.dev

# README

Netrunner

Netrunner (Alpha Release)

DERO Network Gateway

Netrunner provides an easy way to use and manage your own DERO network daemon and miner. Stay connected to your wallet and all of your favorite decentralized applications with complete security and privacy. Use the integrated miner to contribute toward further decentralization and earn rewards with a click of a button.

Build

  1. Create new folder on desktop called "Dero", open this folder then right click inside it and select "Open in Terminal".
  2. In Terminal, type git clone https://github.com/DEROFDN/Netrunner, allow it to complete the code repo clone.
  3. In Terminal, type cd Netrunner to navigate into the cloned repo directory.
  4. In Terminal, type go mod tidy to grab dependencies.
  5. In Terminal, type go build . to build Netrunner from source
  6. In Terminal, type ./Netrunner to launch Netrunner!

# Functions

this function check whether the pow hash meets difficulty criteria however, it take diff in bigint format.
this function calculates the difficulty in big num form.
No description provided by the author
Find the IP address for endpoint.
HashToBig converts a PoW has into a big.Int that can be used to perform math comparisons.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author