Pages:
Author

Topic: Nine9.ninja - [PonziGame] ★ 400+ BTC Input ★ Altcoins ► Automated ► 125% Return - page 47. (Read 57069 times)

hero member
Activity: 630
Merit: 500
Also cheako911 do you win or lose more on dice overall, I assume you keep a record of some sort?
hero member
Activity: 630
Merit: 500
mrtg.conf:
Code:
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
Note: expscale is one of the features that does not work using RRDB.

balance.pl
Code:
#!/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;

/home/btc/.bitcoin/bitcoin.PL
Code:
use Finance::Bitcoin;
my $wallet = Finance::Bitcoin::Wallet->new(
'http://bitcoin...332/'; # Provided by 1Excalibur.
);
( $wallet, $wallet->api );

All this power, and this is how I use it.

Nice dude, I'm the same with only using basic balance requests and other trivial calls.
member
Activity: 134
Merit: 10
Is it wrong of me to watch clock countdown on investor knowing I could deposit small amount and save them or is this part of the game?

It has happened to me though woke up one morning to see one of my deposits expired

But all in all Great game just wish I threw more at it at the beginning but was a bit weary after that weekly ponzi

Does anyone know any other games like this?

Yeah, took me three cans of Dew to realize that it's not that I couldn't connect to bitcoind...  It was that 1Excalibur took all the ram and had OOMKed it, along with half the other system daemons...  Also explaining why there was no record of what had happened in the logs.


3 cans haha so much dew such dew much fizz ))
member
Activity: 70
Merit: 10
Is it wrong of me to watch clock countdown on investor knowing I could deposit small amount and save them or is this part of the game?

It has happened to me though woke up one morning to see one of my deposits expired

But all in all Great game just wish I threw more at it at the beginning but was a bit weary after that weekly ponzi

Does anyone know any other games like this?

Yeah, took me three cans of Dew to realize that it's not that I couldn't connect to bitcoind...  It was that 1Excalibur took all the ram and had OOMKed it, along with half the other system daemons...  Also explaining why there was no record of what had happened in the logs.
member
Activity: 70
Merit: 10
Not sure if you have seen this thread @N9_Ninja https://bitcointalksearch.org/topic/yeldcontrol-overview-and-list-of-all-bitcoin-related-investor-based-games-977932
The OP there is thinking about setting up a sort of badge for each service.

I'll keep note of it and if people agree to displaying such an image, I'll do so.

I don't really see it being necessary but if it helps remove any doubt, then it's a win win.

The badge should say PCI auditor approved.
member
Activity: 70
Merit: 10
mrtg.conf:
Code:
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
Note: expscale is one of the features that does not work using RRDB.

balance.pl
Code:
#!/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;

/home/btc/.bitcoin/bitcoin.PL
Code:
use Finance::Bitcoin;
my $wallet = Finance::Bitcoin::Wallet->new(
'http://bitcoin...332/'; # Provided by 1Excalibur.
);
( $wallet, $wallet->api );

All this power, and this is how I use it.
member
Activity: 70
Merit: 10


   Max   Average   Current
 Conf:   7098.2 mB (0.4%)   7019.2 mB (0.4%)   7098.2 mB (0.4%)
 Wait:   7098.2 mB (0.4%)   7025.9 mB (0.4%)   7098.2 mB (0.4%)

For Flinging Ape Crap.

0.1BTC/12hrs!

Nice man, I like the image as well looks awesome!

Deposit BTC, wait 90hrs deposit more...  Profit, no underpants involved.
full member
Activity: 210
Merit: 100
Not sure if you have seen this thread @N9_Ninja https://bitcointalksearch.org/topic/yeldcontrol-overview-and-list-of-all-bitcoin-related-investor-based-games-977932
The OP there is thinking about setting up a sort of badge for each service.

I'll keep note of it and if people agree to displaying such an image, I'll do so.

I don't really see it being necessary but if it helps remove any doubt, then it's a win win.
hero member
Activity: 630
Merit: 500
Not sure if you have seen this thread @N9_Ninja https://bitcointalksearch.org/topic/yeldcontrol-overview-and-list-of-all-bitcoin-related-investor-based-games-977932
The OP there is thinking about setting up a sort of badge for each service.
full member
Activity: 210
Merit: 100
Is it wrong of me to watch clock countdown on investor knowing I could deposit small amount and save them or is this part of the game?

It has happened to me though woke up one morning to see one of my deposits expired

But all in all Great game just wish I threw more at it at the beginning but was a bit weary after that weekly ponzi

Does anyone know any other games like this?

The coins are yours to do what you please with.

The ideal world, everyone would save an expiring transaction, this is not an ideal world though.

Thanks for playing!
full member
Activity: 290
Merit: 100
Is it wrong of me to watch clock countdown on investor knowing I could deposit small amount and save them or is this part of the game?

It has happened to me though woke up one morning to see one of my deposits expired

But all in all Great game just wish I threw more at it at the beginning but was a bit weary after that weekly ponzi

Does anyone know any other games like this?
hero member
Activity: 630
Merit: 500


   Max   Average   Current
 Conf:   7026.2 mB (0.4%)   6693.1 mB (0.3%)   7026.2 mB (0.4%)
 Wait:   7026.2 mB (0.4%)   6701.9 mB (0.3%)   7026.2 mB (0.4%)

0.4BTC/day!

Nice man, I like the image as well looks awesome!
member
Activity: 70
Merit: 10


   Max   Average   Current
 Conf:   7026.2 mB (0.4%)   6693.1 mB (0.3%)   7026.2 mB (0.4%)
 Wait:   7026.2 mB (0.4%)   6701.9 mB (0.3%)   7026.2 mB (0.4%)

0.4BTC/day!
full member
Activity: 476
Merit: 100
Another payment received: 71cff59ade9ccd53a63a0a1ef77c60acc563b1915748d1714d2758f234fe078b
Thank you nine9 and the others players Smiley
member
Activity: 134
Merit: 10
100.000 DOGE
= 0,051 BTC
= 12,75 €

yes is not much in euro, but im not care so much as DOGE is my favrit.
sr. member
Activity: 401
Merit: 254
100.000 DOGE
= 0,051 BTC
= 12,75 €
member
Activity: 134
Merit: 10
I am sent BTC and I'm want new game computer! ))

I've sent about 7BTC, how much did you send?

I am only send small for mine BTC but am send and have many DOGE almost 100 000 DOGE up++
hero member
Activity: 630
Merit: 500
How come ppl aren't on this board blowing up with excitement!  I may have had 0.13 expire, but some of my other depositors were paid out by new investors, so life is better than good.

Haha I think it's rather funny, the scam based sites have the most posts even though they are obviously scams xD I guess they have more stuff to talk about. I am currently up 0.35 BTC from this site.
sr. member
Activity: 401
Merit: 254
I am sent BTC and I'm want new game computer! ))

I've sent about 7BTC, how much did you send?

then u must be Excalibur (1Exca117ik6cR2mySwfpz4GGrUGRx5p3Eh)
member
Activity: 70
Merit: 10
How come ppl aren't on this board blowing up with excitement!  I may have had 0.13 expire, but some of my other depositors were paid out by new investors, so life is better than good.
Pages:
Jump to: