一种基于比特币的加密货币,具有从Dash和Digibyte导入的其他功能。改进包括三重算法工作量证明,具有多重屏蔽难度调整,主节点,私人发送,社区基金治理以及简单令牌的未来计划。
|
|
推特:https://twitter.com/PyrkC
论坛:https://forum.pyrk.org/
电报:https://t.me/pyrkcommunity
不和谐:https://discord.gg/zg8zUQp
代码库:https://github.com/pyrkcommunity
白皮书:https://www.pyrk.org/Pyrk-Whitepaper.pdf
区块浏览器:https://explorer.pyrk.org/
创世贴:https://bitcointalk.org/index.php?topic=5247112.0
官网:https://www.pyrk.org/
钱包下载:https://github.com/pyrkcommunity/pyrk/releases
矿池网址:https://miningcoins.ca/
挖矿软件矿池配置连接和端口:miningcoins.ca:3331
挖矿状态查询:https://miningcoins.ca/?address=
上面这矿池只支持比特币矿机挖sha256算法可以用NH打
下面这是官方矿池,支持sha256算法 scrypt算法 x11算法
https://pool.pyrk.org/?#
主节点设置指南
本指南说明了如何从命令行设置主节点。(工具->调试控制台)
步骤1:为主节点抵押品生成一个新地址
pyrk-cli getnewaddress "MN1" > yeexQRzn1CJRXS3m7nXt31bobVoAwZUmMU
第2步:生成主节点密钥
pyrk-cli masternode genkey > 9349tv7LD6jiW2AG3wJ13yVLSMuZcMnRPtRmQGWck5f3PRdb7pH
第3步:恰好将1000 PYRK发送到上面生成的抵押地址
pyrk-cli sendtoaddress yeexQRzn1CJRXS3m7nXt31bobVoAwZUmMU 1000 > 8b625074ec275ecb8ba1d3f87894e91dc7561691a3d1dc68b1d82158ff97c21e
等待交易确认,然后执行步骤4:查找交易输出信息
pyrk-cli masternode outputs { "8b625074ec275ecb8ba1d3f87894e91dc7561691a3d1dc68b1d82158ff97c21e": "1" }
步骤5:编辑masternode.conf(将其添加到文件底部)
MN1 127.0.0.1:19999 9349tv7LD6jiW2AG3wJ13yVLSMuZcMnRPtRmQGWck5f3PRdb7pH 8b625074ec275ecb8ba1d3f87894e91dc7561691a3d1dc68b1d82158ff97c21e 1
这些是用空格分隔的值:
-别名:-为此主节点提供的简单名称,例如MN1,MN2等
-IP:端口-使用计算机本地ip 127.0.0.1和要用于主节点的端口,例如as 19999
-Masternode私钥-这是您从步骤2生成的密钥
-抵押品输出TXID-这是步骤4响应的第一部分,是抵押品交易的交易ID-
抵押品输出索引-这也是在第4部分中找到,它是第二个项目“ 1”。
步骤6:编辑pyrk.conf(将其添加到文件的底部)
masternode=1 masternodeaddr=:19999 masternodeprivkey=9349tv7LD6jiW2AG3wJ13yVLSMuZcMnRPtRmQGWck5f3PRdb7pH
对于主节点地址,请确保使用服务器的公共IP,以便可以找到您的主节点。
步骤7:重新启动电子钱包客户端
pyrk-cli stop pyrkd -daemon
步骤8:启动masternode
pyrk-cli masternode start-all
采矿指南
挖矿的最简单方法是加入游泳池。要在我们的矿池中进行挖矿,请单击页面顶部的“挖矿”链接。 如果您想独挖,则需要在您的pyrk.conf文件中将算法设置为您想挖的算法。以下是可用的算法:
algo=scrypt (default) algo=sha256 algo=x11
如果您是池操作员,则应该直接进行设置,因为我们不使用任何新算法。我们在矿池中通过以下硬币配置使用Miningcore软件:
"pyrk-sha256": { "name": "Pyrk Sha256", "canonicalName": "Pyrk", "symbol": "PYRK", "family": "bitcoin", "coinbaseHasher": { "hash": "sha256d" }, "headerHasher": { "hash": "sha256d" }, "blockHasher": { "hash": "reverse", "args": [ { "hash": "sha256d" } ] }, "hasMasterNodes": true, "explorerBlockLink": "https://explorer.pyrk.org/blockheight/$height$", "explorerTxLink": "https://explorer.pyrk.org/tx/{0}", "explorerAccountLink": "https://explorer.pyrk.org/address/{0}" }, "pyrk-scrypt": { "name": "Pyrk Scrypt", "canonicalName": "Pyrk", "symbol": "PYRK", "family": "bitcoin", "coinbaseHasher": { "hash": "sha256d" }, "headerHasher": { "hash": "scrypt", "args": [ 1024, 1 ] }, "blockHasher": { "hash": "reverse", "args": [ { "hash": "sha256d" } ] }, "posBlockHasher": { "hash": "reverse", "args": [ { "hash": "scrypt", "args": [ 1024, 1 ] } ] }, "shareMultiplier": 65536, "hasMasterNodes": true, "explorerBlockLink": "https://explorer.pyrk.org/blockheight/$height$", "explorerTxLink": "https://explorer.pyrk.org/tx/{0}", "explorerAccountLink": "https://explorer.pyrk.org/address/{0}" }, "pyrk-x11": { "name": "Pyrk X11", "canonicalName": "Pyrk", "symbol": "PYRK", "family": "bitcoin", "coinbaseHasher": { "hash": "sha256d" }, "headerHasher": { "hash": "x11" }, "blockHasher": { "hash": "reverse", "args": [ { "hash": "sha256d" } ] }, "hasMasterNodes": true, "explorerBlockLink": "https://explorer.pyrk.org/blockheight/$height$", "explorerTxLink": "https://explorer.pyrk.org/tx/{0}", "explorerAccountLink": "https://explorer.pyrk.org/address/{0}" }
发布人:RvnFans;如若转载,请注明出处:https://www.nahan.org/4969.html
免责声明:本文不构成投资建议,请谨慎对待。