Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

A simple dogecoin spv node

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE
WTFPL
COPYING
Notifications You must be signed in to change notification settings

BitcoinAmiens/dogecoin-spv-node

Repository files navigation

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