Bitcoin Forum
December 10, 2024, 05:05:13 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Economy / Services / Re: [HIRING] Lead Front End Developer - Bitcoin Exchange Kraken.com on: July 26, 2013, 06:14:32 PM
Would this position be available to college students? (IE I can do heavy, daily work during summers but then during the school year practicaly available only on weekends)
22  Economy / Services / Re: Seeking programer for new bitcoin exchange on: July 23, 2013, 08:15:36 PM
This is a project that would cost you around $1000 to do since the programmer would have to spend weeks putting together and you propose a profit split? Are you insane?
23  Bitcoin / Project Development / Re: Bitcoin Exchange-Trade Portal on: July 22, 2013, 06:02:06 AM
I don't believe there are much companies you can refer to when dealing with bitcoins...
24  Bitcoin / Project Development / Re: Bitcoin deposit system on: July 20, 2013, 09:43:34 PM
Sites like coinbase and inputs.io make it really easy. But I'll talk about the proccess on inputs.io but the proccess is fairly similiar to coinbase.

To start accepting payments all you have to do is add one of these

Code:
<script src='https://inputs.io/js/buttons.js'></script>
 <a href='https://inputs.io/pay?to=messagecoin' class='inputsio-alt' data-to='messagecoin'>Buy Now</a>
With that code this will appear.

Although that be a buy button for me, see the actual inputs.io or coinbase page on how to make a button for precise code.
You add a note to label the transaction to be able to recognize it, inputs.io lets you disable the field so that user can't change it. So let's say a user makes a buy on a button labeled "website buy for user: torba", inputs.io will then visit a url you specify on the settings page with GET data saying that a transaction with amount x, with note "website buy for user: torba" has completed. You just make a script that responds to inputs.io visiting a certain page and thats it.

Again read inputs.io or coinbase documentation on this, I'm just providing the general idea. Coinbase let's you get btc addresses with custom callback links through their api.
25  Economy / Speculation / Re: ya gotta admit, even ya old fart bears. its way funner to watch that coin rocket on: July 12, 2013, 06:53:02 AM
Every time someone makes a "Oh you bears are funny and wrong", it gets inverted into "Oh you bulls are funny and wrong" and continues this cycle many times.
26  Bitcoin / Bitcoin Technical Support / Mystery blockchain.info json-rpc error? on: July 02, 2013, 05:06:18 PM
I get this SOMETIMES when trying run the command "listTransactions":
'code' => "-32603"
As I understand it, that's an internal error (according to default json-rpc error codes). And it seems to happen at random times for brief moments. Like for example, Yesterday it returned me that error on listTransactions request between 8pm and 12pm, then it started actually processing requests, then it came back into giving me errors. WTF? Anyone else having trouble with their unstable json-rpc api?
27  Other / Beginners & Help / Re: Why restrict newbs? on: June 26, 2013, 06:35:38 AM
After a while time logged in just becomes days and days and days, I believe after the 2 day mark of time spent on this forum people get de-sensitized to it  Grin
28  Bitcoin / Bitcoin Discussion / Re: Can I pay off my loan without using FIAT before the end of the week? on: June 26, 2013, 06:34:00 AM
You probably will, money is money  Grin
29  Economy / Games and rounds / The Wonderous Torba Table Poker Tourney! (free chips) on: June 25, 2013, 05:40:24 AM


I'm hoping to host a Hold'em poker game mostly for fun, maybe find out who the good poker players are on this forum Smiley
So here it is, the late night (for US at least) Torba Table Tourney, where there is really no risk and lots of fun (outrageous betting etc) at No more, deadline passed

1000 chips free on register provided, buy in is 200. If you win, it goes into your overall balance which should put you pretty high up on leaderboards, where high positions on leaderboards get actual btc (.5 for first, .3 for second, .2, .1 , .05).

The poker site: http://bitspoker.com/

This is an experiment of some hopefully really casual play, tell me if you are in via reply.
30  Economy / Speculation / Re: So HBen indicates QE may ease up, what does speculation thinK? on: June 25, 2013, 04:55:37 AM
lol nope
31  Economy / Speculation / Re: just another day at the gox on: June 25, 2013, 04:41:46 AM
1. Set a "Bitcoin is never going to reach this price" order
2.??
3. Bitcoin reaches it
32  Economy / Speculation / just another day at the gox on: June 25, 2013, 04:19:46 AM
In past 3 hours
High: $109.96
Low: $100

Opening: ~$102
Closing: $105


