Skip to content

A Dogecoin SPV wallet

License

Notifications You must be signed in to change notification settings

ShibeTechnology/dogecoin-spv-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2aa7ab1 · Nov 16, 2024

History

66 Commits
Nov 1, 2022
Jan 8, 2021
Aug 20, 2022
Nov 16, 2024
Nov 16, 2024
Nov 1, 2022
Nov 25, 2020
Nov 25, 2020
Mar 6, 2024
Jan 22, 2022
Jul 16, 2022
Jan 22, 2022
Nov 5, 2024
Nov 16, 2024
Nov 16, 2024

Repository files navigation

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