Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Releases: marcosrdz/mybitcoinnode

0.1a3

07 Aug 00:34
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release
  • 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

30 Jul 02:23
Compare
Choose a tag to compare
0.1 alpha 2 Pre-release
Pre-release

-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

29 Jul 04:31
Compare
Choose a tag to compare
0.1 Alpha Pre-release
Pre-release

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.