Skip to content

LayerTwo-Labs/activation-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

activation-watch

https://activation.watch/

Bitcoin core setup:

Config file: You need rpcuser & rpcpassword and no other configuration
Clone bitcoin core, checkout 25.x branch
Apply activation-watch.patch
Build bitcoind
Complete IBD

Server setup:

bitcoind running after follwing setup instructions.

An Apache server to display the nextjs activation.watch software. 
So the requirements for your server should be:
apache nodejs npm

activation-watch setup:
Move the activation-watch directory into your apache documents root
(for example /var/www/html/)
 
Build and start the nextjs software:
npm run build
npm start

Releases

No releases published

Packages

No packages published