Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA]
by
azzlack
on 22/03/2017, 06:51:22 UTC
@somog - there is a full time dev and he has some team members with him as far as I can understand, at least 3 people are there.

Dev is updating regularly like a professional, see how segmented and focused he is. This coin has been shit on by bad distribution to miner who are doing rape because of high profitability, i think more people must mine this coin to balance out earnings. Difficulty level must go up - meanwhile coin community will surely grow so buy pressure will go up eitehrways. Miners will get beaten by collective

New PascalCoin Build 1.5.4

Source code at GitHub:
https://github.com/PascalCoin/PascalCoin

Download windows installer and Linux binaries at SourceForge:
https://sourceforge.net/projects/pascalcoin/files/

Upgrade is mandatory if using old versions (prior to 1.5)


### Build 1.5.4.0 - 2017-03-15

- Added Network Timestamp Adjustment (NAT) to calc valid timestamps
  - Minimum 4 active connections to calc median used for NAT, otherwise use local timestamp
  - Based on IP's (to prevent a malicious IP timejacking, each IP is only used once)
  - Removed IP's and recalculated after disconnecting (to prevent malicious node connecting/disconnecting for timejacking)
- New blocks will not be accepted if using future timestamp greater than NAT timestamp + 15 seconds (also, mantaining current protocol rule >= lastBlock.timestamp)
- Network protocol fixed to 5-5 (Nodes with version prior to 1.5 will not be allowed)
- Added protection for non included operations on a block, to prevent continuous sending. Only will resend operations once.
- Bug #27 fixed: Invalid timestamp on FPC (https://github.com/PascalCoin/PascalCoin/issues/27)
- JSON-RPC
  - Method "getconnections" added "timediff" to know timestamp diff of node
  - Method "payloaddecrypt" added "unenc_hexpayload" result value with HEXASTRING of unencrypted payload
- Fixed some "Random Memory access violation errors" bugs found caused by multithreading and disconnected nodes


New PascalCoin Build 1.5.3

SOURCE CODE at GitHub:
https://github.com/PascalCoin/PascalCoin/releases/tag/1.5.3

COMPILED BINARIES at SourceForge:
https://sourceforge.net/projects/pascalcoin/files/


### Build 1.5.3.0 - 2017-03-06

- Fixed issue #23: RPC findoperation fails to find operation by opHash
- Miners best practices: Sending new job with new timestamp every 30 seconds
- Buffering last 10 sent jobs to miners
- Small delay prior to destroy a connection to prevent exception handling
- Minor logs changes