Bitcoin Forum
May 28, 2024, 03:55:14 AM *
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 ... 94 »
41  Other / Beginners & Help / Re: SOMEONE HELP ME PLEASE!! question about bitcoin exchange on: April 27, 2013, 03:10:48 AM
Where did you buy from?
What methods did you use to pay?
How long did it take to get the coins?
When did you buy them (price vary a bit)?
42  Other / Beginners & Help / Re: good pool fr 3Mh/s ? on: April 20, 2013, 07:35:18 PM
https://en.bitcoin.it/wiki/Comparison_of_mining_pools

Gives you a list of PPS pools.

Quote from: Deepbit.net
Pay per share: 0.00000250716044609 BTC per every submitted share
43  Economy / Scam Accusations / Re: BTCJam has officially pulled a scam on: April 19, 2013, 03:36:46 AM
Hey, @TradeFortress, see how he avoids the question. Tongue

Don't attribute to malice what can be explained by stupidity.

He may just want to keep that bit anonymous. Especially since it doesn't pertain to the issue in any way.
Let me rephrase my question then: Are you at least trying to withdraw a minimum of 0.02 BTC at once?
44  Economy / Scam Accusations / Re: BTCJam has officially pulled a scam on: April 19, 2013, 03:01:45 AM
Hey, @TradeFortress, see how he avoids the question. Tongue
45  Economy / Scam Accusations / Re: BTCJam has officially pulled a scam on: April 19, 2013, 02:33:36 AM
First, how much are you trying to withdraw? Maybe they have a limit?
46  Economy / Speculation / Re: ObjectiveBitcoin - A bitcoin sentiment indicator on: April 15, 2013, 09:57:56 PM
Would be cool to see the list of information that it's pulling and what it's considering as positive/negative.

That's definitely something I want to implement.  When I first started out, I was reading every tweet that was coming through, and you get some real gems.
Tell me about it. I was being obnoxious around $21+, and started going crazy trying to get my friends to just LOOK at it $100+. So, you can kinda imagine the resent comments. They say "Bitcoin is crashing" when in reality Bitcoin has never been better. Cheesy
47  Economy / Speculation / Re: ObjectiveBitcoin - A bitcoin sentiment indicator on: April 15, 2013, 09:50:27 PM
Interesting! PM me if there are any resources I could toss at it to collect more data.
Would be cool to see the list of information that it's pulling and what it's considering as positive/negative.
48  Economy / Currency exchange / Re: 56 Bitcoins for sale on eBay. on: April 15, 2013, 09:46:28 PM
With Bitcoins + Ebay (PayPal), only bid on what you're willing to loose. Just had a friend try to buy a few on ebay and had his account locked. It was fully verified for years.
49  Other / Off-topic / Re: Proof dank is jesus on: April 15, 2013, 09:34:27 PM

