Bitcoin Forum
May 03, 2024, 06:36:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 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 »
1801  Bitcoin / Project Development / Re: how to create user bitcoin wallet management feature on: January 20, 2015, 02:56:47 PM
"I want to develop an application"

"well developed bitcoin e-comm site"

You need to provide more specifics. Are you looking to build a website or an app? Is the app for PC or a cell phone? Android or Apple? What languages do you already know work with?  Nobody can respond to your question since there are too many possible options of what you could be asking.

1802  Bitcoin / Development & Technical Discussion / Re: Will block creation stall if too many miners suspend operation? on: January 19, 2015, 09:45:39 PM
For a cup of coffee a merchant probably doesn't need to wait for a confirmation but a retailer selling a TV or PC or car, or a person or ATM exchanging fiat will probably want to wait for a confirmation or two.

Why? Do you know many people that are able to execute raw transactions and double spends on their phone?  If they are at a retailer they will likely only have their phone or a paper wallet on hand as a method of paying.
1803  Bitcoin / Development & Technical Discussion / Re: that new wallet 10 on: January 19, 2015, 09:38:57 PM
If miners don't like the lower tx fees, they can unplug and GTFO. No one is forcing them to mine. All this "oh no the miners!" bullshit drives me crazy. Let them go and I'll plug in my old mining equipment and gladly accept the block reward plus little to no tx fees. So will many others.
1804  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 16, 2015, 05:44:47 PM
I am very bullshit on bitcoin at the moment.

That feeling is a sign it is a VERY good time to buy IMHO. Wink

When we all feel euphoric it is time to sell.  

Look at yourself, you've been swimming in this delusion for almost a year now, telling everyone it is a good time to buy and how you feel this is maybe the launch and about how your guts feel it...BTW, did you pray today so your lord can save you from your ignorance ?

Wow, anger much? How did this turn into a debate about religion? I think you're going a bit off topic here.
1805  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 16, 2015, 05:21:14 PM
Has Mr. Guerbuez given out any news yet ? Or are we all waiting ?

He closed his longs and got all his shorts in last night, he'll be tweeting the Nelson HA HA gif from the simpsons shortly.
1806  Bitcoin / Project Development / Re: Would this work for credit card purchases of bitcoins? on: January 16, 2015, 03:27:32 PM
What if the service factors in the risk of charge backs? The way I think it could be done is with enough capital you could factor in the risk of default similar to cash advance/pay day loan companies. Maybe charge a huge premium, like 20% above spot price. You would probably also want to get the individual to sign a written contract that has no charge backs in the verbiage and verify their identification so if they do charge back you can take recourse or sell off bad debt to a bad debt buyer. I'm sure there are plenty of dead beats that take out one of those Montel Williams "get $10,000 in your checking account tomorrow" and then they run off with the money.
1807  Bitcoin / Project Development / Re: Making a new dice/casino site. on: January 16, 2015, 01:46:11 PM

How to get start with it ?

Start with something easier before working on a gambling site.

https://www.youtube.com/playlist?list=PLhWIQKZKupCYEPtkR8sPLRJ5VDu8NepcV

Step by step, not technical, not advanced, perfect for beginners in web developing and bitcoin.
1808  Bitcoin / Development & Technical Discussion / Re: Best way to generate a lot of private keys/public key pairs on a server? on: January 16, 2015, 12:17:53 AM
Not trying to prove a point. Just experimenting. There are plenty of useless novelty websites out there like isbitcoindead.com  I thought this would be a little more interesting than a "no" written inside an h1 tag. Questions regarding collisions are frequent among many new comers. Thought it could be helpful to send someone to a website that shows the live stats of generating a couple hundred addresses every second for the last 2 years and still hasn't had a collision.
1809  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 15, 2015, 10:26:10 PM
I have the feeling "Gentlemen" is some sort of an inside joke?

