Bitcoin Forum
May 08, 2024, 08:06:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: GLBSE 2.0 release delayed again!  (Read 4223 times)
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 02, 2012, 10:51:35 PM
 #21

Will we be having fewer sql database lockups in the new version?

0 is the expected number of DB lockups in the new version.

Just an update on where I'm currently at, the demo site will be updated in a couple of hours, hacking away, wired up to my eyeballs on Rockstar XDurance(think RedBull but strong, bigger can, and cheaper).

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
1715155603
Hero Member
*
Offline Offline

Posts: 1715155603

View Profile Personal Message (Offline)

Ignore
1715155603
Reply with quote  #2

1715155603
Report to moderator
1715155603
Hero Member
*
Offline Offline

Posts: 1715155603

View Profile Personal Message (Offline)

Ignore
1715155603
Reply with quote  #2

1715155603
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 03, 2012, 04:26:14 AM
 #22

I've updated the test site, added loads of functionality and introduced loads of bugs.

It's ugly, but it just about works.

Go to http://dev.glbse.com

Feedback welcome

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 08:45:05 PM
 #23

I got an ArgumentError at /asset/create...when trying to ...well you know...even though it still shows up?

But when you click on the asset you get a lovely NoMethodError at /asset/view/JLP-BMDT

Then when I choose an asset account, I can't change back to my BTC accounts.
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 03, 2012, 09:00:06 PM
 #24

I got an ArgumentError at /asset/create...when trying to ...well you know...even though it still shows up?

But when you click on the asset you get a lovely NoMethodError at /asset/view/JLP-BMDT

Then when I choose an asset account, I can't change back to my BTC accounts.

Thanks, fixed the first bug, is the second one (not being able to switch back to BTC account) still happening?

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 09:01:35 PM
 #25

Yep, can't switch away from JLP-BMDT
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 03, 2012, 09:07:40 PM
 #26

Yep, can't switch away from JLP-BMDT

Brilliant, thanks for that, it was a bug, fixed now.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 09:12:43 PM
 #27

Yes it is. Thanks
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 09:45:33 PM
 #28

More bugs...

When issuing additional shares I get this.

Sinatra doesn’t know this ditty.


Try this:
get '/asset/issue/JLP-BMDT' do
  "Hello World"
end
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 03, 2012, 10:17:25 PM
 #29

More bugs...

When issuing additional shares I get this.

Sinatra doesn’t know this ditty.


Try this:
get '/asset/issue/JLP-BMDT' do
  "Hello World"
end
Oh, yeah that. actually I was supposed to remove that link.

I'm getting rid of the simple issue and sell shares, in the future, when you want to issue shares it's going to be put to motion. That won't be available at launch though.

Thanks for finding that though.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 10:20:50 PM
 #30

I'm apparently going to keep going here...

Can't sell any assets...

NameError at /trade/process_sell/JLP-BMDT
uninitialized constant AssetAccount::Not_assets
file: module.rb location: const_missing line: 36
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 03, 2012, 10:28:52 PM
 #31

I'm apparently going to keep going here...

Can't sell any assets...

NameError at /trade/process_sell/JLP-BMDT
uninitialized constant AssetAccount::Not_assets
file: module.rb location: const_missing line: 36

Have you checked to see if you have any assets in your account to sell?

I have a feeling that your balance is probably 0

This is because of the IPO, when you create a new asset it makes an IPO, when the IPO reaches the launch date it will deposit the specified amount of assets into your account.

Before the IPO launches people can make buy orders.

I'm going to have to remove the sell link if your balance is 0.

If you want to test selling assets, create a new one and put the IPO date in the past, it should pretty much just deposit the shares into the account right away then (but without a public IPO page).

Nefario.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 03, 2012, 10:37:31 PM
 #32

Mmmmk...makes sense.
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 19, 2012, 11:35:00 AM
 #33

Delayed again, see op

https://bitcointalk.org/index.php?topic=66505.msg771771#msg771771

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
OgNasty
Donator
Legendary
*
Offline Offline

Activity: 4732
Merit: 4240


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
March 19, 2012, 02:24:57 PM
 #34

Take your time.  Get some sleep.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 19, 2012, 04:32:58 PM
 #35

Yes, sleep, get everything worked out how it should be then come let it out.

Even if everything was ready right now, people would still be asking questions, and you'd be too burnt out to answer.
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 19, 2012, 05:40:38 PM
 #36

Will we be having fewer sql database lockups in the new version?

We shouldn't have any.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
JL421
Hero Member
*****
Offline Offline

Activity: 812
Merit: 510


View Profile
March 19, 2012, 05:42:33 PM
 #37

Will we be having fewer sql database lockups in the new version?

We shouldn't have any.
Didn't you already answer that?
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 19, 2012, 06:10:56 PM
 #38

Will we be having fewer sql database lockups in the new version?

We shouldn't have any.
Didn't you already answer that?

 Huh I think I need more sleep.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
mila
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
March 20, 2012, 01:03:59 AM
 #39

will you keep fixing 1.0 bugs in the meantime?
or rather not Wink but you might want to notice we have TyGrr-Bank situation where ask=bid=.103 and orders are not paired

your ad here:
Nefario (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 512


GLBSE Support support@glbse.com


View Profile WWW
March 20, 2012, 01:23:50 AM
 #40

will you keep fixing 1.0 bugs in the meantime?
or rather not Wink but you might want to notice we have TyGrr-Bank situation where ask=bid=.103 and orders are not paired


It's really odd. All I can say for this is to cancel the order and try again.

Nefario.

PGP key id at pgp.mit.edu 0xA68F4B7C

To get help and support for GLBSE please email support@glbse.com
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!