Crypti所提出的能功只是从NXT及QORA的构思校仿过来的:
1、Ed25519 DSA for increased security.
2、1 minute block time, pending on the network activity and node uptimes.
3、PoS retargeting on every new block.
4、Password protected wallets that allow recovery from seeds.
5、RESTful API for easy and fast interaction with Crypti nodes.
6、Custom block-chains, allowing anyone to launch their own chain with custom rules
这六项是QORA提出的,祥见上面所说的QORA创世贴。
7、Combination of 3 PoS algorithms:
a、Proof-of-Purchase (purchases done since the last won forged block)(注:这本身就只是一个获得币的过程,所有POS币都是这样的)
b、Proof-of-Time (node running up-time)(注:运行节点当然要计算时间了)
c、Proof-of-Identity (merchant address real-life validation)
Crypti的这个POS新算法实质只是把NXT的POS锻造证明机制进行了少少的改进并拆分为三个具体的名词,本质还是NXT锻造证明机制。
NXT的锻造相关资料可以从这里查找 https://bitcointalk.org/index.php?topic=587007.0
8、Web wallet,所有NXT的N系列币都是用这种钱包方式
9、用 Node.JS编写,在NXTL里早就采用到这种言语
Crypti团队成员是BTT的IPO投资常客,所以他们对各个币的构思和技术都非常了解,就组建团队把一些已发射二代币的构思打散而重新合并起来推出一个二代币,只是用Node.JS重新编写代码!