Author

Topic: [BTC-TC] Virtual Community Exchange [CLOSED] - page 118. (Read 316669 times)

legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
I started to enter trades to gnucash to experiment with.
What started to bother me was that I had to use Portfolio > Transactions and Wallet > Withdrawal pages to get this done.

So, here is another change request:

Portfolio > My Trades

Code:
Date                 Symbol    Action   Quantity    Price     Total
2013-03-06 14:57:48     ART       buy       1000   Ł 0.41   Ł 410.0
can this be upgraded to

Code:
Date                 | Symbol |  Action | Quantity |  Price | Commission |  Total 
2013-03-06 14:57:48  |   ART  |    buy  |    1000  |  0.41  |    0.8200  | 409.18

and btw, if you look at the Withdrawal History page, the date is at the wrong side of the table adn first cell has a split row so it's real PITA to copy/paste this to spread sheet. Yes I know, API has it in better format Smiley

Code:
Timestamp | Description | Transaction ID | Amount  | 

BTW, API has also one minor problem Smiley Action and Expense category are combined to one filed. 

Have you thought about using OFX format for exporting transactions? Kmymoney, GnuCash, Quicken etc can all eat this format with no problems.
sr. member
Activity: 434
Merit: 250
Perhaps you could contact XCHRIX over at ltc-charts for assistance.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
Those look good. Maybe you can work out some type of "promotion" deal with those guys?
There are plenty of open source and free chart engines around too.
Cheers
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Really pretty please, can you please fix the charts now. That 52w stuff they have in those real exchanges, can wait a bit longer. Wink

I have an idea. Sign up with some online stock trading outfit, who has a good trading/reporting interface. You will get lot's of good ideas from there.

Charts are definitely on my mental list of improvements.  I had really wanted to get a license to amstocks: http://www.amcharts.com/stock-chart/

Look familiar?  Wink  I don't want to look like I'm cloning stuff, but amcharts is what I've used on previous projects. 

Cheers.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
Really pretty please, can you please fix the charts now. That 52w stuff they have in those real exchanges, can wait a bit longer. Wink

I have an idea. Sign up with some online stock trading outfit, who has a good trading/reporting interface. You will get lot's of good ideas from there.
MAC
newbie
Activity: 37
Merit: 0
Thanks for fixing the login so quickly.
full member
Activity: 141
Merit: 100
It would be great for us poorer folk if fractional drips where available. The sooner I get my coins working for the next dividend the better.
sr. member
Activity: 240
Merit: 250
Yup, it was case sensitivity.  I'm in now.  Thanks for the quick response!
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Hi all.

I went through the logs, made a list of everyone that has had issues, grabbed their email addresses, and sent the following to everyone who has had login issues:

Quote
Hi all,

    I'm emailing you because I see in the logs that you had a hard time logging in in the last day or two.

    A change went out yesterday that was a bit premature.  I was planning on announcing and warning everyone in advance that the logins were going to become case sensitive.  They should have been from the beginning.  I had what I thought was a case-sensitive db query that turned out to be case-insensitive and I repaired it in dev, then inadvertently rolled it out last night with another change in the login system that only was supposed to affect logging.

    If you do not remember the case of your original account creation, please reply to this email with your login name and I'll reply back with the correct case.

    Really sorry about the trouble.

Cheers

legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
I recently secured a loan through BTCjam. After paying the loan off and trying to log back in to verify my funds have been transferred back into BTC-TC I keep getting an incorrect password error message. I have done the password reset feature multiple times but that too doesn't work. I then tried to write a support email but you first have to login to utilize that feature.

Please advice how I can get this password reset/corrected.

Thanks,
Mac

I am having the same problem.  I seem to be completely locked out of my account even though I know I have the right credentials.  I did a password reset, which went to my correct email address, and I changed my password yet I still cannot log in.

I think I may know what happened.  Can you guys PM me your login names?  There was a change made in dev a few weeks ago that made the logins case sensitive. (as they were intended to be from the beginning, but the sql query was executing case insensitive)  I inadvertently rolled out that change with another update I made last night to improve some of the backend logging granularity.  I was planning to announce the change before it went live.   Embarrassed 

If you can PM me your login name I can look it up, figure out what the case is on it, and relay it back, -or-, we can change it to whatever else you might like.

Cheers.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
I recently secured a loan through BTCjam. After paying the loan off and trying to log back in to verify my funds have been transferred back into BTC-TC I keep getting an incorrect password error message. I have done the password reset feature multiple times but that too doesn't work. I then tried to write a support email but you first have to login to utilize that feature.

