#crypto #pascal #blockchain

PascalCoin bcd7105b25 Correction about buffer payload ASCII valid chars 9 年之前
Units 5737342419 Build 1.0.8 9 年之前
COMPILE_INSTRUCTIONS.txt 5737342419 Build 1.0.8 9 年之前
HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt bcd7105b25 Correction about buffer payload ASCII valid chars 9 年之前
LICENSE.txt d4c4f06e19 Source code Build 1.0.1 9 年之前
PascalCoin White Paper - EN.pdf c22184dd7a Add files via upload 9 年之前
PascalCoinServer.dpr befa7eb009 Server framework 9 年之前
PascalCoinWallet.dpr 5737342419 Build 1.0.8 9 年之前
PascalCoinWallet.res 5737342419 Build 1.0.8 9 年之前
PascalCoinWalletLazarus.dpr 5737342419 Build 1.0.8 9 年之前
PascalCoinWalletLazarus.lpi 5737342419 Build 1.0.8 9 年之前
PascalCoinWalletLazarus.res 5737342419 Build 1.0.8 9 年之前
README.md 5737342419 Build 1.0.8 9 年之前
README.txt 5737342419 Build 1.0.8 9 年之前
The MIT License.pdf 026d8ebee6 Add files via upload 9 年之前

README.md

Pascal Coin: P2P Cryptocurrency without need of historical operations.

Copyright (c) 2016 Albert Molina

THIS IS EXPERIMENTAL SOFTWARE. Use it for educational purposes only.

This software is a Node of the Pascal Coin P2P Cryptocurrency. It can be used to Mine and Explore blocks and operations.

Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project and Denis Grinyuk (https://github.com/Arvur/OpenSSL-Delphi), and some cryptographic functions inspirated in code written by Ladar Levison and Marco Ferrante. Original source code is written in Pascal Language and is available at https://github.com/PascalCoin/PascalCoin

HOW TO COMPILE:

Version 1.0.8 of Pascal Coin Wallet can be compiled with Delphi and Lazarus and run in Windows or Linux

To run it needs a OpenSSL library:

  • Windows: libeay32.dll - Can be downloaded from https://indy.fulgan.com/SSL/
  • Linux: libcrypto.so.1.0.0 or libcrypto.so.1.1 (Instructions in "COMPILE_INSTRUCTIONS" file)

Enjoy Pascal Coin!

If you like it, consider a donation using BitCoin: 16K3HCZRhFUtM8GdWRcfKeaa6KsuyxZaYk

History:

Build 1.0.8.0 - 2016-10-20

  • Cross compatible
  • Can compile with Delphi or Lazarus (Free Pascal)
  • New storage system. No more access database
  • Network hashrate calculation

Build 1.0.7.0 - 2016-10-10

  • Introducing basic JSON-RPC to allow GPU miners development (Third party).
  • See file "HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt"
  • No more CPU mining due exists GPU mining

Build 1.0.6.0 - 2016-10-04

  • Memory leaks corrections
  • Introducing net protocol 2-3
  • Source code modified, next build will be compiled with Lazarus and FPC

Build 1.0.5.0 - 2016-09-21

  • Massive operations, selecting multiple accounts
  • Filter accounts by balance
  • Correct operations explorer order of operations for each block (descending order)
  • Minor changes

Build 1.0.4.0 - 2016-09-16

  • IMPORTANT: Introducing net protocol changes: Must update!
  • More and more and more stable
  • Prevents "Alone in the world" if everybody is updated ;-)
  • Invalid local time detector with corrections
  • IP nodes configurator

Build 1.0.3.0 - 2016-09-08

  • Important changes to database
  • Peer cache
  • Issues with Connections
  • More stable
  • Miner key selector
  • Invalid local time detector

Build 1.0.2.0 - 2016-08-31

  • Improved hashing speed
  • Allow mining without opening external ports
  • Choose how many CPU's want to mine
  • Show real-time pending operations waiting to be included in the block
  • More stable
  • Some miner modifications

Build 1.0.1.0 - 2016-08-12

  • Included an option to Import/Export Wallet keys file
  • Some miner modifications

Build 1.0.0.0 - 2016-08-11

  • First stable version.