Bitcoin Forum
June 23, 2024, 09:28:51 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
2261  Economy / Trading Discussion / Re: Just lost 6.4 bitcoins or 663 euros from MT.gox STOLEN on: April 23, 2013, 06:57:58 AM
The IP you have given corresponds to the Bitcoinica mtgox account hacker.

https://bitcointalk.org/index.php?topic=95738.0
2262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NovaCoin - Balthazar's PPC + scrypt fork, pool list on: April 23, 2013, 06:42:59 AM
The coin makes no sense, why is the difficulty so absurdly high with scrypt? Litecoin has yet to do 500. If it's because of Proof of Stake, how the heck do you even get coins with mining at this diff?

EDIT:Darn it, I was stupid. Looks like I was looking at "moneysupply" : 380696.09848900, and not the difficulty field...
2263  Alternate cryptocurrencies / Altcoin Discussion / Re: feathercoin online wallet ... on: April 23, 2013, 06:08:37 AM
So where to put my fc if i plan to mine?
In feathercoind? Mining does nothing to your existing coins.
2264  Bitcoin / Development & Technical Discussion / Re: Address generation on: April 23, 2013, 06:05:48 AM
For Address Generation, I recommend reading this https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addresses.

Here is a function in C for hex to binary taken from cgminer.

Code:
bool hex2bin(unsigned char *p, const char *hexstr, size_t len)
{
bool ret = false;

while (*hexstr && len) {
char hex_byte[4];
unsigned int v;

if (!hexstr[1]) {
return ret;
}

memset(hex_byte, 0, 4);
hex_byte[0] = hexstr[0];
hex_byte[1] = hexstr[1];

if (sscanf(hex_byte, "%x", &v) != 1) {
return ret;
}

*p = (unsigned char) v;

p++;
hexstr += 2;
len--;
}

if (likely(len == 0 && *hexstr == 0))
ret = true;
return ret;
}
2265  Economy / Service Discussion / Re: MTGOX account is hacked. Cash gone. No I did not have a Yubikey on: April 23, 2013, 06:02:22 AM
C:\Users\"username"\AppData\Roaming\WinDir is listed in MSconfig, this OS is going down for the last time. Thanks guys! FML
Switching to Linux?
2266  Other / Off-topic / Re: Free windows C++ Compiler - anyone know of one on: April 23, 2013, 06:01:18 AM
Can anyone point me in the right direction?

This two are currently very good opensource projects.

1. http://sourceforge.net/projects/orwelldevcpp/

2. http://www.codeblocks.org/
I wouldn't recommend those. Using the latest MinGW is best, but if he wants to compile the Qt version of a client, he will need to either use MinGW 4.4 OR compile Qt from source, like I did, because in GCC 4.7+ there were C and C++ ABI changes.
2267  Economy / Service Discussion / Re: MTGOX account is hacked. Cash gone. No I did not have a Yubikey on: April 23, 2013, 05:55:57 AM
I've uninstalled Java and ran DRweb CureIt and MalwareBytes. I run AVG for my daily antivirus. What am I looking for exactly?
Open up Task Manager and try to find a suspicious process. Some have weird lettering like 6jmok65e.exe, others would disguise themselves as svhost.exe(the real being svchost.exe). Most system processes are located in C:\Windows\System32.
2268  Economy / Service Discussion / Re: MTGOX account is hacked. Cash gone. No I did not have a Yubikey on: April 23, 2013, 05:47:16 AM
That IP seems to have caused trouble for others too https://bitcointalk.org/index.php?topic=180746.msg1887735#msg1887735
In a nutshell, you might have been infected with a virus.

1. Epic username
2. There are plenty of trojans targeting Bitcoins these days (ESPECIALLY MT GOX)
3. Don't install and give full permission to crappy video players that ask you for a Java update on a bitcoin related website.
1. Thanks Cheesy
2. It's likely the virus is still operating on his computer logging in keystrokes and whatnot, if he visited his e-mail, other exchange accounts he is likely compromised even further.

I uninstalled Java a couple months ago when the Department of Homeland Security issued a Java exploit warning, i recently reinstalled Java in order to get Vuze to work so I could see what the Mother of Dragons was up to this week. I've just uninstalled Java again...

Is there any way to nullify a transaction on the BTC network? Flag it as fraudulent somehow?

