BitcoinAmiens / dogecoin-spv-node

A simple dogecoin spv node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogecoin SPV node

!!!!!!!!!

This repo has been moved to https://github.com/ShibeTechnology/dogecoin-spv-node

!!!!!!!!!

JavaScript Style Guide

A simple spv node for Dogecoin.

See Documentation

Development (regtest)

You will need docker installed.

Build the docker image:

$ make build-regtest

Start the docker container:

$ make regtest

Restart the container (in case you stopped the container and want to continue development):

$ make restart

Generate 5 blocks:

$ make generate count=5

Start the spvnoce in regtest mode:

NETWORK=regtest npm start

Development in Testnet Network

NETWORK=testnet npm start

See debug log

tail -f stdout.log

Documentation

Run the doucmentation server locally

$ npm run docs:dev

Build the documentation

$ npm run docs:build

Troubleshouting

bad-txns-inputs-spent 12

Sometime freshly collecty inputs won't work. Just wait a bit for some new blocks...

About

A simple dogecoin spv node

License:Other


Languages

Language:JavaScript 98.7%Language:Makefile 0.9%Language:Dockerfile 0.4%