Pages:
Author

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

newbie
Activity: 42
Merit: 0

Which FPC did you use? The one with "sudo apt-get install fpc" or did you download the one that's required found in the FAQ?


I install Lazarus and FPC manually. I download fpc_3.0.2-170225_amd64.deb, fpc-src_3.0.2-170225_amd64.deb and lazarus-project_1.6.4-0_amd64.deb. I'm quite sure this is done correct. And it is the newest stable versions.

I'm not aware of any FAQ telling me to do otherwise.

However both PascalCoin and Pascal Lite compile and run perfect when I correct the two functions in UTime.pas.

This is how it should look:

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

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

Then everything works  Smiley

Good to hear that it works now. Please give feedback on how fast syncing from start. Many thanks.
sr. member
Activity: 275
Merit: 258
So, how do I backup my wallet?  Just copy the contents of the C:\Users\***\AppData\Roaming\PascalLite folder or do I just need the WalletKeys.dat file?
sr. member
Activity: 275
Merit: 258
Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support

Nice another 0.10btc to go and we should be on cryptopia. ON exchange by weekend if we work together 0.01btc each from 10 more investors and were good



0.21btc is full. 0.1btc was donated before. Great to see Pasl at Cryptopia.

Really i am only seeing 0.11btc in wallet
From post number one:

``Currently 0.10 BTC donated ~ 0.11 BTC remaining

Only send from an address you control, DONT SEND FROM AN EXCHANGE INCASE I NEED TO ISSUE REFUNDS.

Address had 1 withdraw transaction to test the private key since its located on cold storage.

Crytopia already said they would list our coin they just need their ~0.21 BTC
https://bitcointalksearch.org/topic/m.17909903``


I think you are confused.  The .1 BTC was donated after we started. We still need .1 BTC to get it listed.
sr. member
Activity: 422
Merit: 251
Pasl [Xci-r.i.p.] Eth Zcl Kmd Zen Rep Xmr Sc Neo


Ugh! Drunken sailor  Cheesy

It was 0.011 not 0.11
Seemed logical though

Move along..
sr. member
Activity: 469
Merit: 250
Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support

Nice another 0.10btc to go and we should be on cryptopia. ON exchange by weekend if we work together 0.01btc each from 10 more investors and were good



0.21btc is full. 0.1btc was donated before. Great to see Pasl at Cryptopia.

Really i am only seeing 0.11btc in wallet
sr. member
Activity: 422
Merit: 251
Pasl [Xci-r.i.p.] Eth Zcl Kmd Zen Rep Xmr Sc Neo
Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support

Nice another 0.10btc to go and we should be on cryptopia. ON exchange by weekend if we work together 0.01btc each from 10 more investors and were good



0.21btc is full. 0.1btc was donated before. Great to see Pasl at Cryptopia.
sr. member
Activity: 469
Merit: 250
Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support

Nice another 0.10btc to go and we should be on cryptopia. ON exchange by weekend if we work together 0.01btc each from 10 more investors and were good
hero member
Activity: 616
Merit: 500
Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support
newbie
Activity: 26
Merit: 0
Do we have a roadmap here
sr. member
Activity: 275
Merit: 258
Nodes?

Great to see you here Wolf0!  Our community is growing!  We just added a Block Explorer and the pool is running great!  Both thanks to xiphon.
full member
Activity: 286
Merit: 102

Which FPC did you use? The one with "sudo apt-get install fpc" or did you download the one that's required found in the FAQ?


I install Lazarus and FPC manually. I download fpc_3.0.2-170225_amd64.deb, fpc-src_3.0.2-170225_amd64.deb and lazarus-project_1.6.4-0_amd64.deb. I'm quite sure this is done correct. And it is the newest stable versions.

I'm not aware of any FAQ telling me to do otherwise.

However both PascalCoin and Pascal Lite compile and run perfect when I correct the two functions in UTime.pas.

This is how it should look:

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

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

Then everything works  Smiley
legendary
Activity: 3808
Merit: 1723
legendary
Activity: 3808
Merit: 1723
Where is the precompiled version of PascalCoin? I assumed he only posted the source code for linux users so they can compile their own code.

On sourceforge there are binaries for both Windows and Linux. Here is the link:
https://sourceforge.net/projects/pascalcoin/


Which FPC did you use? The one with "sudo apt-get install fpc" or did you download the one that's required found in the FAQ?

hero member
Activity: 616
Merit: 500
full member
Activity: 286
Merit: 102
Where is the precompiled version of PascalCoin? I assumed he only posted the source code for linux users so they can compile their own code.

On sourceforge there are binaries for both Windows and Linux. Here is the link:
https://sourceforge.net/projects/pascalcoin/
legendary
Activity: 3808
Merit: 1723
Well, now I have checked. I also get banned on PascalCoin  Sad

It happens when I compile the source code with Lazarus 1.6.4 and fpc 3.0.2. No problem when I run the precompiled version of PascalCoin

My OS is Linux Mint version 18.1



Where is the precompiled version of PascalCoin? I assumed he only posted the source code for linux users so they can compile their own code.
full member
Activity: 286
Merit: 102
Well, now I have checked. I also get banned on PascalCoin  Sad

It happens when I compile the source code with Lazarus 1.6.4 and fpc 3.0.2. No problem when I run the precompiled version of PascalCoin

My OS is Linux Mint version 18.1

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?


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




I set my time specifically to your local timezone. Closed my node then re-open. Not having any issues at all. got no problem on both linux and windows machine. How did you compile your wallet?
Pages:
Jump to: