Search content
Sort by

Showing 7 of 7 results by HarryS
Post
Topic
Board Bitcoin Discussion
Re: Sent some coins
by
HarryS
on 29/07/2010, 20:19:50 UTC
I just sent 0.01 to 14 different IPs, I tried all of them, but some were not responding. Also I just noticed that the send coin dialog only works with IP address, not host names.
:~$ ./bitcoind getinfo
"balance" : 0.000000000000000

Waaah! My client was on, so it should have worked. Hostname sending should work or be added, I shall suggest that up.

Post your IP and I will try again...
It changes too often for me to post it here. The hostname should work, if not, it should be added.
Post
Topic
Board Bitcoin Discussion
Re: Sent some coins
by
HarryS
on 25/07/2010, 08:33:04 UTC
I just sent 0.01 to 14 different IPs, I tried all of them, but some were not responding. Also I just noticed that the send coin dialog only works with IP address, not host names.
:~$ ./bitcoind getinfo
"balance" : 0.000000000000000

Waaah! My client was on, so it should have worked. Hostname sending should work or be added, I shall suggest that up.
Post
Topic
Board Bitcoin Technical Support
Re: I dont get money
by
HarryS
on 25/07/2010, 08:30:34 UTC
i have 829khash/s and my balance is 0.00 why?
how many minutes at changing the state of my account?
There is no "definite" formula. It takes time, so just run in the background and don't worry about it.
Post
Topic
Board Development & Technical Discussion
Re: version / autoupdate
by
HarryS
on 11/07/2010, 22:55:51 UTC
Auto-update should also be seamless; it should not open a webbrowser asking you to download a file, but instead it should update itself.
I highly disagree with this one. A user should always have an option to download and install updates themselves. I would suggest a box that would pop up, looking something like this:
Quote
New version X found! Install automatically, download from site and install yourself, or continue using old version?

Install automatically [_]
Open site for manual install [_]
Continue using old version [_]

Accept (_), Ignore and do not ask me again (_)

I (and many other "tin-foil-hatters") do not like nor will use software that will automatically update without our consent, and fully-automatic updating does not look good security-wise.
Post
Topic
Board Development & Technical Discussion
Re: IPv6, headless client, and more
by
HarryS
on 27/06/2010, 01:43:37 UTC
Ah, nice, thanks for that.

When I run,
Quote
./bitcoind getaddressesbylabel ""
[
]
Is it normal for it to give nothing, or what?

getinfo gives me
Quote
./bitcoind getinfo
{
    "balance" : 0.000000000000000,
    "blocks" : 62899,
    "connections" : 39,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 19.40479632838217
}
Post
Topic
Board Bitcoin Discussion
Re: Post your static IP
by
HarryS
on 26/06/2010, 23:23:58 UTC
I am new here, but I just started running the Bitcoind, and I plan to keep it running unless I find anything "wrong" with the project (which I don't think I shall).

You can strap onto ipv4.harry.lu, and it should work. Main harry.lu points to the same address, but it is a dual-stack host, and I don't know if IPv6 will break the client.
Post
Topic
Board Development & Technical Discussion
Topic OP
IPv6, headless client, and more
by
HarryS
on 26/06/2010, 23:17:51 UTC
Hello, I heard about this project around freenode, and I really like the idea.

I am wondering if there is a chance you could develop a fully headless version, but with controlling options? Maybe something similar to ncurses work, like rtorrent? So we can make and share bitcoins on headless computers, while still having the ease and control of te GUI interface?

Another suggestion that would be nice would be an update module, if you are running an old version (don't know if there is already, didn't look around much).

Boot strapping to a different type of medium, as well as IRC, would be an improvement as well. Maybe something similar to Bittorrent trackers? Some ISPs block IRC, and some people dislike the thought of IRC.

Lastly, IPv6 support would be pretty awesome, if possible. Then people would worry less about the IRC bootstrapping, I'd think.

I am also running bitcond 1.3 (RC?) that satoshi just posted. How do I use it though? There aren't many docs on using bitcoind... it just said "starting bitcoin server", and my IP appears in the #bitcoin room on irc.lfnet.org. How would I figure out my bitcoin address, how many coins I have, send to other people, etc?

I am no C programmer, so I would not be able to implant any of these suggestions, but I would hope that it could be possible Smiley

Thanks in advance!