From 6825e86a248df58e4248e1047e412bd4b7e2795a Mon Sep 17 00:00:00 2001 From: ~login@aussies.space Date: Thu, 3 Oct 2019 04:08:42 +0000 Subject: Bug fix to ntcoin Previously, the executables 'tcoin' and 'pcoin', which had setuid set, were stored in tcoin/bin/*. However, the "tcoin" directory is restricted, so any executables inside it are inaccessible to users. To fix this, the compile_tcoin and compile_pcoin scripts have been modified to store the executables in a third specified directory, called the in the help. will be accessible to all users. The symbolic constants/preprocessor directives have also been changed to reflect the updated paths. ---