Bitcoin Forum
August 02, 2024, 11:54:05 AM *
News: Latest Bitcoin Core release: 27.1 [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 »
101  Economy / Economics / Re: New bitcoincharts.com is live! on: March 07, 2011, 08:09:47 AM
The new site is great.

Just one thing:

The MtGox order book is reduced significantly. It seems the order depth has been reduced from full order book to only a fraction.

Any idea why this is the case?

Full orderbook via websocket is broken (probably due to changing servers) so it falls back to the reduced orderbook available via HTTP
102  Bitcoin / Project Development / Re: Bitcoin.org Redesign (mockups inside) on: March 07, 2011, 06:19:27 AM
Looks good. Maybe we could set up a git repo to work on the redesign?
103  Bitcoin / Project Development / Re: Bitcoin.org Redesign (mockups inside) on: March 07, 2011, 02:41:49 AM
You don't need a poll. Just pick the good features from both mock-ups, after all they are anything but a final design where we have to chose either one.

What about swapping Download and "What is Bitcoin" in #1? So the order would be: What is bitcoin?, Download, Quickstart
104  Bitcoin / Development & Technical Discussion / Re: Version 0.3.20.2 released on: March 05, 2011, 05:36:20 PM
Four version numbers??

Yep, better increment only the third number even for small bugfixes (and we should really write a roadmap so we can have 0.4 soon instead of 0.3.693).
105  Bitcoin / Development & Technical Discussion / Re: Code Question? on: March 05, 2011, 11:01:30 AM
> Assuming just local LAN connections (no internet), if I send BTC to another instance: will the other instance receive it ?
yes (assuming they're connected to each other)

> Assuming one of the machines finds a block, will that transmission be encapsulated ?
yes, the transaction will be included in that block

> And if this happens several times for multiple blocks, And when Internet comes back, will the blocks be added to the chain ?
only if your chain is longer than the "other" chain. If it's shorter, the transactions will be ripped from your blocks and included in future blocks (as long as the transactions are still valid)
106  Bitcoin / Bitcoin Discussion / List of unconfirmed transactions on: March 05, 2011, 04:06:48 AM
Bitcoincharts now has list of all unconfirmed transactions known to my node:

http://bitcoincharts.com/bitcoin/
107  Economy / Economics / Re: New bitcoincharts.com is live! on: March 03, 2011, 07:36:06 PM
Is it just me, or are the prices no longer updating? I'm seeing MtGox USD/LR prices from 03:48:25 UTC on the main page, and the markets and charts pages. (Bitcoin monitor is showing several trades since then).

mtgox is changing servers and the DNS hasn't updated yet. I hope this will fix itself within a few hours
108  Economy / Economics / Re: New bitcoincharts.com is live! on: March 03, 2011, 04:00:12 AM
Enlarge checkbox makes technical indicators larger.

Trade volume is reset at midnight UTC. I want to switch to "last 24 hours" but I don't know how to calculate the "previous close" and "open" for that yet.
109  Economy / Economics / New bitcoincharts.com is live! on: March 03, 2011, 01:45:39 AM
I just finished the redesign of http://bitcoincharts.com.

New features:
* large table of all markets
* more markets (bcmv2 will follow as soon as there are few more trades)
* larger charts that autoresize to fit the window
* market depth chart
* statistics for slush's pool
* ticker for #bitcoin-otc
* completely incompatible with Internet Explorer
* all ads are within containers with class=ad so you can hide them easily with .ad { display: none }

Thanks for your donations!
110  Bitcoin / Development & Technical Discussion / Re: [PULL] Full-precision display/entry for bitcoin amounts on: February 28, 2011, 11:19:44 PM
That fixes the problem.
111  Bitcoin / Development & Technical Discussion / Re: [PULL] Full-precision display/entry for bitcoin amounts on: February 28, 2011, 08:15:56 PM


Code:
LANG=de_DE.utf8
LC_CTYPE="de_DE.utf8"
LC_NUMERIC="de_DE.utf8"
LC_TIME="de_DE.utf8"
LC_COLLATE="de_DE.utf8"
LC_MONETARY="de_DE.utf8"
LC_MESSAGES="de_DE.utf8"
LC_PAPER="de_DE.utf8"
LC_NAME="de_DE.utf8"
LC_ADDRESS="de_DE.utf8"
LC_TELEPHONE="de_DE.utf8"
LC_MEASUREMENT="de_DE.utf8"
LC_IDENTIFICATION="de_DE.utf8"
LC_ALL=
112  Bitcoin / Development & Technical Discussion / Re: Negative balance on: February 28, 2011, 02:35:58 AM
move coins from original to ""
113  Bitcoin / Development & Technical Discussion / Re: BitCoin client, From & Message un-used? on: February 28, 2011, 02:17:10 AM
I removed those fields from the integration tree a few days ago so the next release will not have them.
114  Bitcoin / Development & Technical Discussion / Re: [PULL] Full-precision display/entry for bitcoin amounts on: February 27, 2011, 10:40:20 PM
This patch introduces a bug on de_DE locale when sending using the wxGUI. Dialogbox with "Error in amount"
115  Bitcoin / Bitcoin Discussion / Re: JavaScript UI for Bitcoin, QR code, bitcoin: URIs on: February 21, 2011, 07:19:10 PM
Yes, you can host it on Apache, but you need to tell Apache to tunnel the JSON RPC requests to bitcoin. (I don't know how to do that)
116  Bitcoin / Bitcoin Discussion / Re: JavaScript UI for Bitcoin, QR code, bitcoin: URIs on: February 21, 2011, 04:44:03 PM
Just create certificates with openssl:

openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout server.pem -out server.cert

and run it with:

python SSLserver.py -r http://localhost:8332/

then connect to https://$IP:8338/
117  Bitcoin / Development & Technical Discussion / Re: [PATCH] remove from/message fields from SendDialog on: February 21, 2011, 03:19:42 PM
I've fixed the patch and made a pull request: https://github.com/bitcoin/bitcoin/pull/74
118  Bitcoin / Bitcoin Discussion / Re: JavaScript UI for Bitcoin, QR code, bitcoin: URIs on: February 21, 2011, 02:40:08 PM
Fixed a bug preventing sending in labelsmode in some cases.
119  Bitcoin / Bitcoin Discussion / Re: JavaScript UI for Bitcoin, QR code, bitcoin: URIs on: February 21, 2011, 03:27:14 AM
I just tested the new version on the demo page and the account handling looks great.
Unfortunately, there seems to be a problem with sending, it always says "Invalid account name"...

Fixed. Thanks!
120  Bitcoin / Bitcoin Discussion / Re: JavaScript UI for Bitcoin, QR code, bitcoin: URIs on: February 21, 2011, 12:49:09 AM
v0.3.2:
added labelsmode (assumes accounts are labels like the wxGUI does)
can create accounts/labels
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!