BitShares Forum

Main => General Discussion => Topic started by: bytemaster on August 26, 2014, 03:49:43 am

Title: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 03:49:43 am
1) UNKNOWN recipients in transaction history.
2) 1hr Avg Price not displayed properly in GUI
3) Sometimes nodes get stuck on a fork when a delegate double produces
4) There is still a random crash when network connections are closed (we are very close to having that one nailed down... it was quiet a rabbit hole)
5) I suspect that you may still need to run it in Win XP Service Pack 3 compatibility mode
6) RPC "Key Not Found" -  this happens when you are re-syncing to the blockchain with a wallet that has newer transactions, it will clear up on its own.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: tonyk on August 26, 2014, 03:54:54 am
win7/ 32 bit;
All 3 after rescan.

1.Median price is 0 in the GUI

2.Below is the result of (clicking on ) transaction link in the GUI


-----------------------------
Transaction #8cda348a

Block # , transaction # , next #0
Timestamp:

Deposits
Withdraws
Fee
Net Delegate Approval Update
Operations:
---------------------------------------------------------------------

3.Right mouse button not working (again).


Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Ggozzo on August 26, 2014, 04:03:28 am
Can't connect. Opened a new VPS and only getting 1 connection and it's taking forever to catch up.

Anyone else having this issue? It was fine until I updated to 0.4.8-a


*now I am getting 4 connections.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Riverhead on August 26, 2014, 04:06:57 am
Can't connect. Opened a new VPS and only getting 1 connection and it's taking forever to catch up.

Anyone else having this issue. It was fine until I updated to 0.4.8-a


Could be you're connected to a chain server. Mine stayed like that for a while.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cryptkeeper on August 26, 2014, 04:08:55 am
same here I can't connect to 0.4.8 a either. can I go back to 0.4.8?
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 04:10:41 am
Can't connect. Opened a new VPS and only getting 1 connection and it's taking forever to catch up.

Anyone else having this issue? It was fine until I updated to 0.4.8-a


*now I am getting 4 connections.

New seed nodes are coming on line as we speak.. connections were getting full.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: yinchanggong on August 26, 2014, 04:13:23 am
Linux VPS which is running my delegate is super fine, there is about 100 connections. But WIN GUI only has 1 or 2 connections, weird.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: theoretical on August 26, 2014, 04:14:23 am
In the web wallet, I'm getting "Order failed:  Assert Exception (10) short_index.order_price < market_stat->maximum_bid();" when trying to place a short at a price equal to the top bid (currently $21.00 / BTSX).

In the past, there's been some discussion on this forum about locking the price to within a certain range of delegate price feeds and/or some form of rate limiting on price changes.  I'm thinking I might be running up against some limitation like that.

But I'm not sure what limiting algorithm was actually implemented, or where the current limit is displayed.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 04:15:08 am
same here I can't connect to 0.4.8 a either. can I go back to 0.4.8?

There is no difference in the backend code between 0.4.8 and 4.8-a... the issue is the seed nodes limiting connection count. 
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 04:16:34 am
In the web wallet, I'm getting "Order failed:  Assert Exception (10) short_index.order_price < market_stat->maximum_bid();" when trying to place a short at a price equal to the top bid (currently $21.00 / BTSX).

In the past, there's been some discussion on this forum about locking the price to within a certain range of delegate price feeds and/or some form of rate limiting on price changes.  I'm thinking I might be running up against some limitation like that.

But I'm not sure what limiting algorithm was actually implemented, or where the current limit is displayed.

The limiting algorithm is   average price * 10 / 9... average price gets updated every time a trade occurs...  this limits new shorts, but strait up USD vs BTSX can trade at any price.   This is a birthing problem... working to increase the average price.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cryptkeeper on August 26, 2014, 04:22:23 am
ok its connecting now. thanks for the response.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: theoretical on August 26, 2014, 04:29:31 am
The limiting algorithm is   average price * 10 / 9... average price gets updated every time a trade occurs...  this limits new shorts, but strait up USD vs BTSX can trade at any price.   This is a birthing problem... working to increase the average price.

The minimum short price should be in the GUI.  I need to take a while to think about the economic implications of this limiting scheme and possible failure modes...
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 04:31:39 am
The limiting algorithm is   average price * 10 / 9... average price gets updated every time a trade occurs...  this limits new shorts, but strait up USD vs BTSX can trade at any price.   This is a birthing problem... working to increase the average price.

The minimum short price should be in the GUI.  I need to take a while to think about the economic implications of this limiting scheme and possible failure modes...

The main failure mode is that LONGS have an advantage of SHORTS in this situation... however, if there are not enough longs willing to trade then the market can "freeze" with no trades occurring and the average price would be stuck.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cygnify on August 26, 2014, 04:35:54 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles. 0.4.8 on Ubuntu. Noticed it was harder to get connection count high on this version. Tried restarting, same problem.
Nothing major, just reporting.

EDIT: restarted again and 5 connections straight away.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: liondani on August 26, 2014, 04:36:18 am
Linux VPS which is running my delegate is super fine, there is about 100 connections. But WIN GUI only has 1 or 2 connections, weird.

Yep windows gui has 1-2 connections, linux is ok...
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: sschechter on August 26, 2014, 05:44:05 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles...


I have this problem too on Win 7 - must restart after this happens.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 05:46:04 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles...


I have this problem too on Win 7 - must restart after this happens.

The 0.4.8-a release fixed this problem, if you are just using 0.4.8 then you will experience that.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Overthetop on August 26, 2014, 05:57:20 am
can not get any connections while using BTSX 0.4.8-a

and get one error about: 

RPC Server Error: in method:'wallet_get_info': Key not found(6)

Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 26, 2014, 06:00:34 am
can not get any connections while using BTSX 0.4.8-a

network_add_node "107.170.30.182:1776"
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Overthetop on August 26, 2014, 06:06:44 am
can not get any connections while using BTSX 0.4.8-a

network_add_node "107.170.30.182:1776"

do not work....
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: emski on August 26, 2014, 06:14:31 am
can not get any connections while using BTSX 0.4.8-a

network_add_node "107.170.30.182:1776"

do not work....

network_add_node "84.238.140.192:42577"

I've greatly increased max network connections.
You should be ok now.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cygnify on August 26, 2014, 06:16:40 am
git pull https://github.com/dacsunlimited/bitsharesx.git 0.4.8-a ?? Is that correct?
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bitcoinerS on August 26, 2014, 06:42:15 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles. 0.4.8 on Ubuntu.

I am having same issues. Tried git pull master, same result.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cygnify on August 26, 2014, 06:47:36 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles. 0.4.8 on Ubuntu.

I am having same issues. Tried git pull master, same result.

git pull https://github.com/dacsunlimited/bitsharesx.git master

thats what worked for me.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: 麥可貓 on August 26, 2014, 06:48:42 am
When I click on BitUSD:BTSX market it will hang.. with the three loading circles. 0.4.8 on Ubuntu.

I am having same issues. Tried git pull master, same result.

I am having the same issue in 0.4.8 and 0.4.8a

and during this long long waiting, the BitSharesX process occupied up to 6G of ram
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: sudo on August 26, 2014, 06:55:19 am
1) UNKNOWN recipients in transaction history.
2) 1hr Avg Price not displayed properly in GUI
3) Sometimes nodes get stuck on a fork when a delegate double produces
4) There is still a random crash when network connections are closed (we are very close to having that one nailed down... it was quiet a rabbit hole)
5) I suspect that you may still need to run it in Win XP Service Pack 3 compatibility mode
6) RPC "Key Not Found" -  this happens when you are re-syncing to the blockchain with a wallet that has newer transactions, it will clear up on its own.
:'( i create a new wallet
import my privatekey of one id
rescan&wallet_rescan_blockchain is very slow
and the bill   last night i short USD @ 32BTS/USD  in market   is missing
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: cryptkeeper on August 26, 2014, 07:35:25 am
can not get any connections while using BTSX 0.4.8-a

network_add_node "107.170.30.182:1776"

do not work....



network_add_node "84.238.140.192:42577"

I've greatly increased max network connections.
You should be ok now.
sorry to barge in, I tried that add node and got an error in the console. I may be typing wrong. do you type it exactly the same way?
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: emski on August 26, 2014, 07:37:50 am

