about summary refs log tree commit diff stats
path: root/ntcoin_openbsd_tildeinstitute
Commit message (Collapse)AuthorAgeFilesLines
* Custom host name possible in tcoin --help nowlogin (tilde.club)2020-07-241-4/+11
| | | | | | | 1. Custom host name now possible in tcoin --help 2. Changes to ntcoin and ntcoin_openbsd_tildeinstitute to fix a bug in -d/--def. 3. Changes to ntcoin and ntcoin_openbsd_tildeinstitute to check for the correct number of arguments. 4. Changes to ntcoin and ntcoin_openbsd_tildeinstitute to include the host name as a preprocessor constant.
* Fixed bug in ntcoin_openbsd_tildeinstitutelogin (tilde.institute)2020-07-121-1/+1
| | | | Thanks to gbmor, I was able to replace base64 (fourmilab version) (which outputs \r\n and thus interferes with tr -d '\n') with gbase64 (the GNU coreutils version) which only outputs '\n'.
* Added ntcoin_openbsd_tildeinstitutelogin (tilde.institute)2020-07-111-0/+227
I have created a version of ntcoin that works on tilde.institute's OpenBSD system. I suppose I have to make ntcoin better by using something like make and more POSIX-compliant.