Bitcoin Forum
May 26, 2024, 08:05:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 103 104 105 106 107 108 109 110 111 112 »
1361  Bitcoin / Bitcoin Discussion / Re: The Bitcoin EuroTrip! on: April 21, 2011, 05:08:58 PM
Cool. Let me know if you pass by Amsterdam and I might spare you a sofa (depends if we're there).
1362  Bitcoin / Bitcoin Discussion / Where is Bitcoin community biggest? on: April 21, 2011, 12:11:47 PM
Probably the US.

Which city is the best for Bitcoin users? Geographically in a convenient place.
1363  Bitcoin / Development & Technical Discussion / Re: [PULL] Send payments to emails, urls and domains in GUI on: April 21, 2011, 11:27:50 AM
I think my patch is better, http://bitcointalk.org/index.php?topic=5938.0  Grin
1364  Bitcoin / Development & Technical Discussion / Re: [PULL] bitcoind send genjix@foo.org 2 on: April 21, 2011, 11:08:26 AM
Old thread: http://bitcointalk.org/index.php?topic=5938.0

So it was decided to split the pull request into several smaller ones. Here's the new one: https://github.com/bitcoin/bitcoin/pull/169

The full implementation works like:

genjix@foo.org will do a lookup on http://foo.org/getaddress/?nickname=genjix

That will return either a JSON containing error/errcode (which will throw) or a json containing the address.

For setting the address you sign it using an RSA keypair + timestamp (if the timestamp is too old then the server should reject the request). The updating the name will return a JSON containing status or either error/errcode.

To add the public key for your RSA keypair or add new nicknames you login using your OpenID on the site. As an example: http://109.75.176.109

bitcoind publickey
will show your public key.

To see the full implementation see my branch on github:
https://github.com/genjix/bitcoin/tree/bitnom

The relevant files are access.h resolv.h rpc.cpp (rpc_send, updatename, publickey).

The PHP example implementation for the server is in contrib/ns/
1365  Bitcoin / Development & Technical Discussion / Re: [REVIEW] Name lookup branch (bitcoind send genjix@fishysnax.com 99999) on: April 21, 2011, 11:02:28 AM
New thread: http://bitcointalk.org/index.php?topic=5938.0
1366  Other / Off-topic / Re: What do I have to do to get some respect around here?! on: April 20, 2011, 07:05:17 AM
Suck me off. Cool
1367  Bitcoin / Development & Technical Discussion / bitcoind release repo doesn't fork on: April 19, 2011, 01:37:57 PM
tcatm had a fix for this a few months back. How come it hasn't been integrated in?
1368  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 19, 2011, 12:06:58 PM
Out of interest, what does it mean when it says that a Bitcoin withdrawal is "verifying"? What's there to verify?

There is a bunch of cycles for ensure validity before withdrawals are verified. Then I have to actually authorise this myself.
1369  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 19, 2011, 10:05:39 AM
OK, thanks. It was an apache zombie process :/ Fixed now.
1370  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 19, 2011, 07:44:45 AM
Does anyone know what this error means?

Code:
bitnami:~$ sudo /etc/init.d/apache2 stop
 * Stopping web server apache2                                                                                                                                    [ OK ]
bitnami:~$ sudo /etc/init.d/apache2 start
 * Starting web server apache2                                                      (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
                                                                             [fail]
1371  Bitcoin / Development & Technical Discussion / Re: [PULL] bitcoind send genjix@foo.org 2 on: April 18, 2011, 01:42:21 PM
There was a privacy concern raised before about the servers being able to monitor who pushes addresses and who fetches addresses being able to infer IP addresses to Bitcoin addresses by means of the blockchain. After much consideration and chatting with topi`, I decided on the maxim that there's a trade-off between user inconvenience and anonymity at some point.

Educated users should be using Bitcoin addresses for large amounts and this naming protocol as a convenience method for small amounts.
1372  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 18, 2011, 01:15:51 PM
The bitcoin node crashed, so I've turned off the site until I have time later to start it back up. Don't worry- your funds are safe (and backed up).
1373  Bitcoin / Development & Technical Discussion / Re: Detect if Bitcoin is running? on: April 18, 2011, 11:26:23 AM
Use my branch and do getinfo

https://github.com/genjix/bitcoin/tree/isinitialized
1374  Bitcoin / Development & Technical Discussion / Re: bitcointools load wallet, print type+key+value in python on: April 16, 2011, 08:18:05 PM
bump
1375  Bitcoin / Development & Technical Discussion / Re: Bitcoin ATM Update on: April 16, 2011, 08:17:43 PM
This is so cool.

Me and my friends have been talking about/following this and wondering how you solved the confirmations problem.

How are you sure you received funds before paying out?

The blog is nice for following details but is there somewhere with details for reading?

Thanks
1376  Bitcoin / Development & Technical Discussion / [PULL] bitcoind send genjix@foo.org 2 on: April 16, 2011, 07:16:56 PM
1. bitcoind -naming-password=hello
2. bitcoind publickey
> copy this output to clipboard
3. login to http://109.75.176.109
> paste public key and click 'Update'
4. add a new nickname
5. bitcoind updatename myname@109.75.176.109

Now someone else can run:

bitcoind send genjix@109.75.176.109 2

Your keypair for altering your nickname is stored in .bitcoin/keypair.rsa

Pull request: https://github.com/bitcoin/bitcoin/pull/164
1377  Bitcoin / Development & Technical Discussion / Re: bitcointools load wallet, print type+key+value in python on: April 16, 2011, 02:15:07 PM
help!
1378  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 16, 2011, 08:34:50 AM
Oh sorry. I will correct that. But so far it's been operating with >2k GBP without problems.
1379  Bitcoin / Development & Technical Discussion / bitcointools load wallet, print type+key+value in python on: April 16, 2011, 05:40:38 AM
I just get jibberish.

Code:
from bitcointools import util, wallet
from bitcointools.BCDataStream import BCDataStream
from bsddb import db as bdb
db_env = util.create_env()
db = wallet.open_wallet(db_env)
kds = BCDataStream()
vds = BCDataStream()
for key, val in db.items():
    kds.clear()
    kds.write(key)
    vds.clear()
    vds.write(val)
    type = kds.read_string()
    print type
1380  Bitcoin / Project Development / Re: UK exchange: Britcoin on: April 12, 2011, 05:09:07 PM
I see the site is still down "Site temporarily down for today (11th April) for maintenance." - will it be back today?

Yep, there is a claimed mistakes in the expenses that I needed to correct.
Pages: « 1 ... 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 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!