SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
May 08, 2013, 10:32:35 PM Last edit: May 08, 2013, 11:14:54 PM by SebastianJu |
|
*I'm* not confused, but SebastianJu might have been.
I understood it the way that burnside still hold >51% of btctc. Once he doesnt hold more than 51% the fee applies. A downside i see in this is that an investor doesnt know if in a week the fee will be applied because its based on numbers a investor doesnt have access to. Even when i now update the comparison-table i would need to write it into the table that no fees are taken at the moment. A possible investor that is checking out the pt maybe reads this rule but has no clue if the fee is applying at the moment or not. Or how near it is. The date was more transparent.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 09, 2013, 01:44:57 AM |
|
I'm bummed to see the cleanup motion to remove the ipo terms failed, but that's not a big deal. Most likely people didn't understand that those were terms only valid during the initial 1 week IPO period. The other two motions will have a positive impact on everyone involved!
Cheers.
Why did the motion fail? Standard corporate law is that a motion passes by Ordinary Resolution if 50% of THOSE THAT VOTE approve, not 50% of all shares. If shareholders choose not to vote they are disregarded. The rule is designed as this was since many companies have large amounts of shareholders that never vote. The only reason why you would require 50% of all shareholders to approve if it it was written that way in the articles/constitution of the company but that would be highly unusual! Is that the case? It's not really a company, more like a purchasing cooperative. As such, I felt like it's important for at least 50% of the participants to approve of it. I figure some might have thought the old cruft has some historical value or something, heh. But it's not a big deal. I'll try again in a month or so.
|
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 09, 2013, 01:51:01 AM |
|
Also noticing it, site seems pretty much unusuable. Also have yet to see a deposit show up in my balance despite having 7 confirmations.
There were some load issues with the backend bitcoind today. Too many getBalance requests going into it. I altered the caching mechanism to reduce the request counts somewhat. It's probably this caching that is making it look like a deposit hasn't come in. (chances are that it has, and the cache just hasn't timed out yet.) You'll notice that requests are still pretty slow when trading and using the wallet page. I need to upgrade bitcoind anyway before the 15th, and I hear it has some performance improvements. I can't wait. If things still suck after that, we may have to upgrade hardware or potentially de-couple bitcoind from the site and go with everything in SQL. Right now I like having two records of all the transactions (SQL + bitcoind) but if bitcoind can't keep up, then we can't keep using it like that. Cheers.
|
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 09, 2013, 01:51:56 AM |
|
*I'm* not confused, but SebastianJu might have been.
I understood it the way that burnside still hold >51% of btctc. Once he doesnt hold more than 51% the fee applies. A downside i see in this is that an investor doesnt know if in a week the fee will be applied because its based on numbers a investor doesnt have access to. Even when i now update the comparison-table i would need to write it into the table that no fees are taken at the moment. A possible investor that is checking out the pt maybe reads this rule but has no clue if the fee is applying at the moment or not. Or how near it is. The date was more transparent. I'll give lots of warning if that ever happens. I don't anticipate it, but you never know. Thus why it's there. Cheers.
|
|
|
|
coldguy
Member
Offline
Activity: 69
Merit: 10
|
|
May 09, 2013, 03:50:34 AM |
|
Hi Burnside,
Sorry for replying irrelevant information here, but it seems hard to contact you from PM. I had a issue with google auth on btct.co. Please help...
Thanks.
|
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 09, 2013, 04:16:24 AM |
|
Hi Burnside,
Sorry for replying irrelevant information here, but it seems hard to contact you from PM. I had a issue with google auth on btct.co. Please help...
Thanks.
Sorry about that! Give it a whirl now.
|
|
|
|
coldguy
Member
Offline
Activity: 69
Merit: 10
|
|
May 09, 2013, 04:35:45 AM |
|
Hi Burnside,
Sorry for replying irrelevant information here, but it seems hard to contact you from PM. I had a issue with google auth on btct.co. Please help...
Thanks.
Sorry about that! Give it a whirl now. Problem solved. Thanks!
|
|
|
|
Scigie
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 09, 2013, 09:24:17 PM |
|
Burnside,
First let me say you are doing and have done a fantastic job on all fronts.
Quick question: I notice on the ASICMINER-PT History page that at the beginning of April you bought back some share reducing the total holdings of the pass through. I'm just curious why you did this?
Thanks
|
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 09, 2013, 09:28:55 PM |
|
Burnside,
First let me say you are doing and have done a fantastic job on all fronts.
Quick question: I notice on the ASICMINER-PT History page that at the beginning of April you bought back some share reducing the total holdings of the pass through. I'm just curious why you did this?
Thanks
Drops in the outstanding share count happens when people withdraw from the PT to direct ASICMINER shares. That way we can make sure that all shares being traded are backed at all times. Cheers.
|
|
|
|
stripykitteh
Legendary
Offline
Activity: 1176
Merit: 1001
CryptoTalk.Org - Get Paid for every Post!
|
|
May 10, 2013, 02:15:02 AM |
|
Also noticing it, site seems pretty much unusuable. Also have yet to see a deposit show up in my balance despite having 7 confirmations.
There were some load issues with the backend bitcoind today. Too many getBalance requests going into it. I altered the caching mechanism to reduce the request counts somewhat. It's probably this caching that is making it look like a deposit hasn't come in. (chances are that it has, and the cache just hasn't timed out yet.) You'll notice that requests are still pretty slow when trading and using the wallet page. I need to upgrade bitcoind anyway before the 15th, and I hear it has some performance improvements. I can't wait. If things still suck after that, we may have to upgrade hardware or potentially de-couple bitcoind from the site and go with everything in SQL. Right now I like having two records of all the transactions (SQL + bitcoind) but if bitcoind can't keep up, then we can't keep using it like that. Cheers. Possibly relevant to errors reported on btct.co at the moment. Error: Xcoind backend failure in getbalance at 81
|
|
|
|
AMuppInTime
Donator
Sr. Member
Offline
Activity: 290
Merit: 250
|
|
May 10, 2013, 02:16:52 AM |
|
Also noticing it, site seems pretty much unusuable. Also have yet to see a deposit show up in my balance despite having 7 confirmations.
There were some load issues with the backend bitcoind today. Too many getBalance requests going into it. I altered the caching mechanism to reduce the request counts somewhat. It's probably this caching that is making it look like a deposit hasn't come in. (chances are that it has, and the cache just hasn't timed out yet.) You'll notice that requests are still pretty slow when trading and using the wallet page. I need to upgrade bitcoind anyway before the 15th, and I hear it has some performance improvements. I can't wait. If things still suck after that, we may have to upgrade hardware or potentially de-couple bitcoind from the site and go with everything in SQL. Right now I like having two records of all the transactions (SQL + bitcoind) but if bitcoind can't keep up, then we can't keep using it like that. Cheers. Possibly relevant to errors reported on btct.co at the moment. Error: Xcoind backend failure in getbalance at 81 +1
|
|
|
|
stripykitteh
Legendary
Offline
Activity: 1176
Merit: 1001
CryptoTalk.Org - Get Paid for every Post!
|
|
May 10, 2013, 02:47:30 AM |
|
Looks like it's back.
|
|
|
|
|
Zedster
|
|
May 15, 2013, 06:22:51 PM |
|
You posted identical links. Am I missing something? And no dividends today?
|
|
|
|
|
burnside (OP)
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
May 15, 2013, 07:36:56 PM Last edit: May 15, 2013, 07:51:43 PM by burnside |
|
Divs! ฿0.03622241 per share.
Cheers.
|
|
|
|
Rant2112
Newbie
Offline
Activity: 70
Merit: 0
|
|
May 15, 2013, 08:08:27 PM |
|
The site is unusably slow for me again. 8(
|
|
|
|
statdude
Legendary
Offline
Activity: 1498
Merit: 1000
|
|
May 15, 2013, 08:44:22 PM |
|
Can't login. Anyone else? Even reset pass.
|
|
|
|
GuiltySpark343
Member
Offline
Activity: 98
Merit: 10
|
|
May 15, 2013, 10:45:53 PM |
|
According to BTC-TC website: The website has been under DDoS attack this evening. Sorry about the trouble. Someone should tell the bad guys we're boring and harmless. Cheers
|
|
|
|
FloridaBear
|
|
May 15, 2013, 11:11:42 PM |
|
Divs! ฿0.03622241 per share.
Cheers.
Wow, quite a jump there. Thanks!
|
|
|
|
|