FWIW - the target wallet address out of MTGOX was 1yi3cas8bzR9ZPsB9Z33xknBWwhDCNpVC
No, the whole point of Bitcoin is no chargebacks.
2269  Economy / Service Discussion / Re: MTGOX account is hacked. Cash gone. No I did not have a Yubikey on: April 23, 2013, 05:36:53 AM
That IP seems to have caused trouble for others too https://bitcointalk.org/index.php?topic=180746.msg1887735#msg1887735
In a nutshell, you might have been infected with a virus.
2270  Bitcoin / Project Development / Re: [BETA]Bitfinex.com first Bitcoin P2P lending platform for leverage trading on: April 23, 2013, 05:11:35 AM
About the exchange, what governs whether an order gets placed on BFX or Mtgox?
2271  Economy / Scam Accusations / Re: xjd1987 DO NOT TRANSACT WITH ! on: April 23, 2013, 05:08:53 AM
This is becoming a scam thread accuse fest....
2272  Alternate cryptocurrencies / Altcoin Discussion / Re: New PPCoin Pool (PPLNS-based, North America-hosted) @ www.VuxilsPool.com on: April 23, 2013, 04:47:37 AM
When sending shares AND the MySQL server fails like it so says in the miner, it screws up cgminer that it starts doing some invalid work...Have to restart cgminer for it to work.
2273  Bitcoin / Project Development / Re: [BETA]Bitfinex.com first Bitcoin P2P lending platform for leverage trading on: April 23, 2013, 04:46:06 AM
Considering the number of offers for lending and the minuscule amount of requests to borrow, has anybody actually succeeded in getting his RECENT offer borrowed?
2274  Other / Off-topic / Re: Free windows C++ Compiler - anyone know of one on: April 23, 2013, 04:19:10 AM
You cannot compile Bitcoin with MSVC, not yet at least. I don't think anyone has tried, but I sure as hell don't think OP can do it.
2275  Other / Meta / Re: Better PM system is needed! on: April 23, 2013, 04:15:44 AM
E-mail is a not an option, I visit this site more often than my e-mail which I do about once per day, or even longer.
2276  Economy / Scam Accusations / Re: SO MANY Scammers!Be attention! on: April 23, 2013, 03:35:05 AM
Seriously, whats with people scamming $40. Really? Are people THAT stupid that they cant even make $40 any other way? All they do is sit on their butt and try to scam and rip people off like this. The worst ones are the ones from MMORPG games that scam you for xx,xxx in game currency which equates to like $0.50USD. COME ON.

To all new sellers and buyers. Absolutely do NOT send your coins to anyone first without checking if the seller/buyer has reputation. You may click on their name and find their old posts to see if anyone has ever done transactions with them and vouches for them.
In my country, $40 is 1/5th of the minimum salary.
2277  Bitcoin / Bitcoin Discussion / Re: I'm back! on: April 23, 2013, 03:27:18 AM
Just 2 years older than me, and you have more money than I ever will, unless of course I move to ASIC fast. Personally I wanted to start a Bitcoin service myself, but apparently nothing is hacker-proof, but unlike you, I would not have the money to repay anyone, and because I saw what people are capable here, they can easily send you(referring to myself) to jail...

If you have any tips regarding these hacks, which might be helpful, please do share.
2278  Bitcoin / Bitcoin Discussion / Re: I'm back! on: April 23, 2013, 03:21:11 AM
ZT, how do u feel about the funder of bitcoinica is now a funder of coinlab?

I have nothing but gratefulness for Tihan. Regardless of the result, he literally changed my life. I wouldn't ever call myself an entrepreneur without his support.

For the CoinLab thing, I really have no comment at the moment. I didn't follow this company very closely.
So, how old are you now, and how much coins do you currently hold, if it's no secret?
2279  Bitcoin / Bitcoin Discussion / Re: I'm back! on: April 23, 2013, 03:03:56 AM
Fascinating! It seems like no one can ever really stay away from this place. I guess the next thread will be started by Pirate or Clipse.

Satoshi?  Wink
You beat me to it Cheesy
2280  Other / Off-topic / Re: Free windows C++ Compiler - anyone know of one on: April 23, 2013, 02:53:37 AM
NO NO NO! BAD! MinGW is dead and buried. Use MinGW-w64.
Are you retarded? Both are stable and well supported. And OP, most compilers ARE free. And you can't really compile Bitcoin with anything other than GCC(GNU Compiler Collection). And compiling Bitcoin under Windows is very hard, I and only a few other people have only succeeded.
Pages: « 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!