Bitcoin Forum
May 28, 2024, 04:39:29 AM *
News: Latest Bitcoin Core release: 27.0 [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 18 19 20 21 22 [23] 24 25 26 27 28 29 »
441  Bitcoin / Bitcoin Discussion / Re: Wallet encryption bug found (IMPORTANT!) on: November 12, 2011, 09:17:01 AM
It is embarrassing and astonishing that this critical a bug was not caught before the 0.4 release; constructive suggestions on how to improve the testing and release processes that do not assume access to hundreds of thousands of dollars of funds to hire security consultants or QA teams are welcome. Getting sufficient testing of code BEFORE it is released has been a chronic problem for this project.
Maybe a bounty system would work. Depending on the severity of the bug you earn a few BTC for reporting it.
442  Other / Meta / New subforum: Kindergarten on: November 11, 2011, 08:43:00 AM
Seeing that certain people here spread their slap fights all over the board, I request a new section for such childish behaviour. Letting smear campaigns and libel threads run wild everywhere doesn't exactly make a good impression to new users who come here to get a better understanding of Bitcoin.

- That subforum should be hidden for members until they reach a certain postcount/onlinetime/are whitelisted.
- Threads are moved there without leaving a "moved to" note
- Dragging the slapfight back into the other forum sections should be a bannable offense

One should expect that people are civilized enough to solve their problems between each other in a decent way, but that doesn't seem to be always the case. So let's give them their own playground where they can club each other's heads in without splattering the guts everywhere.
443  Other / Meta / Re: No more signature images on: November 09, 2011, 06:15:14 PM
- add column "showsigimg" to database and default it to 0
- add checkbox "Don't show images in users' signatures" under "Look and Layout Preferences"
- mod source to toggle showsigimg depending on checkbox state
- mod source to add <style type="text/css">.signature img {display: none;}</style> into head section if showsigimg==1

Problem solved. Thanks to btc_novice for starting this idea.

My goal is to make the best Bitcoin forum possible, not to appeal to current users.
If users are not appealed, then this won't be the best forum possible. Simple as that. You can have the greatest product in the universe, but if nobody wants it, you're fubar'ed. See Betamax.

Seriously, this should be rather trivial and doesn't really deserve all this drama.
444  Bitcoin / Development & Technical Discussion / Re: 0.5 rc3 binaries available for testing on: November 07, 2011, 10:41:10 PM
Perhaps it would be possible to compile it the way Luke-Jr did? His rc1 ran fine on W2k. He mentioned only minor makefile changes.

Have you tried running rc3 on W2k?  I don't have a W2k machine to test on (I did sanity test rc2 on XP SP3), but I don't know of any reason it would fail.
I tried bitcoin-0.5.0rc3-win32.zip and got a freeaddrinfo/WS2_32.dll error message about a procedure entry point which wasn't found.

MSDN has some information about it: http://msdn.microsoft.com/en-us/library/ms737931(v=vs.85).aspx

I am well aware that W2k isn't supported by MS anymore, but if it just requires a tiny change it would be nice to have it rolled in. If there's a testbuild, I can try it; just PM me a link.
445  Bitcoin / Development & Technical Discussion / Re: 0.5 rc3 binaries available for testing on: November 07, 2011, 08:58:16 PM
Thanks for the update and progress Gavin!

Perhaps it would be possible to compile it the way Luke-Jr did? His rc1 ran fine on W2k. He mentioned only minor makefile changes.

Not sure what trouble BlueMatt et al are having, but I managed to build some Windows binaries. No guarantees, backup your wallet, etc...

Also, note that these aren't technically 0.5.0rc1, because I built with the very minor makefile changes made afterward (commits a1e0bb5a and e44a00ae) as well as having to hack up the build files more to make it work with my mingw setup (Gentoo crossdev i686-pc-mingw w/ GCC 4.4).

I didn't bother to build with UPnP support either cuz I was too lazy to cross-compile miniupnp (and I just needed the signmessage functionality).


446  Other / Beginners & Help / Re: Need bitcoins fast? Get 1 BTC at Bitcoinduit for posting in this thread! on: October 29, 2011, 09:12:27 PM
Bump.... anyone want a 1 BTC freeroll?
I want a free BTC at any time
447  Economy / Services / Re: [Paused]Break My Website | Cheaper in Bitcoins on: October 23, 2011, 10:28:14 PM
Payment received, thanks!
448  Economy / Services / Re: Break My Website | Cheaper in Bitcoins on: October 23, 2011, 09:37:52 AM
Tested some more...

If you increase the number even more, results are INF; but happily added to the cart anyway. It again slows down, but is ok again as soon as I delete cookies.

When registering an account, I end up with a blank page after hitting the submit button (registered two accounts). I can log in though.

Try to create a new user with a valid email and a password like: ' OR 1=1; will result in a 500 server error. You do use prepared statements for your sql stuff, don't you? Donations happily accepted at 1KbwFRcCBvjbeTpho539bgN9GeSN9AFixp.

edit: doesn't work now anymore.
Sill seems to cause problem when used with the quantity field
449  Economy / Services / Re: Break My Website | Cheaper in Bitcoins on: October 23, 2011, 09:22:48 AM
Entering a large number in the order field causes a switch to e notation (see picture, top). From there on, it looks like the whole site grinds down a halt and gets pretty much unbrowseable, unless you have lots of patience.

When logging in after a reboot, the sum is displayed, but 0 items are in the cart (see picture, bottom).

Bitcoin symbol is not always displayed correctly (see picture). On a side note, I'd prefer BTC since the symbol you use is used for Thai Baht.

When having tons of items in the cart, the cart page either times out or causes the browser to crash because of memory exhaustion (I admit the VM I used to test is low on RAM).

http://picpaste.com/3c901fb847adeb113bdfe825d976aa8a.jpg
450  Bitcoin / Bitcoin Discussion / Re: Bitcoin disadvantages for non-technician users on: October 16, 2011, 01:36:40 PM
Agreed.

N1: I don't know if it's possible, but maybe the initial download could run backwards; eg load the most current blocks first so that new transactions show up. Then continue the rest of the blockchain in the background.

N2: Instant confirmations would be nice, but waiting up to 10 mins for the first hint in your wallet is acceptable (for me).

N3: Automatic backups should be an option (eg "keep x backups" or "keep backups for x months"). I solved that by creating a startup batchfile which does a backup before launching Bitcoin. But that's not an option for your everyday John Doe.
451  Bitcoin / Development & Technical Discussion / Re: Please help test: version 0.5 release candidate 1 on: October 15, 2011, 09:04:30 AM
Not sure what trouble BlueMatt et al are having, but I managed to build some Windows binaries. No guarantees, backup your wallet, etc...

Also, note that these aren't technically 0.5.0rc1, because I built with the very minor makefile changes made afterward (commits a1e0bb5a and e44a00ae) as well as having to hack up the build files more to make it work with my mingw setup (Gentoo crossdev i686-pc-mingw w/ GCC 4.4).

I didn't bother to build with UPnP support either cuz I was too lazy to cross-compile miniupnp (and I just needed the signmessage functionality).


I've tested the two QT binaries on Win2k. They start perfectly fine Smiley
I used my real wallet.dat only with the network disabled (no offense at all, but I'll only use it with an official release). Seems there are no issues so far.
Thumbs up from me.
452  Alternate cryptocurrencies / Altcoin Discussion / Re: [SC2] It's time to realize that the game is over on: October 12, 2011, 09:01:28 PM
The more I read your posts, the more I start to think you actually are the new BitcoinExpress identity. Hmmm  Huh
Did you ever consider that there are only two people posting on this forum? You and this other guy from Japan having the rest of all accounts?

Seriously, I'm paranoid too but you take it to a whole new level.
453  Economy / Services / Re: WANTED: .3gp Video File Repair (5BTC) on: September 25, 2011, 09:22:12 PM
Thanks!

Remember: Rock bands burn stuff on stage, but not their tour bus  Tongue
454  Economy / Services / Re: WANTED: .3gp Video File Repair (5BTC) on: September 25, 2011, 11:06:29 AM
The problem is that the video misses the moov header which contains the details about the audio/video streams inside. Also, the header at the beginning of the file is missing.
The header at the top is rather easy to recreate by copying the first bytes from the good file and calculating the offset for the mdat part. From there on, pretty much the only option is to move over the moov section too. This results in a video file which at least opens in VLC, but it still looks buggy (it looks like you filmed something that's burning).

I have created a patch which can be applied with xdelta to the broken 3gp file: http://www.files.to/get/22295/330dkvjfmz

MD5 sums:
broken file: 96f52e415760249d9ab367f755e36f7c
patch: b479140c6b4c1f6b7ffdc7a56ad5f4f9
repaired file: 1da0c96cd94da30466fdd7b29feab2df

You can apply the patch with: xdelta -d -s 2011-09-24_04-25-32_612.3gp repair.delta 2011-09-24_04-25-32_612-PATCHED.3gp

Maybe this will help you some; I don't really do much video editing, so the number of video programs I have is limited. Since you already tried a lot, maybe one of those programs can work with the patched file.
455  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.4 released on: September 24, 2011, 10:04:22 PM
You're running anything serious on an antique like that?! My phone is more powerful than computers that were contemporaneous with Windows 2000. There has to be a lower bound of support somewhere, and your old Studebaker is below it.
As said, it does all its work perfectly fine. Leave the imaginative problems which you assume I'm having to me and play with your phone.

That's not to say that your simple change couldn't be added; the problem is it can't be tested and verified because the rest of us can't lay hands on Windows 2000 without significant time or expense.
Again, as said, Matt worked on that for v0.3.24 and I successfully tested the fixed binary. It's an official MS fix and the only problem was compiler-related.
456  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.4 released on: September 24, 2011, 07:10:22 PM
Sadly still not working on W2k  Cry

Are you joking? windows 2000 in 2011? Ehi i have a copy of windows 3.1 somewhere, are you interested in it?  Roll Eyes

The fact that the client doesn't work with w2k is a GOOD THING.
Actually, I do have WfW on floppies. Also DOS.

But seriously, why should I replace a perfectly running system that's working as a server? I'd need to buy new hardware, a new Windows, install and configure it along with all the tweaks and services running on top of it. Just to run the client of an experimental currency? Yeah, like that will happen.

As I said before, I provided a solution already and hope that the Devs will add it.
457  Bitcoin / Development & Technical Discussion / Re: Bitcoin Client 0.4 & Win7 junction problem. on: September 23, 2011, 10:40:01 PM
Does anyone have any suggestions? Ran into this problem that found a solution?
Yes. Use the datadir switch.
458  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.4 released on: September 23, 2011, 07:17:44 PM
Sadly still not working on W2k  Cry


Switch to Linux.  Surely W2K will have enough unpatched security holes that any bitcoins you own will surely get stolen.
It's a server in my home network and already behind a Linux gateway. It's never been compromised and has been running fine needing no attention. I know W2k is old, but this one just works and I don't intend to replace it just because of this update while the old client still works. Especially since the fix should be pretty simple (I already provided details in another thread).

And don't get me started by implying "Linux is safe by default"; for the sake of a civilized discussion, I'll assume you were trolling.
459  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.4 released on: September 23, 2011, 05:32:12 PM
Sadly still not working on W2k  Cry
460  Other / Meta / Re: Suggestion: Don't show post counts on: September 21, 2011, 08:57:06 PM
Disagreement here. I often check the postcount, especially when transfers are involved. In my opinion, someone with 500+ posts is less likely to run away with your money than someone who asks for a 10btc loan in the first post. I don't want to call all newbies scammers, but for obvious reasons it would be easier to scam people because all you need to do is register a new account and ask for your next loan instead of building up a reputation. This forum has a newbie section and minimum requirements to post in the other forums; and from what I know, this was done to keep spam and trolling under control. For me, the postcount works like that when it comes to transactions.

That said, it would be nice to have some sort of rating system between users. For example, when Joe sells something to Jane, he could enable a "rate me" option for her. When the trade is done, Joe gets a rating which is displayed underneath the postcount. I'm sure a lot of people here are honest traders, but nobody knows. Same for the dishonest ones.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!