Packages to build Vertcoin for OpenWRT.
Add the following line to feeds.conf.default in the OpenWRT trunk:
src-git vertcoin_openwrt https://github.com/dext3r/vertcoin_openwrt.git
Update the system with the feed:
./scripts/feeds update vertcoin_openwrt
Install the packages:
-
./scripts/feeds install vertcoin
For the node daemon and command line interface.
-
./scripts/feeds install db48
To add libdb48, required to enable wallet functionality.