Bitcoin Forum
May 05, 2024, 08:48:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 ... 463 »
2481  Economy / Service Discussion / Re: Easy way to extract blockchain.info chart data points? on: December 31, 2012, 10:52:29 AM
extract data points from the blockchain.info charts to import into an excell-like program

Normally you could just get the data in JSON:

e.g., for the chart:
 - http://blockchain.info/charts/market-cap?timespan=all

Just add &format=json
 - http://blockchain.info/charts/market-cap?timespan=all&format=json

Except at the moment that is displaying an error -- "Unknown Exception".

Sometimes there are multiple sources for the data.  E.g., BitcoinCharts has the ability to display a table of the data in the charts -- just click "Load raw data".
2482  Economy / Web Wallets / Re: Blockchain.info - Bitcoin Block explorer & Currency Statistics on: December 31, 2012, 10:49:23 AM
The charts normally can be accessed using "&format=json" to get the raw data.

Currently that causes a warning to be displayed "Unknown Exception".

For example:
 - http://blockchain.info/charts/market-cap?timespan=all&format=json

But the chart works:
 - http://blockchain.info/charts/market-cap?timespan=all
2483  Economy / Service Discussion / Re: Escrow list on: December 31, 2012, 10:09:43 AM
At some point there will be some instances where the escrow partners will need to perform dispute resolution.  

Like right now, I'ld be hard pressed to know how using escrow would help a seller where the buyer makes a false claim (e.g., the buyer claims the box that arrived had a brick in it instead of the expensive item the seller had shipped out.)  How does the escrow know if the seller is not lying, or if the buyer is not lying, or both are not lying as in the scenario where the box did indeed come with only a brick, but someone at the package delivery service was responsible for the switch.   Heh, or this situation -- FedEx says it was delivered.  Buyer says it wasn't:
 - http://www.digitaltrends.com/apple/ups-man-steals-ipad-mini

We know how PayPal deals with it (the seller is presumed to be guilty unless the seller has done hundreds of transactions and does not have a history of getting customer complaints).
 - http://codenerdz.com/blog/2012/12/05/post-mortem-outcry-of-the-crowd

