Giter Club home page Giter Club logo

ltzcore's Introduction

Ltzcore Node

Requirements:

  • Trusted P2P Peer
  • MongoDB Server >= v3.4

Checkout the repo

git clone [email protected]:LitecoinZ-Community/ltzcore.git
git checkout master
npm install

Setup Guide

1. Setup Ltzcore config

Example ltzcore.config.json
{
  "ltzcoreNode": {
    "chains": {
      "LTZ": {
        "mainnet": {
          "chainSource": "p2p",
          "trustedPeers": [
            {
              "host": "127.0.0.1",
              "port": 20008
            }
          ],
          "rpc": {
            "host": "127.0.0.1",
            "port": 20009,
            "username": "username",
            "password": "password"
          }
        },
        "regtest": {
          "chainSource": "p2p",
          "trustedPeers": [
            {
              "host": "127.0.0.1",
              "port": 20020
            }
          ],
          "rpc": {
            "host": "127.0.0.1",
            "port": 20021,
            "username": "username",
            "password": "password"
          }
        }
      }
    }
  }
}

2. Setup LitecoinZ Node

Example LitecoinZ Mainnet Config
whitelist=127.0.0.1
txindex=0
listen=1
server=1
irc=1
upnp=1

# Make sure port & rpcport matches the 
# ltzcore.config.json ports for LTZ mainnet

port=20008
rpcport=20009
rpcallowip=127.0.0.1

rpcuser=username
rpcpassword=password

3. Run LitecoinZ node

Example Starting a LitecoinZ Node
# Path to your litecoinz application and path to the config above
/Applications/LitecoinZ-Qt.app/Contents/MacOS/LitecoinZ-Qt -datadir=/Users/username/blockchains/litecoinz-core/networks/mainnet/

4. Start Ltzcore

npm run node

API Documentation

REST API parameters and example responses

Websockets API namespaces, event names, and parameters

Testing ltzcore-node in RegTest

Wallet Guide - Creating, Signing, Import Address

Contributing

See CONTRIBUTING.md on the main ltzcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2015-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

ltzcore's People

Contributors

matiu avatar isocolsky avatar micahriggan avatar maraoz avatar nitsujlangston avatar cmgustavo avatar eordano avatar chjj avatar yemel avatar bitjson avatar gasteve avatar braydonf avatar harshitjoshi avatar martindale avatar ryanxcharles avatar illegalprime avatar gabegattis avatar pnagurny avatar gabrielbazan7 avatar olalonde avatar jdonadio avatar markltz avatar bechi avatar throughnothing avatar dabura667 avatar rastajpa avatar troggy avatar dskloet avatar rubensayshi avatar kleetus 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.