Difference between revisions of "Main Page/zh-cn"
(Updating to match new version of source page) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
+ | <div class="mw-translate-fuzzy"> | ||
<!-- LEFT COLUMN --> | <!-- LEFT COLUMN --> | ||
{| id="mp-upper" style="width: 100%; margin:6px 0 0 0; background:none; border-spacing: 0px;" | {| id="mp-upper" style="width: 100%; margin:6px 0 0 0; background:none; border-spacing: 0px;" | ||
Line 32: | Line 33: | ||
* [[Contribute To VeriBlock|为VeriBlock贡献]] | * [[Contribute To VeriBlock|为VeriBlock贡献]] | ||
* [[Community Resource Contributions|社区资源贡献]] | * [[Community Resource Contributions|社区资源贡献]] | ||
+ | * [[Bounties|悬赏]] | ||
|- | |- | ||
! style="padding:2px" | <h2 id="mp-dyk-h2" style="background:#235fa6; font-size:150%; font-weight:normal; border:1px solid #0d437a; text-align:left; color:#fff; padding:0.2em 0.4em;">开发</h2> | ! style="padding:2px" | <h2 id="mp-dyk-h2" style="background:#235fa6; font-size:150%; font-weight:normal; border:1px solid #0d437a; text-align:left; color:#fff; padding:0.2em 0.4em;">开发</h2> | ||
|- | |- | ||
| style="color:#000;padding:2px 5px 5px" | | | style="color:#000;padding:2px 5px 5px" | | ||
+ | * [[Developer Guide|开发指南]] | ||
* [[Demo Code|演示代码]] | * [[Demo Code|演示代码]] | ||
* [[Dashboard API|面板接口]] | * [[Dashboard API|面板接口]] | ||
* [[PoP Miner API|PoP挖矿接口]] | * [[PoP Miner API|PoP挖矿接口]] | ||
− | * [[GRPC]] | + | * [[NodeCore HTTP API|核心节点HTTP接口]], [[GRPC]] |
* [[NodeCore Source Code|核心节点源代码]] | * [[NodeCore Source Code|核心节点源代码]] | ||
+ | * [[HowTo Integrate NodeCore with a Service|如何使用服务器整合核心节点]] | ||
+ | |- | ||
+ | </div> | ||
+ | |||
|- | |- | ||
Line 46: | Line 53: | ||
| style="border:1px solid transparent;" | | | style="border:1px solid transparent;" | | ||
+ | <div class="mw-translate-fuzzy"> | ||
<!-- RIGHT COLUMN --> | <!-- RIGHT COLUMN --> | ||
| class="MainPageBG" style="width:45%; border:1px solid #235fa6; background:#f5faff; vertical-align:top;"| | | class="MainPageBG" style="width:45%; border:1px solid #235fa6; background:#f5faff; vertical-align:top;"| | ||
Line 58: | Line 66: | ||
*[[MainNet Launch FAQ|主网上线常见问与答]], [[MainNet Launch Overview|主网上线综述]] | *[[MainNet Launch FAQ|主网上线常见问与答]], [[MainNet Launch Overview|主网上线综述]] | ||
*[[Community Announcements|社区公告]] | *[[Community Announcements|社区公告]] | ||
+ | *[[How-to list on an Exchange|交易所上币内容]] | ||
|- | |- | ||
! style="padding:2px" | <h2 id="mp-otd-h2" style="background:#235fa6; font-size:150%; font-weight:normal; border:1px solid #0d437a; text-align:left; color:#fff; padding:0.2em 0.4em;">挖矿</h2> | ! style="padding:2px" | <h2 id="mp-otd-h2" style="background:#235fa6; font-size:150%; font-weight:normal; border:1px solid #0d437a; text-align:left; color:#fff; padding:0.2em 0.4em;">挖矿</h2> | ||
Line 70: | Line 79: | ||
*[[HowTo run PoP Miner|如何运行PoP挖矿软件]], [[PoP Miner Rewards|PoP挖矿矿工奖励]] | *[[HowTo run PoP Miner|如何运行PoP挖矿软件]], [[PoP Miner Rewards|PoP挖矿矿工奖励]] | ||
*[[HowTo run and connect to PoW Miner pool|如何运行以及连接PoW矿池]] | *[[HowTo run and connect to PoW Miner pool|如何运行以及连接PoW矿池]] | ||
+ | *[[Stratum]] | ||
|- | |- | ||
{| id="mp-right" style="width:100%; vertical-align:top; background:#f5faff;" | {| id="mp-right" style="width:100%; vertical-align:top; background:#f5faff;" | ||
Line 77: | Line 87: | ||
参考文献: | 参考文献: | ||
* [https://www.veriblock.com/wp-content/uploads/2017/09/PoP-White-Paper.pdf Proof-of-Proof 白皮书] | * [https://www.veriblock.com/wp-content/uploads/2017/09/PoP-White-Paper.pdf Proof-of-Proof 白皮书] | ||
− | * [[NodeCore CommandLine|核心节点命令行]] | + | * [[NodeCore CommandLine|核心节点命令行]], [[Offline Wallet CLI|命令行离线钱包]] |
− | * [[PoP Miner CommandLine| | + | * [[PoP Miner CommandLine|PoP挖矿的命令行]] |
− | * [[nodecore.properties]] | + | * [[nodecore.properties|核心节点属性]] 配置文件 |
− | * [[NodeCore File Structure]] | + | * [[NodeCore File Structure|核心节点文件结构]] |
− | * [[NodeCore Networking]] | + | * [[NodeCore Networking|核心节点网络]] |
− | * [[PoP Transaction LifeCycle]] | + | * [[PoP Transaction LifeCycle|PoP转账存在周期]] |
− | * [[TestNet]] | + | * [[MainNet|主网]],[[TestNet|测试网]],[[AlphaNet|本地开发环境]] |
− | * [[Protocol Specification]] | + | * [[Protocol Specification|协议规范]] |
− | * [[Technical Articles]] | + | * [[Technical Articles|技术文章]] |
− | + | 如何操作: | |
− | *[[HowTo connect NC CLI to remote NodeCore instance]] | + | *[[HowTo connect NC CLI to remote NodeCore instance|如何将命令行钱包连接到远程核心节点进程。]] |
− | *[[NodeCore_QuickStart]], [[HowTo run NodeCore]], [[NodeCore Operations]] | + | *[[NodeCore_QuickStart|核心节点快速入门]], [[HowTo run NodeCore|如何运行核心节点]], [[NodeCore Operations|核心节点操作]] |
+ | </div> | ||
|- | |- |