Giter Site home page Giter Site logo

bitister / radiant-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from radiantblockchain/radiant-node

0.0 0.0 0.0 118.78 MB

Radiant Blockchain Node (RXD) - SHA512/256 Proof-of-Work

Home Page: https://radiantblockchain.org

License: MIT License

Shell 0.89% Ruby 0.01% C++ 68.63% Python 17.18% Perl 0.04% C 8.69% PHP 0.56% Java 0.38% Assembly 0.26% Objective-C++ 0.04% Makefile 0.86% HTML 0.20% QMake 0.01% CMake 1.66% M4 0.31% Dockerfile 0.02% Sage 0.28%

radiant-node's Introduction

Radiant Node

The goal of Radiant Node is to create sound money and a digital value transfer system that is usable by everyone in the world. This is civilization-changing technology which will dramatically increase human flourishing, freedom, and prosperity. The project aims to achieve this goal by focusing on high performance scalablity and an expressive programming language to realize any type of digital value and money transfer imaginable.

What is Radiant?

Radiant is a high performance blockchain for digital assets and enables instant payments and asset transfers to to anyone, anywhere in the world. It uses peer-to-peer technology to operate with no central authority: managing transactions are carried out collectively by the network. Radiant is a twin network based on the original Bitcoin design.

Quick Start Compile on Ubuntu 18/20

See Ubuntu/Debian Builds or the Docs folder for your platform

Disable QT when building:

mkdir build
cd build
cmake -GNinja .. -DBUILD_RADIANT_QT=OFF
ninja
# Optionally install into system
sudo ninja install 

Install on System Start with systemd

In: /etc/systemd/system/radiantd.service

[Unit]
Description=radiantd
After=network.target

[Service]
PIDFile=/tmp/radiantd-99.pid
ExecStart=/usr/local/bin/radiantd -rpcworkqueue=16 -rpcthreads=16  -rest -server -rpcallowip='0.0.0.0/0' -txindex=1 -rpcuser=raduser -rpcpassword=radpass 

User=root
Group=root
Restart=always
LimitNOFILE=400000
TimeoutStopSec=30min

[Install]
WantedBy=multi-user.target

Sample radiant.conf

rpcallowip=0.0.0.0/0
txindex=1
rpcuser=youruser
rpcpassword=yourpassword

What is Radiant Node?

Radiant Node is the name of open-source software which enables the use of Radiant. It is a descendant of the Bitcoin Cash Node Bitcoin Core and Bitcoin ABC software projects.

License

Radiant Node is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit, cryptographic software written by Eric Young, and UPnP software written by Thomas Bernard.

Development Process

Radiant Node development takes place at https://gitlab.com/radiantblockchain/radiant-node

This Github repository contains only source code of releases.

If you would like to contribute, please contact us directly at t.me/radiantblockchain

Disclosure Policy

We have a Disclosure Policy for responsible disclosure of security issues.

Further info

See doc/README.md for further info on installation, building, development and more.

radiant-node's People

Contributors

laanwj avatar sipa avatar deadalnix avatar gavinandresen avatar cculianu avatar ftrader avatar fabcien avatar theuni avatar jasonbcox avatar jonasschnelli avatar thebluematt avatar luke-jr avatar non-github-bitcoin avatar gmaxwell avatar fanquake avatar bigblockiftrue avatar markblundeberg avatar dagurval avatar sdaftuar avatar jnewbery avatar schancel avatar morcos avatar practicalswift avatar ryanofsky avatar jtimon avatar petertodd avatar paveljanik avatar mengerian avatar achow101 avatar pstratem 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.