As bitcoins start to be used for transactions involving higher dollar amounts, I can see there being the need for an escrow partner who is local and will provide the personal services sometimes necessary with certain types of transactions.  For instance, if the escrow partner personally inspects the shipment and the terms are FOB origin, for instance, the seller can be paid before waiting for the items to reach the buyer.  Or the escrow partner meets with the domain name seller and observes the transfer real-time to ensure it was assigned properly.  Or maybe provide additional services as well (e.g., visiting the seller to pick up the item because the buyer will be traveling to complete the transaction and won't arrive until after business hours.)

I came to this realization that this really is the essense of these P2P startups (AirBNB, TaskRabbit, RelayRides, etc.).  They are escrow and payment providers each for a specific niche of service provider.  Those startups get a nice cut even though the provider plus an escrow partner with no other intermediary might be a good substitute.
2484  Other / Beginners & Help / Re: Will anyone sell me a btc via paypal? on: December 31, 2012, 10:02:32 AM
pls let me know


You can use PayPal to buy Second Life Lindens (SLLs) on VirWoX. Then those SLLs can be converted to bitcoins:
 - http://www.VirWoX.com

If you have a PayPal debit card (or credit card), you have another option.

You can also use a credit card through LiqPay with an account at BTC-E.com:
 - http://www.BTC-e.com

Also, cash works well for buying bitcoins. Your prepaid debit card can be used at an ATM to withdraw cash. Then that cash can be used at any Chase location for deposit to your BitMe exchange account:
 - http://www.BitMe.com

Or at a Moneygram location using BitInstant:
 - http://www.BitInstant.com

You could also try to find a trade on Bitcoin-OTC marketplace. The seller's trust history is relevant so that you don't get scammed by sending payment and not receiving the coins you paid for:

 - http://www.Bitcoin-OTC.com
 - http://webchat.freenode.net/?channels=#bitcoin-otc-foyer
 - http://bitcoin-otc.com/viewratings.php

There are other methods that might work for you as well:
 - http://en.bitcoin.it/wiki/Buying_bitcoins
2485  Economy / Service Announcements / Re: [ANN] 1Broker.com - Trade forex (+BTC/USD), indices, stocks and commodities on: December 31, 2012, 07:10:07 AM
Regarding this "Master Key" business.

From Wikipedia:

Quote
Two-factor authentication (TFA, T-FA or 2FA) is an approach to authentication which requires the presentation of two or more of the three authentication factors: a knowledge factor ("something the user knows"), a possession factor ("something the user has"), and an inherence factor ("something the user is").
- http://en.wikipedia.org/wiki/Two-factor_authentication

A "Master Key" is simply an additional password.  Passwords are extremely vulnerable to a replay attack.

Please consider adding true 2FA such as OTP / Google Authenticator.

If you do add 2FA, please implement it properly -- i.e., always require the OTP for each and every withdrawal request.

A plea to exchanges ... lets do 2 factor right!
 - http://bitcointalk.org/index.php?topic=109424.0

Also, there mgiht be a better resolution than "oops, all your coins belong to us" in the case where the OTP is lost.   For instance, allowing me to specify an exit address would allow for withdrawal should something happen, like let's say my house burns down and both my phone and the backup copy of my OTP secret are lost.
 - http://en.bitcoin.it/wiki/Exit_Address
2486  Economy / Service Announcements / Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key on: December 31, 2012, 05:05:42 AM


I can verify that the BitAddress.org website has been updated and returns the same HTML from the commit with the description v2.2 (685e977461ce00ab1a0925f193463727b4d28db0) in github:
 - https://github.com/pointbiz/bitaddress.org


To confirm this I first check the sha1sum hash of the html returned by a request to http://bitaddress.org:

$ wget --quiet -O - http://bitaddress.org|sha1sum
d414530eea984e9ebdd40dc27af9078cd73dc3b3  -

$ GET -eSd bitaddress.org|grep -i "200 OK"
GET https://www.bitaddress.org/bitaddress.org-v2.2-SHA1-d414530eea984e9ebdd40dc27af9078cd73dc3b3.html --> 200 OK


Then from my bitaddress.org repo:

$ git checkout master
$ git pull
$ git log --pretty=oneline|grep "v2.2"
685e977461ce00ab1a0925f193463727b4d28db0 v2.2 critical bug fix for Vanity Wallet multiplication of a public key with a private key

$ git checkout 685e977461ce00ab1a0925f193463727b4d28db0
$ git rev-list --max-count=1 HEAD
685e977461ce00ab1a0925f193463727b4d28db0

$ sha1sum bitaddress.org.html
d414530eea984e9ebdd40dc27af9078cd73dc3b3  bitaddress.org.html
2487  Other / Beginners & Help / Re: Exchange PerfectMoney to Libertyreserve Payza MoneyBookers on: December 31, 2012, 03:39:28 AM
Our mission is to ensuring highest customer satisfaction by providing best online e-currencies exchange, buy and sale services to its clients.

There is a recent service issue described on another site that did not yet receive a response:
 - http://www.moneymakergroup.com/Payzaxchange-Payzaxchan-t423416.html&p=7404925#entry7404925
2488  Economy / Service Announcements / Re: [ANN] LocalBitcoins.com - a location-based bitcoin to cash marketplace on: December 30, 2012, 11:47:23 PM
updated the 2-factor authentication to production. Works with google authenticator.

From the site:

Quote
Important notice
Always write down your authentication key! You will not be able to log in to your account in case you lose your mobile device.

So let's say I didn't print (or write down) the secret/authentication key and did lose my phone.   Is the loss of access to the account permanent (i.e., funds gone forever)?   

Please consider offering the ability to give an exit address where there is a sane method of recovery if both my phone and the securely-stored authentication code is lost.
 - http://en.bitcoin.it/wiki/Exit_Address
2489  Economy / Lending / Re: Loaning out BTC at lendmecoin.com on: December 30, 2012, 10:40:48 PM
Just built this site for tracking lending data and I wanted to test it out.

Forces me to use www.

You might want to do a redirect for naked domain requests.
2490  Local / Other languages/locations / Re: Kenya/Africa Bitcoin portal on: December 30, 2012, 06:05:20 PM
Pesa is Swahili for money.

And Bel Cibo Italiano is Italian for "good italian food" but it was anything but that.   Their menu was only in English, the staff spoke only Spanish and if you wanted more authentic Italian than what they served your options include opening yourself a can of Chef Boyardee.

My point was, I didn't think they offered a version of M-PESA in Swahili.  Apparently they do:

Quote
Language: Choose to display your M-PESA menu in either English or Swahili.
- http://www.vodacom.co.tz/vodacom-m-pesa/vodacom-m-pesa-customers/m-pesa-customer
2491  Other / Beginners & Help / Re: My major concern about Bitcoin on: December 30, 2012, 09:32:29 AM
This is the only thing that stopping me from changing all my savings into Bitcoin

LOL, ...  put down that glass and step back away from the pitcher of kool aid.

If it was clear that Bitcoin would be free from interference from government and banks then you wouldn't be given the opportunity today to buy bitcoin at $13.40 or whatever it is at, as the exchange rate for a millibit would probably already be at parity with the dollar.

Recently Phillip Zimmerman was on Adam Vs. The Man:

AVTM End of the World Crypto-Party! Phil Zimmerman, Alan Reiner, John Light
 - http://www.youtube.com/watch?v=bwGu5k6R--o

He was describing how he was under investigation for several years for his work in exporting encryption (considered "munitions").

But they never even charged him with anything.

Here's a podcast of a panel with Zimmerman explaining further that period:

History of the Cypherpunks
 - http://www.bitcoinmoney.com/post/6136537609

We know various agencies and individuals in governments and banks around the world are aware of bitcoin:

List of court cases, complaints, regulatory actions, etc.
 - http://bitcointalk.org/index.php?topic=96118.0

There has not been a single action, to-date, that might be interpreted as the government coming down on Bitcoin.  To be fair, Doug Jackson had no indication they would be coming down on e-Gold either, ... until they did.  But Bitcoin is not centralized like e-Gold.

I'm not saying Bitcoin's exchange rate wouldn't get pounded if there was a move towards outlawing bitcoin trading or commerce, but the technology it uses is such that it will likely survive and continue functioning even if that were to happen.
2492  Local / Other languages/locations / Re: Kenya/Africa Bitcoin portal on: December 30, 2012, 09:06:21 AM
It'd be useful for the site to be mirrored or at least some content in Swahili/Kiswahili.

I'm curious if M-PESA (in Kenya) started out with any language other than English.  (Or if they even support it today).
2493  Economy / Currency exchange / Re: Selling up to 1500 BTC @ gox -- BTC TX to take place on 1/5/13 on: December 30, 2012, 09:02:49 AM
I'll fill any amount of order at gox rates as long as your funds are to me prior to Saturday the 5th.

At what point is the rate determined?  Is it the market rate at Mt. Gox when I notify you that I want to buy and am ready to send funds, or the market rate when you receive the funds (or possibly even worse, the currently unknowable market rate on Jan 5, 2013)?
2494  Bitcoin / Press / Re: NEW articles in Press Forum on: December 30, 2012, 08:18:26 AM
2012-12-28 BitcoinMagazine.com - Common Misconceptions About Bitcoin – A Guide

https://bitcointalk.org/index.php?topic=133919.0
2495  Bitcoin / Press / 2012-12-28 BitcoinMagazine.com - Common Misconceptions About Bitcoin – A Guide on: December 30, 2012, 08:18:00 AM
Common Misconceptions About Bitcoin – A Guide for Journalists
by Vitalik Buterin

Here are two of the five:

Quote
The Bitcoin price did NOT fall to $0.01 in June 2011. [...] The root cause was a security mishap at a third party service.  Aside from the attacker, no human being was, at any point, willing to sell bitcoins at anything close to $0.01.

Bitcoin is NOT (yet) seeing massive growth in usage to evade trade sanctions in Iran. [...] The media took a single story of an Iranian earning bitcoins by selling music on CoinDL and wrongly extrapolated to a story about Iranians switching to Bitcoin en masse.

 - http://bitcoinmagazine.com/common-misconceptions-about-bitcoin-a-guide-for-journalists/
2496  Other / Beginners & Help / Re: Hi all, another newbie looking to guidance.... on: December 30, 2012, 05:10:59 AM
- What resources are rigs hungry for eg power, gpu

GPU mining is on its last legs.  About the only ones left mining profitably on GPUs are those whose cost of electricity is below average (i.e., they are paying under $0.10 per kWh).    

The final nail in the GPU mining coffin will be ASICs.

Here's the first ASIC:



 - https://mineforeman.com/2012/12/28/asicminer-the-dark-horse-in-the-bitcoin-asic-race-may-have-just-come-in-first/

If they are successful then it is just a matter of weeks before even those paying two cents per kWh will be kvetching about the rise in the difficulty.
2497  Other / Beginners & Help / Re: Blockchain Tipping Point? on: December 30, 2012, 04:56:56 AM
If I did want to try running a full node on the linux machine, can I simply transfer the blk00xx.dat and index.dat files and not have to re-download the whole thing before it will sync?

Yup, though you will need to do a "-detachdb=1" from the command line once after the move.
2498  Other / Beginners & Help / Re: Newbie question - What is the conversion factor to go from GH/s to MHash/sec? on: December 30, 2012, 04:10:19 AM
As subject line above read, looking at some units which are rated at GH/s and would like to know what they work out in the more popular MHash/sec.

All GPUs are under 1,000 Mhash/s (for bitcoin mining) so the unit for describing their performance is in Mhash/s.
There are FPGA units which perform at better than 1,000 Mhash/s so their performance might be rated in terms of Ghash/s.  1 Ghash/s = 1,000 Mhash/s.
ASICs also are above 1,000 Mhash/s (well above) so they too are rated in terms of Ghash/s as well.

Now this is just for Bitcoin mining.  Other alternative crypto currencies might use a different algorithm and thus a card that performs a certain level for Bitcoin mining can have a completely different rating for the alt chain mining.  Litecoin, for instance, uses the Scrypt algorithm.  So an AMD 5970 that might do 700 Mhash/s when mining Bitcoin might do under 100 10 [Edited] Mhash when mining Litecoin.  The difference would be on a per-model basis versus there being a simple X:Y ratio for comparing how one model might perform versus another.
2499  Other / Beginners & Help / Re: Password reset issues on: December 30, 2012, 01:10:18 AM
Hi EMC support,

At which service are you having this problem?
2500  Other / Beginners & Help / Re: Why doesnt paypal accept bitcoins? on: December 30, 2012, 12:42:02 AM
How can VirWoX do this without getting scammed? Do people not abuse this service?

Well, the rate is well above spot rate, especially after you complete both trades and have your bitcoins, so they can absorb some fraud that occurs.  They also take other measures to reduce risk.  If I remember correctly, a request to withdraw bitcoins is delayed for about a day if the account is new, for instance.   They might perform other tactics to lessen the fraud that occurs as well.

Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!