It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Title[^]: Some Graph
MaxBytes[^]: 2000000000000
YLegend[^]: Bitcoin
ShortLegend[^]: B
Legend1[^]: Confirmed Bitcoin in Wallet
Legend2[^]: Unconfirmed Bitcoin in Wallet
Legend3[^]:
Legend4[^]:
LegendI[^]: Conf:
LegendO[^]: Wait:
# 128K leased line
# ----------------
#Title[leased]: a 128K leased line
#PageTop[leased]:Our 128K link to the outside world
#Target[leased]: 1:[email protected]
#MaxBytes[leased]: 16000
Title[balance]: Confirmed Balance.
Target[balance]: `/etc/mrtg/scripts/balance.pl`
kMG[balance]: n,u,m,,k,M,G,T,P
Options[balance]: gauge, expscale, growright
#!/usr/bin/env perl
use common::seance;
use constant { BC => '/usr/bin/bc', };
my ( undef, $api ) = do '/home/btc/.bitcoin/bitcoin.PL';
unless ($api) {
die "couldn't parse file: $@" if $@;
die "couldn't do file: $!" unless defined $api;
die "couldn't run file" unless $api;
}
my ( $bal, $ual ) =
( $api->call('getbalance'), $api->call('getunconfirmedbalance') );
my $output =
'printf a=%s*1000000000\\\\na\\\\na+%s*1000000000\\\\n '
. sprintf( qq{"%f" "%f"|}, $bal, $ual )
. BC;
$output = sprintf "%0.0f\n%0.0f\n\n\n", split "\n", qx($output);
print $output;
close STDOUT;
1;
use Finance::Bitcoin;
my $wallet = Finance::Bitcoin::Wallet->new(
'http://bitcoin...332/'; # Provided by 1Excalibur.
);
( $wallet, $wallet->api );
Title[^]: Some Graph
MaxBytes[^]: 2000000000000
YLegend[^]: Bitcoin
ShortLegend[^]: B
Legend1[^]: Confirmed Bitcoin in Wallet
Legend2[^]: Unconfirmed Bitcoin in Wallet
Legend3[^]:
Legend4[^]:
LegendI[^]: Conf:
LegendO[^]: Wait:
# 128K leased line
# ----------------
#Title[leased]: a 128K leased line
#PageTop[leased]:Our 128K link to the outside world
#Target[leased]: 1:[email protected]
#MaxBytes[leased]: 16000
Title[balance]: Confirmed Balance.
Target[balance]: `/etc/mrtg/scripts/balance.pl`
kMG[balance]: n,u,m,,k,M,G,T,P
Options[balance]: gauge, expscale, growright
#!/usr/bin/env perl
use common::seance;
use constant { BC => '/usr/bin/bc', };
my ( undef, $api ) = do '/home/btc/.bitcoin/bitcoin.PL';
unless ($api) {
die "couldn't parse file: $@" if $@;
die "couldn't do file: $!" unless defined $api;
die "couldn't run file" unless $api;
}
my ( $bal, $ual ) =
( $api->call('getbalance'), $api->call('getunconfirmedbalance') );
my $output =
'printf a=%s*1000000000\\\\na\\\\na+%s*1000000000\\\\n '
. sprintf( qq{"%f" "%f"|}, $bal, $ual )
. BC;
$output = sprintf "%0.0f\n%0.0f\n\n\n", split "\n", qx($output);
print $output;
close STDOUT;
1;
use Finance::Bitcoin;
my $wallet = Finance::Bitcoin::Wallet->new(
'http://bitcoin...332/'; # Provided by 1Excalibur.
);
( $wallet, $wallet->api );