Author

Topic: [PAS] PascalCoin Technical details (Read 2393 times)

sr. member
Activity: 325
Merit: 250
Made a mistake on selling account ddnt read rules
January 27, 2017, 02:52:07 PM
#14
hi dev where can i find my balance in wallet and how many coins ive already mined?
thanks!
sr. member
Activity: 308
Merit: 250
January 27, 2017, 01:05:20 PM
#13
ok...

anything more to add?

like how to port safebox to BTC in C++?
hero member
Activity: 616
Merit: 500
September 01, 2016, 09:04:21 AM
#12
is there any bounty for translations?
if yes than i will do hindi translation
sr. member
Activity: 334
Merit: 263
September 01, 2016, 08:37:28 AM
#11
gpu mining possible?

Not yet. Source code is available... I don't know how to do it now  Undecided   (Note this project is in Pascal with all new code, there are no examples on how to use GPU with Pascal to mine due this is first implementation of cryptocurrency in Pascal, I think)
hero member
Activity: 912
Merit: 505
September 01, 2016, 08:34:25 AM
#10
gpu mining possible?
member
Activity: 90
Merit: 10
September 01, 2016, 08:30:06 AM
#9
Following now Grin
sr. member
Activity: 334
Merit: 263
September 01, 2016, 08:08:31 AM
#8
how much total supply coin dev ?
I do not see in OP about it.


Here you have:
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
August 31, 2016, 07:05:34 PM
#7
Hm, no Ubuntu/Linux versions?

Not now... still working... Future will compile with Lazarus and will run on Linux. Now only Windows  Grin

please inform us when the linux is actually available and the source is compile-able.
sr. member
Activity: 334
Merit: 263
August 31, 2016, 06:57:54 PM
#6
Hm, no Ubuntu/Linux versions?

Not now... still working... Future will compile with Lazarus and will run on Linux. Now only Windows  Grin
legendary
Activity: 1453
Merit: 1030
August 31, 2016, 06:56:22 PM
#5
Hm, no Ubuntu/Linux versions?
sr. member
Activity: 334
Merit: 263
August 31, 2016, 06:49:05 PM
#4
how much total supply coin dev ?
I do not see in OP about it.


420480 blocks (4 years) 100.0000
420480 blocks (4 years) 50.0000
420480 blocks (4 years) 25.0000
...
420480 blocks (4 years) 1.5625
Next blocks until infinite 1.0000
hero member
Activity: 765
Merit: 500
August 31, 2016, 06:23:11 PM
#3
how much total supply coin dev ?
I do not see in OP about it.
hero member
Activity: 1148
Merit: 501
Leading Crypto Sports Betting & Casino Platform
August 31, 2016, 06:11:59 PM
#2
new coin again?

any bounty dev?
sr. member
Activity: 334
Merit: 263
August 31, 2016, 05:54:49 PM
#1
PascalCoin started mining on 2016-08-11

This cryptocurrency is designed to doesn't need historical operations to work and control double spend or check balance, because blockchain is used to mantain a safe box with limited accounts (increasing on each new block), so when a new blockchain is generated, safe box state changes and generates a secure "Safe Box Hash".
Operations only works with the safe box, never with the blockchain, so blockchain can be deleted if you want because all balance is in the Safe Box.

Concept is fully explained at White Paper:
https://github.com/PascalCoin/PascalCoin/blob/master/PascalCoin%20White%20Paper%20-%20EN.pdf

It's name is "Pascal Coin" due it's written in Pascal language, and source code is available at GitHub:
https://github.com/PascalCoin/PascalCoin

And also, you can download a Windows installer of the Pascal Coin miner and Explorer at SourceForge:
https://sourceforge.net/projects/pascalcoin/

Specifications:
- New block each 5 minutes (average)
- Each block generates 5 accounts and a reward of 100,0000 PascalCoins (4 decimals), decreasing every 4 years (aprox)
- Target calculated in each new block by calculating previous 100 blocks time average
- Hashing method is double Sha256
- You can use Seckp256k1 , secp384r1, secp283k1 and secp521r1 for your private keys
- After a block is generated, must wait 100 new blocks before make an operation to new generated accounts
- There is no hard coded limit on operations inside a blockchain
- 3 kind of operations: Transaction (1 to 1), change key and recover founds on lost keys.
- Each operation can have a secured Payload that only receiver will be able to read
- Source code is Pascal


Jump to: