NAME

CBitcoin - A wrapper for the Picocoin C Library

SEE INSTEAD?

The module CBitcoin serves as a bootstrapping point for other modules to compile. Also, it is used to set the network to do computations off of (MAINNET, TESTNET, etc).

THe documentation is still work in progress. More complete documentation is available at https://github.com/favioflamingo/libcbitcoin-perl and https://github.com/favioflamingo/picocoin

The picocoin library needs to be compiled and installed before this module can be used.

VERSION

Version 0.6

Constants
* [[https://github.com/bitcoin/bitcoin/blob/e9d76a161d30ee3081acf93d70a9ae668a9d6ed1/src/version.h][version]]
* [[https://en.bitcoin.it/wiki/Protocol_documentation#sendheaders][constants]]
dl_load_flags

Don't worry about this.

network_bytes

Set network bytes with the $network_bytes global variable.

AUTHOR

Joel De Jesus, <dejesus.joel at e-flamingo.net>

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

CBitcoin perl modules is a wrapper for the Picocoin library written by Jeff Garzik.
Copyright (C) 2015-2017  Joel De Jesus

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 2 of the License, or
(at your option) 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, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 27:

'=item' outside of any '=over'

Around line 99:

You forgot a '=back' before '=head1'