Well
Like Mined
You add after like Succeful mining loop this
Mined:=Mined + 28;
Mined ( Variable )
So it would come as
writeln('Mined : ' + inttostr(Mined));
And.. For that Time thing...
I don't use SRL functions.. I use this
PHP Code:
Begin
cst := getsystemTime;
srt := (cst - sst) / 1000;
tih := srt / 3600;
tim := (srt / 60) - tih * 60;
tis := srt - tim * 60 - tih * 3600;
awt := wet - wst
( On start of Progress report )
PHP Code:
Writeln('Worked : ' + inttostr(tih) + ' Hour''s ' + inttostr(tim) + ' Min''s ' + inttostr(tis) + ' Sec''s');
And after
SetupSRL; ( Or what ever you are using as include.. add )
PHP Code:
//Tih := 0;
sst := GetSystemTime;
~Home