#crypto #pascal #blockchain

willowrose 3b1996dc93 Language text (small changes) há 9 anos atrás
Instaler d600a159c6 Build 1.0.3 há 9 anos atrás
Units 3b1996dc93 Language text (small changes) há 9 anos atrás
LICENSE.txt d4c4f06e19 Source code Build 1.0.1 há 9 anos atrás
PascalCoin White Paper - EN.pdf c22184dd7a Add files via upload há 9 anos atrás
PascalCoinWallet.dpr d4c4f06e19 Source code Build 1.0.1 há 9 anos atrás
PascalCoinWallet.res d600a159c6 Build 1.0.3 há 9 anos atrás
README.md d600a159c6 Build 1.0.3 há 9 anos atrás
README.txt d600a159c6 Build 1.0.3 há 9 anos atrás
The MIT License.pdf 026d8ebee6 Add files via upload há 9 anos atrás
libeay32.dll d4c4f06e19 Source code Build 1.0.1 há 9 anos atrás
pascalcoinB03.mdb d600a159c6 Build 1.0.3 há 9 anos atrás

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.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.