Pages:
Author

Topic: OpenEx to be shut down[Hacked] - page 4. (Read 14875 times)

hero member
Activity: 686
Merit: 504
always the student, never the master.
March 20, 2014, 05:02:08 AM
ATTENTION:

my cellphone quit working, and i cannot login to my normal email account(the one used for support) which is protected by 2fa. so in the meantime,if you need to contact with me about anything support related, please use the following email address


admin @ openex.pw

full member
Activity: 126
Merit: 100
March 20, 2014, 02:57:30 AM
Yes, I can login now, but the ETB are still missing.
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 19, 2014, 10:52:14 PM
r3wt: Could you help me please? I withdrew 128486.197386680 EBT couple of days ago, never appeared on my wallet. Filled a ticket but got no response. User hoju2k2.
Thank you.

yes i will look into it



Any news on this? Now I can't even access the website "ip address is banned. You can appeal this decision by contacting an administrator at [email protected]"

as i said i will look into it. i'm in the process of removing that ban since it only seems to catch legitimate users anyway.

Hi, did you have the time to look at it? Thanks.

Damnit, no i forgot again. have you tried to login again? you've been unbanned a long time
full member
Activity: 126
Merit: 100
March 19, 2014, 09:57:23 PM
r3wt: Could you help me please? I withdrew 128486.197386680 EBT couple of days ago, never appeared on my wallet. Filled a ticket but got no response. User hoju2k2.
Thank you.

yes i will look into it



Any news on this? Now I can't even access the website "ip address is banned. You can appeal this decision by contacting an administrator at [email protected]"

as i said i will look into it. i'm in the process of removing that ban since it only seems to catch legitimate users anyway.

Hi, did you have the time to look at it? Thanks.
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 19, 2014, 03:55:53 PM

Yes, we sent you a portion of what you are owed. this means you are still owed .42

in case you aren't aware, we were hacked, so its impossible for us to payout everyones withdrawals at this time, but we make an effort not to cheat anyone
Has anyone heard from the OP lately? Thanks Smiley

Yes, i'm still here. if you need to contact me directly, send me an email at [email protected] for a way to contact me directly via Skype.

This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

yeah there was. the accusations being thrown about me in this thread are ridiculous, and not rooted in fact at all.

@r3wt, may I see the source code?  PM me please

What are your intentions for the source code?

i would like to see the engine so i can write my own exchange software

its nothing special about 12 lines of code really. here' ill get it for you.


Code:
/**(c)2013-14 Justin Gillett, OpenEx.pw -- All Rights Reserved.**/
require_once("../models/config.php");
include("../models/class.trade.php");
$sell = mysql_query("SELECT * FROM trades WHERE `From`<>`Type` LIMIT 1000000000000");
$num = mysql_num_rows($sell);
echo $num;
for ($i = 0; $i < $num; $i++) {
   $id = mysql_result($sell,$i,"Id");
   if($id != 0)
   {
                //the actual trade execution
$trade = new Trade($id);
$trade->GetEquivalentTrade();
$trade->ExecuteTrade();
   }
}

to run it, simply use a shell script(this example runs on 1 second intervals @ roughly 280 mb/s):

Code:
#!/bin/bash
while :

do
sleep 1
 wget http://127.0.0.1/path/to/system/cronjob1.php -O Temp --delete-after

done
legendary
Activity: 1008
Merit: 1005
March 19, 2014, 03:48:11 PM

Yes, we sent you a portion of what you are owed. this means you are still owed .42

in case you aren't aware, we were hacked, so its impossible for us to payout everyones withdrawals at this time, but we make an effort not to cheat anyone
Has anyone heard from the OP lately? Thanks Smiley

Yes, i'm still here. if you need to contact me directly, send me an email at [email protected] for a way to contact me directly via Skype.

This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

yeah there was. the accusations being thrown about me in this thread are ridiculous, and not rooted in fact at all.

@r3wt, may I see the source code?  PM me please

What are your intentions for the source code?

i would like to see the engine so i can write my own exchange software
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 19, 2014, 02:11:18 PM
An update on the situation.

