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 - mostar

Pages: 1 2 3 4 [5] 6 7
61
Technical Support / Re: Upgrade on Ubuntu from source
« on: November 21, 2015, 04:51:31 pm »
Go into the bitshares-2 directory, then

git fetch origin v2.15.306
git checkout v2.15.306

and then do the ususal cmake ... make ... .

How do I know what version to use as parameter each time I want to upgrade?
In the above example you mention "v2.15.306"

I'm a git newbie. Trying to look around to figure the version available in the git repository by:
Browsing to:
https://github.com/cryptonomex/graphene.git

or typing the commands:
Code: [Select]
git log
git tag -l

I Didn't found any relation to version numbering.

Thanks

62
Stakeholder Proposals / Re: Summary of How Workers Work in BitShares 2.0
« on: November 16, 2015, 12:24:00 pm »
Hi,

When and how worker proposal is accepted and the worker can start ?

63
Technical Support / Upgrade on Ubuntu from source
« on: November 15, 2015, 07:57:50 am »


I would like to Upgrade my CLI installation to the latest github version.
My current running version is a month old.

For the first installation done using
Code: [Select]
git cloneFollowing
https://github.com/bitshares/bitshares-2/

Now it not allow me to "git clone" again. the error is:
Quote
fatal: destination path 'graphene' already exists and is not an empty directory.
Is the a supported / recommended way to sync and recompile or I need to start from scratch?

Thanks

64
Technical Support / Dose my vote count
« on: November 14, 2015, 06:16:01 pm »
Hi,

I vote to one of the worker proposals using the openledger wallet. 
The status change to: "Status: Supported"
But when I return to the voting page again the status is back to: "Status: Neutral"
Is it feature working?



65
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: November 09, 2015, 10:10:45 am »
Any one have an idea?

66
General Discussion / Re: committee members question
« on: October 27, 2015, 05:19:10 am »
I will answer myself:

In the last BitShares Dev Hangout from October 23, 2015
Bytemaster address this issue, at the end of the hangout ~1:50

  • There is transaction type for parameter change proposal.
  • Committee members can vote on those proposals.
  • Committee members have limited time to response to the proposal. For now its 4 hours. It will be longer in the
    future. Response time is also parameter.
  • For now only the CLI wallet support this type of activity.
  • Other thing that not cover by the parameter change proposal transaction are discuss in the forum.

67
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: October 24, 2015, 02:21:28 pm »
My wallet is open and it still not working:

I did

Code: [Select]
set_password somepassword
unlock somepassword
import_key "myaacountname" my-Owner-Permissions-private-key true
import_key "myaacountname" my-Active-Permissions-private-key true

In both cases the output was:
Quote
10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:530 get_account

list_my_accounts

Output:
Quote
list_my_accounts
[]

The account name is in
https://bitshares.org/wallet/#/explorer/accounts

Please advise

68
General Discussion / committee members question
« on: October 21, 2015, 06:57:02 am »
Hello,

Where can I find any reference abut the open issues and protocol regarding committee members discussions and votes?


69
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: October 20, 2015, 01:57:39 pm »
when you run wallet_import .. the account name afterwards has to MATCH the account name registered with the private key .. not sure what you are doing wrong here :(

Its new cli_wallet installation. I didn't try to run "wallet_import" only  "import_key", What is the correct order on commands?

70
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: October 20, 2015, 01:41:32 pm »

sure about your account name? try find your name in
https://bitshares.org/wallet/#/explorer/accounts

it may have been prefixed with bts-

Yes I'm sure.  Found it in https://bitshares.org/wallet/#/explorer/accounts
It don't have "bts-" prefixed

71
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: October 20, 2015, 12:22:23 pm »
I did

Code: [Select]
import_key myaacountname my-Owner-Permissions-private-key true
import_key myaacountname my-Active-Permissions-private-key true

In both cases the output was:
Quote
10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:530 get_account

list_my_accounts

Output:
Quote
list_my_accounts
[]

Look like some thing missing.

72
Technical Support / Re: Moving from the web wallet to the cli wallet
« on: October 20, 2015, 11:16:27 am »
Code: [Select]
import_key myaacountname myprivkey true

Output:
Quote
10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:530 get_account

you will need to import the OWNER key if you want to edit the account settings and
you will need to import the ACTIVE key if you want to spend funds

Which commands import OWNER and ACTIVE keys

I already used the "Owner Permissions" private key in this command:

Code: [Select]
import_key myaacountname myprivkey true

73
Openledger / Re: openledger.info faucet
« on: October 20, 2015, 10:30:17 am »
shareholders vote for committee members which propose the fees ..

How the committee members gather to discuss and make decisions?

By any means .. forum, irc, skype, whatever .. In the end they though need to
convince the SHAREHOLDERS .. no matter what they propose



Where can I find reference abut the open issues and protocol regarding the discussions and committee members votes?

74
Technical Support / Moving from the web wallet to the cli wallet
« on: October 20, 2015, 08:59:49 am »
Hi,

I Didn't find any reference regarding how to move my wallet from the web wallet to the cli wallet.

Can I use them in parallel with the same account?

Thanks

75
Openledger / Re: openledger.info faucet
« on: October 20, 2015, 08:51:54 am »
shareholders vote for committee members which propose the fees ..

How the committee members gather to discuss and make decisions?

guys, we're talking about openledger's faucet, not blockchain level.

I thought the user registration fee is in blockchain level.

Pages: 1 2 3 4 [5] 6 7