BitShares Forum

Main => General Discussion => Topic started by: bytemaster on September 09, 2014, 07:01:49 pm

Title: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 09, 2014, 07:01:49 pm
https://github.com/dacsunlimited/bitsharesx/releases/tag/0.4.13-RC1
https://github.com/dacsunlimited/bitsharesx/releases/tag/v0.4.13

There are some major updates in this particular revision and it is once again mandatory with a hard fork scheduled in 24 hours (3 PM EST).

1) Fix short matching issue
2) Implement BitAsset Yield / Rewards / Interest
3) Groundwork for paying fees with BitAssets

I would recommend all delegates / seed nodes upgrade ASAP and publish your version. 

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 07:14:21 pm
on it ..
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: emski on September 09, 2014, 07:33:36 pm
I've updated seed node and delegates.
Version is published.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: ripplexiaoshan on September 09, 2014, 07:41:47 pm
btsx.chinesecommunity and btsx.xiaoshan  updated  +5%
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 07:45:05 pm
riverhead-del-server-1 and chain/seed updated.


(http://i.imgur.com/I3FCIPN.png)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: liondani on September 09, 2014, 07:49:39 pm
(http://www.quickmeme.com/img/10/10488e5a9007ecbcd353cd71acc98e4ba852c5cef384f08327c2a88a072e6cf2.jpg)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: crazybit on September 09, 2014, 07:54:19 pm
done
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 09, 2014, 07:56:37 pm
Win binary is coming soon I hope?!

Or am I better off switching to Linux?
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 07:57:29 pm
Win binary is coming soon I hope?!
It's still Release candidate. Give them 12h 6h to find the last bugs :)

Quote
Or am I better off switching to Linux?
generally spoken?


//edit: ok .. i made that number up :)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 09, 2014, 08:04:40 pm
Win binary is coming soon I hope?!
It's still Release candidate. Give them 12h 6h to find the last bugs :)

Quote
Or am I better off switching to Linux?
generally spoken?


//edit: ok .. i made that number up :)

My response is in and can you please answer in the 'Stupid question' thread.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 09, 2014, 08:07:57 pm
Being a release candidate means that we expect it to be "release quality", but don't want everyone to jump on it yet until it has been in more hands. 

Most issues tend to show up in short order.    If something does happen then the hard fork can be delayed.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: emski on September 09, 2014, 08:12:31 pm
Being a release candidate means that we expect it to be "release quality", but don't want everyone to jump on it yet until it has been in more hands. 

Most issues tend to show up in short order.    If something does happen then the hard fork can be delayed.

Clean compile and blockchain synchronization works for me.
Delegates and seed node are stable so It is indeed release quality.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: kokojie on September 09, 2014, 08:14:19 pm
Done. No problems noticed so far.

I'm currently a standby delegate, vote me into active if possible. Thanks!
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: 38PTSWarrior on September 09, 2014, 08:19:39 pm
Are you using git clone and then checkout master or do you extract the tar.gz file and then terminal your way through? Could someone tell me the command please? Thanks
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: king on September 09, 2014, 08:20:26 pm
sun.delegate.service
moon.delegate.service
updated,and published version.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 08:33:14 pm
Are you using git clone and then checkout master or do you extract the tar.gz file and then terminal your way through? Could someone tell me the command please? Thanks
http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX

I use git-master .. not the 0.4.13-rc1 tag/label
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 08:35:33 pm
may I remind delegates to publish their version after backup upgrade. There is now a nice RPC call for that:

Code: [Select]
wallet_publish_version <publishing_account_name> [paying_account_name]
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: 38PTSWarrior on September 09, 2014, 08:40:55 pm
Do you mean: "git checkout master" when you say git-master?
I did git checkout master ad it say's I am on the same branch as origin/master.
Thinking for myself 1-2-3, should be alright?

Edit: I think thiss is not necessary anymore:
git submodule init
git submodule update
cmake .
make


Instead only
git submodule init
git submodule update
cd bitsharesx
cmake -DINCLUDE_QT_WALLET=ON .
rm -r programs/qt_wallet/htdocs     # in the case you are updating an existing build
cd programs/web_wallet
sudo npm install -g lineman
npm install
cd -
make buildweb
make BitSharesX
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: spartako on September 09, 2014, 08:47:21 pm
Active delegates spartako,spartako1,spartako2 updated and published new version 0.4.13-RC1
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: emski on September 09, 2014, 08:50:28 pm
may I remind delegates to publish their version after backup. There is now a nice RPC call for that:

Code: [Select]
wallet_publish_version <publishing_account_name> [paying_account_name]

What do you mean by "after backup" ?
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 08:52:21 pm
Do you mean: "git checkout master" when you say git-master?
I did git checkout master ad it say's I am on the same branch as origin/master.
Thinking for myself 1-2-3, should be alright?

Edit: I think thiss is not necessary anymore:
git submodule init
git submodule update
cmake .
make


I just clone the repo (or do a "git pull" to update) .. no explicit checkout .. although recommended ..
Instead only
git submodule init
git submodule update
cd bitsharesx
cmake -DINCLUDE_QT_WALLET=ON .
rm -r programs/qt_wallet/htdocs     # in the case you are updating an existing build
cd programs/web_wallet
sudo npm install -g lineman
npm install
cd -
make buildweb
make BitSharesX
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 08:53:04 pm
What do you mean by "after backup" ?
typo .. fixed to "upgrade" ..sorry
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: wackou on September 09, 2014, 08:58:08 pm
wackou-delegate updated, everything running smooth so far  +5%
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: 38PTSWarrior on September 09, 2014, 08:59:08 pm
Thanks!!
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: CoinHoarder on September 09, 2014, 09:06:32 pm
Are you using git clone and then checkout master or do you extract the tar.gz file and then terminal your way through? Could someone tell me the command please? Thanks
http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX

I use git-master .. not the 0.4.13-rc1 tag/label

I guess there are several ways to do it, but this worked for me:

git checkout 0.4.13RC1
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: ripplexiaoshan on September 09, 2014, 09:24:18 pm
Are you using git clone and then checkout master or do you extract the tar.gz file and then terminal your way through? Could someone tell me the command please? Thanks
http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX

I use git-master .. not the 0.4.13-rc1 tag/label


I guess there are several ways to do it, but this worked for me:

git checkout 0.4.13RC1

Is there any difference between checkout master and checkout 0.4.13RC1?
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: liondani on September 09, 2014, 09:30:11 pm
(http://robohash.org/set_1/delegate.liondani?size=75x75)delegate.liondani upgraded to 0.4.13
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 09, 2014, 09:30:48 pm
Are you using git clone and then checkout master or do you extract the tar.gz file and then terminal your way through? Could someone tell me the command please? Thanks
http://wiki.bitshares.org/index.php/BuildInstructionsBitSharesX

I use git-master .. not the 0.4.13-rc1 tag/label


I guess there are several ways to do it, but this worked for me:

git checkout 0.4.13RC1

Is there any difference between checkout master and checkout 0.4.13RC1?


Only some build fixes for latest boost and clang versions... no functional difference.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 09:34:46 pm
Market isn't loading in GUI. Is that because the fork hasn't happened yet?
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: xeroc on September 09, 2014, 09:35:50 pm
Market was loading over here ..
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 09, 2014, 09:38:18 pm
Market isn't loading in GUI. Is that because the fork hasn't happened yet?

GUI loads for me.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 09:40:08 pm
(http://www.zimagez.com/full/18beed625724f87d817defaa1cf6b754bb3cab11ad67d62b6924c0fb25bf0a9da72665d1d65469386f3d6c694722b7c15eea9fe12e7fc68e.php)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 09, 2014, 09:41:03 pm
(http://www.zimagez.com/full/18beed625724f87d817defaa1cf6b754bb3cab11ad67d62b6924c0fb25bf0a9da72665d1d65469386f3d6c694722b7c15eea9fe12e7fc68e.php)

OS?  Did you build from master?  Which market did you attempt to load? 
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 09:48:23 pm
Ubuntu 14.04. I am rebuilding on checkout master.


Update: Still no love under master. I tried updating the dependencies too. This is on a fresh clone.


Just clicked on the market tab.  Hadn't gotten a list of markets yet.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Xeldal on September 09, 2014, 09:53:52 pm
delegate*.xeldal updated to 0.4.13-RC1
feeds updated
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: CoinHoarder on September 09, 2014, 09:58:58 pm
Done
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 10:03:08 pm
Looks like I need a new picture hosting site. I'll mess with it more when back from dinner
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: GaltReport on September 09, 2014, 10:06:25 pm
Upgraded to 0.4.13-RC1:

delegate1-galt
delegate1.john-galt


0.4.13 Version Published.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: kokojie on September 09, 2014, 10:11:53 pm
Looks like I need a new picture hosting site. I'll mess with it more when back from dinner

Use imgur, it's the most popular one (and probably the most reliable)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 09, 2014, 10:13:06 pm
Looks like I need a new picture hosting site. I'll mess with it more when back from dinner

Use imgur, it's the most popular one
I was till this thread...but zimagez had integration with screenshot app in Ubuntu..back to imgur
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bitrose on September 09, 2014, 10:30:12 pm
x.ebit
rose.ebit

upgraded.

bitrose<--->btsx market is up.  +5% +5%
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bitcoinerS on September 09, 2014, 10:36:20 pm
done.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: mtang on September 09, 2014, 10:57:57 pm
updating

completed and updated version info
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: vegolino on September 09, 2014, 11:19:37 pm
I updated it, but my short is missing from open orders. Any advice how to find it please :)
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 09, 2014, 11:42:03 pm
Updated to 0.4.13-RC1  on  win 7/32 bit.

No obvious problems so far. Took about 40% more memory to initial index.

The annoying 'wrong auto complete' [you know when you click on the order from the order book, it auto populates your order]  is still there though.

To make matters worse the graph (even though it is prettier now :)  ) is still at its usual spot -between market bid/asks and the order entry field. This makes it hard to enter your orders, as it involves a lot of scrawling...

I have almost half a dollar in interest yield, seems too high of a number????
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: toast on September 10, 2014, 12:10:28 am
Tony k is a high roller

Sent from my SCH-I535 using Tapatalk

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: yinchanggong on September 10, 2014, 12:17:10 am
google.helloworld
microsoft.helloworld

done   8)

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Thiball on September 10, 2014, 12:17:44 am
I updated it, but my short is missing from open orders. Any advice how to find it please :)
I've had the same thing. I deleted the 0.4.13 and went back to the 0.4.12. Just a little bug ^^

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 10, 2014, 12:19:34 am
I have almost half a dollar in interest yield, seems too high of a number? ???


I believe he said it would be retroactive.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 12:29:43 am
Updated to 0.4.13-RC1  on  win 7/32 bit.

The GUI lost (not showing) my open orders!!!!! Newly placed - after upgrading!

ask and short order in market bitBTC!
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: toast on September 10, 2014, 12:40:30 am
Updated to 0.4.13-RC1  on  win 7/32 bit.

The GUI lost (not showing) my open orders!!!!! Newly placed - after upgrading!

ask and short order in market bitBTC!

I can fix this tonight and dacsun can test out new gui hotfix push feature when they wake up

Sent from my SCH-I535 using Tapatalk

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: alt on September 10, 2014, 12:54:28 am
done

delegate.bitsuperlab
delegate-alt
delegate-baozi
delegate-watchman
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: yellowecho on September 10, 2014, 12:59:52 am
Updated to 0.4.13-RC1  on  win 7/32 bit.

The GUI lost (not showing) my open orders!!!!! Newly placed - after upgrading!

ask and short order in market bitBTC!

GUI isn't displaying my open orders for selling BTSX in the bitUSD market so my balances are also incorrect.  I'm running 10.9.4
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: maqifrnswa on September 10, 2014, 01:02:25 am
just FYI:

wallet_publish_version sets your version to 0.4.13, not 0.4.13-RC1

is there a preference which one you want to see?
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 01:09:41 am
Updated to 0.4.13-RC1  on  win 7/32 bit.

The GUI lost (not showing) my open orders!!!!! Newly placed - after upgrading!

ask and short order in market bitBTC!

I can fix this tonight and dacsun can test out new gui hotfix push feature when they wake up

Sent from my SCH-I535 using Tapatalk

I do not know if it related to the other issue above (probably not) but

Cannot cancel the ask order! (managed to cancel the short)

Code: [Select]
>> wallet_market_cancel_order b91026170893374df40763a675c7537fe7812c37

4 parse_error_exception: Parse Error
Unexpected char '98' in "b91026170893374df40763a675c7537fe7812c37"
    {"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}
    bitshares  json.cpp:411 fc::variant_from_stream
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]
    {"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}
    bitshares  cli.cpp:497 bts::cli::detail::cli_impl::parse_argument_of_known_type

    {"parameter_index":0}
    bitshares  cli.cpp:500 bts::cli::detail::cli_impl::parse_argument_of_known_type
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]
    {"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]}
    bitshares  cli.cpp:361 bts::cli::detail::cli_impl::parse_recognized_interactive_command

    {}
    bitshares  cli.cpp:368 bts::cli::detail::cli_impl::parse_recognized_interactive_command
Error parsing command "wallet_market_cancel_order": Parse Error (4)
Unexpected char '98' in "b91026170893374df40763a675c7537fe7812c37"
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]

Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]


Usage:
wallet_market_cancel_order <order_id>                                                                 Cancel an order
Cancel an order

Parameters:
  order_id (order_id, required): the ID of the order to cancel

Returns:
  transaction_record
>> wallet_market_order_list BTC BTSX

TYPE        QUANTITY            PRICE                         BALANCE             COST                COLLATERAL          ID                                 
================================================================================================================================
cover_order 182,250.00000 BTSX  0.000027434842249657 BTC / BTSX5.00000000 BTC      4.99999999 BTC      243,000.00000 BTSX  2f7c01f9f56ff0d6286473ad0b68561b654ab0c0
cover_order 41,973.75000 BTSX   0.000027793561452098 BTC / BTSX1.16660000 BTC      1.16659999 BTC      55,965.00000 BTSX   8b41685adea121132b5546ebdd9dd054cc256aae
ask_order   27,393.75000 BTSX   0.000082135523613963 BTC / BTSX27,393.75000 BTSX   2.25000000 BTC      N/A                 b91026170893374df40763a675c7537fe7812c37

Also did you change the format of the order ID? It is no longer BTSXxxxxxxxxxxxxxxxxxx...
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 01:20:42 am
Place the ID in quotes
Updated to 0.4.13-RC1  on  win 7/32 bit.

The GUI lost (not showing) my open orders!!!!! Newly placed - after upgrading!

