146 Commits

Author SHA1 Message Date
crowetic
990f7e8438
Update settings.json
update settings.json for increased threads, and other improved defaults
2023-10-16 19:07:05 -07:00
crowetic
8bf0f39404
Create outgoing-settings.json
settings for more peers, more outbound peers, higher network threads, and api access allowed and unrestricted, also increased blockCacheSize.
2023-10-14 11:17:24 -07:00
crowetic
f8cc0bf77d
Update rebuilt-machine.sh
added smartmontools and ksnip to install list
2023-10-09 20:28:13 -07:00
crowetic
152af47a86
Update auto-fix-qortal.sh
modified high-RAM start script settings.
2023-09-07 13:01:34 -07:00
crowetic
d710c8f170
Create start-high-RAM.sh 2023-09-07 12:58:52 -07:00
crowetic
2f3c220cf6
Update start-modified-memory-args.sh
few modifications for memory and niceness
2023-08-20 16:44:34 -07:00
crowetic
fdb736de28
Update start-modified-memory-args.sh 2023-07-30 15:39:47 -07:00
crowetic
bfa989a444
Update start-6001-to-16000m.sh 2023-07-30 15:39:22 -07:00
crowetic
ac7e530cee
Update start-modified-memory-args.sh
lowered Xss setting
2023-07-27 19:51:14 -07:00
crowetic
002c215f7e
Update start-6001-to-16000m.sh
lowered Xss setting
2023-07-27 19:50:41 -07:00
crowetic
25b28d1a93
Update start-qortal.sh
modified shebang for bash.
2023-07-19 21:53:44 -07:00
crowetic
cb58179474
Update auto-fix-qortal.sh
changed order of commands for fix on armv7l pi machines
2023-06-03 13:35:00 -07:00
crowetic
3c77062890
Update auto-fix-qortal.sh
fixed logic
2023-06-03 13:21:41 -07:00
crowetic
71d3dca256
Update auto-fix-qortal.sh
added detection of 32bit ARM (armv7l) machines, and corrected start script for compatibility there.
2023-06-03 13:13:05 -07:00
crowetic
ec45361c28
Update start-6001-to-16000m.sh
ended up modifying auto-fix-script instead for check of 32bit ARM. Changing this setting back to higher RAM usage on 64bit machines
2023-06-03 12:55:05 -07:00
crowetic
bde4e3949f
Update start-6001-to-16000m.sh
changes for 8GB pi...
2023-06-03 12:38:07 -07:00
crowetic
be5c88f336
Update start-6001-to-16000m.sh 2023-06-03 12:29:35 -07:00
crowetic
380c51ef56
Update auto-fix-qortal.sh
removed status script from desktop and moved to qortal folder.
2023-06-02 14:52:07 -07:00
crowetic
c9cc0b3831
Update rebuilt-machine.sh
moved Qortal-UI AppImage to qortal folder, moved check-qortal-status.sh to Qortal folder.
2023-06-02 14:42:27 -07:00
crowetic
5b72a54279
Update start-6001-to-16000m.sh
testing a slightly lowered amount of RAM for machines between 6GB and 16GB of RAM... if this doesn't work as intended, may create another statement for modification between 11 and 20GB instead. We will see what happens.
2023-05-30 14:14:20 -07:00
crowetic
9b6034f8ef
Update start-modified-memory-args.sh
lowered RAM a bit more for systems with 6GB or less RAM
2023-05-30 08:11:19 -07:00
crowetic
22e3164f25
Update auto-fix-qortal.sh
added raspberry-pi-specific modifications to both skip auto-fix-visible setup and add/verify cron entries for pi auto-fix and auto-start.
2023-05-29 17:14:29 -07:00
crowetic
dab44e3ddb
Update start-modified-memory-args.sh
lowered overall RAM usage by a few hundred MB (for machines with less than 6GB of RAM)
2023-05-29 17:09:54 -07:00
crowetic
132e2af24e
Update rebuilt-machine.sh
added sysbench installation
2023-05-29 15:42:31 -07:00
crowetic
e1f7a417ca
Update rebuilt-machine.sh
added ffmpeg installation
2023-05-28 16:21:07 -07:00
crowetic
3f14615c77
Update auto-fix-qortal.sh
modified some wording and sleep times.
2023-05-28 09:35:02 -07:00
crowetic
af6729663c
Update settings.json
don't set defaults, and increase default maxPeers.
2023-05-28 09:29:09 -07:00
crowetic
10d24fa58b
Update rebuilt-machine.sh
changed colors and added bpytop
2023-05-27 19:40:23 -07:00
crowetic
dc8f7fb0ff
Update auto-fix-qortal.sh
changed the way a few things worked.
2023-05-27 19:30:58 -07:00
crowetic
29cba82e40
Update auto-fix-qortal.sh 2023-05-25 17:25:07 -07:00
crowetic
868594374e
Update auto-fix-qortal.sh
make autostart directory if not existing
2023-05-25 17:23:18 -07:00
crowetic
3b0e3bb4f3
Update auto-fix-qortal.sh
made colors more uniform
2023-05-25 17:15:50 -07:00
crowetic
96f1e7fef6
Update auto-fix-qortal.sh
change text wording and colors
2023-05-25 14:39:39 -07:00
crowetic
69236cdb32
Update auto-fix-qortal.sh
more syntax fixes.
2023-05-25 14:29:45 -07:00
crowetic
002e06ba7c
Update auto-fix-qortal.sh
syntax changes
2023-05-25 14:24:44 -07:00
crowetic
be2ec03cba
Update auto-fix-qortal.sh
fixed rm instead of mv
2023-05-25 14:18:36 -07:00
crowetic
b9eb7f74d4
Update auto-fix-qortal.sh
added check for GUI-based machine, if GUI machine then the system will only run auto-fix via GUI so users can see it. Then it will modify the existing cron entry to remove the auto-fix-startup and add the auto-fix-visible entry in startup applications for GUI.
2023-05-24 19:09:37 -07:00
crowetic
15ea106549
Update auto-fix-GUI-cron
removed unnecessary space just in case (and rhyme while doing so.) 🗡️
2023-05-24 19:03:06 -07:00
crowetic
e8221e34de
Create auto-fix-GUI-cron
new cron modification for new auto-fix-GUI implementation for GUI-enabled machines. :)
2023-05-24 18:58:35 -07:00
crowetic
0422415560
Update crontest 2023-05-24 18:19:15 -07:00
crowetic
aeb9b7b8a7
Update crontest 2023-05-24 18:07:13 -07:00
crowetic
965fa4467b
Update crontest 2023-05-24 18:01:28 -07:00
crowetic
c9cc70ad84
Update README.md
formatting fix.
2023-05-24 17:44:17 -07:00
crowetic
2e63be1987
Update README.md
Updated readme with new information on auto-fix script, and pushed old readme down with a note that it is only there for older use cases.
2023-05-24 17:43:52 -07:00
crowetic
093dd83271
Create crontest
testing cron modifications and new features to auto-fix script
2023-05-24 17:29:18 -07:00
crowetic
ba5bf9f097
Update auto-fix-qortal-GUI.desktop
fixed the wording for corrected maths.
2023-05-24 17:11:13 -07:00
crowetic
b802ccf374
Update auto-fix-qortal-GUI.desktop
Modified to correct 7 min in seconds... my maths was borked in two wayz... derp.
2023-05-24 17:09:39 -07:00
crowetic
e14467437d
Create auto-fix-qortal-GUI.desktop
file goes in /.config/autostart on GUI linux machines and runs the 'auto-fix-qortal.sh' script 720 seconds (7 min) after system boot.

This is to enable a VISIBLE run of the auto-fix script, so people know what is going on, and to also make it so that if it DOES have to fix something, it will start qortal VISIBLY.

(considering modifying auto-fix-cron so that the only thing that takes place is the DOWNLOAD of the new script, but not sure yet.)
2023-05-24 17:08:29 -07:00
crowetic
f793d22d87
Update auto-fix-qortal.sh
Added RAM check and modification of start script based on system RAM.
2023-05-24 16:43:33 -07:00
crowetic
88b1d10b55
Update and rename start-6500-to-10000m.sh to start-6001-to-16000m.sh
reconfigured concept
2023-05-24 15:34:18 -07:00