Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: bobdude17 on July 15, 2013, 04:24:48 AM



Title: Bitcoin basics in Perl
Post by: bobdude17 on July 15, 2013, 04:24:48 AM
Bitcoin has reignited my interest in scripting but I cannot seem to find any basic tutorials for client scripting with Perl.

I did find the modules on CPAN but am a little confused on how to use them. I get the impression that these require the bitcoin client to be running and the blockchain downloaded on my own machine?

Is there a way to check balances of addresses, generate private keys and broadcast raw transactions without using something like the Blockchain.info API? Do I have to interact with these service wallets or can I use bitcoin at a slightly lower level with Perl? What hosts to connect to if not running a bitcoin instance locally?

I'm a little confused and being pointed in the right direction or any basic examples would be greatly appreciated thanks!


Title: Re: Bitcoin basics in Perl
Post by: bobdude17 on July 16, 2013, 03:38:04 AM
K fuck it then... learning Python.


Title: Re: Bitcoin basics in Perl
Post by: twobits on July 16, 2013, 05:01:40 PM

What I have bookmarked for perl is https://github.com/grondilu/libbitcoin-perl , see also  https://bitcointalk.org/index.php?topic=54997.msg654492#msg654492


It probably would get more attention if it was on CPAN.