Code: [Select]
network_add_node "84.238.140.192:42577" addSorry I forgot the whole command line. Use the one above.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Overthetop on August 26, 2014, 09:47:55 am
no connnections yet with the additional nodes...
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: puppies on August 26, 2014, 10:04:32 am
I increased connections to my seed node and my demo-wallet.  Try
Code: [Select]
network_add_node "95.85.33.16:8764"
network_add_node "104.131.238.223:1776"
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: Overthetop on August 26, 2014, 10:14:47 am
I increased connections to my seed node and my demo-wallet.  Try
Code: [Select]
network_add_node "95.85.33.16:8764"
network_add_node "104.131.238.223:1776"

Start syncing.... thanks  :)
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: biophil on August 27, 2014, 01:39:25 pm
When do we expect the next version to come out? I've never been able to get 0.4.8-a to work. I'm on Windows 7 SP1. I rescanned, after which the program crashes every time I try to open it. Then I took the little dialog box's advice to rebuild the database, and had that going overnight. I woke up in the morning to a crash report waiting for me to send.

Soon I'll see if I had any more luck on my work computer, but for now it looks like I'm on the sidelines until a less crashy version is released.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: robrigo on August 27, 2014, 02:17:38 pm
When do we expect the next version to come out? I've never been able to get 0.4.8-a to work. I'm on Windows 7 SP1. I rescanned, after which the program crashes every time I try to open it. Then I took the little dialog box's advice to rebuild the database, and had that going overnight. I woke up in the morning to a crash report waiting for me to send.

Soon I'll see if I had any more luck on my work computer, but for now it looks like I'm on the sidelines until a less crashy version is released.

Have you tried running it in Windows XP compatibility mode?
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: biophil on August 27, 2014, 02:24:58 pm
When do we expect the next version to come out? I've never been able to get 0.4.8-a to work. I'm on Windows 7 SP1. I rescanned, after which the program crashes every time I try to open it. Then I took the little dialog box's advice to rebuild the database, and had that going overnight. I woke up in the morning to a crash report waiting for me to send.

Soon I'll see if I had any more luck on my work computer, but for now it looks like I'm on the sidelines until a less crashy version is released.

Have you tried running it in Windows XP compatibility mode?

Hm, have not tried that yet. I'll give it a look.

Sent from my SCH-S720C using Tapatalk 2

Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: joele on August 27, 2014, 03:12:11 pm
In Market trading, when you click your Balance value it will autofill the Quantity field value with comma (3,500.000), but the comma is not valid in the field.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: CLains on August 27, 2014, 09:14:11 pm
some kind of auto-updating for the wallet would simplify user experience million-fold at this rate of new releases
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 27, 2014, 09:20:41 pm
some kind of auto-updating for the wallet would simplify user experience million-fold at this rate of new releases

Auto-update feature is implemented for GUI.  This will allow developers to notify users that an upgrade is available.  It will also allow us to fix GUI bugs without having to make a release, much closer to a web-site upgrade than it is now.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: xeroc on August 27, 2014, 09:32:37 pm
some kind of auto-updating for the wallet would simplify user experience million-fold at this rate of new releases

Auto-update feature is implemented for GUI.  This will allow developers to notify users that an upgrade is available.  It will also allow us to fix GUI bugs without having to make a release, much closer to a web-site upgrade than it is now.
I hope you made those "gui updates" signed cryptographically ..
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: bytemaster on August 27, 2014, 09:33:11 pm
some kind of auto-updating for the wallet would simplify user experience million-fold at this rate of new releases

Auto-update feature is implemented for GUI.  This will allow developers to notify users that an upgrade is available.  It will also allow us to fix GUI bugs without having to make a release, much closer to a web-site upgrade than it is now.
I hope you made those "gui updates" signed cryptographically ..

Yes, they will have to be signed by DAC Sun Limited.
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: xeroc on August 27, 2014, 09:35:36 pm
Yes, they will have to be signed by DAC Sun Limited.
To be honest .. I was 100% sure you would answer like that :-) thanks for the confirmation anyway :)
Title: Re: BTSX 0.4.8-a Known Issues Status Update
Post by: doxymoron on August 27, 2014, 09:49:15 pm
In Market trading, when you click your Balance value it will autofill the Quantity field value with comma (3,500.000), but the comma is not valid in the field.

Second this.  Was frustrating me for a while.