This is what an earthquake looks like when graphed.
33  Bitcoin / Development & Technical Discussion / Re: What exactly is the reason bitcoin processes transactions so slowly? on: June 20, 2013, 07:46:44 PM
This thread: "how I learned to stop worrying and love the ~10 min conf time."
34  Bitcoin / Development & Technical Discussion / Re: Blockchain overgrowth: A catastrophe waiting to happen on: June 19, 2013, 01:23:13 AM
Imagine in 10-50 years, when there are beyond billions of transactions monthly, the amount of resources a bitcoin blockchain takes up will be so out of control that only large data centers can support it. And whoever has enough money and resources to be able to service the entire blockchain has in essence centralized a decent chunk of bitcoin, and I'm assuming that there would only be at the most 10 block chains in existent if it's that out of control. It's pretty likely bitcoin will grow faster than moore's law.

So how will this impending centralization be stopped?

well the devs have been pretty clear that they dont have any interest in stopping this. the idea i think is that by the time it became that centralized it would be so mainstream that we would already be past the point where governments had any hope of shutting it down, even if it was centralized.

many of us though would prefer that they not raise the max block size and off chain transactions could pick up the slack. we believe the market would invent clever decentralized(ish) mechanisms to deal with this problem if there were a market for it. One idea is bitcoin denominated chaum tokens maintained by a network of ot federated chaum banks. these chaum banks would be more centralized than bitcoin in its current state but much more decentralized than what you were talking about in your post, and most likely highly adaptive. if the government could locate and take out 1 chaum bank operator more would spring up to take his place instantly.

one idea i like is using multisgnature transactions to create a risk fund that would allow you to create trust with a bank than could handle off chain transactions for you. this way you could use on chain transactions for large transactions, which would be good since you wouldnt want to be forced to risk a huge amount of capital to make off chain transactions, and you could use off chain transactions for smaller transactions, which would be good because you wouldnt have to risk a lot for small transactions.
The chaum bank idea will essentially create a competitive system, and banks who cannot win over people will simply die off. There would be a lot of ignorance and people would just ignore and "limit" until it creates a catastrophic effect.
35  Bitcoin / Development & Technical Discussion / Blockchain overgrowth: A catastrophe waiting to happen on: June 19, 2013, 12:52:06 AM
Imagine in 10-50 years, when there are beyond billions of transactions monthly, the amount of resources a bitcoin blockchain takes up will be so out of control that only large data centers can support it. And whoever has enough money and resources to be able to service the entire blockchain has in essence centralized a decent chunk of bitcoin, and I'm assuming that there would only be at the most 10 block chains in existent if it's that out of control. It's pretty likely bitcoin will grow faster than moore's law.

So how will this impending centralization be stopped?
36  Bitcoin / Development & Technical Discussion / Re: What exactly is the reason bitcoin processes transactions so slowly? on: June 17, 2013, 04:36:12 AM
Slowly as in not comparable to say the transaction speeds you can accomplish with a credit card.
I've been searching for answer to this. Is there a specific component like network propagation that severely effects processing time?


encryption

No. It is not because of encryption.

It is slower because a credit card transaction is sent to a central payment processor. Bitcoin's design purposely avoids having a central payment processor. There are several benefits, but the trade-off is that it takes longer to validate a transaction.

In the future, there will probably be services built on top of bitcoin that will enable nearly instant validation of transactions.
"Services that enable instant validation", thats a really really interesting idea.
37  Bitcoin / Development & Technical Discussion / Re: What exactly is the reason bitcoin processes transactions so slowly? on: June 17, 2013, 04:30:29 AM
Miners need to include the transaction in a block to confirm it. It takes times and processing power to find a 'block'.

https://en.bitcoin.it/wiki/Blocks

If you don't wait for any confirmation then the transaction is almost instant but is unsafe since it could be a double-spend. No confirmation transaction speed depend on network propagation.

I wonder how credit card companies/banks avoid that issue
Centralization Sad
38  Bitcoin / Development & Technical Discussion / Re: For Examination & Discussion of the btc client code on: June 17, 2013, 04:19:10 AM
Does difficulty in stopping a double-spend increase with amounts of spend attempts?
I've been wondering how the network would deal with some person with malicious intent who has 20 computers around the world send the same transaction to various people.
39  Bitcoin / Development & Technical Discussion / What exactly is the reason bitcoin processes transactions so slowly? on: June 17, 2013, 04:15:31 AM
Slowly as in not comparable to say the transaction speeds you can accomplish with a credit card.
I've been searching for answer to this. Is there a specific component like network propagation that severely effects processing time?
40  Economy / Speculation / Re: Important prediction! on: June 16, 2013, 04:01:20 AM
And then the bitcoin forum trembled, for a great prophet has spoken.
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!