Pages:
Author

Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here] - page 88. (Read 164899 times)

legendary
Activity: 3808
Merit: 1723

It is supposed to return local time but calls a fpc function that returns universal time



We will look into this and get back to you but what operating system are you using?
full member
Activity: 286
Merit: 102
I think there is a bug in UTime.pas. I got banned several times for having the wrong time although I was quite sure my computer's clock was correct.

I UTime.pas I found a function Function "DateTime2UnivDateTime":

Quote
Function DateTime2UnivDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
  Result := UniversalTimeToLocal(d);
//  Result := LocalTimeToUniversal(d);
end;
{$ELSE}

It returns local time + 2 hours not the local time  Angry




Give us more info about your location, operating system, etc. You I think are having this issue also with Pascal Coin correct?


First let me correct myself it returns local time + 1hour, sorry!

I live in Denmark and my computer is set to central european time zone as it should be. But this is not the problem.

The function DateTime2UnivDateTime should retur Universal time, that is what the name says but it calls a fpc function that returns local time.

Another function seems to be wrong too:

Quote
Function UnivDateTime2LocalDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
//  Result := UniversalTimeToLocal(d);
  Result := LocalTimeToUniversal(d);
end;

{$ELSE}

It is supposed to return local time but calls a fpc function that returns universal time


newbie
Activity: 42
Merit: 0
I think there is a bug in UTime.pas. I got banned several times for having the wrong time although I was quite sure my computer's clock was correct.

I UTime.pas I found a function Function "DateTime2UnivDateTime":

Quote
Function DateTime2UnivDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
  Result := UniversalTimeToLocal(d);
//  Result := LocalTimeToUniversal(d);
end;
{$ELSE}

It returns local time + 2 hours not the local time  Angry




Give us more info about your location, operating system, etc. You I think are having this issue also with Pascal Coin correct?

I think hes using modded wallet. Well thats not allowed in here.
legendary
Activity: 3248
Merit: 1070
yeah it's weird it connect only with one rig at time, if i add other they don't get any accepted
legendary
Activity: 3808
Merit: 1723

i checked and it's not submitting any, but now that i close the only mining rig that is working, this too isn't submitting any

i'm using the excavator nicehash miner, it say that nicehash is not supported, but i think thye are referring to the rented hash

So the nicehash miner works on some rigs but not others?

I think their stratum is slightly different so maybe that's why its not working for you.

Can't really help you too much since i dont have any Nvidia GPUs.
legendary
Activity: 3808
Merit: 1723
I think there is a bug in UTime.pas. I got banned several times for having the wrong time although I was quite sure my computer's clock was correct.

I UTime.pas I found a function Function "DateTime2UnivDateTime":

Quote
Function DateTime2UnivDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
  Result := UniversalTimeToLocal(d);
//  Result := LocalTimeToUniversal(d);
end;
{$ELSE}

It returns local time + 2 hours not the local time  Angry




Give us more info about your location, operating system, etc. You I think are having this issue also with Pascal Coin correct?
legendary
Activity: 3248
Merit: 1070
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.

it's what i'm doing, but in the dashboard the other account show 0 hash, only one is active

It should not be like that. I manually need to type in an account to see the worker and hit enter, and then I refresh and put in another account number and hit enter. All of them have a hashrate if they are mining.

Are you mining into your Account Number or with your PUBKEY ?

same thing as you, but only one show the hash, the other is still at zero, i'm using a different account number for each worker

i'm using one of the account generated in solo mining

I don't think that's normal. Are you sure the miner is submitting shares? You sure you put in the correct Account # with the checksum. Maybe wait till xiphon gets back.


i checked and it's not submitting any, but now that i close the only mining rig that is working, this too isn't submitting any

i'm using the excavator nicehash miner, it say that nicehash is not supported, but i think thye are referring to the rented hash
newbie
Activity: 42
Merit: 0
I think there is a bug in UTime.pas. I got banned several times for having the wrong time although I was quite sure my computer's clock was correct.

I UTime.pas I found a function Function "DateTime2UnivDateTime":

Quote
Function DateTime2UnivDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
  Result := UniversalTimeToLocal(d);
//  Result := LocalTimeToUniversal(d);
end;
{$ELSE}

It returns local time + 2 hours not the local time  Angry




You can always change your timezone. try changing it to any time zone and check if you will still get banned. Unless you manually put 2 hours forward then you'll have problems.
legendary
Activity: 3808
Merit: 1723
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.

it's what i'm doing, but in the dashboard the other account show 0 hash, only one is active

It should not be like that. I manually need to type in an account to see the worker and hit enter, and then I refresh and put in another account number and hit enter. All of them have a hashrate if they are mining.

Are you mining into your Account Number or with your PUBKEY ?

same thing as you, but only one show the hash, the other is still at zero, i'm using a different account number for each worker

i'm using one of the account generated in solo mining

I don't think that's normal. Are you sure the miner is submitting shares? You sure you put in the correct Account # with the checksum. Maybe wait till xiphon gets back.
full member
Activity: 286
Merit: 102
I think there is a bug in UTime.pas. I got banned several times for having the wrong time although I was quite sure my computer's clock was correct.

I UTime.pas I found a function Function "DateTime2UnivDateTime":

Quote
Function DateTime2UnivDateTime(d:TDateTime):TDateTime;
{$IFDEF FPC}
begin
  Result := UniversalTimeToLocal(d);
//  Result := LocalTimeToUniversal(d);
end;
{$ELSE}

It returns local time + 1 hours not the local time  Angry


legendary
Activity: 3248
Merit: 1070
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.

it's what i'm doing, but in the dashboard the other account show 0 hash, only one is active

It should not be like that. I manually need to type in an account to see the worker and hit enter, and then I refresh and put in another account number and hit enter. All of them have a hashrate if they are mining.

Are you mining into your Account Number or with your PUBKEY ?

same thing as you, but only one show the hash, the other is still at zero, i'm using a different account number for each worker

i'm using one of the account generated in solo mining
legendary
Activity: 3808
Merit: 1723
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.

it's what i'm doing, but in the dashboard the other account show 0 hash, only one is active

It should not be like that. I manually need to type in an account to see the worker and hit enter, and then I refresh and put in another account number and hit enter. All of them have a hashrate if they are mining.

Are you mining into your Account Number or with your PUBKEY ?
legendary
Activity: 3248
Merit: 1070
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.

it's what i'm doing, but in the dashboard the other account show 0 hash, only one is active

mmh something wrong indeed i'm getting new job without any share accepted or rejected...
legendary
Activity: 3808
Merit: 1723
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?

Just use a different account # for each worker.
legendary
Activity: 3248
Merit: 1070
hashrate of other rig are not displayed if they all point to the same account for the pool? how to add workers?
newbie
Activity: 42
Merit: 0
Buying coins also. Pm me. 1200sat.

Edit: I already received an offer. Thanks for all the PM.
hero member
Activity: 574
Merit: 500
buying coins message me
sr. member
Activity: 469
Merit: 250
still buying coins + account pm me
legendary
Activity: 3808
Merit: 1723
Nodes?



  CT_Discover_IPs =  'pascallite.ddns.net;pascallite2.ddns.net;pascallite3.ddns.net;pascallite.dynamic-dns.net;pascallite2.dynamic-dns.net;pascallite3.dynamic-dns.net';


legendary
Activity: 3808
Merit: 1723
Block Explorer is now LIVE!


www.PascalLite.com





Please support continued development of Pascal Lite by donating some of your spare coins to account "0-10".

Pages:
Jump to: