| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This will allow pcoin accounts to be transferred from one person to another
|
|
|
|
| |
ntcoin creates a new tcoin directory structure, and copies relevant files. Some permissions were set wrongly by ntcoin and its variants. Those have been fixed now.
|
|
|
|
| |
Thanks to ~jmjl, I was able to find that pcoin_keys didn't work. To fix it, tcoin uses sneaky magic but with stdin isntead of an argument, and a new library imported called popen2, that lets me send both stdin and receive stdout, to successfully get "ls <path to the pcoin_keys directory>" to work (it execl's another instance of the tcoin comand so that it runs under setuid instead of as the original user who ran it.
|
|
|
|
| |
/usr/bin/whoami doesn't give the euid's username, but the uid's on FreeBSD, so did the same thing I did for tilde.institute, but for tilde.guru too and introduced a new flag for it, TILDEGURU.
|
|
|
|
| |
tilde.guru doesn't have the default group of new files be the 'tilde' group, so the group should be manually changed in the compile_tcoin and compile_pcoin scripts. ntcoin_freebsd_tildeguru creates those scripts, so the changes have been made in that file.
|
|
|
|
| |
scrypt_freebsd is the FreeBSD-compiled version of scrypt, included here.
|
|
|
|
| |
/ missing from /usr/local/bin/bash in one place.
|
|
Freebsd version of ntcoin, specifically targetting tilde.guru but could work on other default FreeBSD configs.
|