GayEddie
|
|
March 08, 2015, 02:26:39 PM |
|
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?
|
|
|
|
N9_Ninja (OP)
|
|
March 08, 2015, 05:03:43 PM |
|
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!
|
|
|
|
|
N9_Ninja (OP)
|
|
March 08, 2015, 11:17:49 PM |
|
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.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 03:27:24 AM |
|
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.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 03:39:40 AM |
|
mrtg.conf: 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]: <H1>Our 128K link to the outside world</H1> #Target[leased]: 1:public@router.localnet #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 #!/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 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.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 03:44:22 AM |
|
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.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 03:46:43 AM |
|
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.
|
|
|
|
Arkyo
Member
Offline
Activity: 134
Merit: 10
|
|
March 09, 2015, 04:48:07 PM |
|
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 ))
|
In Crypto We Trust
|
|
|
ShrykeZ
|
|
March 09, 2015, 06:06:58 PM |
|
mrtg.conf: 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]: <H1>Our 128K link to the outside world</H1> #Target[leased]: 1:public@router.localnet #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 #!/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 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.
|
|
|
|
ShrykeZ
|
|
March 09, 2015, 10:03:57 PM |
|
Also cheako911 do you win or lose more on dice overall, I assume you keep a record of some sort?
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 11:13:11 PM |
|
I don't care about the Dice. I'll ask 1Excalibur to stop doing that if the Graph get's low, who knows what the plan is with that. I asked why only the %48, but I didn't get much of an answer back.
I hope that it brings more ppl to N9N.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 09, 2015, 11:21:56 PM |
|
Ninja, I think all this schooling is going to wear out my monitor. Can you put *the statistics at the Paid Horizon? * There will be only so much space and each statistic is a different size. So choosing is the Knapsack problem.
|
|
|
|
ShrykeZ
|
|
March 09, 2015, 11:22:28 PM |
|
Interesting, good advertisement I guess, intelligent this Excallibur is!
|
|
|
|
N9_Ninja (OP)
|
|
March 09, 2015, 11:59:00 PM |
|
Ninja, I think all this schooling is going to wear out my monitor. Can you put *the statistics at the Paid Horizon? * There will be only so much space and each statistic is a different size. So choosing is the Knapsack problem. I changed the timer statistic to that of a left align with some minor adjustments to enforce the same horizon position. It should be updated already.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 10, 2015, 01:09:16 AM |
|
Ohh, not horizontal align... Although I think it look ok now, but I may do a color blue on the ASCII arrows.
I was talking about doing a controlled break on PAID and then inserting a one celled row with statistics from the top.
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 10, 2015, 01:22:09 AM Last edit: March 10, 2015, 02:24:32 AM by cheako911 |
|
80 minutes since last block 30 minutes since last block
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 10, 2015, 02:34:15 AM |
|
-1,178.32
|
|
|
|
darkmind
|
|
March 10, 2015, 03:28:56 AM |
|
-1,178.32 Lol... if you want to save your expiring deposits next time, dont forget to include enough transaction fees, lesson learned. You are now helping others to get paid, many people in the next line will get their payments because of your kindness (or stupidness)
|
|
|
|
cheako911
Member
Offline
Activity: 70
Merit: 10
|
|
March 10, 2015, 04:05:50 AM |
|
What will the next 22hours bring?
|
|
|
|
|