Bitcoin Forum
May 04, 2024, 06:57:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 »
1481  Bitcoin / Project Development / Re: Advertising Clearinghouse Bounty (1400 BTC or 350 USDs of BTC) by Noagendamarket on: November 28, 2010, 09:19:48 PM
Kiba, rethinking about what you said... something starts boiling in my head... maybe I can do both.

Give me some time to think about it, how to implement it.

<edit>
Would need some kind of moderation though, else people might send "offensive stuff" or other crap through the advertising system.
It would cost them btc, but still. That might harm the advertising system.
</edit>
1482  Bitcoin / Project Development / Re: Advertising Clearinghouse Bounty (1400 BTC or 350 USDs of BTC) by Noagendamarket on: November 28, 2010, 09:08:58 PM
I'm more thinking on a Project Wonderful type of implementation, with bidding on sites, etc. Also, later, I want to include stats of how effective the advertisement is/was for advertisers. And publishers might want to have some control about what type of ads are displayed on their site.

I don't see how you could do this without accounts. Other ways of implementing might do without accounts, but then it will look a lot different, with less possibilities.

noagendamarket and others, any comment on this?
1483  Bitcoin / Project Development / Re: Operation Project Wonderful (225 BTC PAID) on: November 28, 2010, 10:37:45 AM
I guess this thread is more to get Bitcoin exposure/advertisement and not that it needs to be project wonderful, right?
This might be helpful (advertising with bitcoins and even helps the bitcoin economy):

http://www.biddingpond.com/item.php?id=148
1484  Bitcoin / Project Development / Re: Advertising Clearinghouse Bounty (1400 BTC or 350 USDs of BTC) by Noagendamarket on: November 28, 2010, 08:32:57 AM
Well I'm going to give this a try. Just to see how far I get with this (more bounty might increase my motivation Wink ).

Let us know what progress you're making?

Sure, was already planning to do that. I've never used project wonderful, so some things might be a little different (and not have all the stats, etc. in the beginning).

Here is the first update:
- Designed the databases to store the publishers (people who have websites where they want to have ads shown on) and the websites (publishers can have multiple websites).
- Moved some existing code of an earlier (temp. abandoned)  project around and modified that registration page.

<edit>
Update for things I just did:
- New database where Publishers can link keywords to their website(s) (no web connection atm.).
- Restructured some ugly code, looks much better now.
- Account screen for publishers allows now update of email address, bitcoin address and password.
</edit>
1485  Bitcoin / Bitcoin Technical Support / Re: Forum: show eMail bug? on: November 27, 2010, 06:31:41 PM
Looks all normal here (also FF).
1486  Bitcoin / Project Development / Re: Satoshi Nakamoto versus Ben Bernanke Rap Video on: November 27, 2010, 02:06:39 PM
6. Rule 34 Tongue
1487  Bitcoin / Project Development / Re: Advertising Clearinghouse Bounty (1400 BTC or 350 USDs of BTC) by Noagendamarket on: November 27, 2010, 08:33:50 AM
Well I'm going to give this a try. Just to see how far I get with this (more bounty might increase my motivation Wink ).
1488  Bitcoin / Development & Technical Discussion / Re: Version 0.3.17 on: November 25, 2010, 08:49:55 PM
Why no 0.3.16?
1489  Economy / Trading Discussion / Re: How many bitcoins is "enough"? on: November 25, 2010, 02:58:02 AM
If bitcoin is based on computer power shouldn't it follow moores law?


Moores law doesn't say anything about "computer power", only the amount of transistors on a chip.
1490  Bitcoin / Bitcoin Discussion / Re: Why Are You Sold On Bitcoins? on: November 20, 2010, 09:38:50 AM
I also came here via the Slashdot post. Living in Europe, options for safe online payment are very limited, even more if you are, just like me, very sceptical about paypal and similar services (they are not banks and don't have to comply with regulations that governments put upon them). Although I have a credit card (they are not so easy to get here in Europe as compared to the usa), I'd rather not use it, because it puts me in debt of someone.

Bitcoin doesn't have these side effects and I understand how they work, this generates some trust for me and I hope bitcoin will be accepted by many people in the future.
1491  Local / Nederlands (Dutch) / Re: Nederlands! on: November 19, 2010, 08:09:13 AM
Hoi Witchspace, welkom!

Waar kom je vandaan?
1492  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: November 16, 2010, 03:49:18 PM
Thank you for the information.

I've been searching through the code, but haven't able to find anything yet that might cause the problem.
The part where genproclimit comes into play (until where it is the same as not setting it) is relatively small
and doesn't seem to do strange things. Also, as this code is also the same as the prebuild binaries it seems that
the problem is somewhere else.

Did you already try to get a gdb trace? (there seems also to be a -debug option, might be useful)
1493  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: November 15, 2010, 12:23:04 PM
yes I m using PIE / SSP
I tried the official  binaries , they are working, no segfault


Ok, could you give me some info on the system and your C++/LD-flags?
1494  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: November 15, 2010, 08:29:41 AM
Pushed bitcoin-0.3.15 ebuild to github.
1495  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: November 15, 2010, 07:09:48 AM
Do you have SSP enabled?

Quote
Issues arising from default SSP

The SSP implementation in gcc-3.x is not perfect, and can cause problems. In particular C++ code can be built incorrectly when SSP is enabled, although the exact details are not clear at the moment.

The SSP implementation in gcc-4.x is completely different, even so far as changing the semantics of the compiler switches. At the time of writing, we have little experience in the SSP implementation in gcc-4.x.

<edit>
Try the binaries first, if they also give problems, hand the problem to the devs. They might be quicker in pinpointing the problem.
If the problem is not present in the binaries, we might have to add a build flag somewhere (although there is not much difference,
compared with the distributed build scripts).
</edit>
1496  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: November 15, 2010, 06:53:22 AM
Ok, I'll see if I can find out what is going wrong (please note that I'm not a C++ coder myself).

The distributed binary works, right?
1497  Economy / Economics / Re: To make bitcoin a success, make it convenient for normal people to buy/sell them on: November 13, 2010, 07:18:58 AM

I told You already what is wrong with it, this website is terrible and untrustworthy.
Looks very unprofessional.

Looks unprofessional?

Looks crappy to be precise.

Ahh... nothing beats good old non-constructive feedback. Wink

I don't think it LOOKS bad, but seems rather unusable (why need to register?, can't you just let people post messages that you review before showing them on the website?).
1498  Bitcoin / Bitcoin Discussion / Re: Bitcoin Needs a "Tip Jar" Widget system like Flattr on: November 13, 2010, 06:58:30 AM
You might want to record the idea in:

http://bitcointalk.org/index.php?topic=1268.0
1499  Economy / Speculation / Re: Bitcoin Technical Analysis on: November 10, 2010, 04:20:31 PM
My untrained eyes say, up until 0.23-0.24 and then down again. Trend is still negative. If it breaks through this barrier it might go up again, but looking at the current market depth, there are more sellers then buyers, so I guess it will not be happening.
1500  Economy / Marketplace / Re: mtgox back in business! on: November 09, 2010, 06:00:44 AM
jgarzik: I might do some sort of flat fee all you can trade for a month type thing.

You could even put in a option to have monthly paying people not having the banner displayed.
The current banner is not that annoying, but when "hit the monkey"-type of banners show up. Wink
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!