Bitcoin Forum
May 28, 2024, 10:14:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 [445] 446 447 »
8881  Bitcoin / Bitcoin Discussion / Re: *** ALERT *** Upgrade to 0.3.6 ASAP! on: July 30, 2010, 04:49:25 PM
would an auto-update function built into bc be possible?
It's something that I have already suggested here :|
http://bitcointalk.org/index.php?topic=259.0
8882  Bitcoin / Development & Technical Discussion / Re: URI-scheme for bitcoin on: July 22, 2010, 03:53:27 AM

Using http://127.0.0.1:[bitcoinwebport]/whatever is a bit limiting, it requires that the user has the bitcoin client, and that the client is running.

Using bitcoin:?whatever however allows us to add a uri handler to the browser, so it launches the client with the information if it is not running, or opens a window if it is running.
In addition it allows websites to be registered as URI handlers, so people could register mybitcoin or other wallet service providing website to handle the request for them, without requiring the application. I find this a compelling argument to standardise on this style.
Yes, I hope that you will add support to some URI-scheme while you are adding password support here: http://bitcointalk.org/index.php?topic=461.20
8883  Bitcoin / Development & Technical Discussion / Re: Bitcoin is "Growing Up" : Feature Request on: July 12, 2010, 06:51:11 AM
Quote
2) Disconnect from the IRC when the outside port (8333) isn't connectible.
   We gain NOTHING by having Bitcoin idle on the IRC channel when nobody can connect to it, and we hit the server harder and annoy privacy-minded people.
The client needs also to show something to the user, example: unable to connect ...
8884  Bitcoin / Bitcoin Discussion / Re: Getting started on: July 12, 2010, 02:09:21 AM
Can you add this link on contact page?
http://webchat.freenode.net/?channels=bitcoin-dev&uio=d4
It's the ajax official IRC client of Freenode, it will make easier to new users to come on IRC chan Smiley
8885  Bitcoin / Bitcoin Technical Support / Antivirus on: July 12, 2010, 01:08:37 AM
As I said on IRC, I think that you should add something about it on FAQ ( mainly Windows FAQ )
I had to make an excitation of %AppData%\Roaming\Bitcoin / bitcoin.exe on Microsoft Security Essential to make it working correctly ( bitcoin )
I don't know if it only a MSE problem, but it can be easily a problem with all antivirus.

So I think that it will a good idea to add something about antivirus on official FAQ Smiley

EDIT for Linux:
Quote
<+PovAddict> ...and if you use Linux (and you trust not to get a power outage in the middle of a database write), I suggest libeatmydata to disable fsync on bitcoin, should speed up initial block fetching (not sure about generation)
8886  Bitcoin / Development & Technical Discussion / Re: version / autoupdate on: July 12, 2010, 12:33:11 AM
I don't like also the popup way, I don't want to click ok/cancel everytime.
I think that just making appearing of a text message on the main GUI is enough.
Also, is should enabled by default ... but it needs also an ON/OFF option.
This will make everyone happy Smiley
8887  Bitcoin / Bitcoin Discussion / Re: Slashdot Submission for 1.0 on: July 11, 2010, 03:36:16 PM
Sourceforce
Another way to give some help to Bitcoin is going here and add a "Rate and Review".
Everyone here should go and put something Cheesy
8888  Bitcoin / Development & Technical Discussion / version / autoupdate on: July 11, 2010, 01:32:31 AM
Can you add something like a version.txt on sf.net?

Example:
Code:
[version]
0.3.1
Then you should add a check on the client for this file. ( every hour/minutes, users will be able to change this check-time from the options )
Everytime it will see that there is a newest version, it will show it somewhere on the main screen of the GUI.
Example:
Code:
newer version avvailable: 0.3.1
Please update it!

It's quiet simple, but it help to have more change that majority of clients will always be updated.

You will be able also to add a more advanced auto-update feature.

EDIT:
even better
Code:
[version]
0.3.1
[message]
newer version avvailable: &v
Please update it!
With this you will be able to add also a different message every new version Smiley
8889  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 25, 2010, 04:47:28 AM
Windows 7 x64
4 GB RAM
Intel i7 860

4 cores ( 8 virtuals ): 2200 khash/s

It's lower than Ubuntu :|

8890  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 24, 2010, 10:19:34 PM
will it change something if you release a x64 bit version for Windows?
8891  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 07:49:50 PM
yes, I'm just using 0.30 by now.
Thank you! Cheesy
8892  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 07:33:24 PM
Check if the "%appdata%" directory exists, and "%appdata%\bitcoin"
Both are existing Smiley

Try:
 rename "%appdata%\bitcoin" bitcoin2

does it work then?
Yes it works.

so I closed it, copied the walled.dat from the old folder to the new one, and now it's downloading blocks
Address book and old transfers seem ok, but there aren't anyone of old "generated coins" ... I just need to wait?
Anyway, I can just go back with the old v0.2.10 Smiley

EDIT:
I did another thing.
Closed it, copied addr.dat / blk0001.dat / blkindex.dat from old folder to the new one.
Restarted bitcoin ( v0.30 ), and now it seems that everything is working. ( I can see also old generated coins now )
I just did NOT copied "log.0000000002" from the database folder ...
8893  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 07:14:39 PM
Windows 7 x64 ENG
4 GB RAM
Intel i7 860

I was using the v0.2.10 build by laszlo before yours.
8894  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 07:08:09 PM
Quote
EXCEPTION: 22DbRunRecoveryException
DBENv::open: DB_RUNRECOVERY: Fatal error, run database recovery
C:\Program Files\Bitcoin\bitcoin.exe in OnInit()
I have the same problem :|
8895  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 04:06:45 AM
I'm just here Cheesy

Windows 7 x64
4 GB RAM
Intel i7 860
8896  Bitcoin / Bitcoin Discussion / Re: new binary release? on: June 21, 2010, 08:09:27 PM
Ok, it is generating now ( I just get 50 coins ).
I was just worried it is slower than the official build.
Anyway, I know that something is probably changed ( there are more people with better CPUs )

Is it possible to add also the "Proof-of-work difficulty" real-time value somewhere on the GUI ?
8897  Bitcoin / Bitcoin Discussion / Re: new binary release? on: June 17, 2010, 12:59:47 AM
I doesn't generate coins anymore.
Anyway it could be a problem with windows 7 x64, even if the latest one was working.

I know that there is a lot of math and we have to be luck, it is just strange Smiley

I'll wait some more ...
8898  Bitcoin / Bitcoin Discussion / Re: new binary release? on: June 16, 2010, 11:45:34 PM
I'm trying to generate coin with your windows build, and it seems that it doesn't work at all.
It was working with the official exe.

Is there a bug somewhere on official code?
8899  Bitcoin / Bitcoin Discussion / Re: Social networks on: June 14, 2010, 09:50:30 PM
does "http://twitter.com/bitcoinORG" come from official dev/admin ?
EDIT:
it seems NOT ...
8900  Economy / Marketplace / Re: Introducing Bitthanks - beta on: June 14, 2010, 11:58:43 AM
I think that bitcoin-url will also give some help to this Smiley
Pages: « 1 ... 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 [445] 446 447 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!