Bitcoin Forum
May 26, 2024, 10:18:54 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 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 ... 112 »
1021  Bitcoin / Bitcoin Discussion / Re: Casascius phishers demanding a ransom on: October 26, 2011, 07:14:11 PM
Such a shame. What a loser.
1022  Bitcoin / Bitcoin Discussion / Re: Bitcoin talk video: Donald Norman from Bitcoin Consultancy on: October 26, 2011, 06:39:17 PM
why does Don spend so much of his valuable talk time talking about the mtgox hack?

less than 1 minute?

Know what a random stranger said to me in the street recently:

"Bitcoins? Didn't they get raided recently. Lost all their money."
1023  Bitcoin / Wallet software / Re: libbitcoin on: October 26, 2011, 04:18:47 PM
Ahhh true, I forgot about the case insensitivity.

Thanks for the advice.
1024  Bitcoin / Wallet software / Re: libbitcoin on: October 25, 2011, 10:40:49 PM
ok so I just commited an example app to get the balance of a bitcoin address:
Code:
#include <iostream>

#include <bitcoin/types.hpp>
#include <bitcoin/kernel.hpp>
#include <bitcoin/storage/postgresql_storage.hpp>
#include <bitcoin/util/logger.hpp>

using namespace libbitcoin;

void display_balance(const std::error_code& ec, uint64_t value)
{
    if (ec)
    {
        log_fatal() << ec.message();
        return;
    }
    log_info() << "Balance: " << value;
}

int main()
{
    kernel_ptr app(new kernel());
    storage_ptr app_storage(new postgresql_storage(
        app, "bitcoin", "genjix", ""));
    app->register_storage(app_storage);

    data_chunk address =
        bytes_from_pretty("12 ab 8d c5 88 ca 9d 57 87 dd "
                          "e7 eb 29 56 9d a6 3c 3a 23 8c");
    app_storage->fetch_balance(address, display_balance);

    std::cin.get();
    return 0;
}


Does anyone here know how I could do something like:

Code:
SELECT sum(value) 
FROM outputs
WHERE script LIKE decode('76a91412ab8dc588ca9', 'hex') + '%';

Where script is a bytea object in order for me to support firstbits?

That way I could add a fetch_balance_partial(...) method to support this.
1025  Bitcoin / Bitcoin Discussion / Re: Bitcoin Foundation on: October 25, 2011, 08:17:25 PM
I have a friend (Martin Dittus) who runs the non-profit London Hackspace who expressed an interest in doing this when we were tossing around the idea some months back. Would be worth getting him on board if so to do the adminstration/relevant registration.

Also another friend of mine, jaromil, works in the Dutch public sector and runs the non-profit dyne foundation and would definitely be up for helping.
1026  Bitcoin / Wallet software / Re: libbitcoin on: October 25, 2011, 12:02:37 PM
How would you represent the genesis address?

a1zp1e

