Pages:
Author

Topic: Bitcoin Stock Exchange ready for testing([now with more twitter]. (Read 4541 times)

newbie
Activity: 2
Merit: 0
hello,nefario. i can see your website right now! Wink
member
Activity: 66
Merit: 10
I haven't tested it but this looks awesome and I wish you the best of luck with it.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Yep, works now.

I’ve deposited 0.01 BTC and it shows a balance of 0.02. After I withdrew 0.01 (insufficient funds), it still shows a balance of 0.01.

Can’t seem to figure out how to create an asset with new-asset. It says it’s running the asset but I can’t do anything and it isn’t saved.

Very nice. I’ll play some more with it.

Hey, just checked this, what seems to have happend is the deposit was recorded twice for some reason, giving you a balance of 0.02btc (there are two identical records for this deposit). So the system had you recorded as having 0.02btc, but bitcoind had you down or 0.01btc.

Once you attempted to withdraw it was succesful for the first 0.01btc, and then any attempt to withdraw after that failed (you've recieved the btc http://blockexplorer.com/address/15XnjVSuFpoUoyFCyTZGXabauw4HMT4VVL), since there are 2 sets of books so to speak for each account on the system, a user could never withdraw more than the lowest amount of the two accounts.

What is causing the double entry, I'm not sure, however I am taking steps to prevent it happening again.

With regards the overall system balance, it's correct. I had withdrawn some btc myself directly using bitcoind which had caused the difference.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Also a question, who was able to withdraw more out of the system than normal and how?

I know the bitcoin wallet balance was 4BTC when I made the system available, now there is something like 3.2, it should still be 4btc (unless I had a practive order there that I'd forgotten about).

I'll be checking the records (all transactions have been well recorded.) to find out just what happended but it would make debugging easier.

Thanks to everyone for trying it out, and thanks for pointing out any bugs.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Bringing the server down to fix some issues that have been brought up, thanks for testing, this is exactly what we needed.
It will be back up again in less than 24 hours and with more features/bug fixes.
legendary
Activity: 1855
Merit: 1016

And another good piece of news, it works on windows!!!
Easy to use instructions are available here


Good news, its on windows. But why have to repeat same thing twice?
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Fixed that, give it a try again.

Although it's good that you've gotten to that point, it means that the client installed without any problems.

The error was caused by a line not being commented out (I had already fixed this, popped up again for some reason).
N12
donator
Activity: 1610
Merit: 1010
I get the following error when registering:
Code:
......................................................+++
................+++
Server error: SBNMFey7VfO1CWsYlS6PRFH70iL1FzaJ3ShCbY5eW1HGRXq1kDQQh2lq+q080+HLOg
fl2cO7TVLh/KVquPrlHN+ezSEFFLDvqmtL4yPjfz/1ssWJ/HyVPei8aAY7zZ+OhdRA2GGZPTIUJ8dzvV
qx+VkaiwHLo8fCI/JA0MbIk0LCdDl8gEQjdjgmbHzmkRwIuEXaaGIzDA=="}

         

         
           rack.request.query_string
           

         

         
           rack.run_once
           
false

         

         
           rack.url_scheme
           
http

         

         
           rack.version
           
[1, 0]

         

         
           sinatra.error
           
#<NameError: undefined local variable or met
hod `exists' for #<Sinatra::Application:0x00000001c34d98>>
d>
         

     
     

   


   

You're seeing this error because you have
enabled the show_exceptions setting.


 

 

.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
We have twitter!
All market orders and trades are posted to @bitcoinglobal

Format is this
order:quantity:price:asset_id:timestamp

orders can be buy,sell,trade or cancel
quantity is an intiger
price is also an integer, its the int64 representation of bitcoin, so 1btc will be 100000000 0.1btc is 10000000 and so on.
asset_id is a SHA256 string
timestamp is a unix time format integer

So any buy or sell orders you make will be available, along with their asset_id's

I've updated user_id's and asset_id's to use sha256 as sha512 was too long for twitter (and kinda too long anyway).

I would recommend everyone who has already started to re-run the register command and re-register, and to use git to get the latest commits, there have been some changes in the client.

And another good piece of news, it works on windows!!!
Easy to use instructions are available here


hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Forgot to actually commit that fix (for register) sorry about that.
administrator
Activity: 5222
Merit: 13032
Don't use right arrows for menu bullets. It makes it look like a breadcrumb trail, which I instinctively ignore.
full member
Activity: 210
Merit: 106
Quote
Metta-trade on non listed companies (on other exchanges)
Do you mean "meta"?  Should we report typos and such here too?
full member
Activity: 145
Merit: 100
out of curiosity, what is the downloaded client for?  can't everything be handled via the browser?
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Did you guys check the site in chromium/chrome? It looks kinda screwy.

Nope. will do that later.

Edit: jsut checked, looks fine to me.

on my chrome (win 7 atm), the page is all on the left side, as if the page width is locked to 640pixels and aligned-left.

I checked with google chrome, comodo dragon, IE9, FF4. In all its in left side only. No difference

Thanks for checking, I've fixed that(I think, at least in Chrome, FF, IE6), should be centered now.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Every time I try to run ./blackmarket.py register I get server errors similar to:
Code:
Server error: XXXXXX ASSUMING I SHOULD SHOW THIS AS IT LOOKS LIKE A PUBLIC KEY

         
         
         
           rack.request.query_string
           

         
         
         
           rack.run_once
           
false

         
         
         
           rack.url_scheme
           
http

         
         
         
           rack.version
           
[1, 0]

         
         
         
           sinatra.error
           
#<NameError: undefined local variable or method `exists' for #<Sinatra::Application:0x000000032480f8>>

         
         
     
     

   


   

You're seeing this error because you have
enabled the show_exceptions setting.


 

 

Thanks bluematt, that's working now.

I'll update the look of the website later today.
hero member
Activity: 755
Merit: 515
Every time I try to run ./blackmarket.py register I get server errors similar to:
Code:
Server error: XXXXXX ASSUMING I SHOULD SHOW THIS AS IT LOOKS LIKE A PUBLIC KEY

         
         
         
           rack.request.query_string
           

         
         
         
           rack.run_once
           
false

         
         
         
           rack.url_scheme
           
http

         
         
         
           rack.version
           
[1, 0]

         
         
         
           sinatra.error
           
#<NameError: undefined local variable or method `exists' for #<Sinatra::Application:0x000000032480f8>>

         
         
     
     

   


   

You're seeing this error because you have
enabled the show_exceptions setting.


 

 
legendary
Activity: 1855
Merit: 1016
Did you guys check the site in chromium/chrome? It looks kinda screwy.

Nope. will do that later.

Edit: jsut checked, looks fine to me.

on my chrome (win 7 atm), the page is all on the left side, as if the page width is locked to 640pixels and aligned-left.

I checked with google chrome, comodo dragon, IE9, FF4. In all its in left side only. No difference
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Did you guys check the site in chromium/chrome? It looks kinda screwy.

Nope. will do that later.

Edit: jsut checked, looks fine to me.

on my chrome (win 7 atm), the page is all on the left side, as if the page width is locked to 640pixels and aligned-left.

Oh ok,I see what you mean. thanks kiba and malditonuke
full member
Activity: 145
Merit: 100
Did you guys check the site in chromium/chrome? It looks kinda screwy.

Nope. will do that later.

Edit: jsut checked, looks fine to me.

on my chrome (win 7 atm), the page is all on the left side, as if the page width is locked to 640pixels and aligned-left.
hero member
Activity: 602
Merit: 513
GLBSE Support [email protected]
Did you guys check the site in chromium/chrome? It looks kinda screwy.

Nope. will do that later.

Edit: jsut checked, looks fine to me.
Pages:
Jump to: