Bitcoin Forum
June 30, 2024, 04:47:36 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 4 5 6 7 8 9 10 [11] 12 »  All
  Print  
Author Topic: OpenEx: Fee shares Thread[close]  (Read 12809 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
hunterwolf
Legendary
*
Offline Offline

Activity: 1108
Merit: 1002



View Profile
January 24, 2014, 05:16:01 PM
 #201

thanks i already added that for you, first thing i did when i logged in.

i see now, thx.

so continue trade:)
hunterwolf
Legendary
*
Offline Offline

Activity: 1108
Merit: 1002



View Profile
January 24, 2014, 05:58:38 PM
 #202

i found a bug. maybe not bug but need fix. you need add some 0.
now coin price 0.00000001
if i add buy order to 0.000000009

not accept, got error. but BTC price high than LTC. So you add some zero or add LTC currency for altcoin.
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
January 25, 2014, 06:06:03 PM
 #203

added market overview page with volume accurate to 8 decimal places. not simulated volume based on quantity * last price, actual volume based on the value of each trade executed in a 24 hour period.

Code:
$timez = time() - (60*60*24);
$sql24hour = mysql_query("SELECT * FROM `Trade_History` WHERE `Timestamp` >= '$timez' AND `Market_Id`='$market_id'");
$vol = array();
while($row = mysql_fetch_assoc($sql24hour)) {
$vol[] = $row["Quantity"] * $row["Price"];
}
$volume = sprintf("%0.8f",array_sum($vol));

improved chat performance.


optimized deposit engine and found the error and patched it.

added a file download manager and api documentation/example implementations which can be downloaded in RTF format.


My negative trust rating is reflective of a personal vendetta by someone on default trust.
hunterwolf
Legendary
*
Offline Offline

Activity: 1108
Merit: 1002



View Profile
January 25, 2014, 09:17:09 PM
 #204

added market overview page with volume accurate to 8 decimal places. not simulated volume based on quantity * last price, actual volume based on the value of each trade executed in a 24 hour period.

Code:
$timez = time() - (60*60*24);
$sql24hour = mysql_query("SELECT * FROM `Trade_History` WHERE `Timestamp` >= '$timez' AND `Market_Id`='$market_id'");
$vol = array();
while($row = mysql_fetch_assoc($sql24hour)) {
$vol[] = $row["Quantity"] * $row["Price"];
}
$volume = sprintf("%0.8f",array_sum($vol));

improved chat performance.


optimized deposit engine and found the error and patched it.

added a file download manager and api documentation/example implementations which can be downloaded in RTF format.



i think continue problem deposit. Because i wait 2 hours for pending deposit confirm.

dont use download manager for security. add direct link better.

and i cant see any chat zone:)
 
jdh015232
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 28, 2014, 03:07:24 AM
 #205

i also have pending btc deposit, but where did the astrocoin market go?
coinking
Legendary
*
Offline Offline

Activity: 927
Merit: 1000


View Profile
January 28, 2014, 06:16:59 AM
 #206

i also have pending btc deposit, but where did the astrocoin market go?

same question.. will I be able to retrieve my 1.7 astrocoin???

.TeleX  AI.
▄▄▄▄▄▄
▄████████████▄
▄████████████████▄
████████████████████
██████████████████████
████████████████████████
█████████████████████████
██████████████████████████
██████████████████████████
██████████████████████████
██████████████████████████
████████████████████████
██████████████████████
████████████████████
▀████████████████▀
▀████████████▀
▀▀▀▀▀▀
Store
▄▄▄▄▄▄
▄████████████▄
▄████████████████▄
████████████▀▀▀█████
████████████░░░░░█████
███████▀▀▀███▀▀▀▀▀██████
███████░░░░░██▄▄▄▄▄███████
███████▄▄▄▄▄██░░░░░███████
███████░░░░░██████▀███████
████████████▀░░░░░░░▀█████
███████████░░░░░░░░░▄█████
████████▀████████▄██████
█████▀░░░░░░░▀████████
████▄░░░░░░░░░██████
▀████▄███████████▀
▀████████████▀
▀▀▀▀▀▀
Send/Receive
▄▄▄▄▄▄
▄████████████▄
▄████░███████████▄
██████░███░█████████
███████░███░██████████
███████░░░██░███████░███
████████░░░█░░░██░███░████
████████░░░█░░░██░███░████
█████░██░░░██░██░░░█░░░███
█████░██░░░██░███░██░░░███
█████░██░░░██░███░██░░░███
███░░░██░███████░███░███
██░░░██░███████░██████
█░░░████████████████
░░░██████████████▀
▀████████████▀
▀▀▀▀▀▀
Trade
tracphil
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
January 28, 2014, 08:34:14 AM
 #207

