Bitcoin Forum
April 26, 2024, 12:02:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 59 60 61 62 63 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 155 156 157 158 159 ... 342 »
2161  Other / Archival / Re: Looking lines of credit. on: October 18, 2012, 04:32:28 PM
Failure is not doing something... maybe in your book but not mine.

Was that reply to me?
2162  Bitcoin / Project Development / Re: Promoting bitcoin - "Pay Less with Bitcoin" on: October 18, 2012, 04:26:15 PM
I was thinking maybe there could be a project where we encourage web stores to take Bitcoin as payment and offer a discount (like 3%, about paypal's fees) for those who purchase with bitcoin. In addition, the official 'Pay Less with bitcoin' site will showcase stores and give out free advertising, and could develop easy to use and integrate plugins and APIs to make accepting bitcoins be something that takes around a hour to set up and get working.


Just make sure you explain to them all the fees the exchanges will charge them to exchange BTC to USD or EUR and to withdraw fiat to their bank.
And don't forget to tell them that they should go sell the bitcoins in a hurry, preferably as soon as they get them(which is impossible because of the network confirmations needed before they can spend them and before any exchange let's them sell the BTC) or else they risk to lose 20%.

You still think they should give a 3% discount for paying with Bitcoin? Think again.
2163  Other / Archival / Re: Looking lines of credit. on: October 18, 2012, 03:59:29 PM
How do you know what I'm doing and what my cost are lol? If you do not like the idea fine do not use the service and go away already, if anyone is actually interested I will be happy to talk with you in private about profit margins and things of that nature. Everything has a first just cause it has not been done yet does not mean it can not.

Sorry to burst your bubble, but it has indeed been done before. BitcoinNordic did it. But they don't do it anymore. Wanna guess why? Roll Eyes

What's next? You found the perfect method to sell BTC for paypal? lol
2164  Bitcoin / Bitcoin Discussion / Re: Adi Shamir's paper on bitcoin on: October 18, 2012, 03:53:19 PM
But I wonder how they managed to determine the exact number of unique address owners:

Read the gist link (above).

Their paper includes assumptions about addresses that are obviously wrong:

Quote
A very important feature of the Bitcoin network is that a transaction involving multiple sending addresses can only be carried out by the common owner of all those addresses, as it is demanded by the Bitcoin system that "Whoever sent this transaction owns all of these addresses". This legal requirement is also technically ensured by the fact that each received amount must have a cryptographic digital signature that unlocks it from the prior transaction.

Nonetheless, clients that have an automatic mixing that is enabled by default would be very desirable.  If the vast majority of clients operate in the standard way, the small amount that don't is negligible for the purpose of reverse engineering someone's economic activity.  It would be hard to imagine a company finding it acceptable that their competitors can get a fairly good picture of their activity so easily.

You mean, like when their payment processor sends out a press-release and makes countless forum posts saying how much money was processed for a given merchant?
It didn't seem to be a problem when Bitpay did it. lol
2165  Economy / Computer hardware / Re: WTS - WD Black WD7500BPKT 750GB Mobile Hard Drive - 2.5" on: October 18, 2012, 02:46:27 PM
I bought one of these from bels a couple weeks ago and it's awesome.
2166  Bitcoin / Bitcoin Discussion / Re: Adi Shamir's paper on bitcoin on: October 18, 2012, 02:08:00 PM
The biggest flaw on the paper is the webscraping of blockchain data.
Right there they destroyed any assurance they could have of working with validated data.
How do they know they were fed the correct data by blockchain.info or blockexplorer.com?
The only way to be sure you have the correct blockchain data is to let your bitcoin client download it from the network and verify it. You may also download a blockchain snapshot, but you still need to let the client verify it to be sure what you have is real data and not some decoy.
2167  Economy / Goods / Re: Anonymous PLN Mastercard cards on: October 18, 2012, 01:58:11 PM
Quick Q for dean or anyone else who has bought / used these cards.

How long does it take for a SEPA withdrawal from MtGox to Pekao? Thought it was a 24 hour job, but I'm beginning to suspect otherwise...

It takes 24hrs maximum AFTER MtGox effectively does the transfer. They may let it sit for days before doing it, ofcourse.
2168  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 01:53:21 PM
delete all empty addresses from the wallet?

Easier said than done. I have no idea what I'm looking at in that text.

I was saying delete them on blockchain.info, to be able to import more.
You'd also need to remove the ones imported previously from the json file, as not to import them again.
2169  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 05:31:52 AM
delete all empty addresses from the wallet?
2170  Other / Off-topic / Re: Wordpress (with Poll) on: October 18, 2012, 05:06:16 AM
Pair Wordpress with a CDN, and it's even faster.

Interesting!

Quote
In addition, CDNs provide the content provider a degree of protection from DoS attacks by using their large distributed server infrastructure to absorb the attack traffic.

Cost? (compared to conventional hosting)

Free if you use the cloudflare honeypot. Pair it with a caching plugin and it's almost a plain HTML website lol
2171  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 04:52:01 AM
How did you know which packages to install?

And more importantly, what the heck do I do now? I have no idea how to use pywallet.

I use Ubuntu on my laptop but all my webservers run CentOS, which also uses yum. Not the first time I had to search for yum packages using the debian names. Wink

First you'll need to prepare a couple things.
On your home user dir make 1 folder named pywallet and 1 folder named bitcoin

Inside the folder named bitcoin, insert a copy of your wallet.dat

Download pywallet from Github.
Extract the pywallet.py file to the pywallet folder you created previously. Check that you have the pywallet.py inside the folder and not on a sub-folder.

