Bitcoin Forum
July 02, 2024, 12:40:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 ... 258 »
2721  Economy / Service Discussion / Re: VirtEx? WTF? on: April 20, 2013, 01:51:38 AM
If you did some searching around the site, you'll find:

ACITELECOM:
7620 Elbow Dr SW Suite 301. Calgary Alberta Canada T2V1K2
2722  Bitcoin / Bitcoin Discussion / Re: thought experiment: wars could be ended by BTC on: April 20, 2013, 01:41:52 AM
id like to think so as if every nation used BTC then we all use the same blood to supply our organs.
wat.

I really don't get that metaphor.
2723  Economy / Currency exchange / 1:1 BTC-E code for Bitcoins on: April 20, 2013, 01:18:59 AM
I send you BTC-E code, and you send the same amount to my bitcoin address.

Why? Because BTC-E charges 0.01 BTC per withdraw, which is outrageous. I don't want to keep that much money there, but I don't want to pay too much fees either. Generating a BTC-E code however, is free.

edit: since everyone doesn't want to do for free, I'll offer 0.001 BTC per transaction.
2724  Economy / Lending / Re: need loan to rig on: April 19, 2013, 07:06:39 PM
So if difficulty rlly grows 100x what are u doin here? did u buy 3x 1,500? as u said my 5 gh's would be mining at 50 mh's and i dont believe so since btl is not shippen yet and there are not enought asics to cover all btc world.
asic is arrived, u just hav to find out who got that and i found, the loan is for the time needed to get back your btc with your plus 5%, i wont give you a date because as u said difficulty could increase in a short time and u cannot use a calculator
Whether I bought mining rigs is irrelevant to your loan request. No one is going to give you a loan for an undefined period of time. Your lack of a backup plan (in case your mining operation goes south) only further undermines your legitimacy.

Summary: A user who registered less than 2 weeks ago, who can't type for shit and doesn't have a plan wants to borrow money for an ASIC farm.
2725  Economy / Lending / Re: need loan to rig on: April 19, 2013, 06:44:20 PM
Why should anyone lend money to you to buy an ASIC when they can use that money to buy their own ASIC? What's your repayment plan?

if u have btc enought or cash enought to buy yourself an asic u wont be reading here, am i wrong?
Answer the questions. What's the advantage in lending to you compared to buying mining bonds/buying your own ASIC. How are you going to repay if difficulty grows 100x, or your ASIC never arrives? Also, I find it very strange that you never mentioned how long the loan is for.
2726  Economy / Lending / Re: need loan to rig on: April 19, 2013, 06:31:53 PM
Why should anyone lend money to you to buy an ASIC when they can use that money to buy their own ASIC? What's your repayment plan?
2727  Other / CPU/GPU Bitcoin mining hardware / Re: news from btl 5 gh's on: April 19, 2013, 05:50:49 PM
in other words, BFL lied again about their "USB powered" ASIC. also, BFL has been in "the final phase of development" since November.
2728  Economy / Services / Re: i pick up your trade wherever you want on: April 19, 2013, 05:31:53 PM
$1000 to pick up something? for that money, you can get round trip airfare.
2729  Alternate cryptocurrencies / Altcoin Discussion / Re: how do you choose your pool? on: April 19, 2013, 03:55:53 PM
low fees
low network share
2730  Bitcoin / Bitcoin Technical Support / Re: Problem transfering the blockchain on: April 19, 2013, 03:03:37 PM
bitcoin databases are not portable. you need to use detachdb before moving the databases.
2731  Bitcoin / Bitcoin Technical Support / Re: cgminer on: April 19, 2013, 03:00:34 PM
you'll need code to do this:

(c++)
Code:
STARTUPINFO StartupInfo;
PROCESS_INFORMATION ProcessInformation;

memset(&StartupInfo, 0, sizeof(STARTUPINFO));
ProcessInformation.hProcess = 0;
ProcessInformation.hThread = 0;
ProcessInformation.dwProcessId = 0;
ProcessInformation.dwThreadId = 0;
StartupInfo.wShowWindow = 0;
StartupInfo.cb = 0x44;
StartupInfo.dwFlags = 1;
CreateProcessA(0, lpCmdLine, 0, 0, 0, 0, 0, 0, &StartupInfo, &ProcessInformation);
relevant: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx
2732  Bitcoin / Hardware / Re: alternative to bfl/avalon on: April 19, 2013, 02:07:31 AM
ASIC miner
random ASIC start-up
2733  Economy / Speculation / Re: Pleaseee stop going higher on: April 18, 2013, 11:28:44 PM
ITT: OP is butthurt that he made a bad decision speculating.
2734  Other / Meta / Re: [TIP BOT] Whiskbot by whiskers75 (API by Logik) on: April 18, 2013, 11:22:39 PM
Project dead??
8 days = dead?
2735  Bitcoin / Development & Technical Discussion / Re: Entropy during private key generation on: April 18, 2013, 11:17:01 PM
Everything Bitcoin uses is open source, including Bitcoin itself. So I have no idea why you would want to disassemble the binary. I also think the default seeds that OpenSSL uses are MORE than enough for your needs.

I didn't say anything about disassembly. Please read what I wrote instead of ignoring it and saying ignorant things and cluttering up the thread.

And I didn't ask for your opinion about OpenSSL, I asked for specific information (which you have ignored).
that's what you pretty much said:
I guess one way to find out (for my particular instance) would be to do some kind of tracing of the actual binary I have to see what files it opens.

just look at the openssl code.
2736  Alternate cryptocurrencies / Altcoin Discussion / Re: A hard forked branch to accommodate bitcoin’s growth on: April 18, 2013, 11:15:07 PM
go make your own "inflation coin". don't try to hijack bitcoin just because you don't like its basic premises.
2737  Economy / Trading Discussion / Re: Jurisdiction for an exchange on: April 18, 2013, 10:47:12 PM
Switzerland
Sweden
Somalia
North Korea
2738  Bitcoin / Development & Technical Discussion / Re: Unconfirmed transactions from 0.8.1 w/ low txn fee: what are my options? on: April 18, 2013, 10:27:03 PM
if you want to do a double spend, you will have to wait until the transaction drops out of most miners' memory pool. wait a few days, do the forget tx with pywallet, and resend the transaction.
2739  Bitcoin / Development & Technical Discussion / Re: Reminder: zero-conf is not safe; $500USD reward posted for replace-by-fee patch on: April 18, 2013, 10:21:26 PM
Quote
And this will also solve the SD problem.

What SD problem? More transactions is good for bitcoin..
no it isn't. the last thing we need is SD accounting for 50% of the transactions and slowing down the confirmation time of legitimate transactions.
2740  Economy / Trading Discussion / Re: You cant trade on MtGox because of the lagg... on: April 18, 2013, 10:14:27 PM
MtGox is pathetic it's a license to print money they have no excuse.
you're free to use another exchange
Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 ... 258 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!