Author Topic: For people who wait endlessly to sync…  (Read 1839 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster


Is there any way to run the command line version of Bitshares on OS X?

Yes, but the binary is not distributed in the dmg
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline wasthatawolf

Is there any way to run the command line version of Bitshares on OS X? 

Offline cn-members

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Sure , I'll do that when my current things are done .  +5%
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 xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I just recently wrote a short new wiki article about the "clients"
http://wiki.bitshares.org/index.php/BitShares/Clients

but your post has alot more information ... could you open up a new article in the wiki?
something like
http://wiki.bitshares.org/index.php/BitShares/Clients/WindowsWebClient
and put the images and descriptions there too?

Anyway: +5%!!!

Offline cn-members

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
In my experiences using BTS wallet, the best combination I can get is “linux + BTS_command_line + web_wallet”, which runs steadily and syncs fast. However, I found the most common combination is “windows+ BTS GUI”, which consumesa lot resources and frequently have no connection at all. So for users using BTS wallet in windows, I would like to introduce a solution to you.

1.Make sure your BTS wallet is closed
You can check in process manager if your BTS wallet is already closed
 
2. Find your location of your BTS binary
Mostly it would be ” C:\Program Files\BitShares\bin”


3. Open command line interface and change the directory to where the BTS binary resides::
enter the following command:
Code: [Select]
cd C:\Program Files\BitShares\bin

4. Enter the following command and hit enter to run the command line version of BTS wallet
Code: [Select]
Bitshares_client.exe

5. After the BTS wallet is started, you would get a lot of info::

That last line ‘---there are now 5 active connections to the p2p network’ means there are 5 connections currently.

If you haven’t open your wallet for a while, you would see something like:

When you see “--- in sync with p2p network”, it means the blockchain is in sync.

By the way, if you just upgraded to a new version requiring re-index of blockchain, you would get:


Just wait for it.

6. When the blockchain is synced, you can leave BTS command line using ‘exit’:


7. Now, when you open the BTS GUI wallet, you will find it is ready:


Moreover, if I want to keep my wallet in sync but not consuming so many resources,
I can also use this method to keep bitshares_client, and open GUI when I need it.
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.