Post
Topic
Board Announcements (Altcoins)
Re: Pascal Coin: P2P cryptocurrency without need of historical operations
by
btc2nxt
on 04/10/2016, 02:02:47 UTC
After changed ThousandSeparator to FormatSettings.ThousandSeparator ...

compiled Ok in Delphi XE5

when run , got an error in UBlockChain.pas
Code:
  if length(Result)<>32 then begin
    raise Exception.Create('TargetFromCompact result length<>32 '+inttostr(Length(Result)));
  end;

after delete the code, application ran Ok.