Giter Club home page Giter Club logo

herbsters's Introduction

Herbsters Cryptocurrency

Home Page: http://herbsters.com

Block Explorer: http://explorer.herbsters.com

Faucet: http://herbsfaucet.com

Wallet: http://cryptonetwork.host

Mining Pool: http://herbs.cryptonetwork.host

What is herbsters?

herbsters is an experimental digital currency that enables instant payments to anyone, anywhere in the world. herbsters uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. herbsters Core is the name of open source software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of the herbsters Core software, see http://herbsters.com.

License

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

Development Process

Developer IRC can be found on irc.findarea.world at #herbsters.

Working Ubuntu Bionic Beaver 18.04 [ Linux ]

Required Dependency

sudo apt-get update

sudo apt-get install git wget

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libevent-dev bsdmainutils python3

sudo add-apt-repository universe

sudo apt-get update

sudo apt-get install libboost-all-dev

sudo apt-get install libdb-dev libdb++-dev

Necessary Openssl Version 1.1.1 Installation

cd ~

wget https://www.openssl.org/source/openssl-1.1.1f.tar.gz

tar -zxf openssl-1.1.1f.tar.gz && cd openssl-1.1.1f

./config

(You may need to run [ sudo apt install make gcc ] before running this command successfully)

make

make test

sudo mv /usr/bin/openssl ~/tmp

sudo make install

sudo ln -s /usr/local/bin/openssl /usr/bin/openssl

sudo ldconfig

Source Installation

cd ~

git clone https://github.com/herbsters/herbsters.git

cd ~/herbsters

./autogen.sh

./configure --with-incompatible-bdb

make

edit ~/.profile

export PATH=$PATH:/home/USERNAME/herbsters/src

create ~/.herbsters/herbsters.conf

server=1

txindex=1

addnode=149.28.46.64:7999

addnode=45.77.144.188:7999

rpcuser=custom_user_id

rpcpassword=THISWHERETHAT_PWD

rpcport=7998

port=7999

rpcbind=0.0.0.0

rpcallowip=0.0.0.0/0

rpcallowip=127.0.0.1

rpcallowip=149.28.46.64

rpcallowip=45.77.144.188

daemon=1

gen=1

listen=1

paytxfee=0.001

4way=1

Directions

cd ~

mkdir .herbsters

cp herbsters.conf .herbsters

Commands

START: herbstersd -deprecatedrpc=accounts -daemon

DATA: herbsters-cli getinfo

COIN CREDIT: herbsters-cli getbalance

TARGET BLOCK: herbsters-cli getblocktemplate

WALLET ADDRESS: herbsters-cli getaccountaddress ""

SEND COINS: herbsters-cli sendtoaddress "address" amount

MOVE COINS: herbsters-cli move "#" "" amount

herbsters's People

Contributors

herbsters avatar

Watchers

James Cloos 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.