#crypto #pascal #blockchain

Pascal Coin eb1ee496b8 Merge pull request #11 from willowrose/dev1 преди 9 години
Units befa7eb009 Server framework преди 9 години
HOWTO_DEVELOP_GPU_MINER_FOR_PASCALCOIN.txt d1f6463ef1 Error detected in instructions преди 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 ee3e16e0fb Build 1.0.7 преди 9 години
PascalCoinWallet.res ee3e16e0fb Build 1.0.7 преди 9 години
README.md ee3e16e0fb Build 1.0.7 преди 9 години
README.txt ee3e16e0fb Build 1.0.7 преди 9 години
The MIT License.pdf 026d8ebee6 Add files via upload преди 9 години
libeay32.dll d4c4f06e19 Source code Build 1.0.1 преди 9 години
pascalcoinB03.mdb d600a159c6 Build 1.0.3 преди 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 of Pascal Coin Wallet, Miner & Explorer is compiled with

To run:

Enjoy Pascal Coin!

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

History:

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.