Also my vote goes to having it not fixed at any length. You can for instance say a1zp1e or a1zp1ep5q or a1 (as long as there's no conflicting matches- in which case it fails).
1027  Bitcoin / Bitcoin Discussion / Re: We're under attack on: October 24, 2011, 07:54:21 PM
genjix, I sent you PM and you didn't reply,

for the love of bitcoin, you could at least try to listen what I had to say...

Sorry, I didn't see your PM as it isn't very obvious when you have new messages. Answering now.
1028  Bitcoin / Wallet software / Re: libbitcoin on: October 24, 2011, 03:30:54 PM
Glad to hear it! Dropping the '1' prefix has been discussed since the summer with good arguments on either side, however, the '1' prefix distinguishes bitcoin from most altcoin addresses.

I'm not sure that's a good idea.

I never get confused between a fax number and a telephone number. You usually state what an identifier means- it's far easier to remember.

Bitcoin: 1kk5k

vs

Bitcoin: kk5kfb

The 1 is redundant and not needed. We don't need a checksum to make sure it's a bitcoin address as that is unlikely to happen.

Quote
reduce the chance that a typo will lead to a mistaken payment.

There are some good single character checksums such as the Luhn algorithm.
1029  Bitcoin / Bitcoin Discussion / Re: We're under attack on: October 24, 2011, 02:53:33 PM
I know it's not simple but what stops you guys to get licensed as a financial institution to be able to have other people deposit/withdraw funds from your accounts?

We've been trying this for months and months already. It's been our main goal from day 1.
1030  Bitcoin / Bitcoin Discussion / Re: transaction pairs on: October 24, 2011, 02:00:43 PM
Nope, for security reasons.

Although the question is why?
1031  Bitcoin / Bitcoin Discussion / Re: We're under attack on: October 24, 2011, 11:22:34 AM
This is barely worthy of being called an attack, this is just bitcoin hitting up against pre-existing banking regulations and failing to sneak under the radar of broader financial protections put in place to protect consumers, stop laundering etc. (and arguably also designed to protect existing commercial interests)
A real attack would be regulators specifically moving against bitcoin.

Someone in the EU commanded for a bunch of EUR and GBP accounts in 4 different countries to be shut-down in under a week after being open for 6+ months.
1032  Bitcoin / Bitcoin Discussion / We're under attack on: October 24, 2011, 11:03:33 AM
Synopsis:

- MTGox EUR and GBP accounts have been closed.
- Intersango GBP (our EUR account remains) were suddenly terminated overnight.
- TradeHill EUR bank account was closed.
- ExchangeBitcoins closes suddenly (might be unrelated).

Solutions:

Not having exchanges for bitcoin is a bad thing, and will destroy confidence in the currency if don't believe that you'll be able to exchange your bitcoins for fiat in the future.

Other solutions to this crisis are hard to come by. An idea is accepting cash vouchers, however to accept them is no easy task. Working with card payments is infeasible as they're reversible and VISA/MASTERCARD would never stand for supporting competing businesses.

WOT systems are nice, but they fail to scale beyond a few dozen users and are ripe to be gamed by scammers. WOT also doesn't have much liquidity as you have to be pro-active in deducing the market-rate to find appropriate orders.

This is barely worthy of being called an attack, this is just bitcoin hitting up against pre-existing banking regulations and failing to sneak under the radar of broader financial protections put in place to protect consumers, stop laundering etc. (and arguably also designed to protect existing commercial interests)
A real attack would be regulators specifically moving against bitcoin.

Someone in the EU commanded for a bunch of EUR and GBP accounts in 4 different countries to be shut-down in under a week after being open for 6+ months.
1033  Bitcoin / Wallet software / Re: libbitcoin on: October 24, 2011, 12:44:39 AM
Hi Genjix, are you considering implementing the firstbits algorithm in libbitcoin?

Oh! That is clever!

I must certainly will.

Tip: bitcoin addresses always begin with 1, so maybe use Kk5kFb instead.
1034  Other / Off-topic / Re: Why are you not at Wall Street? on: October 23, 2011, 05:45:41 PM
Calm down Adolf.
1035  Bitcoin / Meetups / Re: EUROPEAN BITCOIN CONFERENCE 2011, PRAGUE NOV 25-27 on: October 23, 2011, 04:16:13 PM
I would love to invite the CIA or FBI to debate bitcoin!

That would be incredible. Let the world see our arguments in the open based on individual merit!

More openness to alternative viewpoints in the community please. Lets not stop challenging ourselves otherwise we will become dogmatic cultists repeating each others inbred lines. Vili represents a significant proportion of society who thinks along his lines. We can build a bridge to them.

You won't win people over by shutting them out or fighting them. Bitcoin is an inclusive thing, and there is no reason why everybody can't be accommodated. There is an enormous potential with Bitcoin for huge positive social good. And a whole lot more than mere anonymity and anti-authoritarianism.

By not being willing to also demonstrate the other aspects that make bitcoin so amazing, we are handing a victory to the naysayers who argue that bitcoin is a way for drug traffickers, criminals, terrorists and paedophiles to evade the law. Bitcoin is MUCH MORE than that.

It is something that will transform culture on the internet with funding models previously unimagined due to the simplicity, the divisibility and the extensible scripting system. It is a system that will weaken international borders and bring about an egalitarian inter-connected future for economics, how the internet transformed knowledge-transfer for information.
1036  Local / Español (Spanish) / Conferencia Europea Bitcoin on: October 23, 2011, 02:22:17 PM
Google Translate:  Grin

La Conferencia Europea de Bitcoin (Nov 25-27) reunirá a diversas personas de todo el espectro para discutir el estado de bitcoin y las metas futuras parcelas. Esta conferencia de 3 días cubre la vanguardia de la evolución y la innovación a través de sesiones que fomentan la interacción y discusión entre profesionales en los campos de la tecnología, la política, las finanzas y la economía.

Si usted está interesado en hablar, no dude en contactar con nosotros en la convocatoria sigue abierta. Los asistentes pueden registrarse para la conferencia, siguiendo las instrucciones en la página web del congreso. Visita conference.bitgroups.org para más información.
1037  Local / Other languages/locations / Re: Esperanto ! on: October 23, 2011, 02:13:18 PM
Saluton!

En Prago okazos konferencon pri interesa projekto nomita Bitmono.

Bitmono estas discentra valuto. La mono ne posedas regantan aŭtoritaton kaj funkcias kiel baza reto. Kio signifas bazan reton? Ĝi signifas samtavola ŝutado, kie ĉiu persono egalas en la reto.

Neniu persono povas ordoni al vi, ke li kreu regulojn pri kiel vi uzi vian monon. Ekzemple, retopaĝo ekzistas per Tor por aĉetado de narkotaĵo kiel Mariĥuano.

Mi parolos tie pri bitmono, kaj feliĉiĝos kunvenigi aliajn esperantistojn. Mia nomo estas Amir Taaki.

La ligo: conference.bitgroups.org

Esperanto, Linukso, Bitmono, Vikipedio, ... kaj tiel plu. Tiuj projektoj nature similas unu la alian.
1038  Local / Other languages/locations / Re: Česky on: October 23, 2011, 02:12:34 PM
The European Bitcoin Conference is being held in Prague.

Prague conference: conference.bitgroups.org
1039  Bitcoin / Wallet software / Re: libbitcoin on: October 23, 2011, 02:26:17 AM
Small update:

Thanks to phantomcircuit to DB is much faster and more efficient. I've put up database dumps of the blockchain.
1040  Bitcoin / Development & Technical Discussion / Re: Bitcoin network database dump in postgresql (download link inside) on: October 23, 2011, 02:20:46 AM
updated dump above:

- more efficient db format
- 150256 blocks
- faster (uses bytea for hashes, compacted scripts)
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 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 ... 112 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!