ask and short order in market bitBTC!

I can fix this tonight and dacsun can test out new gui hotfix push feature when they wake up

Sent from my SCH-I535 using Tapatalk

I do not know if it related to the other issue above (probably not) but

Cannot cancel the ask order! (managed to cancel the short)

Code: [Select]
>> wallet_market_cancel_order b91026170893374df40763a675c7537fe7812c37

4 parse_error_exception: Parse Error
Unexpected char '98' in "b91026170893374df40763a675c7537fe7812c37"
    {"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}
    bitshares  json.cpp:411 fc::variant_from_stream
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]
    {"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}
    bitshares  cli.cpp:497 bts::cli::detail::cli_impl::parse_argument_of_known_type

    {"parameter_index":0}
    bitshares  cli.cpp:500 bts::cli::detail::cli_impl::parse_argument_of_known_type
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]
    {"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]}
    bitshares  cli.cpp:361 bts::cli::detail::cli_impl::parse_recognized_interactive_command

    {}
    bitshares  cli.cpp:368 bts::cli::detail::cli_impl::parse_recognized_interactive_command
Error parsing command "wallet_market_cancel_order": Parse Error (4)
Unexpected char '98' in "b91026170893374df40763a675c7537fe7812c37"
Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]

Error parsing argument 1 of command "wallet_market_cancel_order": [{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}},{"context":{"level":"error","file":"cli.cpp","line":497,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Error parsing argument ${argument_number} of command \"${command}\": ${detail}","data":{"argument_number":1,"command":"wallet_market_cancel_order","detail":[{"context":{"level":"error","file":"json.cpp","line":411,"method":"fc::variant_from_stream","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"Unexpected char '${c}' in \"${s}\"","data":{"c":98,"s":"b91026170893374df40763a675c7537fe7812c37"}}]}},{"context":{"level":"warn","file":"cli.cpp","line":500,"method":"bts::cli::detail::cli_impl::parse_argument_of_known_type","hostname":"","thread_name":"bitshares","timestamp":"20140910T010559.851643"},"format":"","data":{"parameter_index":0}}]


Usage:
wallet_market_cancel_order <order_id>                                                                 Cancel an order
Cancel an order

Parameters:
  order_id (order_id, required): the ID of the order to cancel

Returns:
  transaction_record
>> wallet_market_order_list BTC BTSX

TYPE        QUANTITY            PRICE                         BALANCE             COST                COLLATERAL          ID                                 
================================================================================================================================
cover_order 182,250.00000 BTSX  0.000027434842249657 BTC / BTSX5.00000000 BTC      4.99999999 BTC      243,000.00000 BTSX  2f7c01f9f56ff0d6286473ad0b68561b654ab0c0
cover_order 41,973.75000 BTSX   0.000027793561452098 BTC / BTSX1.16660000 BTC      1.16659999 BTC      55,965.00000 BTSX   8b41685adea121132b5546ebdd9dd054cc256aae
ask_order   27,393.75000 BTSX   0.000082135523613963 BTC / BTSX27,393.75000 BTSX   2.25000000 BTC      N/A                 b91026170893374df40763a675c7537fe7812c37

Also did you change the format of the order ID? It is no longer BTSXxxxxxxxxxxxxxxxxxx...
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 01:26:28 am
Place the ID in quotes

Thanks, the double quotes ["] worked.
It worked without quotes for canceling the short order though.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 10, 2014, 01:34:03 am
Market loads for me now. I had to do a git clone <url> 0.4.13RC1 instead of git clone <url> then checkout master.
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: taoljj on September 10, 2014, 01:54:28 am
Done.
delegate.taolje
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: dcchong on September 10, 2014, 01:56:50 am
Done! :D
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: Riverhead on September 10, 2014, 01:59:09 am
Running the GUI in the foreground I'm mostly seeing this spam by. I guess it's OK?


Code: [Select]

QPainter::end: Painter ended with 2 saved states
QObject::startTimer: Timers can only be used with threads started with QThread
/img/user.png
QPainter::end: Painter ended with 2 saved states

Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 02:01:40 am
Running the GUI in the foreground I'm mostly seeing this spam by. I guess it's OK?


Code: [Select]

QPainter::end: Painter ended with 2 saved states
QObject::startTimer: Timers can only be used with threads started with QThread
/img/user.png
QPainter::end: Painter ended with 2 saved states

Interesting...
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: boombastic on September 10, 2014, 02:17:02 am
Upgraded.

mr.agsexplorer
mrs.agsexplorer
boombastic
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: muse-umum on September 10, 2014, 02:19:15 am
upgrading
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: amencon on September 10, 2014, 03:14:29 am
Delegate alecmenconi updated.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: DACSunlimited on September 10, 2014, 03:24:32 am
0.4.13 final has been released, and that it is the same as RC1 so RC1 users do not need to upgrade
https://github.com/dacsunlimited/bitsharesx/releases/tag/v0.4.13
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Fox on September 10, 2014, 03:42:01 am
Upgrade to 0.4.13 Complete.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Harvey on September 10, 2014, 04:07:53 am
done

hear.me.roar.lion   
fire.and.blood.dragon 
my.watch.begins.nightswatch
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bitrose on September 10, 2014, 04:16:40 am
she.bitrose

is ok

+5%  BTSX 0.4.13
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: CalabiYau on September 10, 2014, 05:11:25 am
calabiyau

neuronics

Upgrade to 0.4.13 running
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: nethyb on September 10, 2014, 06:02:42 am
Delegates:
www.minebitshares-com
www2.minebitshares-com

and seed nodes:
euseednode.minebitshares.com  54.77.51.177
auseednode.minebitshares.com  54.79.27.224

Updated to 0.4.13
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: boombastic on September 10, 2014, 06:05:45 am
web_wallet language detection is broken, right now it only checks ru, otherwise goes to default en.  German and Chinese are skipped and will not be displayed.

Patch(ba7bf95 (https://github.com/BitShares/web_wallet/pull/320)) has been submitted to BitShares/web_wallet develop branch.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Shentist on September 10, 2014, 06:13:36 am
after updating to 0.4.13 now i don't see my open market orders.

rescan not worked.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Tuck Fheman on September 10, 2014, 06:15:06 am
(http://cdn.meme.li/instances/500x/54202651.jpg)
 :P
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 06:20:06 am
(http://cdn.meme.li/instances/500x/54202651.jpg)
 :P

Truly as good conspiracy theory as any... but no, I do not think so.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: joele on September 10, 2014, 06:32:33 am
after updating to 0.4.13 now i don't see my open market orders.

rescan not worked.

Same here
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 06:37:27 am
after updating to 0.4.13 now i don't see my open market orders.

rescan not worked.

Same here

...

I can fix this tonight and dacsun can test out new gui hotfix push feature when they wake up
Sent from my SCH-I535 using Tapatalk
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: gyhy on September 10, 2014, 06:54:38 am
e.coin
bts.coin
bimin.coin 
Upgraded
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: yidaidaxia on September 10, 2014, 06:58:34 am
now.dacwin
future.dacwin
upgraded to 0.4.13
Title: Re: BTSX 0.4.13-RC1 was just posted by DAC Sun
Post by: puppies on September 10, 2014, 07:45:39 am
may I remind delegates to publish their version after backup upgrade. There is now a nice RPC call for that:

Code: [Select]
wallet_publish_version <publishing_account_name> [paying_account_name]
Very nice addition.  I will no longer need to choose between having my delegate private key loaded into another wallet, or turning on transaction scanning long enough to publish.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: svk on September 10, 2014, 07:53:31 am
delegate*.svk31 updated.
bitsharesblocks.com updated.
seednode updated. ( network_add_node "178.62.157.161:1776" add )

Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: CalabiYau on September 10, 2014, 11:54:27 am
After updating the delegates on linux I was updating the binaries on Win7.

First time ever the wallet installed without glitches - installing - reindexing - connecting - syncing - YEAH !  Good experience.

Kudos to the dev-team   +5%
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: iHashFury on September 10, 2014, 12:01:22 pm
upgraded to 0.4.13
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bitdraw on September 10, 2014, 12:10:23 pm
after updating to 0.4.13 now i don't see my open market orders.

rescan not worked.

Same here

same
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: cube on September 10, 2014, 01:27:06 pm
delegate bitcube updated to 0.4.13.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 03:27:11 pm
all of our delegates are out of active_delegates list .  BM could you please vote them back in
love.ymca
support.ymca

Code: [Select]
ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK
============================================================================================================================
13718 love.ymca                       1.02417306 %   3511     5        99.86 %       100 %    2,525.29623 BTSX    449933   

Quote
ID    NAME (* next in line)           APPROVAL       PRODUCED MISSED   RELIABILITY   PAY RATE PAY BALANCE         LAST BLOCK
============================================================================================================================
13719 support.ymca                    0.57799522 %   1262     1        99.92 %       100 %    2,557.13563 BTSX    449935   

Public Data:
{
  "version": "0.4.13"
}

I have received numerous accusations that your account is a secret proxy for other accounts that are already in.  I don't know whether they are true or not, but considering the number of people on the pending list and the relative newness of your account I have opted to let someone else in at this point in time.   

I would suggest that you take some time to build a reputation as a unique player, join the mumble session and pitch your delegate. 
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: DACSunlimited on September 10, 2014, 03:43:53 pm
There is a hotfix update for web gui, please update by clicking "File| Check for updates" in BitShares X client.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: betax on September 10, 2014, 03:49:01 pm
Nice, update done without any problems.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Riverhead on September 10, 2014, 03:53:21 pm
Prompted me as soon as I opened the client. It didn't error out but I don't know what the fix was so not sure if it worked :).
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 04:16:16 pm
Prompted me as soon as I opened the client. It didn't error out but I don't know what the fix was so not sure if it worked :).

Fixed open orders display.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Riverhead on September 10, 2014, 04:22:22 pm
Prompted me as soon as I opened the client. It didn't error out but I don't know what the fix was so not sure if it worked :) .

Fixed open orders display.


Pretty slick way to update the client.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: gnarl on September 10, 2014, 05:03:37 pm
That was the fastest patch install I have ever seen!

Nice work  8)
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: maqifrnswa on September 10, 2014, 05:10:28 pm
dacsunlimited, could you make sure to use consisent tagging of releases? This one is "v0.4.XX", but every other release was "0.4.XX"  I have scripts that are monitoring those tags, I can add a simple regex to clean it up, but just want to make sure I don't miss another one in the future.

Thanks!
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: smiley35 on September 10, 2014, 05:29:13 pm
My client won't connect, what do I do?

It just has a grey bar across the bottom that says not connected. I updated the client and updated again in the client, and agreed to also reindex the database.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: graffenwalder on September 10, 2014, 06:16:13 pm
I'm trying to cover a part of my short order, not the full amount.

Getting this error:

Unspecified (0) invalid hex character 'T'
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: cusknee on September 10, 2014, 06:17:32 pm
I updated an hour ago and most of it works. All of my transactions are shown but there are no totals in the overview of my accounts. Not sure what to do about this.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 06:23:22 pm
I'm trying to cover a part of my short order, not the full amount.

Getting this error:

Unspecified (0) invalid hex character 'T'

This issue is being fixed and a soft update will be made available shortly.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: graffenwalder on September 10, 2014, 06:49:01 pm
I'm trying to cover a part of my short order, not the full amount.

Getting this error:

Unspecified (0) invalid hex character 'T'

This issue is being fixed and a soft update will be made available shortly.

Just updated, now I get an error saying:

Unknown market order(20011) cannot find market order!

But I can still see it on my open orders list.

Running windows 7
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: toast on September 10, 2014, 06:51:48 pm
^^ just pushed a very recent fix for this.. try "file -> check for updates" or just restart
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: graffenwalder on September 10, 2014, 06:54:30 pm
^^ just pushed a very recent fix for this.. try "file -> check for updates" or just restart

Using this new update, the error changed into this unknown order one

Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Akado on September 10, 2014, 06:57:49 pm
When I oppened the client, it asked me about the updated. I said yes and nothing happens. So I unlock the wallet and there is nothing showing the progress of the update. Then I check the current version to see if it was already updated and it's still at .12. Then I used the File| Check for updates. Chose yes but then my wallet locks and there is nothing showing the progress of the update again. So i unlock it once again and the same happens, still at .12. Also when i click File| Check for Updates it says there are no updates atm.

It's the first time doing this as I only downloaded the client recently. Am I doing something wrong?
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: xeroc on September 10, 2014, 06:59:39 pm
the in-app updates are GUI updates only ... the core client needs to be updated by hand
known issue
https://github.com/BitShares/web_wallet/issues/322

//edit: ha .. this time I was faster than BM ...  :P :P .. although only a block interval :)
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 06:59:49 pm
When I oppened the client, it asked me about the updated. I said yes and nothing happens. So I unlock the wallet and there is nothing showing the progress of the update. Then I check the current version to see if it was already updated and it's still at .12. Then I used the File| Check for updates. Chose yes but then my wallet locks and there is nothing showing the progress of the update again. So i unlock it once again and the same happens, still at .12. Also when i click File| Check for Updates it says there are no updates atm.

It's the first time doing this as I only downloaded the client recently. Am I doing something wrong?

Updates are almost "instant" and only update the GUI and do not update the backend.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: graffenwalder on September 10, 2014, 07:24:13 pm
I'm trying to cover a part of my short order, not the full amount.

Getting this error:

Unspecified (0) invalid hex character 'T'

This issue is being fixed and a soft update will be made available shortly.

Just updated, now I get an error saying:

Unknown market order(20011) cannot find market order!

But I can still see it on my open orders list.

Running windows 7

To clarify, this change of error was after the recent soft update.

I just tried canceling an ASK and that worked fine.
But trying to cover the short results in: Unknown market order(20011) cannot find market order!

I don't know if it's relevant, but I made the short in 4.13 (before soft update)
And instead of Marging Call, It says market.order_type.margin_order in the GUI.



Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 07:24:52 pm
There is a hotfix update for web gui, please update by clicking "File| Check for updates" in BitShares X client.

Displayed a prompt to update  with the program running. Did this do the trick?
If 'Yes' pretty, prettyCOOL!!!

 +5%

Older orders displayed - check.
Checking new orders behavior.... displayed - check.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: graffenwalder on September 10, 2014, 07:28:27 pm
There is a hotfix update for web gui, please update by clicking "File| Check for updates" in BitShares X client.

Displayed a prompt to update  with the program running. Did this do the trick?
If 'Yes' pretty COOL!!!

 +5%

No it didn't
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bytemaster on September 10, 2014, 07:35:28 pm
I'm trying to cover a part of my short order, not the full amount.

Getting this error:

Unspecified (0) invalid hex character 'T'

This issue is being fixed and a soft update will be made available shortly.

Just updated, now I get an error saying:

Unknown market order(20011) cannot find market order!

But I can still see it on my open orders list.

Running windows 7

To clarify, this change of error was after the recent soft update.

I just tried canceling an ASK and that worked fine.
But trying to cover the short results in: Unknown market order(20011) cannot find market order!

I don't know if it's relevant, but I made the short in 4.13 (before soft update)
And instead of Marging Call, It says market.order_type.margin_order in the GUI.

I have reproduced it here... fix is under way.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: cusknee on September 10, 2014, 07:36:44 pm
4.13 up and running. Great new features!
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 10, 2014, 07:38:36 pm
There is a hotfix update for web gui, please update by clicking "File| Check for updates" in BitShares X client.

Displayed a prompt to update  with the program running. Did this do the trick?
If 'Yes' pretty COOL!!!

 +5%

No it didn't

It seems it did it for me... still displayed after a restart. Canceling them works too.

What is not working - covering? Hope I never have to use the feature :)
Yee same here... covering not working
hoping for fast fix...
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Akado on September 10, 2014, 07:43:31 pm
the in-app updates are GUI updates only ... the core client needs to be updated by hand
known issue
https://github.com/BitShares/web_wallet/issues/322

//edit: ha .. this time I was faster than BM ...  :P :P .. although only a block interval :)

Okay, I got it now. Thanks!
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: mtang on September 11, 2014, 01:37:54 am
completed 0.4.14
please vote me up
btsx.outofcontrol & mtang.outofcontrol
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Riverhead on September 11, 2014, 01:58:40 am
completed 0.4.14
please vote me up
btsx.outofcontrol & mtang.outofcontrol


I see it released in their github but has it been announced yet?
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: GaltReport on September 11, 2014, 02:00:02 am
completed 0.4.14
please vote me up
btsx.outofcontrol & mtang.outofcontrol


I see it released in their github but has it been announced yet?

Me as well so I've not cut-over yet. Need to sleep soon so I will have to probably do it tomorrow.  I think they normally do a separate thread for each one.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 11, 2014, 02:01:00 am
Why was this release not announced?


BTW fixes for me what it is supposed to fix!
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Overthetop on September 11, 2014, 02:54:16 am
My 0.4.13 wallet can not cancel the short orders of BitCNY...
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Riverhead on September 11, 2014, 02:55:42 am
My 0.4.13 wallet can not cancel the short orders of BitCNY...


Think this is what 0.4.14 is addressing.


It's about covering: https://bitsharestalk.org/index.php?topic=8738.msg113291#msg113291
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 11, 2014, 03:11:13 am
My 0.4.13 wallet can not cancel the short orders of BitCNY...

What is the error you are getting?

A lot of order/account IDs need to be in quotes since 0.4.13. {some json thing is my uneducated guess}
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 11, 2014, 03:24:04 am

The client/GUI keeps flashing:

RPC Server Error: In method 'wallet_market_order_list': Assert Exception (10)

In the bottom bar.


win7/32bit  v0.4.14
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: toast on September 11, 2014, 03:25:20 am
That is fixed and will be included next push

Sent from my SCH-I535 using Tapatalk

Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: Overthetop on September 11, 2014, 03:52:34 am
My 0.4.13 wallet can not cancel the short orders of BitCNY...

What is the error you are getting?

A lot of order/account IDs need to be in quotes since 0.4.13. {some json thing is my uneducated guess}

Just no response after clicking the "cancel" button, even the same by several times.

Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: NineLives on September 11, 2014, 04:10:02 am
Don't know if anyone has posted this bug yet but I had BitUSD placed for sale, updated the wallet and now the order is gone?  :(
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 11, 2014, 04:11:09 am
My 0.4.13 wallet can not cancel the short orders of BitCNY...

What is the error you are getting?

A lot of order/account IDs need to be in quotes since 0.4.13. {some json thing is my uneducated guess}


Just no response after clicking the "cancel" button, even the same by several times.

Try the console, if you are really trying to cancel it. I mean if you are not mainly reporting a bug.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: NineLives on September 11, 2014, 04:39:39 am
Whats the command in the console please?
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: tonyk on September 11, 2014, 04:58:51 am
Whats the command in the console please?

Do you mean the command to cancel an order?

wallet_market_cancel_order <order_id>     

to get the order ID:
wallet_market_order_list <base_symbol> <quote_symbol> [limit] [account_name]   
this will be
wallet_market_order_list USD BTSX //for your bitUSD orders

[edit] order id might need to be in quotes.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: nikauforest on September 11, 2014, 09:50:07 am
Don't know if anyone has posted this bug yet but I had BitUSD placed for sale, updated the wallet and now the order is gone?  :(

I having a similar problem.
https://bitsharestalk.org/index.php?topic=8756.0
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: iHashFury on September 11, 2014, 09:54:11 am
Updated to "client_version": "0.4.14"
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: voltago on September 11, 2014, 03:43:11 pm
Hey guys! I am new to Bitshares but i have been in the BTC world for 2 years now!
Ok i really need some help updating the client in Linux.
Can anyone please tell me the procedure to do this?

Thanks, Voltago!
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: donkeypong on September 12, 2014, 12:19:53 am
My client won't connect, what do I do?

It just has a grey bar across the bottom that says not connected. I updated the client and updated again in the client, and agreed to also reindex the database.

I'm having the same issue you describe. Updated the client and reindexed, but it's not connecting. Gray bar at bottom.

EDIT: I left it on while doing something else. Eventually (after 5 minutes or so of apparent inactivity) it did connect and started synching/scanning the transactions again. There is a pulse. But I'm leaving my posting here because others may have a similar issue.
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: 38PTSWarrior on September 12, 2014, 12:33:27 am
Hey, I decidet to install ubuntu again and now it's fast as a weazel. It's nice to have such a fresh OS and the shrine aka BitSharesX is in front of me shining. Cass, could you make a golden skin one day? Now I just have to play around. It would be good to sit next to someone and learn from watching but you cannot have everything in life ;)
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: liondani on September 12, 2014, 12:36:08 am
I compiled the version 0.4.14
but after checking the tag 0.4.14:

git checkout 0.4.14

this error appears:
error: pathspec '0.4.14' did not match any file(s) known to git.

should I trust this release?
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: 38PTSWarrior on September 12, 2014, 12:40:37 am
Just type git checkout master and it will work (worked for me)
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: bitder on September 12, 2014, 05:09:32 am
I compiled the version 0.4.14
but after checking the tag 0.4.14:

git checkout 0.4.14

this error appears:
error: pathspec '0.4.14' did not match any file(s) known to git.

should I trust this release?

They changed the version tag naming convention.
Code: [Select]
$ git tag
...
0.4.12
0.4.13-RC1
...
v0.4.13
v0.4.14
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: eozdem on October 03, 2014, 07:28:06 am
Although my server have 2 GB ram, it gives the following error;

[ 64%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o
virtual memory exhausted: Cannot allocate memory
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 1
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
make: *** [all] Error 2
Title: Re: BTSX 0.4.13 was just posted by DAC Sun
Post by: xeroc on October 03, 2014, 07:35:28 am
Search for "swap file" .. either in the forum or in google