Now on a terminal do
Code:
cd pywallet
next
Code:
python pywallet.py --datadir=~/bitcoin --dumpwallet >> wallet.json.txt 

It should output a json with all your private keys, labels, etc.
You just need to import it on blockchain.info. It's a text file, you can open it and copy the contents to import. Not sure how the import procedure on blockchain.info works.

Tell me if you get any problem. Wrote this from memory. Maybe I forgot something.
Just remember to always work with a wallet.dat copy, not with the original one.
2172  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 04:28:34 AM
there should be equivalent packages for fedora as the ones it lists for debian


seth@LockBox:~$ sudo yum install build-essential
Loaded plugins: langpacks, presto, refresh-packagekit
No package build-essential available.
Error: Nothing to do
seth@LockBox:~$

Starting to have second thoughts about Fedora.  Sad

It's too bad too because I like Fedora more than Ubuntu. But Ubuntu is definitely more popular, so it gets the devs' attention.

I edited my post above. Check it and try Wink
2173  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 04:15:17 AM
there should be equivalent packages for fedora as the ones it lists for debian

To install on Fedora do
Code:
yum install make automake gcc gcc-c++ kernel-devel python-devel python-twisted python-bsddb3


2174  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 03:41:38 AM

Now, back to another question, is there another way for me to transfer my wallet.dat balance to blockchain.info/wallet without having to use the Satoshi client?

Install pywallet, dump all your wallet private keys and import them to the blockchain.info/wallet
Instructions and link to source code: https://bitcointalk.org/index.php?topic=34028.0

Ugg. I can't even figure out how to install pywallet. The furthest I could get was downloading the python-2.7.2.msi file.  Sad

MSI? aren't you using Fedora? Linux install instructions are on the readme, on GitHub. MSI is a windows file
2175  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 03:12:02 AM

Now, back to another question, is there another way for me to transfer my wallet.dat balance to blockchain.info/wallet without having to use the Satoshi client?

Install pywallet, dump all your wallet private keys and import them to the blockchain.info/wallet
Instructions and link to source code: https://bitcointalk.org/index.php?topic=34028.0
2176  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 12:45:01 AM
Need writable directory, but '/var/spool/abrt/ccpp-2012-10-17-20:30:25-4079' is not writable. Move it to '/home/seth/.cache/abrt/spool' and operate on the moved data?

After following the directions and attempting to open the GUI this is the error I get.

Did you click Yes on that error prompt? You should.
It still doesn't open after you click Yes? You may need to start Bitcoin-Qt again after clicking yes.
That's the error reporting tool if I'm not mistaken.

Also, there's no reason you couldn't install bitcoin wallet on Fedora. Not everything has to be in a RPM

That's what many people have claimed. But not by actual Fedora users. I'd like to see an actual Fedora user explain how they got the Satoshi Client working.

As a Slackware user, make config;make;make install usually works for most stuff for me Smiley I believe the project is open source so it should be possible to compile from scratch if nothing else.

Alien might be the answer for Fedora I've only used it once though and that was about 8 years ago and was going rpm->deb.

If he tries to compile it, it will not be easy. Bitcoin needs OpenSSL binaries that are a little different than the ones that ship with Fedora/CentOS.
2177  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 12:31:16 AM
Also, there's no reason you couldn't install bitcoin wallet on Fedora. Not everything has to be in a RPM

That's what many people have claimed. But not by actual Fedora users. I'd like to see an actual Fedora user explain how they got the Satoshi Client working.

http://linux.ringingliberty.com/bitcoin/ <--- Try the instructions here
2178  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 12:25:11 AM
What's this? https://bitcointalk.org/index.php?topic=102650.0 Wink

And yes, you can move your wallet.dat to another computer with some other OS and it will work.
YOu'll just need to Detach databases at shutdown(mark it on the Options screen), replace the wallet.dat(if you had another wallet.dat in there) and run Bitcoin with the -rescan flag so it can fetch all the transactions for the addresses on your wallet.

Did you finished the thread? You'll see how I'm F'ed and not able to install Bitcoin Satoshi Client on Fedora.

I re-read it again and don't see where you say you tried to use the rpm at the thread I linked you and the install failed. All I see is that you use Fedora and there is no rpm, which isn't true. Huh
You can't install Bitcoin-Qt 0.7 but 0.6.3 is there.
Ofcourse if you're using 0.7 already on Ubuntu I'm not sure if the wallet.dat file will be compatible with 0.6.3
2179  Bitcoin / Bitcoin Technical Support / Re: Transferfing balance from Satoshi Client to Blockchain.info/wallet questions on: October 18, 2012, 12:19:20 AM
What's this? https://bitcointalk.org/index.php?topic=102650.0 Wink

And yes, you can move your wallet.dat to another computer with some other OS and it will work.
YOu'll just need to Detach databases at shutdown(mark it on the Options screen), replace the wallet.dat(if you had another wallet.dat in there) and run Bitcoin with the -rescan flag so it can fetch all the transactions for the addresses on your wallet.
2180  Economy / Service Discussion / Re: Has anyone used this BitCoin debit card? on: October 17, 2012, 11:42:09 PM
Somebody's pimping it over at TalkGold: http://www.talkgold.com/forum/member.php?u=201848

Quote
Sorry. The administrator has banned your IP address. To contact the administrator click here

Gotta love dumbass forum admins who ban IP addresses Roll Eyes
The funny part is that the dude banned like the whole range lol
If there was a zillion facepalm meme I would post it.
Pages: « 1 ... 59 60 61 62 63 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 155 156 157 158 159 ... 342 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!