Bitcoin Forum
May 26, 2024, 05:31:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
341  Economy / Speculation / Re: Back to $225 on: August 24, 2015, 08:33:00 AM
Well, Bitcoin has returned to its trading range of $225 ± 25, which was where it was for most of the first half of 2015.

If another one sells 40 K BTC again it back to price at 2009 ......
342  Economy / Speculation / Re: $222 PRICE OF BTC on: August 24, 2015, 08:28:00 AM
today the price of btc is 1btc=$222 .. do you think guys what is the lowest rate of btc will become before it goes up again? and reason...

I am really afraid to say it could never go up again ..... the trend is Descending for long time ......... there is no lowest price at Downtrend ....... for going up we need see resistance $700-850 again .... going up is Heavily depend on news .......... in future what will happen ? no one knows
So ready for lower prices .........
343  Economy / Speculation / Re: I really hope that price will stay in current range for years on: August 24, 2015, 08:19:22 AM
I'm pretty sure btc will stay in its current price range at least until the next halving. It might not even break out then.


I am pretty sure that it could be inverse ............ price gonna fall down to under $100 and after halving going to above of $100 for midterm and then baking to under $70 again ..... i didn't like this and i hope that it will never happen ..... But it's clear for me ......
344  Economy / Speculation / Re: I really hope that price will stay in current range for years on: August 24, 2015, 08:17:20 AM
Why?

Because poople would stop looking at price only.  Speculators would leave the market  and coins would be distributed more evenly...

If Speculators would leave the market with selling their coins ....... No .... the price will fall down with head to $20 .......
345  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 24, 2015, 08:08:07 AM
How find a privkey for a complete address ?
i use
Code:
"path\to\vanitygen.exe" bitcoinaddress 
but see error the address is too long .
See how the bit you quoted says 'unhappy'?  That's a bit of an understatement.. see: https://en.bitcoin.it/wiki/Vanitygen#Use_of_vanitygen_to_try_to_attack_addresses

That said - yes, there's a limit on the length as the vanity cannot include the error correction portion of the address, so you'd have to feed it the address minus the error correction portion.
https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses

But again, see the aforementioned.

I don't understand your explanations very well .... my question is what are the command lines for finding privkey for a complete address ?

I have a quantum computer that capable of looking through 1000 billion keys per micro second. i want to attack this address 1Cii2e2wGejfrRHRCbaYTzmyPLpJwGvsgD what are the Instructions at vanitygen ?
346  Alternate cryptocurrencies / Altcoin Discussion / Re: Ban ICOs on: August 24, 2015, 04:29:58 AM
Here is an example about how stop an ICO  quickly        
                                                   https://bitcointalk.org/index.php?topic=1156190.0

Yes .. i said at that topic


ICO yobit..??NO. Grin

I disappointed but again : do have any plan ? what is the purpose of this coin ?

All of these coins start for scamming us ........ No plan ... no innovation ..... no purpose ........ No active dev ..... no Durability ....
347  Economy / Micro Earnings / Re: [ANN]ePay.info , earn Free Bitcoin and Multiply with provably fair game on: August 24, 2015, 04:25:30 AM
the top winner status is fake ..... #344534 is Earlier than #10175329 but is later in top winner ........
348  Economy / Micro Earnings / Re: [ANN]ePay.info , earn Free Bitcoin and Multiply with provably fair game on: August 24, 2015, 04:15:23 AM
Payouts are instant and automatic ?
349  Economy / Service Announcements / Re: CryptOpinion is live! on: August 24, 2015, 03:49:50 AM
Any proof ? Has any worth for joining ?? how much you earn in how many hours ?
350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Based on ethereum. Pre launch (2 days) community involvement. on: August 24, 2015, 03:46:23 AM
This coin is looking very good, i can`t wait to mine Smiley

Tell me some of advantages ?
351  Other / Beginners & Help / How to calculate chance of finding a block ? on: August 24, 2015, 03:43:51 AM
Hello ,

Is there any formula for CALCULATING chance of finding a block at solo mining ?
352  Economy / Games and rounds / Re: 64Blocks ░▒▓ The Social Game! ▓▒░ 0.16 mBTC Every 12 Hours! on: August 24, 2015, 03:14:31 AM
64Block_4hFJjyBUJOgzTma7rDmuU0
353  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 24, 2015, 03:04:39 AM
Can I use vanitygen to find someone else's private key from their bitcoin address?

Yes.  Vanitygen is a cryptographic brute-forcing application, and can be used to search for a complete address.  However, you will be unhappy with the amount of time required for it to find a match.


How find a privkey for a complete address ?
i use
Code:
"path\to\vanitygen.exe" bitcoinaddress 
but see error the address is too long .
354  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 24, 2015, 02:35:05 AM
I have 5 prefix letters , what is the command line for find at least a BTC address for it ?

Case-sensitive prefix search:
Code:
"path\to\vanitygen.exe" 1Prefix

Case-insensitive prefix search (faster):
Code:
"path\to\vanitygen.exe" -i 1Prefix

Case-sensitive prefix search but not limited to 1 match:
Code:
"path\to\vanitygen.exe" -k 1Prefix

Case-sensitive prefix search but not limited to 1 match and saves all matches to a file:
Code:
"path\to\vanitygen.exe" -k -o anything 1Prefix

Note: If you want to save all matches to a file in the same folder Vanitygen is, specify the path to directory. Eg:- "path\to\vanitygen.exe" -k -o "path\to\anything" 1za

Edit: Searching for compressed key is faster than uncompressed key. Download Lifeboat's vanitygen. See https://bitcointalk.org/index.php?topic=301068.0. Also, see https://bitcointalk.org/index.php?topic=25804.msg10590011#msg10590011.

Case-sensitive prefix search but not limited to 1 match and saves all matches to a file (compressed):
Code:
"path\to\vanitygen.exe" -k -F compressed -o anything 1Prefix

What are command lines for oclvanitygen ? does oclvanitygen use graphic card for computing ? and this is faster than vanitygen ?
355  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 23, 2015, 03:09:52 PM
I have 5 prefix letters , what is the command line for find at least a BTC address for it ?

Um, just vanitygen 1Prefix or oclvanitygen 1Prefix?

vanitygen 1Prefix
356  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 23, 2015, 03:05:23 PM
I have 5 prefix letters , what is the command line for find at least a BTC address for it ?
357  Economy / Investor-based games / Re: InvCrypt.com-10% Daily Forever-0.4167%Hourly Profit-SSL Secure-Instant Withdraw. on: August 23, 2015, 02:25:31 PM
I can't belive that a few users join this scammer program again.

Don't believe yet ... the status is fake ......
358  Economy / Gambling / Re: DaDice.com - Next Gen Social Gambling Dice Experience | Progressive Jackpot on: August 23, 2015, 02:23:22 PM
Back stronger than past ? keep updating ...... that makes good feel for players .....
359  Economy / Speculation / Re: PRICE DOWN on: August 23, 2015, 02:20:31 PM
I woke up and was shock to see the price of BITCOIN fell very sharply, what happened?
current price $237

Fear of failure Bitcoin Project ..... and the last one was Bitcoin XT ....... Bitcoin network has many Defects that discovered over the time ......
360  Economy / Speculation / Re: Is this price scaring anyone ? on: August 23, 2015, 02:07:59 PM
Do not move the opposite direction of the trend market. the trend is sell so sell or hold your coins ...... never bought Steps by Steps at lower levels ......

There is a lot of potentials to seeing price lower than $160 even $100 and even $10 again .....

The bitcoin project is failed in my opinion but is was a good start for changing the rule of economic relations and banking technology
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!