Loading .env.sample +20 −1 Original line number Diff line number Diff line # # Sample environment file for onionmine. # Sample environment file for Onionmine. # # Copyright (C) 2022 Silvio Rhatto <rhatto@torproject.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, # or any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # You can use env variables depending on the script that invokes this file # (compile, mine etc). Loading Loading @@ -32,6 +47,10 @@ MKP224O_RUN_FLAGS="-s -d $POOL -f $FILTERS -B" # Use this if you want to limit the number of generated keys # Useful wen running inside a batch job # # When combined with passphrase handling, enables one to easily stop and # resume key generation in steps and check for acceptable keys before # continuing the search. #MKP224O_RUN_FLAGS="$MKP224O_RUN_FLAGS -n 100" # Loading bin/compile +16 −1 Original line number Diff line number Diff line #!/usr/bin/env bash # # Compiles mkp224o, # Compiles mkp224o. # # Copyright (C) 2022 Silvio Rhatto <rhatto@torproject.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, # or any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # Parameters Loading Loading
.env.sample +20 −1 Original line number Diff line number Diff line # # Sample environment file for onionmine. # Sample environment file for Onionmine. # # Copyright (C) 2022 Silvio Rhatto <rhatto@torproject.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, # or any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # You can use env variables depending on the script that invokes this file # (compile, mine etc). Loading Loading @@ -32,6 +47,10 @@ MKP224O_RUN_FLAGS="-s -d $POOL -f $FILTERS -B" # Use this if you want to limit the number of generated keys # Useful wen running inside a batch job # # When combined with passphrase handling, enables one to easily stop and # resume key generation in steps and check for acceptable keys before # continuing the search. #MKP224O_RUN_FLAGS="$MKP224O_RUN_FLAGS -n 100" # Loading
bin/compile +16 −1 Original line number Diff line number Diff line #!/usr/bin/env bash # # Compiles mkp224o, # Compiles mkp224o. # # Copyright (C) 2022 Silvio Rhatto <rhatto@torproject.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, # or any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # Parameters Loading