Please advice how I can get this password reset/corrected.

Thanks,
Mac

I am having the same problem.  I seem to be completely locked out of my account even though I know I have the right credentials.  I did a password reset, which went to my correct email address, and I changed my password yet I still cannot log in.

Garbage cookies or cache? 
sr. member
Activity: 240
Merit: 250
I recently secured a loan through BTCjam. After paying the loan off and trying to log back in to verify my funds have been transferred back into BTC-TC I keep getting an incorrect password error message. I have done the password reset feature multiple times but that too doesn't work. I then tried to write a support email but you first have to login to utilize that feature.

Please advice how I can get this password reset/corrected.

Thanks,
Mac

I am having the same problem.  I seem to be completely locked out of my account even though I know I have the right credentials.  I did a password reset, which went to my correct email address, and I changed my password yet I still cannot log in.
MAC
newbie
Activity: 37
Merit: 0
I recently secured a loan through BTCjam. After paying the loan off and trying to log back in to verify my funds have been transferred back into BTC-TC I keep getting an incorrect password error message. I have done the password reset feature multiple times but that too doesn't work. I then tried to write a support email but you first have to login to utilize that feature.

Please advice how I can get this password reset/corrected.

Thanks,
Mac
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Great improvements in the last weeks. You should post them here too and not only on Litcointalk.

What happened to the deposit status (0/3 confirmations...)?
Bids/Asks like 0.1000001 should be changed to 0.100001 and not to 0.1.

I'll check on the confirmations dialog.  Last I used it it was good, but I may have recently broken it.

The rounding is what is causing the odd behavior you're seeing.

On a bid of 0.1000001 I have to round down.  (I can't round up, or you'd be paying more than you agreed to.)

On an ask of 0.1000001 I have to round up.  (I can't round down, or you'd be selling for less than you agreed to.)

So you should see a bid get rounded to 0.1, and an ask get rounded to 0.100001.  I just confirmed this behavior by posting a BID of 0.1000001 on BTC-TRADING-PT (came out to 0.1) and by posting an ASK of 0.1000001 on S.DICE-PT. (came out to 0.100001)

It's crazy, the complexity of this stuff when you think about it.  Wink

Cheers.
hero member
Activity: 968
Merit: 547
Great improvements in the last weeks. You should post them here too and not only on Litcointalk.

What happened to the deposit status (0/3 confirmations...)?
Bids/Asks like 0.1000001 should be changed to 0.100001 and not to 0.1.
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Brief PSA...

A cross-post-quote from the G.ASICMINER-PT thread:

We discussed a potential payment from Jon, in the case where the PT trades larger volumes

This will not be done on BTC-TC.  It has been considered in the past, and rejected.

https://btct.co/ (the dev log tab):

Quote
?possible? Kick-backs for asset issuers with large volume, eg, 0.5% of transaction fees for assets with over 10k/mo in volume. (thx EMIF) -- (probably not going to do this. it would encourage asset issuers to generate transactions by intentionally inducing volatility --burnside)

Something to chew on a bit.  We were considering making it transparent like cryptostocks does and just have an extra percentage displayed on the trades.  Apparently this kind of thing goes on behind closed doors elsewhere.

Unless the asset is the exchange itself, think twice before buying into an asset where the issuer makes coins on the trades.

full member
Activity: 238
Merit: 100
Sorry for this may be being an offtopic. I was wondering what are the possibilities of BTC-TC following the same way as GLBSE did. Is it a real possibility ?


burnside isnt Nefario  Smiley. You can tell from the way the site is coded and the fact you get ownership details emailed to you every 12 hours.


legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Sorry for this may be being an offtopic. I was wondering what are the possibilities of BTC-TC following the same way as GLBSE did. Is it a real possibility ?


The site could definitely go away if government entities come after me.  I've guarded against this every way I can legally with the creation of the company offshore and technically with the open access of the lists to the asset issuers.

A GLBSE meltdown where no one knows who owns what will definitely not be repeated.

Cheers.
sr. member
Activity: 434
Merit: 250
BTCT.CO automatically issues a shareholder report to asset issuers every 12hrs so even if the exchange disappeared overnight the GLBSE fiasco would not be repeated. Asset issuers would have only to check their inbox for a list of email addresses to contact with share information.
full member
Activity: 153
Merit: 100
Sorry for this may be being an offtopic. I was wondering what are the possibilities of BTC-TC following the same way as GLBSE did. Is it a real possibility ?
Jump to: