Bitcoin Forum
May 26, 2024, 08:27:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 110 111 112 »
1421  Bitcoin / Project Development / Re: I want to get Kongregate.com accepting Bitcoins on: April 01, 2011, 10:28:53 AM
Great request, but afaik, Kongregate is written with Ruby on Rails which lacks Bitcoin protocol implementation

Check your facts first before spreading falsehoods.

https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29#Ruby
1422  Bitcoin / Project Development / Re: AUD to BTC exchange - legalities and methods? on: April 01, 2011, 08:34:00 AM
I did not put any BTC into Britcoin at all and people are trading sucessfully.
1423  Bitcoin / Project Development / London Sunday meetup on: March 31, 2011, 09:28:11 PM
Kensington at 20:30

* Genjix
* Lumos
* Lyspooner

We're meeting up because they want to put down deposits on Britcoin.co.uk, but we will turn this into a general meetup if anybody wants to come along. Be good to swap notes & share projects.

Cya
1424  Economy / Marketplace / Re: Coca-Cola, Coca-Cola Zero, Coca-Cola Light, Fanta, Sprite cans for Bitcoins on: March 31, 2011, 08:03:25 PM
Enjoy your Coca-Cola laced with Cyanide + Anthrax
1425  Other / Off-topic / Re: git question about weird trees when pulling on: March 31, 2011, 07:11:24 PM
Yep, I get why it's a tree. But I'm wondering if there's a way to prettify it into a list like on my local machine.
1426  Other / Off-topic / Re: git question about weird trees when pulling on: March 31, 2011, 06:13:37 PM
How did you expect it to look?

Like the local machine (2nd one). I'm not making any changes there.
1427  Bitcoin / Project Development / Re: Yet Another Exchange? on: March 31, 2011, 06:02:55 PM
>put in a couple grand for a site
That part.

However are you based in the US? Because I must warn you that you will have a major competitor in that market in addition to MtGox.
1428  Bitcoin / Project Development / Re: Yet Another Exchange? on: March 31, 2011, 05:07:59 PM
You're not being very realistic and depending on your expertise/requirements I could set you up for far less. Although it would be an operation you'd have to be actively involved in.
1429  Bitcoin / Project Development / Re: UK exchange: Britcoin on: March 31, 2011, 12:58:42 PM
Shame some of the values on the exchange are so wild as it really skews the average.

OK, as per a few people's suggestions, it now uses the best rate.
1430  Other / Off-topic / git question about weird trees when pulling on: March 31, 2011, 12:23:29 PM
My workflow working on my Bitcoin site is:
* Fetch encrypted database from server to localhost, unencrypt and load.
* Add new features to local machine & test.
* Push changes to gitorious (git push).
* Login to remote server and pull changes (git pull).

But my graph looks screwy:

Code:
*   d095816 (HEAD, master) Merge branch 'master' of git://gitorious.org/intersango/m
|\ 
| * 26810c9 (origin/master, origin/HEAD) force fixed precision in exchange rates SQL
* |   85590e6 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * 2cc7743 fixed conversion function to stop float rounding errors.
* |   f354456 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * f61ca2e changed exchange rate wording to reflect new alg.
* |   37af61e Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * 08ec5ac fixed decimal places for exchanger.
| * ebc9a87 per nanotube's suggestion: switch buy to show sell rates & vice versa.
* |   607d762 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * 59080d5 per nanotube's suggestion, use best rate for calc rate.
| * 3996ad3 best rates go at the top.
| * 4a29854 reformatted exchange rate SQL.
* |   793fdf5 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * fdd322a Ability to cancel requests as well as stricter viewing permissions.
| * e140119 protect viewing orders from outside intruders.
| * 69d49b0 cast to string before comparison.
| * dbcb489 fixed typo preventing orders showing up
* |   083d928 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * 3770477 fix broken require path.
| * 7de5a0b moved into bank subdir. off by default to protected against user error.
* |   6341d52 Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 
| * 09e2947 withdrawal script to GBP bank.
* |   341c06d Merge branch 'master' of git://gitorious.org/intersango/master
|\ \ 
| |/ 

How can I fix that? On my local machine it shows:

Code:
* 26810c9 (HEAD, origin/master, master) force fixed precision in exchange rates SQL.
* 2cc7743 fixed conversion function to stop float rounding errors.
* f61ca2e changed exchange rate wording to reflect new alg.
* 08ec5ac fixed decimal places for exchanger.
* ebc9a87 per nanotube's suggestion: switch buy to show sell rates & vice versa.
* 59080d5 per nanotube's suggestion, use best rate for calc rate.
* 3996ad3 best rates go at the top.
* 4a29854 reformatted exchange rate SQL.
* fdd322a Ability to cancel requests as well as stricter viewing permissions.
* e140119 protect viewing orders from outside intruders.
* 69d49b0 cast to string before comparison.
* dbcb489 fixed typo preventing orders showing up
* 3770477 fix broken require path.
* 7de5a0b moved into bank subdir. off by default to protected against user error.
* 09e2947 withdrawal script to GBP bank.
* f066cf4 denominate all costs in terms of bitcoins.
* bdabf2d verification for bitcoin deposits are now instant.
* 4993f8c synchronise funds laying about.
* ee40599 actually perform query for real.
* ca1cf94 take command line argument.
* d170902 just to be safe.
* a82b1b1 stop it erroring on localhost.
* 5ff5220 actually perform bitcoin withdrawls now.
* de88367 verify only allows deposits.
* b90ec2b add to system in summa the unverified withdrawals.
* 50c2faa sub not add.
* dc719c1 improved summa algorithm
* c3e3ce9 moved missing function back out.
* 5988fe6 fixed missing function.
* 99c7d65 fix GMP problem behaviour.
1431  Bitcoin / Bitcoin Discussion / Re: 1 BTC for 'fake' bitcoin signage! on: March 30, 2011, 10:36:25 PM
1432  Bitcoin / Development & Technical Discussion / Re: why JSON RPC values not use INT64 instead of float string? on: March 30, 2011, 07:02:04 PM
And why do I defend floats:  because simple things should be simple.  Using GMP/BCMATH is overkill for 98% of what bitcoin JSON-RPC users will be doing.

As an aside:   Using GMP (or similar) is overkill for two big reasons:

  • We already link with and use OpenSSL's bignum (CBigNum), so there is no need for an additional library for Big Maths
  • It's just silly to want GMP when we already handle money properly internally, as int64.  The only issues present are interface issues, and you don't need to link with GMP in order to display an int64 with a decimal point somewhere in the middle.

My Bitcoin branch doesn't use GMP. It's simply a change to AmountFromValue, ValueFromAmount and other functions that weren't using those helper methods. They're referring to me using GMP in PHP which I use for a range of reasons. Namely PHP not always having 64 bit ints:
http://stackoverflow.com/questions/864058/how-to-have-64-bit-integer-on-php
1433  Bitcoin / Project Development / Re: Yet Another Exchange? on: March 30, 2011, 06:29:49 PM
I thought long and hard about this and in the end decided against it.

If I'm running an exchange and I have jon, bill and dave all handling various currencies then I must trust them not to make an exchange/be a scammer. In the end I decided going with the many various exchanges is the best plan.
1434  Bitcoin / Development & Technical Discussion / Re: [PATCH] wallet private key encryption on: March 30, 2011, 06:11:21 AM
If you manage to gather lots of IVs then you can use ones that are the same/similar to do a statistical attack to discover the secret key. This is how WEP is cracked because it's IV is only 24 bit, and that's not long enough to ensure that the same key isn't used twice. There's also another flaw whereby you can inject special packets to make the AP spew IVs but that's another story :p
1435  Bitcoin / Development & Technical Discussion / Re: Bitcoin API - 20 BTC Bounty on: March 30, 2011, 05:56:43 AM
I wrote https://en.bitcoin.it/wiki/PHP_developer_intro
1436  Other / Off-topic / Re: The Post Your Desktop Thread on: March 30, 2011, 05:45:54 AM
1437  Bitcoin / Project Development / Re: Yet Another Exchange? on: March 30, 2011, 05:44:16 AM
I own Britcoin and our source code is open. If you contact me then I can get you setup for a small fee as I'm doing with CCCMikey. The more people we have using this same software, the easier I can turn it into a safe, secure, easy to install piece of kit for setting up a Bitcoin exchange.

Then we'll have lots of exchanges.
1438  Other / Off-topic / Re: Politics aside, this first photo is just awesome. on: March 29, 2011, 08:03:15 PM
I love that quote.
1439  Bitcoin / Project Development / Re: Does WeUseCoins Deserves the Full Bounty? RETAKE on: March 29, 2011, 04:34:11 PM
YES

Pay him all the cash already you stingy cunts! Do you know how much effort has gone into that quality video?

He's gone beyond what was expected IMO. Too many people offering bounties on these forums and then not paying up after/changing their terms.
1440  Bitcoin / Project Development / Re: Bounty for Bitcoin Animated Movie [13622.05 BTC ($2520) and growing] on: March 29, 2011, 04:33:34 PM
Pay him all the cash already you stingy cunts! Do you know how much effort has gone into that quality video?

He's gone beyond what was expected IMO. Too many people offering bounties on these forums and then not paying up after/changing their terms.
Pages: « 1 ... 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 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 110 111 112 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!