Commit Graph

1000 Commits

Author SHA1 Message Date
Dov Bitcoinheiro
ae8c7626dc
small typo fix (#202)
just a typo
2020-02-22 23:43:42 -06:00
Abhishek Shandilya
2c69cb9c79
Upgrade bug from systemctl disable (#206)
* replaced ugly tar output with simple messages

* replaced ugly tar extraction output

* Update mynode-local-upgrade

* Suppress the null byte warning

* prevent old missing services to halt upgrade
2020-02-22 23:43:06 -06:00
Amiga500
c1da8a30ff
Update README.md (#208)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2020-02-22 23:40:53 -06:00
Amiga500
b30f49fbca
Update mynode_firewall.sh (#209) 2020-02-22 23:40:19 -06:00
Taylor Helsper
0ec349fbf4 Fix bug in fsck check 2020-02-22 23:38:17 -06:00
Taylor Helsper
139a1705dd Improve docker image install/launch consistency 2020-02-22 22:20:31 -06:00
Taylor Helsper
e1f2c86bd6 Containers wait on docker image install 2020-02-22 22:19:22 -06:00
Taylor Helsper
2ad766403a Improve webssh2 consistency 2020-02-22 22:17:58 -06:00
Taylor Helsper
111ce603e4 Prevent shutdown page from multiple shutdowns 2020-02-22 22:16:27 -06:00
Taylor Helsper
8d49e56d6f Hide Product Key 2020-02-21 23:22:51 -06:00
Taylor Helsper
76ddf8edb1 Tag v0.1.92 2020-02-18 23:44:00 -06:00
Taylor Helsper
83f27496e3 Add electrum server cert reset button 2020-02-18 23:37:06 -06:00
Taylor Helsper
04e3e867cb Fix arg error in cert gen 2020-02-18 23:20:00 -06:00
Taylor Helsper
5dede9dc95 Add repo for recent tor packages 2020-02-18 21:04:07 -06:00
Taylor Helsper
734dd8e941 Make BTC RPC Explorer use port 50001 to improve consistency 2020-02-18 21:02:07 -06:00
Taylor Helsper
6edac56634 Hide status until bitcoin is syced 2020-02-17 22:21:38 -06:00
Taylor Helsper
822487d3db Add download link for wallet.dat and wallet info if funds have been stored in bitcoin core 2020-02-17 00:14:57 -06:00
Amiga500
d0e9ac9cf7
Update README.md (#192)
* Update README.md

* Update README.md
2020-02-16 22:28:22 -06:00
Amiga500
d3bbca87f6
RTL 0.6.7 and Mempool.Space on CHANGELOG (reminder inside) (#198)
* Mempool.Space on CHANGELOG (reminder inside)

This is a reminder to update /opt/mynode/mempoolspace with latest pull from the git source. ;)

* Update CHANGELOG

* Update CHANGELOG
2020-02-16 22:27:55 -06:00
Abhishek Shandilya
7deec49409
Minor tweaks to improve outputs from Bash scripts (#197)
* replaced ugly tar output with simple messages

* replaced ugly tar extraction output

* Update mynode-local-upgrade

* Suppress the null byte warning
2020-02-16 22:27:27 -06:00
Taylor Helsper
32ac3ed159 Tweak ramlog sized and clear before upgrades 2020-02-16 18:27:26 -06:00
Amiga500
ef8774af22
added loopd to about.html (#193) 2020-02-15 22:51:40 -06:00
Amiga500
7fccbc8dcc
RTL v0.6.7 (#194) 2020-02-15 22:51:20 -06:00
Amiga500
99833bdf82
RTL v0.6.7 (#195) 2020-02-15 22:51:09 -06:00
Amiga500
1bbf529967
Update CHANGELOG (#189) 2020-02-15 22:50:56 -06:00
Taylor Helsper
ba2318781a Get UFW log once 2020-02-15 22:48:49 -06:00
Taylor Helsper
61915f7e3e Clean rootfs before release 2020-02-13 20:03:21 -06:00
Taylor Helsper
9cead38ccf Re-add auto tor re-install 2020-02-13 19:54:57 -06:00
Taylor Helsper
ae9c14b23c Tag v0.1.91 2020-02-13 18:57:34 -06:00
Amiga500
f9ecd7b3be
Improved standard and dark logo (N without the two blurs) (#187)
* Add files via upload

* Add files via upload
2020-02-13 18:53:02 -06:00
Amiga500
5cca7fe326
Update CHANGELOG (#180) 2020-02-13 18:51:12 -06:00
Amiga500
133fb556c1
Update README.md (#176) 2020-02-13 18:50:50 -06:00
Taylor Helsper
d5ea6b4e96 Add firewall info settings page 2020-02-13 18:47:51 -06:00
Taylor Helsper
a44c5574ca Add tor re-install option 2020-02-12 21:04:26 -06:00
Taylor Helsper
912d29ae2d Add option to see BTC RPC password in GUI 2020-02-12 20:51:40 -06:00
Taylor Helsper
cca84c780b Merge branch 'master' of github.com:mynodebtc/mynode 2020-02-12 00:03:51 -06:00
Taylor Helsper
2e0ccc0d5a Devices won't check for new QS data 2020-02-12 00:02:35 -06:00
Taylor Helsper
884a2f426a Update dark logo 2020-02-12 00:01:43 -06:00
Stadicus
bb3a9714a7
RockPro64: allow PCIe NVMe internal SSD (#185)
The RockPro64 board has a PCIe slot that can be used with a slim
NVMe M.2 SSD drive. This makes attaching an external drive unnecessary
and can allow for a nice compact form factor.

The partition naming scheme is a bit different. While on regular USB
drives partitions are called e.g. /dev/sda1, on an NVMe drive the
partition is called /dev/nvme0n1p1 (note the appendix 'p1' instead
of '1')

This commit extends the script 'mount_drive.tcl' to
* recognize blockdevices starting with 'nvme' in findBlockDevices()
* use the variable $blockPartition in createMyNodeFsOnBlockDevice() to
  allow for the different partition naming scheme
2020-02-11 23:05:37 -06:00
Taylor Helsper
5b3a4037ac Tag v0.1.90 2020-02-10 16:25:23 -06:00
Taylor Helsper
b003b4d88d Checkout known pivpn version 2020-02-10 16:12:58 -06:00
Taylor Helsper
db6030a09e Update RTL Config 2020-02-10 13:25:41 -06:00
Taylor Helsper
7c81f3e162 Tag v0.1.89 2020-02-09 21:53:21 -06:00
Taylor Helsper
b96be9148b Improve ramlog and logrotate 2020-02-09 21:25:47 -06:00
Taylor Helsper
17d734df53 Add RockPro64 Fan Controller 2020-02-09 19:36:09 -06:00
Taylor Helsper
58ce699b75 Install mempoolspace changes 2020-02-09 19:35:49 -06:00
Taylor Helsper
7505d46917 Improve wording 2020-02-09 15:34:04 -06:00
Taylor Helsper
c000d73d77 Tweak public IP detection 2020-02-09 15:26:35 -06:00
Taylor Helsper
0905c9e746 Tag v0.1.88; Update loopd and mempoolspae service files 2020-02-08 23:19:12 -06:00
Taylor Helsper
8c73208d16 Tag v0.1.87 2020-02-08 20:21:11 -06:00