Author Topic: Graphene daily PPA  (Read 3085 times)

0 Members and 1 Guest are viewing this topic.

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Light wallet is available on vivid! No need to run a full node, do all the processing on your computer and just send transactions to the network.

Same ppa:
sudo apt-add-repository ppa:showard314/ppa

New package:
sudo apt-get install graphene-ui

to run:
type "graphene" in to your terminal, or look for the new "Graphene" link in your program launcher (no icon yet).

This is not built daily yet, but please test to make sure it's production ready.

EDIT: daily builds are now enabled
« Last Edit: October 13, 2015, 06:12:12 am by maqifrnswa »
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
graphene-gui will be on hold for a little bit:
https://github.com/cryptonomex/graphene/issues/363
https://github.com/cryptonomex/graphene/issues/361

I'm re-enabling building of the CLI packages only so at least they will be kept up to date.
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Hello all,
1) graphene-gui (i.e., "light_client") is coming! "apt-get install graphene-gui" will bring in the qt5.5 light_client. Should be available in an hour or two. This will be built daily like the "graphene" package, which just has the CLI.

2) Some maintenance going on at the graphene daily PPA at the moment, graphene packages might not be available for an hour or two, just FYI

Thanks for your effort!  +5% +5% +5%
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Hello all,
1) graphene-gui (i.e., "light_client") is coming! "apt-get install graphene-gui" will bring in the qt5.5 light_client. Should be available in an hour or two. This will be built daily like the "graphene" package, which just has the CLI.

2) Some maintenance going on at the graphene daily PPA at the moment, graphene packages might not be available for an hour or two, just FYI
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
@maqifrnswa

It seems that the Oct 1st build (0~20151001-0~131~ubuntu15.04.1) had build failure.
https://launchpad.net/~showard314/+archive/ubuntu/ppa/+packages
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline Thom

Graphene master built daily (05:30 UTC) for Ubuntu vivid and wily (15.04, 15.10)
Code: [Select]
sudo apt-add-repository ppa:showard314/ppa
sudo apt-get update
sudo apt-get install graphene

the commands "witness_node" and "cli_wallet" will be in your path
https://launchpad.net/~showard314/+archive/ubuntu/ppa

FYI: I made a quick attempt to utilize this under Debian Jessie 8.1, following these directions: http://www.webupd8.org/2014/10/how-to-add-launchpad-ppas-in-debian-via.html.

I ran into dependency problems:
Code: [Select]
The following packages have unmet dependencies:
 graphene : Depends: libboost-chrono1.58.0 but it is not installable
            Depends: libboost-context1.58.0 but it is not installable
            Depends: libboost-date-time1.58.0 but it is not installable
            Depends: libboost-filesystem1.58.0 but it is not installable
            Depends: libboost-program-options1.58.0 but it is not installable
            Depends: libboost-system1.58.0 but it is not installable
            Depends: libboost-thread1.58.0 but it is not installable
            Depends: libstdc++6 (>= 5.2) but 4.9.2-10 is to be installed
E: Unable to correct problems, you have held broken packages.

Injustice anywhere is a threat to justice everywhere - MLK |  Verbaltech2 Witness Reports: https://bitsharestalk.org/index.php/topic,23902.0.html

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
This works perfectly :)
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
very nice.   +5%
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Are you willing to support 14.04?
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
Graphene master built daily (05:30 UTC) for Ubuntu vivid and wily (15.04, 15.10)
Code: [Select]
sudo apt-add-repository ppa:showard314/ppa
sudo apt-get update
sudo apt-get install graphene

the commands "witness_node" and "cli_wallet" will be in your path
https://launchpad.net/~showard314/+archive/ubuntu/ppa
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true