This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
Releases: marcosrdz/mybitcoinnode
Releases · marcosrdz/mybitcoinnode
0.1a3
- Settings UI redesign
- Run: sudo server.js to run both the backend and frontend. Then access http://localhost on your browser.
0.1 alpha 2
-Device Information Screen
-'Your Addresses' moved to Device Information Screen
-Bitseed Device Manufacturer Information moved to Device Information Screen
-Alert if server.js is not reachable
0.1 Alpha
First alpha release of the new web UI for Bitseed.
For a quick test, execute the followingg commands on your terminal:
1)Run: node server.js
2) npm install -g serve
3) serve -s folder
Replace 'folder' with the directory name the project files are in.