Someone on reddit wrote "this is gentlemen" instead of "this is it gentlemen" during a price pump a few months ago. Everyone was all giddy with the price increase they made "gentlemen" into a thing like "to da moon". True story.
1810  Bitcoin / Development & Technical Discussion / Re: Best way to generate a lot of private keys/public key pairs on a server? on: January 15, 2015, 09:58:44 PM
My project is a bit unconventional.  A freak-show novelty website if you will. There will be no sending or receiving, only generation of key pairs. Private and public keys will be visible to all. It is an experiment on both bitcoin address generation and the hidden variable theory, as Einstein and others called it. True randomness does not actually exist, but our ignorance to hidden variables only makes it appear random to us. Basically, I'm looking for a collision. Yes, I know the odds of a collision, but I'm not going against the collision odds, I'm going against the randomness.

1811  Other / Beginners & Help / Re: Bitcoin Wallet with deposit funciton. on: January 15, 2015, 08:59:34 PM
Just use blockchain.info's API

Each new user when they register an account, do an API request to create a new BTC address  (blockchain.info/merchant/$yourWalletID/new_address?password=1234) and store that specific address in a database with their username.

Not sure how much help you'll get since what you're asking for sounds like a ponzi.
1812  Bitcoin / Development & Technical Discussion / Re: Best way to generate a lot of private keys/public key pairs on a server? on: January 15, 2015, 01:59:00 PM
You could use vanitygen.

Or you could use the code from bitaddress.

Or you could run bitcoind.

Actually can you provide a little more guidance on vanitygen? When I looked it up it appears to be an application I run on my local machine? Maybe I'm not looking at the same thing you are talking about.  I'm looking for something I can use so I can write a script and run on my server, preferably as a cronjob every few minutes and log all the generated key pairs to my DB.
1813  Bitcoin / Development & Technical Discussion / Re: Best way to generate a lot of private keys/public key pairs on a server? on: January 15, 2015, 01:51:06 PM
You could use vanitygen.

Or you could use the code from bitaddress.

Or you could run bitcoind.

That's a lot of options!  Things are looking good  Cool
Thank you I'll check out the vanitygen and bitaddress options. Is it possible to run bitcoind on a hosted webserver? I know how to run one locally, but no idea how I would get it on my host. Most people use a VPN like digital ocean for their bitcoind, correct?
1814  Bitcoin / Development & Technical Discussion / Best way to generate a lot of private keys/public key pairs on a server? on: January 15, 2015, 01:33:40 PM
I was using blockchain.info's API for this, but I've hit their API usage limits. Is there a PHP library or something that will allow me to generate a large amount of private key/public key pairs constantly through out the day where I don't have to worry about usage limits?
1815  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 14, 2015, 12:23:07 AM
Reports that certain exchanges (unfair to name any at this point) are now "suspending" withdrawls.

FUD unless link
1816  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 14, 2015, 12:14:34 AM
Bears are fucking ruthless creatures aren't they?


why?
it's not bears who dump now
those are bulls that bought cheap coins at 700,600,500,400,300,250

Yea it could be longs closing their position... Best not to use margin in such a volatile market.   Real bulls never sell. Ever.
1817  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 14, 2015, 12:07:48 AM
Bears are fucking ruthless creatures aren't they?
1818  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: January 13, 2015, 11:59:53 PM
Stop selling!!! Seriously. If we all stop selling together, everything will be fine again. Why are you hurting yourselves and being so stupid?


 Cheesy
1819  Alternate cryptocurrencies / Altcoin Discussion / Re: If Paycoin Succeeds, It Could Be More Dangerous Than If It Fails... on: January 12, 2015, 09:09:59 PM
Altcoin Scamcoin threads should be on the alt-coin forum...
1820  Bitcoin / Hardware wallets / Re: What if the Trezor server got compromised? on: January 12, 2015, 09:04:34 PM
Trezor is one of the most secures ways to have your bitcoins stored.

I don't agree, paper wallet or offline computer wallet is more secure and free

This 100%.  Paper wallets and offline usb is the way I go. If the usb corrupts or fails I still have the paper.  If the trezor fails, then what?
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!