I had 1 Astrocoin there. I know she was small, but I loved her with all my heart.
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
January 28, 2014, 08:52:40 AM
 #208

lots of complaints lately, and they are warranted. i was wondering everyones thoughts on the following:

what if we closed the exchange temporarily(allowing everyone time to get their coins out first of course) so that we could focus on fixing the site. it has alot of areas of deficiency(2fa, email functions don't work needs more account activity logging, ip logging for sessions, list goes on and on) and i think that with the exchange closed temporarily we would be able to address the issues without having to manage a live website at the same time. i'm gonna sleep on it but its looking like this is going to be necessary. release was rushed, and at this point i'm considering it a failed build. it works, but it just isn' t up to par. i think we can all agree on that.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
coinking
Legendary
*
Offline Offline

Activity: 927
Merit: 1000


View Profile
January 28, 2014, 01:33:15 PM
 #209

lots of complaints lately, and they are warranted. i was wondering everyones thoughts on the following:

what if we closed the exchange temporarily(allowing everyone time to get their coins out first of course) so that we could focus on fixing the site. it has alot of areas of deficiency(2fa, email functions don't work needs more account activity logging, ip logging for sessions, list goes on and on) and i think that with the exchange closed temporarily we would be able to address the issues without having to manage a live website at the same time. i'm gonna sleep on it but its looking like this is going to be necessary. release was rushed, and at this point i'm considering it a failed build. it works, but it just isn' t up to par. i think we can all agree on that.

Did you get attacked last night? It looks like I'm not the only one missing astrocoin... explanation plz

.TeleX  AI.
▄▄▄▄▄▄
▄████████████▄
▄████████████████▄
████████████████████
██████████████████████
████████████████████████
█████████████████████████
██████████████████████████
██████████████████████████
██████████████████████████
██████████████████████████
████████████████████████
██████████████████████
████████████████████
▀████████████████▀
▀████████████▀
▀▀▀▀▀▀
Store
▄▄▄▄▄▄
▄████████████▄
▄████████████████▄
████████████▀▀▀█████
████████████░░░░░█████
███████▀▀▀███▀▀▀▀▀██████
███████░░░░░██▄▄▄▄▄███████
███████▄▄▄▄▄██░░░░░███████
███████░░░░░██████▀███████
████████████▀░░░░░░░▀█████
███████████░░░░░░░░░▄█████
████████▀████████▄██████
█████▀░░░░░░░▀████████
████▄░░░░░░░░░██████
▀████▄███████████▀
▀████████████▀
▀▀▀▀▀▀
Send/Receive
▄▄▄▄▄▄
▄████████████▄
▄████░███████████▄
██████░███░█████████
███████░███░██████████
███████░░░██░███████░███
████████░░░█░░░██░███░████
████████░░░█░░░██░███░████
█████░██░░░██░██░░░█░░░███
█████░██░░░██░███░██░░░███
█████░██░░░██░███░██░░░███
███░░░██░███████░███░███
██░░░██░███████░██████
█░░░████████████████
░░░██████████████▀
▀████████████▀
▀▀▀▀▀▀
Trade
playah
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
February 03, 2014, 05:32:50 AM
 #210


 I moved some LTC into openex.pw and then decided to move it somewhere else, when I tried to transfer I got a message my password was wrong, which it wasn't I checked and then my ip address was banned Huh
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
February 09, 2014, 11:03:26 PM
 #211

When are the feeshares going on cryptostocks?
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
February 12, 2014, 06:57:03 PM
 #212

When are the feeshares going on cryptostocks?
cassieheart
Sr. Member
****
Offline Offline

Activity: 354
Merit: 250



View Profile
February 21, 2014, 10:47:45 AM
 #213


 Updated payout Address      13CmQfEFVgQH7ebnhALdJzFMiY3ZCKPi9k



Thanks.
wtman
Legendary
*
Offline Offline

Activity: 1030
Merit: 1000


View Profile
February 21, 2014, 05:53:43 PM
Last edit: February 27, 2014, 10:19:09 PM by wtman
 #214

r3wt, I would like to make some suggestions for revenue growth for Openex.pw

1. Add some fun functions to the trollbox. Things like payban (pay to ban someone for fun), paytext (have a text ad display in the trollbox)

2. Offer feeshares publicly. If you have 100 feeshare holders, they will all do free promotion and cheering for Openex. Feeshare holders and their friends are also likely to be sizable traders, so you can expect good growth in daily trading volumes which further increases share price. It is a win-win

3. Add some games to Openex. Games will generate more revenue than trading. You make like 0.5% with trading but you can make a lot more with gaming.

4. Build a referral system. You'll be surprised how creative people get when they get paid for referring others.
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
February 28, 2014, 11:44:41 AM
 #215

2/28/14 Update
We are resuming fee shares sales as of today. Before i get into the specifics, i'd like to touch base on the status of the project.

Status:
Servers: paid til 3/28/2014
Company: OpenEx LLC Register 2/07/2014 see https://openex.pw/index.php?page=about for more information.
Shares Sold: 276

Development:

We have been working on LUApod which is essentially a webserver module built on top of LUA. this platform offers several advantages, the most obvious being speed and performance. we plan to continue developing LUApod and growing it into an alternative to PHP/RUBY/Node.js

This being said, OpenEx lua is almost complete. we estimate 2-3 weeks but it will likely be a bit longer than that.

A few things of note on the difference in the platforms:

PHP:

Nothing ensures validity of numbers within the system. you are basically trusting the application hasn't been compromised. this will never do.

LUA:

Current: Transactions are stored in the database. a user is issued a version number. with each transaction the version number iterates to the next integer. this is fairly safe but we'd like to take it a step further. Transactions within OpenEx 1.0 LUA should be stored in a chain tree(this is called a table in LUA, or an Multi Dimensional Array in php. the only thing that can start a chain is a deposit. when chain's intersect the two chains's are merged. I'll have more on this to come. we've got a prototype that works with redis, but that's about all it does right now. Lua is extremely fast, and its easy to build non blocking asynchronous operations with coroutines.

Staff Changes
Koontas and Krichwins quit. We have offered a spot to x3maniac, owner/operator of dsync pools and a personal friend.

Other changes

down to only 5 employees we have changed the site revenue model to where the staff shares 60%. this has no effect on fee share revenue or site reserve revenue.


Original Platform(PHP)(current)
https://openex.pw
Development Progress: 99%

New Platform(LUA), slated for 2-3 weeks.
currently offline
Development Progress: 70%

Why are you offering more shares at this time?

At this time, we are well into the red on the project having gone out of pocket several times.

We need more servers and we basically need money to survive on while we get this off the

ground. We also need to raise 2 btc to get listed on cryptostocks.

How Many are for sale this time and what price?

Of the ~700 remaining shares we will sell 200 shares. we made 276 shares worth last us 4+ months during development, so this will likely more than cover us until we have completed our goal. the price is the same as before .025 btc/share

IF you are interested in a share, just post here or pm.



My negative trust rating is reflective of a personal vendetta by someone on default trust.
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
February 28, 2014, 06:07:22 PM
 #216

developing multimarket  Grin

http://server.openex.pw/dev/index.php?page=trade&market=86&base=1

My negative trust rating is reflective of a personal vendetta by someone on default trust.
ElynCho
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 04, 2014, 12:45:10 PM
 #217

Why I can't withdraw my coins?
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
March 04, 2014, 01:35:08 PM
 #218

Why I can't withdraw my coins?

should now be resolved. try now.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
ElynCho
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 04, 2014, 02:02:18 PM
 #219

Why I can't withdraw my coins?

should now be resolved. try now.

All is right, thanks.
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
March 04, 2014, 02:47:01 PM
 #220

Why I can't withdraw my coins?

should now be resolved. try now.

All is right, thanks.

Actually, it was still broken but now it is fixed for sure. i was slightly intoxicated last night and got a wild hair to add a function to get the balance to the user class. unfortunately i passed out with a half working function. lesson learned, all is well for now.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 »  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!