Scifi Cryptocoins Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Cubits [QBT] hardfork April, 22, 2016

Author Topic: [GPL] Gold Pressed Latinum 2.7.2  (Read 267 times)

Grand_Nagus

  • Admiral
  • *
  • Offline
  • Posts: 40
    • View Profile
[GPL] Gold Pressed Latinum 2.7.2
« on: March 31, 2016, 05:20:10 PM »

Gold-Pressed-Latinum


Gold Pressed Latinum (GPL) - one of the Star Trek inspired coins. Based on YACoin and scrypt-jane algo.

Old threads:
https://bitcointalk.org/index.php?topic=280114.0
https://bitcointalk.org/index.php?topic=377997.0
https://bitcointalk.org/index.php?topic=1121146.0

Information
GPL - a hybrid scrypt-jane PoW + PoS based cryptocurrency.
* 0.2 coins per block
* PPC type re-targeting
* 1 million total coins
* 30 second blocks
* 0.02% transaction fee
* Address Version: 35 (Hex: 23)
* 5% PoS rate yearly
* 365 days minimum stake interval
* RPC Port = 23645
* P2P Port: 23635
* Trade confirm: 6 Blocks
* Coin maturity: 120 Blocks
* Built-in Block explorer
* Hard-coded N-factor: 15

Timeline
GPL start: August 27, 2013
New developer, new version: October 20, 2015
Hardfork: November 11, 2015

GPL 2.7.1
Latest SSL
- Add split/combine threshold for PoS minting.
- Add block browser.
- Set max nFactor=15 (Hardfork)
- Reduce min PoS difficulty from 0.25 to 0.0625 (Hardfork)
- Hardfork date: Wed, 11 Nov 2015 00:00:00 GMT
- After fork date set --Nfmax 15 in miner.

GPL 2.7.2
- Remove old IRC code to prevent antivirus warning.
- Fixed Staked amounts showing.
- Fixed Russian translation.
- Updated checkpoints.
- Fixed wallet freezing when staking.
- Fixed "getbalance" command.
- Fixed combinethreshold.

Latest version GPL 2.7.2 and current blockchain not compatible with 2.6 version.
All old coins mined or received before November 11, 2015 in 2.6 and older wallets valid.

Links
Last Windows QT: https://github.com/scificrypto/Gold-Pressed-Latinum/releases/download/v2.7.2/goldpressedlatinum.2.7.2.win32.zip
New GitHub source: https://github.com/scificrypto/Gold-Pressed-Latinum
Fresh clean zipped GPL blockchain: gpl.2016.03.10.zip
Website: soon
Exchange: soon

Sample GoldPressedLatinum.conf:
Code: [Select]
listen=1
daemon=1
server=1
gen=0
rpcuser=user123
rpcpassword=pass123
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=23645
port=23635
reservebalance=100000
splitthreshold=100
combinethreshold=5
addnode=24.146.182.241
addnode=162.213.153.7
addnode=198.154.60.61

GPL mining.
Use any scrypt-jane miner and set --Nfmax 15 in command line.
In some miners instead --scrypt, use --scrypt-jane and instead --Nfmax , use --nfmax
Sample command line for 2Gb video:
Code: [Select]
ybcminer.exe --scrypt -s 5 --Nfmax 15 -I 9 -g 1 --thread-concurrency 27648 -w 128 --lookup-gap 2 --fix-protocol -o 127.0.0.1:23645 -O user:pass
Logged