Bitcoin Forum
July 06, 2024, 10:43:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 »
81  Bitcoin / Bitcoin Discussion / Re: Introducing: Bitcoin Networked Economy Specification v0.01-DRAFT on: July 28, 2010, 09:20:14 PM
I suppose I could remove the { pair: {"buy": "BTC", "sell": "USD"}... } nesting and just make tags in each pair's dictionary:

That's exactly what I meant.
82  Other / Off-topic / Re: national sections in this forum? on: July 28, 2010, 02:43:34 PM
Mainly due to a post on a Russian IT-community site, http://habrahabr.ru.
83  Other / Off-topic / Re: national sections in this forum? on: July 28, 2010, 03:19:30 AM
True dat!
84  Economy / Marketplace / Re: 10000 BTC -> Russian Roubles (RUB) on: July 28, 2010, 02:23:06 AM
Топик от хабраюзеров всея биткойна... Пора уже перекличку делать.

Looks like it's time for a roll-call
85  Bitcoin / Bitcoin Discussion / Re: Proof-of-work difficulty increasing on: July 27, 2010, 07:33:55 PM
I wonder if that's due to bigger swarm, or heavier iron, or both...?
86  Bitcoin / Bitcoin Discussion / Re: Introducing: Bitcoin Networked Economy Specification v0.01-DRAFT on: July 27, 2010, 05:22:02 AM
Why do you do this:
Code:
"pairs": [ 
    { "pair":
?

This is not XML, no need to wrap it in yet another layer...
87  Economy / Marketplace / Re: BiddingPond.com Discussion on: July 26, 2010, 07:09:15 PM
"It\'s better in the pond"?

It's also better to escape characters properly...
88  Bitcoin / Development & Technical Discussion / Re: I Wrote A Nagios Plugin For Bitcoin on: July 25, 2010, 07:28:31 PM
I have a munin code for bitcoin, but it's pretty shitty, and I don't have enough time to improve it further.
It makes a lot of assumptions right now, and plotting is bit off too.

Code:
#!/bin/bash
case $1 in
        config)
                cat <<'EOM'
graph_title Bitcoin Daemon
graph_vlabel Block Count
graph_args --base 1000 -l 68000
#graph_order balance blockcount difficulty
#balance.label balance
blockcount.label blockcount
#blockcount.min 50000
#difficulty.label difficulty
EOM
        exit 0;;
esac

#echo "balance.value" `bitcoind getbalance`
echo "blockcount.value" `bitcoind getblockcount`
#echo "difficulty.value" `bitcoind getdifficulty`
89  Bitcoin / Development & Technical Discussion / Re: On IRC bootstrapping on: July 22, 2010, 10:45:05 PM
Actually, distributed name resolution (and thus bootstrapping without a central authority) is possible

Requires IPv6. We're not quite there yet...
90  Bitcoin / Development & Technical Discussion / Re: My idea: CBitPal on: July 22, 2010, 08:47:37 PM
You drag in jQuery and also pollute the JS global object?
Sorry to say, but that is pretty weak...

Not to mention that it will not work when JS is disabled.

Gotta tighten up that code man.
91  Bitcoin / Bitcoin Discussion / Re: Sent some coins on: July 22, 2010, 07:29:55 AM
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.
Also I got one reply on the next block cycle!

Got yours Cheesy Sent it back...
92  Bitcoin / Bitcoin Discussion / Local wallet protection on: July 22, 2010, 12:00:06 AM
Currently the software is not asking any questions before performing any sort of transaction.

So it's really easy for people to send all the BTC's to some random bitcoin address in a few seconds the owner steps away from the computer without locking it.

I know that it is more of an issue of local security and trust, rather then a software problem. However for majority of non-technical, non security-savvy people some safe-guard should be in place.

Maybe even combined with wallet encryption.

What does everyone think about it?
93  Bitcoin / Bitcoin Technical Support / Re: Where is the block data stored on Windows x64? on: July 21, 2010, 10:12:48 PM
%SYSTEMDRIVE%/Users/%USERNAME%/AppData/Roaming/Bitcoin ?
94  Economy / Economics / Re: Current Bitcoin economic model is unsustainable on: July 20, 2010, 07:21:41 AM
I'm a big fan of Harry Potter myself Smiley Dr. Seuss is pretty much unknown where I come from Smiley
95  Economy / Economics / Re: Current Bitcoin economic model is unsustainable on: July 20, 2010, 03:28:18 AM
I strongly suggest everyone read the children's books of Dr. Seuss and Roald Dahl as well as the Harry Potter series.
Just read the chapter list for both and you'll have a pretty good understanding... Don't have to lash out with "Dr. Seuss" and what not. Both book titles are fairly self-explanatory.

Please let us know why or what about the books you're recommending. Honestly, nobody is probably going to read either of the books, so you might as well at least let us know that they offer a good argument in this or that direction.
Ok. Both books are preaching the Austrian school's ideas, so they should be a right fit for this community.

"Defending the Undefendable" covers various social aspects and practices of our lives, which are under heavy ostracism by the society (off the cover : The Pimp, Prostitute, Scab, Slumlord, Libeler, Moneylender, and Other Scapegoats in the Gogue's Gallery of American Society). Part V covers financial personages, such as The (Nongovernment) Counterfeiter, The Miser, The Inheritor, The Moneylender, The Noncontributor to Charity, and shows how those are not bad guys, but it fact are required for a normal economy; also covering a good deal about the economy in general.

"Economics in one lesson" is a very old treatise on economics, circa 1946, which is still surprisingly valid in describing current state of economical affairs.

96  Economy / Economics / Re: Current Bitcoin economic model is unsustainable on: July 20, 2010, 12:14:03 AM
I strongly suggest everyone to read entire Part V of Walter Block's "Defending the Undefendable" (http://www.indytruth.org/library/books/block-defending/defending.pdf). The rest is also good, but beyond this particular discussion. Other book I could recommend would be "Economics in one lesson" by Hazlitt (http://www.hacer.org/pdf/Hazlitt00.pdf).
97  Bitcoin / Development & Technical Discussion / Re: JSON-RPC password on: July 19, 2010, 05:23:28 PM
Should bitcoind be more of a system-wide daemon? With PAM authentication and support for all system users, not just the one running it?
Like scanning /home/*/.bitcoin folders for a wallet file and provide access by both username and system password...
98  Bitcoin / Bitcoin Discussion / Re: Introducing: Bitcoin Networked Economy Specification v0.01-DRAFT on: July 19, 2010, 08:23:02 AM
A browser extension (greasemonkey maybe) would be cool, to show a bitcoin icon (similar to https lock) to show that a site participates in bitcoin economy.

Also, perhaps more attention should be focused on supporting microformats, so the bitcoin economy is not only site-specific, but even item-specific on a page. (by microformats i mean information embedded in html markup, rather than external json files. More info @ http://microformats.org/)
99  Economy / Marketplace / Re: BitCoin Casino (Beta mode) on: July 18, 2010, 07:31:05 PM
I've sent the info to the operator, but might as well post it here.

Blackjack has a lot of bugs. If you split and get two aces afterwards - it will show NaN (and will not remove chips off the table for the next round). Happened to me twice.
100  Bitcoin / Bitcoin Discussion / Re: Post your static IP on: July 18, 2010, 07:02:24 PM
bitcoin.exceede.com

And if someone can share an init.d script (Ubuntu) it can be more permanent, in case of reboots.
Pages: « 1 2 3 4 [5] 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!