vampirus (OP)
|
|
March 09, 2016, 07:34:28 PM Last edit: October 10, 2020, 02:51:10 PM by vampirus |
|
New Chain Started Gold-Pressed-Latinum Gold Pressed Latinum (GPL) - one of the Star Trek inspired coins. Old threads: https://bitcointalk.org/index.php?topic=280114.0https://bitcointalk.org/index.php?topic=377997.0https://bitcointalk.org/index.php?topic=1121146.0New GPL2 Information v3.0.1GPL now only PoS based cryptocurrency. * 5 minutes stake spacing * No yearly interest, PoS v3.0 * PoS fixed reward is 1 coins * 288 coins per day * 7 days minimum stake interval, 21 days for full weight * Maximum coin supply 4M * Premine 400K for coin swap (Old GPL scrypt-Jane) Timeline GPL start: August 27, 2013 New developer, new version: October 20, 2015 Hardfork1: November 11, 2015 Hardfork2: February 1, 2017 New chain: November 13, 2018 GPL 2.7.1Latest 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. GPL 2.7.3- Fix bug when trying send immature PoS coins. - New GetBlockTrust() reduce PoS speed more then 10 times and was reverted to standard. - Updated checkpoints. GPL 2.8.1- Block time changed from 30 sec to 60 sec - Difficulty retarget window change from one week to 100 minutes - MaxClockDrift set to 5 minutes - New GetBlockTrust() function - Add remove Orphans to repairwallet and checkwallet. - Enable/disable PoS minting. - hardfork start time Wed, 01 Feb 2017 00:00:00 GMT GPL 3.0.1New chain, after coin swap. LinksLast Windows QT: https://github.com/scificrypto/GoldPressedLatinum2/releases/download/v3.0.1.1/goldpressedlatinum-v301.win32.zipNew GitHub source: https://github.com/scificrypto/GoldPressedLatinum2Website: http://gpl.scificrypto.infoExplorer: https://chainz.cryptoid.info/gpl2/Exchange: https://www.livecoin.net/en/trading/GPL2_BTCSample GoldPressedLatinum.conf: listen=1 daemon=1 server=0 rpcuser=user123 rpcpassword=pass123 rpcallowip=127.0.0.1 rpcport=7795 port=7790 reservebalance=0 splitthreshold=100000000 addnode=scifi.bounceme.net:7790 addnode=69.118.192.65 addnode=64.71.72.56 addnode=54.36.19.164 addnode=51.15.130.151
|
|
|
|
vampirus (OP)
|
|
March 09, 2016, 07:34:47 PM Last edit: April 08, 2019, 09:48:55 PM by vampirus |
|
Info about old PoW chain: https://bitcointalk.org/index.php?topic=5129603.0For coin swap: In old wallet in console type: listaddressgroupings then: dumpprivkey FDZDt1CoHvpGnu6Pbnidpvk8J5A7sezcgi and copy private key for every addr with balance more 20 GPL In new wallet type: importprivkey <goldpressedlatinumprivkey> [label] for every private key Then split inputs into small chunks 100-200 GPL, if you do not understand how - do nothing, after 1-3 month they split automatically to best size.
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 09, 2016, 09:03:41 PM |
|
Is the staking function fully 'fixed' now? The PoS block reward with the previous release was 0.00 GPL - when I tested it last! - Rules of Acquisition: 37 "The early investor reaps the most interest." ?
|
|
|
|
vampirus (OP)
|
|
March 09, 2016, 09:23:35 PM |
|
Is the staking function fully 'fixed' now? The PoS block reward with the previous release was 0.00 GPL - when I tested it last!
I don't hear about this problem, but in previous 2.6 wallet my coins was staked normally.
|
|
|
|
zeewolf
Full Member
Offline
Activity: 236
Merit: 100
In dreamland; he awaits you.
|
|
March 10, 2016, 07:21:46 AM |
|
Zipped blockchain does not work ;( (Win7 x64) file unknown has LSN 276/5486018, past end of log at 1/28 Commonly caused by moving a database from one database environment to another without clearing the database LSNs, or by removing all of the log files from a database environment __db_meta_setup: C:\Users\xxx\AppData\Roaming\GoldPressedLatinum\blkindex.dat: unexpected file type or format As message says when you want to move indexed blockchain to other environment be sure to close wallet with daemonnamed stop true, which should detach database on close. It takes longer but leaves database in consistent state (no log files in database directory needed, as they are not portable between different env.) However, provided zip is still usable for bootstrapping - one can delete blkindex.dat and rename blk0001.dat to bootstrap.dat.
|
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 10, 2016, 02:03:51 PM |
|
Zipped blockchain does not work ;( (Win7 x64) file unknown has LSN 276/5486018, past end of log at 1/28 Commonly caused by moving a database from one database environment to another without clearing the database LSNs, or by removing all of the log files from a database environment __db_meta_setup: C:\Users\xxx\AppData\Roaming\GoldPressedLatinum\blkindex.dat: unexpected file type or format As message says when you want to move indexed blockchain to other environment be sure to close wallet with daemonnamed stop true, which should detach database on close. It takes longer but leaves database in consistent state (no log files in database directory needed, as they are not portable between different env.) However, provided zip is still usable for bootstrapping - one can delete blkindex.dat and rename blk0001.dat to bootstrap.dat. Indeed. Confirming exact same issue with gpl.2016.03.09.zip on Windows 10. However, the blockchain will sync. from scratch or import bootstrap as above.
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 10, 2016, 02:08:55 PM |
|
Staked amounts showing as 0.00 GPL on the transaction Tab;. Status: 15677 confirmations Date: 07/08/2015 18:59 From: unknown To: FQSYmcLaBjUnbSY3kcb8NZZbvw8SVD8f6S (own address) Credit: 1.60 GPL Net amount: +1.60 GPL Transaction ID: 330f7618e50e228bee03a7caefe46bc4d62df62c62aa9ec597e6db19b5d59a9d
Transaction Tab shows 0.00 GPL credit. Status: 15675 confirmations Date: 07/08/2015 19:55 From: unknown To: FQSYmcLaBjUnbSY3kcb8NZZbvw8SVD8f6S (own address) Credit: 1.60 GPL Net amount: +1.60 GPL Transaction ID: 9c7bce72daf1bd130a9ba79f4391becacc6095f25e2b4a0875bba63c04ff0c40
Again, Transaction Tab shows 0.00 GPL credit. Date: 10/03/2016 13:48 Debit: 0.00 GPL Net amount: -20.315956 GPL Transaction ID: 427c9cd83997a86e8baceff3b808c3cdd671f01e1de8e4ac3b792e6288a68a84
- Rules of Acquisition: 41 "Profit is its own reward."
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 10, 2016, 02:13:49 PM Last edit: March 10, 2016, 04:19:30 PM by BitcoinFX |
|
Is GPL still the crypto with the longest stake interval?
* 365 days minimum stake interval
|
|
|
|
vampirus (OP)
|
|
March 10, 2016, 03:03:34 PM Last edit: March 10, 2016, 03:26:45 PM by vampirus |
|
Zipped blockchain does not work ;( (Win7 x64) file unknown has LSN 276/5486018, past end of log at 1/28 Commonly caused by moving a database from one database environment to another without clearing the database LSNs, or by removing all of the log files from a database environment __db_meta_setup: C:\Users\xxx\AppData\Roaming\GoldPressedLatinum\blkindex.dat: unexpected file type or format As message says when you want to move indexed blockchain to other environment be sure to close wallet with daemonnamed stop true, which should detach database on close. It takes longer but leaves database in consistent state (no log files in database directory needed, as they are not portable between different env.) However, provided zip is still usable for bootstrapping - one can delete blkindex.dat and rename blk0001.dat to bootstrap.dat. OK, my fault. Database not working without "database/log.00000001" file. Database was reloaded: gpl.2016.03.10.zip
|
|
|
|
vampirus (OP)
|
|
March 10, 2016, 03:46:44 PM |
|
Staked amounts showing as 0.00 GPL on the transaction Tab;. Status: 15677 confirmations Date: 07/08/2015 18:59 From: unknown To: FQSYmcLaBjUnbSY3kcb8NZZbvw8SVD8f6S (own address) Credit: 1.60 GPL Net amount: +1.60 GPL Transaction ID: 330f7618e50e228bee03a7caefe46bc4d62df62c62aa9ec597e6db19b5d59a9d
Transaction Tab shows 0.00 GPL credit. Status: 15675 confirmations Date: 07/08/2015 19:55 From: unknown To: FQSYmcLaBjUnbSY3kcb8NZZbvw8SVD8f6S (own address) Credit: 1.60 GPL Net amount: +1.60 GPL Transaction ID: 9c7bce72daf1bd130a9ba79f4391becacc6095f25e2b4a0875bba63c04ff0c40
Again, Transaction Tab shows 0.00 GPL credit. Date: 10/03/2016 13:48 Debit: 0.00 GPL Net amount: -20.315956 GPL Transaction ID: 427c9cd83997a86e8baceff3b808c3cdd671f01e1de8e4ac3b792e6288a68a84
- Rules of Acquisition: 41 "Profit is its own reward." All fine with yours stake. Transaction Tab just not display staked amount. May be fix in next version.
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
March 10, 2016, 04:18:56 PM |
|
All fine with yours stake. Transaction Tab just not display staked amount. May be fix in next version.
Indeed. The staking process is successful. Just a display issue in the wallet Transaction Tab. - Rules of Acquisition: 58 "There is no substitute for success."
|
|
|
|
vampirus (OP)
|
|
March 11, 2016, 02:25:06 AM |
|
This coin is still marked as Failed on Crypto Database, are there any links such as websites, exchanges, blockchains, or mining pools?
Website and exchange soon. New GitHub source: https://github.com/scificrypto/Gold-Pressed-Latinum (old was .../scificryptocoin/Gold-Pressed-Latinum)
|
|
|
|
vampirus (OP)
|
|
March 18, 2016, 07:26:06 PM |
|
New version GPL 2.7.2 Soon!
Change log: - Remove old IRC code to prevent antivirus warning. - Fixed Staked amounts showing. - Fixed Russian translation. - Updated checkpoints.
If you know any other bugs, post here before release.
|
|
|
|
Dunkelheit667
Legendary
Offline
Activity: 1045
Merit: 1157
no degradation
|
|
March 19, 2016, 04:14:17 PM |
|
Not sure if it's a bug and can be fixed, but... When I unlock my wallet for 'staking', the GUI is very unresponsive, click and wait all the time. CPU load hovering around 25-50%, this should not be the cause. I've noticed the same with other wallets (e.g. Cubits), but our precious GPL is for sure the toughest.
|
"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time. And when the machine stops, time is an illusion that we created free will." - an unnamed Hybrid
|
|
|
vampirus (OP)
|
|
March 19, 2016, 07:52:49 PM Last edit: March 19, 2016, 08:16:58 PM by vampirus |
|
Not sure if it's a bug and can be fixed, but... When I unlock my wallet for 'staking', the GUI is very unresponsive, click and wait all the time. CPU load hovering around 25-50%, this should not be the cause. I've noticed the same with other wallets (e.g. Cubits), but our precious GPL is for sure the toughest. It is because of big number of small transactions in wallet. Try use reservebalance=xxx, where xxx is 90% of total balance. I reduce this problem in KED, may be fix GPL too. And don't use mining wallet for staking, every month send coins to another wallet by 50-150 GPL in one transaction.
|
|
|
|
Dunkelheit667
Legendary
Offline
Activity: 1045
Merit: 1157
no degradation
|
|
March 20, 2016, 09:44:04 PM |
|
Not sure if it's a bug and can be fixed, but... When I unlock my wallet for 'staking', the GUI is very unresponsive, click and wait all the time. CPU load hovering around 25-50%, this should not be the cause. I've noticed the same with other wallets (e.g. Cubits), but our precious GPL is for sure the toughest. It is because of big number of small transactions in wallet. Try use reservebalance=xxx, where xxx is 90% of total balance. I reduce this problem in KED, may be fix GPL too. And don't use mining wallet for staking, every month send coins to another wallet by 50-150 GPL in one transaction. Sounds like a plan, I'll give it a try. Thank you!
|
"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time. And when the machine stops, time is an illusion that we created free will." - an unnamed Hybrid
|
|
|
vampirus (OP)
|
|
March 21, 2016, 09:22:27 PM Last edit: March 21, 2016, 11:02:51 PM by vampirus |
|
I fix wallet freezing when staking, but found another bug that can't fix: All stake reward rounded to 0.05 GPL and on generated transactions 0.2 COIN you receive 0% or must wait 5 years before start staking.
tx: f8417b2ad903823f06c1163b699e40c7ca8b96b3b12f748048205b1f57c30efb-000 block: 717431
|
|
|
|
Dunkelheit667
Legendary
Offline
Activity: 1045
Merit: 1157
no degradation
|
|
March 22, 2016, 03:30:35 AM |
|
Thanks for fixing the wallet freezing! Well, the 0.2 coin bug explains why I've rarely seen coins staking in the past, the vast majority of my precious GPL were solo mined. They will in two years, good to know. Here is another bug: getbalance gives weird numbers. Not sure, but listaccounts seems to be off as well. The total amount is wrong and distribution on my accounts/addresses looks incorrect. Hard to tell without block explorer atm.
|
"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time. And when the machine stops, time is an illusion that we created free will." - an unnamed Hybrid
|
|
|
vampirus (OP)
|
|
March 22, 2016, 02:43:28 PM |
|
Problem with 0.0 reward fixed. Now parameter combinethreshold work correctly on all coin age.
tx: 90060d89d9cfb242b4c5ab30b6acdb68c4a4bae28789941ce2da795aa4fc0411-000
|
|
|
|
|