Author Topic: 给等待同步太久的人们  (Read 4794 times)

0 Members and 1 Guest are viewing this topic.

Offline Overthetop

个人微博账号: Overthetop_万里晴空
“块链创新与创业”交流群: 330378613

Offline urbanpauper

  • Full Member
  • ***
  • Posts: 112
    • View Profile
还是钱包自身做好是正经的。
btsx: urbanpauper

Offline linyibo010

  • Full Member
  • ***
  • Posts: 180
    • View Profile
很感谢作者。但是长远来看还是希望有钱包本身的不用复杂操作的进步,这不是一个少数人的游戏。
开个钱包都这么复杂,如何让新人接受? 钱包的用户体验应该放在首要的问题来对待。

Offline reyreyrey

  • Full Member
  • ***
  • Posts: 91
    • View Profile
BTS ID:raindrop

Offline geyu

  • Full Member
  • ***
  • Posts: 150
    • View Profile
让一部分人先玩起来,不懂技术的我可以慢慢等

Offline 00021906

  • Full Member
  • ***
  • Posts: 89
    • View Profile
现在的极速浏览器的内核就是用的这样的,谷歌的技术

Offline zhao150

  • Hero Member
  • *****
  • Posts: 606
  • 老子早就不想当代表了
    • View Profile
内置一个chromium的浏览器,跟这个好,赶紧做
老子早就不想当代表了

Offline cn-members

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
赞,又多了一种酷炫的玩儿法。不过长久来看,钱包本身还需继续优化。 +5% +5% +5%

跟开发组沟通过,现在用的QT钱包带的浏览器资源占用大,他们等QT平台新版本出来,就可以内置一个叫chromium的浏览器,资源占用要少很多。
BTS中文区发言人公共账号,帮助社区有效沟通与交流。
Chinese Community Spokesman Account,to help the effective communication between Chinese and other members of the community.We're not translators to do regular translations , but will help with vital ones as we see fit and available at that time.

Offline ripplexiaoshan

  • Moderator
  • Hero Member
  • *****
  • Posts: 2300
    • View Profile
  • BitShares: jademont
赞,又多了一种酷炫的玩儿法。不过长久来看,钱包本身还需继续优化。 +5% +5% +5%
BTS committee member:jademont

Offline cn-members

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
也就是说在win环境里也可以玩命令行。不错。

嗯,其实这个本身就是命令行的,只不过套了一层图形的外壳。
所有虚拟币都是这样。
BTS中文区发言人公共账号,帮助社区有效沟通与交流。
Chinese Community Spokesman Account,to help the effective communication between Chinese and other members of the community.We're not translators to do regular translations , but will help with vital ones as we see fit and available at that time.

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
也就是说在win环境里也可以玩命令行。不错。
BitShares committee member: abit
BitShares witness: in.abit

Offline jackie

  • Full Member
  • ***
  • Posts: 108
    • View Profile
  • BitShares: d
很感谢作者。但是长远来看还是希望有钱包本身的不用复杂操作的进步,这不是一个少数人的游戏。

Offline Moon

  • Full Member
  • ***
  • Posts: 155
    • View Profile

Offline cn-members

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
在我使用比特股钱包的经验中, 我发现最佳的组合是”linux + BTS命令端 + 网页钱包”, 这种组合非常稳定而且同步很快. 但是我发现最常见的组合其实是”windows + 比特股图形钱包”, 这种组合会消耗很多资源, 而且常常没有网络. 针对想要在windows下使用比特股图形钱包的用户, 我在此介绍以下方式来解决无止尽的同步问题.

1. 确认你的钱包程序已经关闭
在”任务管理器里面, 先确认你的钱包程序 (无论是图形接口或是命令端)已经完全关闭”
 
2. 找到你的钱包程序所在的位置
一般是” C:\Program Files\BitShares\bin”


3. 打开命令提示字符, 然后把目录切换过去:
输入以下命令 enter the following command:
Code: [Select]
cd C:\Program Files\BitShares\bin

4. 输入以下命令并按下回车以启动命令端
Code: [Select]
Bitshares_client.exe

5. 回车之后命定端的钱包程序就已经启动, 并且会显示很多信息:

第一行是说你的命令端没有用服务器模式启动, 不用管它
第二行是表示p2p端口启用UPNP, 不用管它
第三行是表示p2p连接接收的端口, 不用管它
下面一堆”Adding peer …”表示预设加入的节点

最后一个
Code: [Select]
---there are now 5 active connections to the p2p network
表示p2p网络目前有5个连接
如果你有一阵子没有打开钱包了, 你可能会看到类似这些信息:

注意到下方的信息:
Code: [Select]
---syncing with p2p network, 239 blocks left to fetch
表示它正在同步, 还有239个区块还没抓完

然后到了最后:
Code: [Select]
--- in sync with p2p network
看到这个就表示已经都同步完成了

另外, 如果你刚刚升级到新版本, 而新版本需要重新索引区块, 你会看到:


那就慢慢等吧, %就表示进度
同时你可以在”任务管理器”发现命令端消耗的资源是比较低一些的, 而且不容易崩溃

6. 一旦全部都同步好了, 你就可以输入exit并回车以退出命令端:


7. 好了, 这时候再去打开图形钱包, 你会发现一切都已经就绪:


这个方式不只是在你没有网络的时候可以这样用
如果你没有要操作钱包
但是又想要保持同步
就可以把命令端开着, 而不是图形钱包
等到要用的时候, 再关掉命令端, 打开图形钱包来用
作者:cn-members
BTS帐号:cn-members
稿源:比特股之家(http://www.bts.hk/for-people-who-wait-endlessly-to-sync.html
BTS中文区发言人公共账号,帮助社区有效沟通与交流。
Chinese Community Spokesman Account,to help the effective communication between Chinese and other members of the community.We're not translators to do regular translations , but will help with vital ones as we see fit and available at that time.