Bitcoin Forum

Local => 山寨币 => Topic started by: loquat8899 on April 01, 2018, 06:05:38 PM



Title: [ANN][ZCore - 官方发布] [ PoW ] [ NeoScrypt ] [GPU & CPU]
Post by: loquat8899 on April 01, 2018, 06:05:38 PM
英文原贴: https://bitcointalk.org/index.php?topic=3188172.0


https://i.imgur.com/poG670P.png
ZCore
交易的灵活敏捷性和稳定性

https://www.zcore.cash/

https://i.imgur.com/EKb0WPE.png
无 ICO
无预挖
抗ASIC


名称: ZCore
符号: ZCR
算法: NeoScrypt
总供应量:  14-17 millions
块奖励: 10 ZCores
块时间: 90 秒
对分: 25% 每 394.200 个块 - ~1 年
主节点 PoQ: 5000 ZCR
暗重力波始于: 8000 block

主节点
网络安全和快捷

即时发送
更快捷的交易

私人发送
交易的隐秘性



https://i.imgur.com/3xj97n9.png

官方 Discord
https://discord.gg/yS56qPM

官方 ANN
https://bitcointalk.org/index.php?topic=3181879

GitHub:
https://github.com/zcore-coin/source-code/releases

Explorer:
http://explorer.zcore.cash/

白皮书:
即将面世,请查看我们的网站。


https://i.imgur.com/78GJoFP.png

无独自挖矿

官方矿池
http://pool.zcore.cash

SaltPool ANN - 费用 0.5% (https://bitcointalk.org/index.php?topic=3188172.msg33123139#msg33123139)
Hash4Life ANN - 费用 1% (https://bitcointalk.org/index.php?topic=3188172.msg33028496#msg33028496)
Hash4Value ANN - 费用 0.1% (https://bitcointalk.org/index.php?topic=3188172.msg33029468#msg33029468)
Quantum Pool ANN - 费用 0.25% (https://bitcointalk.org/index.php?topic=3188172.msg33466489#msg33466489)

https://i.imgur.com/w9Q8k0L.png

电报钱包:
@ZCoreBot

Windows x32:
http://zcore.ch/downloads/Windows-32bits/ZCore_win32.zip

Windows x64:
http://zcore.ch/downloads/Windows-64bits/ZCore_win64.zip

MacOS:
https://zcore.ch/downloads/OSX-64bits/ZCore.dmg

Linux:
自动安装:
Code:
sudo curl -o- https://zcore.ch/install.sh | bash
https://zcore.ch/downloads/Linux-x64/ZCore_linux64.tar.gz

开始时间: 今天 ( 3月31日 )
结束时间: 4月7日 20:00 UTC
在此预约: https://bitcointalk.org/index.php?topic=3181879

*更新 - 如果超过一种语言,每多一种,增加 +25 ZCR


韩语 完成 (https://bitcointalk.org/index.php?topic=3232216)
爱沙尼亚语 完成 (http://www.altcoinstalks.com/index.php?topic=12758.0)
菲律宾语 完成 (http://www.altcoinstalks.com/index.php?topic=12820.0)

德语 预留 (https://bitcointalk.org/index.php?topic=3181879.msg33564418#msg33564418)
俄语/乌克兰语 预留 (https://bitcointalk.org/index.php?topic=3181879.msg33629709#msg33629709)
菲律宾语 预留 (https://bitcointalk.org/index.php?topic=3181879.msg33634988#msg33634988)
中文 预留 (https://bitcointalk.org/index.php?topic=3188172.msg33637807#msg33637807)
https://i.imgur.com/xEbNHce.png


Block 0: http://explorer.zcore.cash/block/00000194d1a0b89f2d487032ca7f3794f9ffe9e073f4b61442e1170e37c7e705
Block 1: http://explorer.zcore.cash/block/000001f67999043cec58d08d0732ffcac8d7ac88e1b9f8ed90d0837c5c9763f0

回到顶部 (https://bitcointalk.org/index.php?topic=3188172#msg_33028491)


Title: Re: [ANN][ZCore - 官方发布] [ PoW ] [ NeoScrypt ] [GPU & CPU]
Post by: loquat8899 on April 01, 2018, 11:57:02 PM
nVidia 挖矿

1) 下载: https://github.com/ghostlander/ccminer-neoscrypt/releases

Linux:
a. 安装文件:
Code:
apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++

b. 编辑:
Code:
./build.sh

c. 批处理执行:
Code:
./minerd -o stratum+tcp://pool.zcore.ch:4233 -u WALLET -p c=ZCR


Windows
a. 解开所有文件

b.创建一个 .bat 文件, 加入以下命令行:
Code:
minerd.exe -o stratum+tcp://pool.zcore.ch:4233 -u WALLET -p c=ZCR
pause

c. 执行 .bat 文件

AMD 挖矿

1) 下载
Linux:
a. 按 github 上的指令操作

b. 执行批处理文件:
Code:
./sgminer -o stratum+tcp://pool.zcore.cash:4233 -u WALLET -p c=ZCR

Windows
a. 解开所有文件

b. 创建一个 .bat 文件, 加入以下命令行:
Code:
sgminer.exe -o stratum+tcp://pool.zcore.cash:4233 -u WALLET -p c=ZCR
pause

c. 执行 .bat 文件