found account attempting to withdraw a small sum of btc. checking the account showed the following information(balance of 16+ btc, but deposit of only .05. this means the vuln was probably the tx id bug, just a dormant account the hacker planned to drain at a later date in time. there still was a separate attack of the withdrawal queue with fictious withdrawals that occurred the day i announced closing the exchange. it looks like that was an isolated incident now, but i'm still not 100% sure yet:

http://pastebin.com/vzZN6eQu

videos screenshots, whatever you like i will post them. it is not my worth my time to argue with ignorant trolls. i'll just prove you wrong instead, which is what i do. i prove people wrong. have a great day. #HONESTY #HARDWORK #NEVERYIELD

hero member
Activity: 686
Merit: 504
always the student, never the master.
March 17, 2014, 09:26:04 PM
ok, the new system is up a few things to take note of:

withdrawals process normally, until a situation is encountered where there is not enough in the wallet to pay a withdrawal. in this situation, 10% of the withdrawal is paid, and the remaining 90% is placed in the funds owed table. from the user account page, you will see a new tab that says funds owed. in this tab you will find an explanation for everything, and a table containing:

coin | amount owed | confirmation code

you will be required to copy your confirmation codes. when you sign up for the new site, in the account page you will see a link to claim your confirmation codes. after a code is verified, a share is issued for the amount you are owed of a particular currency. this share will either be paid on a daily or weekly basis, probably daily just to keep you happy. each payout will subtract from the remaining debt. once the debt reaches 0, the share will expire, as you have been paid in full amount of what you are owed. i know this is a terrible inconvenience and many people will probably not be happy with it, but something is better than nothing and this is the best possible way of us to settle our debts with our customers.

if you have any questions or concerns, please continue to voice them in this thread, and i will answer you in due time. i check this thread for new replies several times per day.

thanks,
          Garrett
member
Activity: 81
Merit: 10
March 17, 2014, 08:40:14 PM
Dear users,

We will be releasing a secure exchange this weekend/ monday for all mobile devices. Hopefully you all can find a new home there: https://nexxuscorp.com

Kind Regards,

The Nexus Corp.



With a negative trust rating, do you expect your exchange to be a success?

The poster is a fake account not the real Nexxus Corp.  See his trust page: https://bitcointalk.org/index.php?action=trust;u=216047


yes this is not a real representative of nexxus! probably trying to pull something off
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 17, 2014, 08:24:50 PM
ok, there is an update on the situation in regards to customer funds owed. please see my last few tweets

https://twitter.com/_OpenEx_

the site will restore from maintenance soon.

the first step is to setup the system to store the amounts owed. the second step is to complete a display for the users of what they are owed. these will both be done today, and we will begin processing bitcoin withdrawals again.

the manner in which you will receive your funds owed is as followed:

you will receive a confirmation code for each balance you are owed. on the new platform, you will enter the confirmation code and the info will be retrieved for our debt with you.


Good to see making through.


~BCX~

you're going to keep doing that until i say something huh?
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 17, 2014, 07:42:11 PM
ok, there is an update on the situation in regards to customer funds owed. please see my last few tweets

https://twitter.com/_OpenEx_

the site will restore from maintenance soon.

the first step is to setup the system to store the amounts owed. the second step is to complete a display for the users of what they are owed. these will both be done today, and we will begin processing bitcoin withdrawals again.

the manner in which you will receive your funds owed is as followed:

you will receive a confirmation code for each balance you are owed. on the new platform, you will enter the confirmation code and the info will be retrieved for our debt with you.
legendary
Activity: 2212
Merit: 1199
March 17, 2014, 07:36:37 PM
Has anyone heard from the OP lately? Thanks Smiley

I didn't, maybe someone else?


But accodring to history posts we can say he is around  almost everyday.
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 17, 2014, 07:17:15 PM
hello

In March 11th , I  withdrow my 0.47 bitcoin , but I only recived 0.05 btc

user : daemonjason0
btc address : 1Pz1avhev8H3MJ7EtFFtaGMeV82haYhncr
tx : a6c355107bbeb89846661384790214e358ae647be2e08d38095cdc386834da62

Yes, we sent you a portion of what you are owed. this means you are still owed .42

in case you aren't aware, we were hacked, so its impossible for us to payout everyones withdrawals at this time, but we make an effort not to cheat anyone. we send what we can, and keep track of what we still owe. we are working on a plan to repay everyone, if a payment plan doesnt satisfy you there are legal avenues which you could pursue.

Has anyone heard from the OP lately? Thanks Smiley

Yes, i'm still here. if you need to contact me directly, send me an email at [email protected] for a way to contact me directly via Skype.

This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

yeah there was. the accusations being thrown about me in this thread are ridiculous, and not rooted in fact at all.

@r3wt, may I see the source code?  PM me please

What are your intentions for the source code?
legendary
Activity: 1008
Merit: 1005
March 17, 2014, 05:11:57 PM
This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

yeah there was. the accusations being thrown about me in this thread are ridiculous, and not rooted in fact at all.

@r3wt, may I see the source code?  PM me please
sr. member
Activity: 350
Merit: 250
March 14, 2014, 03:29:28 PM
Dear users,

We will be releasing a secure exchange this weekend/ monday for all mobile devices. Hopefully you all can find a new home there: https://nexxuscorp.com

Kind Regards,

The Nexus Corp.



With a negative trust rating, do you expect your exchange to be a success?

The poster is a fake account not the real Nexxus Corp.  See his trust page: https://bitcointalk.org/index.php?action=trust;u=216047

this looks interesting
hero member
Activity: 686
Merit: 504
always the student, never the master.
March 14, 2014, 03:22:46 PM
This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

yeah there was. the accusations being thrown about me in this thread are ridiculous, and not rooted in fact at all.
sr. member
Activity: 350
Merit: 250
March 14, 2014, 03:19:14 PM
dayyyaaaammmm   Shocked
full member
Activity: 196
Merit: 250
March 14, 2014, 10:20:47 AM
This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow

So it is possible to run a more or less safe exchange right?

It is really sad that some people dare to start an exchange like its a webshop.
sr. member
Activity: 308
Merit: 251
Giga
March 14, 2014, 08:43:37 AM
This is really sad, there seems to have been alot of work put into OpenEX. It's like every day there is an exchange hacked.

So far only these 3 seem to be secure enough to not be hacked:

-Bistamp
-Cryptsy
-MCxNow
newbie
Activity: 28
Merit: 0
March 14, 2014, 08:39:48 AM
R3wt not good enough mate. Can someone pm me r3wts name and address I think I need to pay someone a visit

For those wanting to sue him here's the information from the Arkansas Secretary of State for OpenEx, LLC:

http://www.sos.arkansas.gov/corps/search_corps.php?DETAIL=415974&corp_type_id=&corp_name=openex&agent_search=&agent_city=&agent_state=&filing_number=&cmd=

The name and addresses matches the one on OpenEx's about page.  Surely he wouldn't be stupid enough to use his home address but the address is a 1BD residence.  Probably a rental though since according to Zillow the last time it was bought was in 1994 for $6,000 and r3wt wasn't even alive then.

Thankyou, I will start a class action thread shortly
Pages:
Jump to: