Bitcoin Forum
April 19, 2024, 12:05:22 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should a PASCAL COIN clone be launched ?
YES - 58 (71.6%)
NO - 23 (28.4%)
Total Voters: 81

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 132 »
  Print  
Author Topic: [ANN][PASL]-[PASCAL Lite]-[The Future is Almost Here]  (Read 164845 times)
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
March 08, 2017, 09:07:12 AM
 #901


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?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
1713485122
Hero Member
*
Offline Offline

Posts: 1713485122

View Profile Personal Message (Offline)

Ignore
1713485122
Reply with quote  #2

1713485122
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713485122
Hero Member
*
Offline Offline

Posts: 1713485122

View Profile Personal Message (Offline)

Ignore
1713485122
Reply with quote  #2

1713485122
Report to moderator
1713485122
Hero Member
*
Offline Offline

Posts: 1713485122

View Profile Personal Message (Offline)

Ignore
1713485122
Reply with quote  #2

1713485122
Report to moderator
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 08, 2017, 09:14:51 AM
 #902

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?
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
March 08, 2017, 09:25:10 AM
 #903

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

adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
March 08, 2017, 09:34:45 AM
 #904

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.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
March 08, 2017, 09:50:30 AM
 #905

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/
mxhwr
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
March 08, 2017, 09:54:52 AM
 #906

just made pascal lite trading thread

https://bitcointalk.org/index.php?topic=1817934.0
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
March 08, 2017, 11:19:35 AM
 #907

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?


.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 08, 2017, 11:31:00 AM
 #908

@adaseb bittrex. maybe someone can help?

https://bittrex.zendesk.com/hc/en-us/articles/202583854-Submitting-a-Coin-to-Bittrex
adaseb (OP)
Legendary
*
Offline Offline

Activity: 3738
Merit: 1708



View Profile
March 08, 2017, 11:36:19 AM
 #909


I've sent them a request. We'll see.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
code_honesty
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 08, 2017, 11:43:13 AM
 #910


That is good news.
nightraven
Full Member
***
Offline Offline

Activity: 286
Merit: 102



View Profile WWW
March 08, 2017, 01:16:40 PM
 #911


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
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
March 08, 2017, 03:15:59 PM
 #912

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.
highflyerbtc
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
March 08, 2017, 05:26:44 PM
 #913

Do we have a roadmap here
mxhwr
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
March 08, 2017, 05:45:41 PM
 #914

Donated 0.011btc for listing to cryptopia. once price stablizes will donate pasl for development support
lockepi
Sr. Member
****
Offline Offline

Activity: 469
Merit: 250


View Profile
March 08, 2017, 06:51:57 PM
 #915

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
snowyNNN
Sr. Member
****
Offline Offline

Activity: 422
Merit: 251


Pasl [Xci-r.i.p.] Eth Zcl Kmd Zen Rep Xmr Sc Neo


View Profile
March 08, 2017, 06:59:53 PM
 #916

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.

█▀▀▄░▄▀▀▄░▄▀▀▀░█░░░  Xmr Sc Pasc Rlc Zen           ✦       (\__/)       ✦
█▀▀░░█▀▀█░░▀▀▄░█░░░  Zcl Kmd Ltc Rep Dash                  (='.'=) 
█░░░░█░░█░███▀░███░ Pasl [Xci-r.i.p.] Eth Btc             ✦   (")_(")  ✦           ▲▼ Anonymous ▲▼ Community Driven     XULT.com
lockepi
Sr. Member
****
Offline Offline

Activity: 469
Merit: 250


View Profile
March 08, 2017, 07:02:57 PM
 #917

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
snowyNNN
Sr. Member
****
Offline Offline

Activity: 422
Merit: 251


Pasl [Xci-r.i.p.] Eth Zcl Kmd Zen Rep Xmr Sc Neo


View Profile
March 08, 2017, 07:15:18 PM
 #918



Ugh! Drunken sailor  Cheesy

It was 0.011 not 0.11
Seemed logical though

Move along..

█▀▀▄░▄▀▀▄░▄▀▀▀░█░░░  Xmr Sc Pasc Rlc Zen           ✦       (\__/)       ✦
█▀▀░░█▀▀█░░▀▀▄░█░░░  Zcl Kmd Ltc Rep Dash                  (='.'=) 
█░░░░█░░█░███▀░███░ Pasl [Xci-r.i.p.] Eth Btc             ✦   (")_(")  ✦           ▲▼ Anonymous ▲▼ Community Driven     XULT.com
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
March 08, 2017, 07:17:00 PM
 #919

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://bitcointalk.org/index.php?topic=1669443.msg17909903#msg17909903``


I think you are confused.  The .1 BTC was donated after we started. We still need .1 BTC to get it listed.
MrJaekin
Sr. Member
****
Offline Offline

Activity: 275
Merit: 258


View Profile
March 08, 2017, 07:47:39 PM
 #920

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?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 132 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!