The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

vault-worker.pl - Vault worker for HashCash Digital Cash

VERSION

 $Revision: 1.130 $
 $Date: Sat Dec 22 18:42:27 PST 2018 $

SYNOPSIS

  vault-worker.pl [--keygen]

DESCRIPTION

vault-worker.pl is a worker for a vault in the HashCash digital cash system. It picks up requests from the queue and writes responses back to the queue.

A cluster of systems can run vault-worker.pl with the queue shared between them via SSHFS. For the best security, vault worker systems can be offline and air-gapped off from the Internet. For more details on this, see IPC::Queue::Duplex and IPC::Serial.

COMMAND LINE OPTIONS

--keygen

    Create blind-signing keys for all coin denominations supported by the vault.

SEE ALSO

http://www.hashcash.com

vault.pl

vault-queuer.pl

IPC::Serial

IPC::Queue::Duplex

AUTHOR

Ashish Gulhati, <crypt-hashcash at hash.neo.tc>

BUGS

Please report any bugs or feature requests to bug-crypt-hashcash at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Crypt-HashCash. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this command with the perldoc command.

    perldoc vault-worker.pl

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright (c) Ashish Gulhati.

This software package is Open Software; you can use, redistribute, and/or modify it under the terms of the Open Artistic License 2.0.

Please see http://www.opensoftwr.org/oal20.txt for the full license terms, and ensure that the license grant applies to you before using or modifying this software. By using or modifying this software, you indicate your agreement with the license terms.