Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - archLinuxUser

Pages: [1]
1
General Discussion / Re: Upgraded to 0.4.7
« on: August 24, 2014, 07:05:44 am »

I'm on Arch Linux OS.

It looks like there's updates on the git source.  I'm about to build the client.  How do I find out my client version?  I've been looking everywhere, but I can't find it.

I tried about, getinfo, get_info, wallet_get_info, about  - console commands.  I also clicked on Help.

It's possible my bad eyes just cannot see it, lol.
Try 'git status' from shell.

Thank you!  it works.

2
Technical Support / Re: git checkout how-to for Linux
« on: August 24, 2014, 06:10:01 am »
Cool!  Thanks for the info!

You are running 0.4.7
The about output shows that it's commit 987d55167097aceab2fdf7ba98bc6ff0c255378d which is tagged in the git repo as 0.4.7
You can use gitk to view the commits and tags.




I asked in another thread, but I think this is the appropriate thread to ask in.

How can I find out if I'm running the 0.4.7 client on Arch Linux OS?

I had just built from git about 10 minutes ago and I can't seem to see the version 0.4.7 anywhere.  I don't have good eyes, so it could be I'm just missing it.

Code: [Select]
>> about

{
  "bitshares_toolkit_revision": "987d55167097aceab2fdf7ba98bc6ff0c255378d",
  "bitshares_toolkit_revision_age": "27 hours ago",
  "fc_revision": "578527626cccf691e87e4f24e1ad5f4ef45fe084",
  "fc_revision_age": "54 hours ago",
  "compile_date": "compiled on Aug 23 2014 at 21:51:59"
}

3
Technical Support / Re: git checkout how-to for Linux
« on: August 24, 2014, 05:16:37 am »

I asked in another thread, but I think this is the appropriate thread to ask in.

How can I find out if I'm running the 0.4.7 client on Arch Linux OS?

I had just built from git about 10 minutes ago and I can't seem to see the version 0.4.7 anywhere.  I don't have good eyes, so it could be I'm just missing it.

Code: [Select]
>> about

{
  "bitshares_toolkit_revision": "987d55167097aceab2fdf7ba98bc6ff0c255378d",
  "bitshares_toolkit_revision_age": "27 hours ago",
  "fc_revision": "578527626cccf691e87e4f24e1ad5f4ef45fe084",
  "fc_revision_age": "54 hours ago",
  "compile_date": "compiled on Aug 23 2014 at 21:51:59"
}

4
General Discussion / Re: Upgraded to 0.4.7
« on: August 24, 2014, 04:00:41 am »

I'm on Arch Linux OS.

It looks like there's updates on the git source.  I'm about to build the client.  How do I find out my client version?  I've been looking everywhere, but I can't find it.

I tried about, getinfo, get_info, wallet_get_info, about  - console commands.  I also clicked on Help.

It's possible my bad eyes just cannot see it, lol.

Pages: [1]