Skip to content

procommerce-io/procurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProCurrency Codebase Development

===========================================

Coin Specs

AlgoSha256 (Pure POS)
TickerPROC
Block Time90 Seconds
Coin Stake Age6 Hrs
Difficulty RetargetingEvery Block
Max Coin Supply75B PROC
Premine15B PROC
Circulating Supply3,260,661,311 PROC (March, 2019)
RPC Port 35960 now 45960
P2P Port 35950 now 45950

NOTE:

ProCurrency need secp256k1 with Module Recovery Enabled

libsecp256k1 Build steps

libsecp256k1 is built using autotools:

$ ./autogen.sh
$ ./configure --enable-module-recovery
$ make

To Build or Run ProCurrency-qt for Linux
$ sudo make install