Skip to content

allsagetech/activation-watch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 11.6%
  • CSS 0.4%