Your carpet is pixelated.
50  Economy / Service Discussion / Re: MTGOX Withdrawal expectation on: April 15, 2013, 09:32:50 PM
I assume you should still be able to withdraw BTC, as I did a few days ago. I'd suggest to pull out as much BTC as possible and store on your own copy of the Bitcoin Client.
51  Bitcoin / Project Development / Re: [Proposal] P2P Decenteralized Bitcoin Exchange on: April 13, 2013, 12:27:19 AM
I re-found OpenTrasnaction (couldn't think of the name for the longest time). I'm going to be looking through it to see if it's what I was looking for. They still need centralized servers; though, it may be possible to adapt what OT is doing and spread the "centralized data" across the network. Also, there is: https://github.com/p2p/bitcoin-exchange which explains in more-depth of what I was thinking.
52  Bitcoin / Project Development / Re: [Proposal] P2P Decenteralized Bitcoin Exchange on: April 13, 2013, 12:15:45 AM
I'm wanting to create a completely decentralized exchange that is controlled by the users and not have ANY chance of a single user being able to "tank" the price. I'm actually REALLY interested in mathematically suggesting a price based on things like hashrate, popularity, supply/demands, etc...
I said suggesting a price. I'm not setting anything.
It's also going to be open source. Don't like it? Change it.
53  Bitcoin / Project Development / Re: [Proposal] P2P Decenteralized Bitcoin Exchange on: April 13, 2013, 12:09:39 AM
Glad to see this.

While market-making is one thing that could be solved by a decentralized approach, I think a bigger problem is getting old-fashioned fiat currency to the market in an easy and quick fashion.
Currency exchange will between two people. It will work in the same format as http://bitcoin-otc.com/ with the trust aspect going as far as the past exchanges between two people. The "fast" and "easy" will depend on how well you trust the user you are wanting to trade with. Imagine something like Freenet's WOT system, without Freenet.

Before you reinvent the wheel, have a look at Ripple. If you still want to reinvent the wheel after that, build something similar on top of the block chain. You could even reuse and modify the existing Ripple reference client since it has been open sourced.

And while you're at it, why don't you start using Ripple now because it will be great for helping Bitcoin grow.
Ripple is a fantastic service! Unfortunately, it's not what I'm looking for. I'm wanting to create a completely decentralized exchange that is controlled by the users and not have ANY chance of a single user being able to "tank" the price. I'm actually REALLY interested in mathematically suggesting a price based on things like hashrate, popularity, supply/demands, etc...
54  Bitcoin / Project Development / [Proposal] P2P Decenteralized Bitcoin Exchange on: April 12, 2013, 10:52:45 PM
In the recent events, I have decided to officially create this proposal. It's very messily written, because I wanted feedback as soon as possible. The original post created by NothinG from this thread is subject to change (for the better, if changes happen).

I have been very interested in creating a P2P De-Centralized Currency Exchange in C# for ~2 years. I've done much researched and messed around with different sections of code needed to create what we need. I've been looking into almost every resource I can for the past week more in-depth to see what it would take to create the most efficient exchange. Here are my suggestions, and if anyone is willing to talk me through it while I code...we could actually knock something out before Monday for testing. This would require very little sleep over the weekend (it's when I do my best coding), but with this...it could save Bitcoin from "Centralized Corruption!"

The project would no-doubtlessly become open-source; do prepare for that when it happens.

What do I need from you to help?
 - Microphone. I don't like talking on the phone too much, but require communication via VoIP.
 - C style Pseudocode. (I can also work with a Java or PHP style, the language will be c-based).
 - Basic ideas of how API's work.

What would you get out of this?
 1) Knowing you helped create something that almost everyone should use for currency exchange.
 2[?]) If there is a bounty and is accepted, the bounty will be split (percentages will be discussed).
 3) All donations, if the project is to accept them, will be split (percentages will be discussed).

Ideas
Code:
 Suggested Price?

Technical Ideas?
Code:
I2P (p2p bootstrap + optional security protocol) [Requires I2P to be installed for usage]
NoSQL (distributed database) http://nosql-database.org/
Bitcoin (bootstrap + we can use this to verify ownership of an address)

-[ More Information to Come! Please comment with ideas! ]-
55  Economy / Speculation / Re: Where does one buy 110,000 BTC? on: April 12, 2013, 08:00:30 AM
Ask.
56  Economy / Speculation / Re: Where does one buy 110,000 BTC? on: April 12, 2013, 07:58:10 AM
https://bitcointalk.org/index.php?topic=89757.0
57  Other / Beginners & Help / Re: Where did my 3.1052 bitcoins go? *** SOLVED *** on: April 12, 2013, 07:47:03 AM
CTRL+F was to find it on the page, not to launch a console. Sorry about the confusion.
58  Economy / Speculation / Re: MtGox acting fishy? Not in the lag way... on: April 10, 2013, 10:08:19 PM
Calm down, just trying to stir up questions. We don't need 80% of USD exchanges at one location anyways...it's bad for Bitcoin's health.
59  Economy / Speculation / Re: Youre Being Lied too (crash) on: April 10, 2013, 08:27:52 PM
I've already stopped and pulled out ALL my BTC from all the exchanges!
http://www.youtube.com/watch?v=7fvSYT7vhQY < This is what made me do it!

I'm moving to https://bitcointalk.org/index.php?topic=27055.0 Dark Exchange.

Anyone with me? I'll do anything and everything in my ability to help users join!

I am just now re-downloading I2P, so this will be the first time I try Dark Exchange. I was going to work on coding something like it anyways, why not use something that's already there?

that video and what it is quoting is hilariously fake and poorly written. it is obviously from a non native english speaker with a shaky understanding of how btc or even an exchange works.

Yeah, I know it's weird. I've only had an hour of sleep last night, had to work most of today...and got to watch the drop for ~2 hours from my phone without the ability to sell anything. Talk about a bad day.
60  Economy / Speculation / Re: MtGox acting fishy? Not in the lag way... on: April 10, 2013, 08:24:10 PM
did nkorea cause an emp, or what the f. is the matter?Huh?
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 ... 94 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!