Bitcoin Forum
June 16, 2024, 12:28:50 PM *
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 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 ... 421 »
501  Economy / Auctions / Advertise on this forum - Round 296 on: December 28, 2019, 06:24:18 PM
The forum sells ad space in the area beneath the first post of every topic page. This income is used primarily to cover hosting costs and to pay moderators for their work (there are many moderators, so each moderator gets only a small amount -- moderators should be seen as volunteers, not employees). Any leftover amount is typically either saved for future expenses or otherwise reinvested into the forum or the ecosystem.

Ads are allowed to contain any non-annoying HTML/CSS style. No images, JavaScript, custom fonts, or animation. Ads must appear 3 or fewer lines tall in my browser (Firefox, 900px wide). Ad text may not contain lies, misrepresentation, or inappropriate language. Ads may not link directly to any NSFW page. No ICOs[1], loggable mixers[2], banks, funds, or anything that a person can be said to "invest" in; I may very rarely make exceptions if you convince me that you are ultra legit, but don't count on it. Ads may be rejected for other reasons, and I may remove ads even after they are accepted.

There are 10 total ad slots which are randomly rotated. So one ad slot has a one in ten chance of appearing. Nine of the slots are for sale here. Ads appear only on topic pages with more than one post, and only for people using the default theme.

Duration

- Your ads are guaranteed to be up for at least 7 days.
- I usually try to keep ads up for no more than 11 days.
- Sometimes ads might be up for longer, but hopefully no longer than 12 days. Even if past rounds sometimes lasted for long periods of time, you should not rely on this for your ads.

Stats

Exact historical impression counts per slot:
https://bitcointalk.org/adrotate.php?adstats

Info about the current ad slots:
https://bitcointalk.org/adrotate.php?adinfo

Ad blocking

Hero/Legendary members, Donators, VIPs, and moderators have the ability to disable ads. I don't expect many people to use this option. These people don't increase the impression stats for your ads.

I try to bypass Adblock Plus filters as much as possible, though this is not guaranteed. It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.

To prevent matches against URLs: I have some JavaScript which fixes links blocked by ABP. You must tell me if you want this for your ads. When someone with ABP and JavaScript enabled views your ads, your links are changed to a special randomized bitcointalk.org URL which redirects to your site when visited. People without ABP are unaffected, even if they don't have JavaScript enabled. The downsides are:
- ABP users will see the redirection link when they hover over the link, even if they disable ABP for the forum.
- Getting referral stats might become even more difficult.
- Some users might get a warning when redirecting from https to http.

To prevent matching on CSS classes/styles: Don't use inline CSS. I can give your ad a CSS class that is randomized on each pageload, but you must request this.

To prevent matching against your HTML structure: Use only one <a> and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.

Designing ads

Make sure that your ads look good when you download and edit this test page:
https://bitcointalk.org/ad_test.html
Also read the comments in that file.

Images are not allowed no matter how they are created (CSS, SVG, or data URI). Occasionally I will make an exception for small logos and such, but you must get pre-approval from me first.

The maximum size of any one ad is 51200 bytes.

I will send you more detailed styling rules if you win slots in this auction (or upon request).

Auction rules

You must be at least a Jr Member to bid. If you are not a Jr Member and you really want to bid, you should PM me first. Tell me in the PM what you're going to advertise. You might be required to pay some amount in advance. Everyone else: Please quickly PM newbies who try to bid here to warn them against impersonation scammers.

If you have never purchased forum ad space before, and it is not blatantly obvious what you're going to advertise, say what you're going to advertise in your first bid, or tell me in a PM.

Post your bids in this thread. Prices must be stated in BTC per slot. You must state the maximum number of slots you want. When the auction ends, the highest bidders will have their slots filled until all nine slots are filled.

So if someone bids for 9 slots @ 5 BTC and this is the highest bid, then he'll get all 9 slots. If the two highest bids are 9 slots @ 4 BTC and 1 slot @ 5 BTC, then the first person will get 8 slots and the second person will get 1 slot.

The notation "2 @ 5" means 2 slots for 5 BTC each. Not 2 slots for 5 BTC total.

- When you post a bid, the bids in your previous posts are considered to be automatically canceled. You can put multiple bids in one post, however, like "5 @ 1 and 1 @ 5".
- All bid prices must be evenly divisible by 0.01.
- The bidding starts at 0.01.
- I will end the auction at an arbitrary time. Unless I say otherwise, I typically try to end auctions within a few days of 10 days from the time of this post, but unexpected circumstances may sometimes force me to end the auction anytime between 4 and 22 days from the start. I have a small bias toward ending auctions on Fridays, Sundays, and Mondays.
- If two people bid at the same price, the person who bid first will have his slots filled first.
- Bids are considered invalid and will be ignored if they do not specify both a price and a max quantity, or if they could not possibly win any slots

If these rules are confusing, look at some of the past forum ad auctions to see how it's done.

I reserve the right to reject bids, even days after the bid is made.

Price flattening

At the end of the auction, after the winning bids are all determined, I will do a "price flattening" operation. This has no effect on which bids actually win. For each bid, in order of lowest to greatest price/slot, I will reduce each bid's price/slot to the highest value which is equal to or only the minimum increment greater than the next-lower bid. This allows you to bid higher prices without worrying so much, but you still mustn't bid more than you're willing to pay. Example:

Code:
This:
Slots  BTC/Slot  Person
    6      0.20       A
    1      0.16       B
    1      0.08       C
    1      0.08       D

Becomes:
Slots  BTC/Slot  Person
    6      0.10       A [step 4: reduced to 0.09+0.01=0.10]
    1      0.09       B [step 3: reduced to 0.08+0.01=0.09]
    1      0.08       C [step 2: same as the next-lowest, unchanged]
    1      0.08       D [step 1: the lowest bid is always unchanged]

Payment, etc.

You must pay for your slots within 24 hours of receiving the payment address. Otherwise your slots may be sold to someone else, and I might even give you a negative trust rating. I will send you the payment information via forum PM from this account ("theymos", user ID 35) after announcing the auction results in this thread. You might receive false payment information from scammers pretending to be me. They might even have somewhat similar usernames. Be careful.

[1]: For the purposes of forum ads, an ICO is any token, altcoin, or other altcoin-like thing which meets any of the following criteria: it is primarily run/backed by a company; it is substantially, fundamentally centralized in either operation or coin distribution; or it is not yet possible for two unprivileged users of the system to send coins directly to each other in a P2P way. The intention here is to allow community efforts to advertise things like Litecoin, but not to allow ICO funding, even when the ICO is disguised in various ways.
[2]: A loggable mixer is a service marketed primarily for improving transaction privacy which accepts full custody of cryptocurrency for a time and has the technical ability to log where the cryptocurrency comes from and goes to (even if they promise not to log).
502  Economy / Auctions / Re: Advertise on this forum - Round 295 on: December 28, 2019, 06:19:38 PM
Auction ended, final result:
Slots BTC/Slot Person
4 0.06 TrueFlip.io
4 0.05 BC.GAME
1 0.05 BayAreaCoins
503  Other / Meta / Re: Come back theymos, all is forgiven. on: December 28, 2019, 05:34:15 PM
Just because I haven't posted doesn't mean I'm not around... I sent 17 PMs in the 9 days since my last post, for example.
504  Local / Deutsch (German) / Re: Gesucht: neuer Moderator für das deutsche Forum on: December 19, 2019, 08:22:30 PM
There will only be one moderator.

Report history is the most important consideration for a moderator candidate. Over the forum's many years, relatively "newbie" members with good report histories have consistently done much better as mods than veteran, well-respected members with poor report histories. That said, not all reports are equal, so a simple report count doesn't tell the whole story. Also, in addition to report histories, it's necessary to consider factors such as the ability of the candidate to be neutral, their trustworthiness, etc. It's also nice to choose a moderator who people generally already trust/respect, but sometimes this is outweighed by other factors.

If a poll is created, I will not completely ignore the results, but I will also not use it as a primary influence. I'm more interested in arguments people have for or against certain candidates.

Here are the top non-bad report counts for the German sections over the last 6 months, along with the German boards which those reports covered (broader coverage being better).
Quote
| o_solo_miner   |      69 | Altcoins (Deutsch), Anfänger und Hilfe, Auktionen, Biete, Deutsch (German), Mining (Deutsch), Off-Topic (Deutsch), Projektentwicklung, Suche, Trading und Spekulation
| mole0815       |      57 | Altcoins (Deutsch), Anfänger und Hilfe, Auktionen, Biete, Deutsch (German), Mining (Deutsch), Off-Topic (Deutsch), Projektentwicklung, Suche, Trading und Spekulation
| Souri          |      57 | Altcoins (Deutsch), Anfänger und Hilfe, Auktionen, Biete, Deutsch (German), Mining (Deutsch), Off-Topic (Deutsch), Projektentwicklung, Suche, Trading und Spekulation
| bct_ail        |      29 | Altcoins (Deutsch), Deutsch (German), Off-Topic (Deutsch), Presse , Projektentwicklung, Trading und Spekulation
| 1miau          |      27 | Altcoins (Deutsch), Deutsch (German), Off-Topic (Deutsch), Presse
| fronti         |      27 | Anfänger und Hilfe, Auktionen, Biete, Deutsch (German), Mining (Deutsch), Off-Topic (Deutsch), Suche, Trading und Spekulation
| asche          |      17 | Altcoins (Deutsch), Anfänger und Hilfe, Deutsch (German), Trading und Spekulation
| Lafu           |      16 | Altcoins (Deutsch), Deutsch (German), Off-Topic (Deutsch), Trading und Spekulation
| willi9974      |      13 | Biete, Deutsch (German), Mining (Deutsch), Suche
| yxt            |      13 | Biete, Deutsch (German), Mining (Deutsch), Off-Topic (Deutsch), Trading und Spekulation
(My previous list of candidates came from the same list as above, in order, but the numbers have changed since then.)
505  Economy / Auctions / Advertise on this forum - Round 295 on: December 19, 2019, 01:50:01 PM
The forum sells ad space in the area beneath the first post of every topic page. This income is used primarily to cover hosting costs and to pay moderators for their work (there are many moderators, so each moderator gets only a small amount -- moderators should be seen as volunteers, not employees). Any leftover amount is typically either saved for future expenses or otherwise reinvested into the forum or the ecosystem.

Ads are allowed to contain any non-annoying HTML/CSS style. No images, JavaScript, custom fonts, or animation. Ads must appear 3 or fewer lines tall in my browser (Firefox, 900px wide). Ad text may not contain lies, misrepresentation, or inappropriate language. Ads may not link directly to any NSFW page. No ICOs[1], loggable mixers[2], banks, funds, or anything that a person can be said to "invest" in; I may very rarely make exceptions if you convince me that you are ultra legit, but don't count on it. Ads may be rejected for other reasons, and I may remove ads even after they are accepted.

There are 10 total ad slots which are randomly rotated. So one ad slot has a one in ten chance of appearing. Nine of the slots are for sale here. Ads appear only on topic pages with more than one post, and only for people using the default theme.

Duration

- Your ads are guaranteed to be up for at least 7 days.
- I usually try to keep ads up for no more than 11 days.
- Sometimes ads might be up for longer, but hopefully no longer than 12 days. Even if past rounds sometimes lasted for long periods of time, you should not rely on this for your ads.

Stats

Exact historical impression counts per slot:
https://bitcointalk.org/adrotate.php?adstats

Info about the current ad slots:
https://bitcointalk.org/adrotate.php?adinfo

Ad blocking

Hero/Legendary members, Donators, VIPs, and moderators have the ability to disable ads. I don't expect many people to use this option. These people don't increase the impression stats for your ads.

I try to bypass Adblock Plus filters as much as possible, though this is not guaranteed. It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.

To prevent matches against URLs: I have some JavaScript which fixes links blocked by ABP. You must tell me if you want this for your ads. When someone with ABP and JavaScript enabled views your ads, your links are changed to a special randomized bitcointalk.org URL which redirects to your site when visited. People without ABP are unaffected, even if they don't have JavaScript enabled. The downsides are:
- ABP users will see the redirection link when they hover over the link, even if they disable ABP for the forum.
- Getting referral stats might become even more difficult.
- Some users might get a warning when redirecting from https to http.

To prevent matching on CSS classes/styles: Don't use inline CSS. I can give your ad a CSS class that is randomized on each pageload, but you must request this.

To prevent matching against your HTML structure: Use only one <a> and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.

Designing ads

Make sure that your ads look good when you download and edit this test page:
https://bitcointalk.org/ad_test.html
Also read the comments in that file.

Images are not allowed no matter how they are created (CSS, SVG, or data URI). Occasionally I will make an exception for small logos and such, but you must get pre-approval from me first.

The maximum size of any one ad is 51200 bytes.

I will send you more detailed styling rules if you win slots in this auction (or upon request).

Auction rules

You must be at least a Jr Member to bid. If you are not a Jr Member and you really want to bid, you should PM me first. Tell me in the PM what you're going to advertise. You might be required to pay some amount in advance. Everyone else: Please quickly PM newbies who try to bid here to warn them against impersonation scammers.

If you have never purchased forum ad space before, and it is not blatantly obvious what you're going to advertise, say what you're going to advertise in your first bid, or tell me in a PM.

Post your bids in this thread. Prices must be stated in BTC per slot. You must state the maximum number of slots you want. When the auction ends, the highest bidders will have their slots filled until all nine slots are filled.

So if someone bids for 9 slots @ 5 BTC and this is the highest bid, then he'll get all 9 slots. If the two highest bids are 9 slots @ 4 BTC and 1 slot @ 5 BTC, then the first person will get 8 slots and the second person will get 1 slot.

The notation "2 @ 5" means 2 slots for 5 BTC each. Not 2 slots for 5 BTC total.

- When you post a bid, the bids in your previous posts are considered to be automatically canceled. You can put multiple bids in one post, however, like "5 @ 1 and 1 @ 5".
- All bid prices must be evenly divisible by 0.01.
- The bidding starts at 0.01.
- I will end the auction at an arbitrary time. Unless I say otherwise, I typically try to end auctions within a few days of 10 days from the time of this post, but unexpected circumstances may sometimes force me to end the auction anytime between 4 and 22 days from the start. I have a small bias toward ending auctions on Fridays, Sundays, and Mondays.
- If two people bid at the same price, the person who bid first will have his slots filled first.
- Bids are considered invalid and will be ignored if they do not specify both a price and a max quantity, or if they could not possibly win any slots

If these rules are confusing, look at some of the past forum ad auctions to see how it's done.

I reserve the right to reject bids, even days after the bid is made.

Price flattening

At the end of the auction, after the winning bids are all determined, I will do a "price flattening" operation. This has no effect on which bids actually win. For each bid, in order of lowest to greatest price/slot, I will reduce each bid's price/slot to the highest value which is equal to or only the minimum increment greater than the next-lower bid. This allows you to bid higher prices without worrying so much, but you still mustn't bid more than you're willing to pay. Example:

Code:
This:
Slots  BTC/Slot  Person
    6      0.20       A
    1      0.16       B
    1      0.08       C
    1      0.08       D

Becomes:
Slots  BTC/Slot  Person
    6      0.10       A [step 4: reduced to 0.09+0.01=0.10]
    1      0.09       B [step 3: reduced to 0.08+0.01=0.09]
    1      0.08       C [step 2: same as the next-lowest, unchanged]
    1      0.08       D [step 1: the lowest bid is always unchanged]

Payment, etc.

You must pay for your slots within 24 hours of receiving the payment address. Otherwise your slots may be sold to someone else, and I might even give you a negative trust rating. I will send you the payment information via forum PM from this account ("theymos", user ID 35) after announcing the auction results in this thread. You might receive false payment information from scammers pretending to be me. They might even have somewhat similar usernames. Be careful.

[1]: For the purposes of forum ads, an ICO is any token, altcoin, or other altcoin-like thing which meets any of the following criteria: it is primarily run/backed by a company; it is substantially, fundamentally centralized in either operation or coin distribution; or it is not yet possible for two unprivileged users of the system to send coins directly to each other in a P2P way. The intention here is to allow community efforts to advertise things like Litecoin, but not to allow ICO funding, even when the ICO is disguised in various ways.
[2]: A loggable mixer is a service marketed primarily for improving transaction privacy which accepts full custody of cryptocurrency for a time and has the technical ability to log where the cryptocurrency comes from and goes to (even if they promise not to log).
506  Economy / Auctions / Re: Advertise on this forum - Round 294 on: December 19, 2019, 01:46:29 PM
Auction ended, final result:
Slots BTC/Slot Person
2 0.03 SlavaVendo
3 0.03 wixiplay
4 0.03 TheQuin
507  Other / Politics & Society / Re: BREAKING: Trump Officially Becomes 3rd U.S. President to be Impeached on: December 19, 2019, 02:43:12 AM
That number of Dem defections is about what was expected. It would've been interesting if the impeachment had been defeated, but that seemed incredibly unlikely.

I heard a theory that the Democrats might never actually send the articles of impeachment to the Senate. Then they'll be able to imply that the impeachment proves that Trump is corrupt without the Republicans being able to respond that he was acquitted. Once he's acquitted, it'll be much easier for Republicans to build a narrative that the whole thing was a witch hunt and a waste of time by the Democrats.

But I think that in any case it's not going to have any huge effect for either side, since in November most swing voters won't be thinking about it anymore. Maybe it'll be a small net help for Republicans in the House elections.
508  Other / Meta / Re: Reducing (removing) airdropped merits for those who didn't earn 1 single merit on: December 17, 2019, 10:17:38 PM
Adding UI elements is very "expensive" in the sense that it's something to which every member constantly has to devote some brainspace. So I can't see adding any kind of split merit score or other UI element, since that'd be a permanent high cost as a result of a one-time thing in the past.

I also can't see decaying non-airdropped merit scores.

I could see decaying airdropped merit, though I'm not convinced of it currently. If it was done, it may be best to do something like this:
 - Your current activity score as of <whenever this change would be done> is recorded, which I'll call EPOCH_ACTIVITY.
 - Your merit score is defined as max(0, AIRDROPPED_MERIT-(CURRENT_ACTIVITY-EPOCH_ACTIVITY)/7) + EARNED_MERIT.
 
So you'd already have had a lot of time to earn merit, and you'd get an additional 7 "activity-days" per point of merit to get back even more. Inactive users wouldn't be demoted.
509  Local / Deutsch (German) / Re: Gesucht: neuer Moderator für das deutsche Forum on: December 16, 2019, 05:00:28 PM
Here we are again...

These people seem like possible candidates based on reporting records: o_solo_miner, Souri, mole0815, bct_ail, 1miau, fronti, asche, and Lafu. Comments? Do any of them want to be mods? Note that mods aren't paid very much; some local mods make up to a few hundred USD per month.

The section's size only warrants one mod at this point.
510  Other / Meta / Re: Is this a forum bug? on: December 15, 2019, 09:06:50 PM
It's a bug in the "uBlock filters" filter list: complain to them. They're blocking every <span> containing the text "advert" with the rule: bitcointalk.org##:xpath(//span[contains(text(),"Advert")]/../..). This is such a general rule that there isn't much I could do to prevent it from blocking posts.

Ironically, I could easily make it not actually match the ad area, since unlike post contents, I control that...
511  Other / Politics & Society / Re: No ifs, no buts, not maybe Brexit is happening by 31st January 2020. on: December 13, 2019, 07:06:05 PM
Another shocking election! I guess the spirit that caused the original brexit result and the Trump election isn't dead yet.

The EU is authoritarian and economically-intrusive, and I think that moving government power to more local levels tends to provide on-net-better outcomes than otherwise, so if I was a UK citizen, I definitely would've been a brexit supporter. That said, I'm not very optimistic about the UK's future. I feel like the UK's politics (ie. the feelings of the average person as well as the average politician) is actually 90% aligned with the EU. As a result, the UK is likely to more-or-less continue EU policies, which are anti-freedom and a drag on the economy, but via brexit it will lose the economic advantages it gained by being a prominent member of the EU.

The only way that brexit will end up being a net positive economically is if the UK adopts a lot of free-market policies that it couldn't have done while in the EU. Some possible outcomes, in order of most to least likely:

  • IMO the most likely outcome is that the UK ends up as some sort of EU satellite like Switzerland. (This was basically May's deal.) As such, it will continue to be forced to do what the EU says, but will have less say in how the EU functions. Brexit supporters won't get anything they wanted, and remainers also won't be completely happy. Mostly the pre-brexit status quo will continue, but the UK will have lost a lot from the brexit commotion, and there may also be some continual economic disadvantages to their new status.
  • Another possibility is that they hard-brexit but end up keeping 90% of the EU's policies, resulting in an attempt at being a "mini EU" economy. This will leave them in a no man's land where they won't be able to do trade deals with anyone, but their economy will be dragged down by the EU's anti-free-market policies. This'll result in economic disaster, and eventually it'd have to change. Probably after several years of deep recession, the political winds would blow toward rejoining the EU (under much less favorable terms).
  • Less likely, the UK could hard-brexit and align themselves pretty closely to the US. This is what Trump is offering. It requires a hard brexit, or something close. Although the US is very far from perfect, this probably would be enough of a free-market shift to be a net benefit for the UK. The trouble is that as I mentioned, the UK's population seems politically aligned with the EU, not the US. When the US's draft trade deal was published some time ago, people in the UK were freaking out about "chlorinated chicken" and "selling off the NHS", etc.
  • Very unlikely, the UK could hard-brexit and not align themselves with anyone, but drop almost all EU policies and become a free-market haven like Singapore. This'd be excellent, but it seems unlikely.

I'll continue watching with interest...
512  Other / Politics & Society / Re: [BET] Trump or not Trump 2020, eddie13 vs suchmoon on: December 10, 2019, 06:34:48 PM
At the moment I'd give Trump an advantage, but I wouldn't bet much on it. Biden is currently the clear favorite for the nomination, and although he's a shockingly poor candidate, Trump has several must-win states with close polls. There are many plausible paths for Biden to win vs Trump, even if none of them look particularly probable right now IMO. Also, there's some chance of Bernie or Buttigieg winning the nomination, and I think they'd have much better odds than Biden vs Trump. I also still see an elevated chance of recession in 2020, which would hurt Trump a lot.

If you want to nitpick the bet construction: There is no one "electoral college meeting". Each state has an electoral college meeting at separate places and times; the electors there write down their state's votes and send them to the House of Representatives, where they are tabulated sometime in early January. There's a small chance of odd occurrences here:

First, there's a small but not-safely-ignorable chance of a 270-270 tie, or of a third-party candidate getting votes and creating a non-majority. Then the (incoming) House decides, but they vote in a weird way which (at a quick glance) probably favors the Republicans.

Second, on a majority vote in both the (incoming) House & Senate, a state's electoral votes can be completely ignored on the grounds that the state's electoral votes were not handled legally, such as due to an election conducted contrary to state or federal law. You could imagine this happening if one side wins both chambers of Congress but not the presidency, and they can point to some sort of "election interference" (as both sides like to complain about) in one or more states. This would make your bet particularly ambiguous, since Congress would be saying that some of the electors are not actually proper electors.
513  Other / Meta / Re: Merit stats page doesn't reflect caption competition merits, afaict on: December 09, 2019, 08:38:15 PM
So the 11 Merit I received from "Bitcoin Forum" aren't counted as real earned Merits, but they're counted as airdropped? That's a terrible idea Tongue

They will be counted in forum calculations referencing earned merit, but merit sent to/from (Bitcoin Forum) aren't considered on most (maybe all, don't remember) merit-stats pages.
514  Other / Politics & Society / Re: "China's Gold-Backed Crypto Currency Will Blindside US Dollar" on: December 09, 2019, 07:12:45 PM
Although I tend to align with their political bent, zerohedge is a terrible source. Most of what they report/repeat is rumor that never pans out. If you live life with the attitude of, "my enemies suck and will fall apart on their own, LOL!", then you live in complacency and usually end up losing your fights.

I think that China more-or-less accepts Western mainstream economics, so I doubt they believe that a gold-backed currency could work. They also know that challenging the dollar's dominance in such a direct, explosive way would be an unbelievable escalation which could very well lead to at least some kind of hot war. If they did create a gold-backed cryptocoin, it'd probably be heavily locked-down, probably more like their existing internal payment systems than anything like Bitcoin. (I have heard that the Chinese population has some affinity for gold-as-money.)

It would be incredibly interesting if China created a gold-backed cryptocoin usable cross-border. It'd probably be a big hit worldwide, and would definitely erode the USD's (and US's) influence. It'd be especially cool if they did it via blinded bearer certificates like I described here.
515  Economy / Auctions / Advertise on this forum - Round 294 on: December 09, 2019, 06:49:49 PM
The forum sells ad space in the area beneath the first post of every topic page. This income is used primarily to cover hosting costs and to pay moderators for their work (there are many moderators, so each moderator gets only a small amount -- moderators should be seen as volunteers, not employees). Any leftover amount is typically either saved for future expenses or otherwise reinvested into the forum or the ecosystem.

Ads are allowed to contain any non-annoying HTML/CSS style. No images, JavaScript, custom fonts, or animation. Ads must appear 3 or fewer lines tall in my browser (Firefox, 900px wide). Ad text may not contain lies, misrepresentation, or inappropriate language. Ads may not link directly to any NSFW page. No ICOs[1], loggable mixers[2], banks, funds, or anything that a person can be said to "invest" in; I may very rarely make exceptions if you convince me that you are ultra legit, but don't count on it. Ads may be rejected for other reasons, and I may remove ads even after they are accepted.

There are 10 total ad slots which are randomly rotated. So one ad slot has a one in ten chance of appearing. Nine of the slots are for sale here. Ads appear only on topic pages with more than one post, and only for people using the default theme.

Duration

- Your ads are guaranteed to be up for at least 7 days.
- I usually try to keep ads up for no more than 11 days.
- Sometimes ads might be up for longer, but hopefully no longer than 12 days. Even if past rounds sometimes lasted for long periods of time, you should not rely on this for your ads.

Stats

Exact historical impression counts per slot:
https://bitcointalk.org/adrotate.php?adstats

Info about the current ad slots:
https://bitcointalk.org/adrotate.php?adinfo

Ad blocking

Hero/Legendary members, Donators, VIPs, and moderators have the ability to disable ads. I don't expect many people to use this option. These people don't increase the impression stats for your ads.

I try to bypass Adblock Plus filters as much as possible, though this is not guaranteed. It is difficult or impossible for ABP filters to block the ad space itself without blocking posts. However, filters can match against the URLs in your links, your CSS classes and style attributes, and the HTML structure of your ads.

To prevent matches against URLs: I have some JavaScript which fixes links blocked by ABP. You must tell me if you want this for your ads. When someone with ABP and JavaScript enabled views your ads, your links are changed to a special randomized bitcointalk.org URL which redirects to your site when visited. People without ABP are unaffected, even if they don't have JavaScript enabled. The downsides are:
- ABP users will see the redirection link when they hover over the link, even if they disable ABP for the forum.
- Getting referral stats might become even more difficult.
- Some users might get a warning when redirecting from https to http.

To prevent matching on CSS classes/styles: Don't use inline CSS. I can give your ad a CSS class that is randomized on each pageload, but you must request this.

To prevent matching against your HTML structure: Use only one <a> and no other tags if possible. If your ads get blocked because of matching done on something inside of your ad, you are responsible for noticing this and giving me new ad HTML.

Designing ads

Make sure that your ads look good when you download and edit this test page:
https://bitcointalk.org/ad_test.html
Also read the comments in that file.

Images are not allowed no matter how they are created (CSS, SVG, or data URI). Occasionally I will make an exception for small logos and such, but you must get pre-approval from me first.

The maximum size of any one ad is 51200 bytes.

I will send you more detailed styling rules if you win slots in this auction (or upon request).

Auction rules

You must be at least a Jr Member to bid. If you are not a Jr Member and you really want to bid, you should PM me first. Tell me in the PM what you're going to advertise. You might be required to pay some amount in advance. Everyone else: Please quickly PM newbies who try to bid here to warn them against impersonation scammers.

If you have never purchased forum ad space before, and it is not blatantly obvious what you're going to advertise, say what you're going to advertise in your first bid, or tell me in a PM.

Post your bids in this thread. Prices must be stated in BTC per slot. You must state the maximum number of slots you want. When the auction ends, the highest bidders will have their slots filled until all nine slots are filled.

So if someone bids for 9 slots @ 5 BTC and this is the highest bid, then he'll get all 9 slots. If the two highest bids are 9 slots @ 4 BTC and 1 slot @ 5 BTC, then the first person will get 8 slots and the second person will get 1 slot.

The notation "2 @ 5" means 2 slots for 5 BTC each. Not 2 slots for 5 BTC total.

- When you post a bid, the bids in your previous posts are considered to be automatically canceled. You can put multiple bids in one post, however, like "5 @ 1 and 1 @ 5".
- All bid prices must be evenly divisible by 0.01.
- The bidding starts at 0.01.
- I will end the auction at an arbitrary time. Unless I say otherwise, I typically try to end auctions within a few days of 10 days from the time of this post, but unexpected circumstances may sometimes force me to end the auction anytime between 4 and 22 days from the start. I have a small bias toward ending auctions on Fridays, Sundays, and Mondays.
- If two people bid at the same price, the person who bid first will have his slots filled first.
- Bids are considered invalid and will be ignored if they do not specify both a price and a max quantity, or if they could not possibly win any slots

If these rules are confusing, look at some of the past forum ad auctions to see how it's done.

I reserve the right to reject bids, even days after the bid is made.

Price flattening

At the end of the auction, after the winning bids are all determined, I will do a "price flattening" operation. This has no effect on which bids actually win. For each bid, in order of lowest to greatest price/slot, I will reduce each bid's price/slot to the highest value which is equal to or only the minimum increment greater than the next-lower bid. This allows you to bid higher prices without worrying so much, but you still mustn't bid more than you're willing to pay. Example:

Code:
This:
Slots  BTC/Slot  Person
    6      0.20       A
    1      0.16       B
    1      0.08       C
    1      0.08       D

Becomes:
Slots  BTC/Slot  Person
    6      0.10       A [step 4: reduced to 0.09+0.01=0.10]
    1      0.09       B [step 3: reduced to 0.08+0.01=0.09]
    1      0.08       C [step 2: same as the next-lowest, unchanged]
    1      0.08       D [step 1: the lowest bid is always unchanged]

Payment, etc.

You must pay for your slots within 24 hours of receiving the payment address. Otherwise your slots may be sold to someone else, and I might even give you a negative trust rating. I will send you the payment information via forum PM from this account ("theymos", user ID 35) after announcing the auction results in this thread. You might receive false payment information from scammers pretending to be me. They might even have somewhat similar usernames. Be careful.

[1]: For the purposes of forum ads, an ICO is any token, altcoin, or other altcoin-like thing which meets any of the following criteria: it is primarily run/backed by a company; it is substantially, fundamentally centralized in either operation or coin distribution; or it is not yet possible for two unprivileged users of the system to send coins directly to each other in a P2P way. The intention here is to allow community efforts to advertise things like Litecoin, but not to allow ICO funding, even when the ICO is disguised in various ways.
[2]: A loggable mixer is a service marketed primarily for improving transaction privacy which accepts full custody of cryptocurrency for a time and has the technical ability to log where the cryptocurrency comes from and goes to (even if they promise not to log).
516  Economy / Auctions / Re: Advertise on this forum - Round 293 on: December 09, 2019, 06:42:09 PM
Auction ended, final result:
Slots BTC/Slot Person
2 0.11 absolutely-positioned [flattened to 0.07]
2 0.06 absolutely-positioned
1 0.05 lightlord
2 0.05 EnergiCrypto
1 0.04 Best_Change
1 0.04 lightlord
517  Economy / Auctions / Re: Advertise on this forum - Round 293 on: December 09, 2019, 03:44:06 AM
2 @0.06

Rejected, it looks like you're going to advertise an ICO-type-thing.

Not all slots are bid-for. The current status is:
Slots BTC/Slot Person
1 0.11 absolutely-positioned [would be flattened to 0.05]
2 0.11 EnergiCrypto [would be flattened to 0.04]
1 0.04 Best_Change [would be flattened to 0.03]
2 0.03 SlavaVendo [would be flattened to 0.02]
1 0.01 Best_Change

Note that you can bid at multiple prices, like "1 @ 0.11 & 5 @ 0.02".

The auction continues.
518  Other / Meta / Re: Why not tokenize the forum? on: December 07, 2019, 09:48:00 PM
The forum blockchain in the form of a bitcointalk.org client (like Bitcoin's client) is to be run by the forum members, and its purpose is to extend the forum into the world (as I wrote in the OP). You could do fancy things on it

Making a popular decentralized forum is a worthy goal. (Making unpopular decentralized forums has already been done...) But you should start with that goal in mind. If you start with the goal of creating some attractive new token, then you're just going to create garbage. I'm not sure that a decentralized forum would have any use for any cryptocurrency/token at all (ie. not even BTC integration), and certainly it wouldn't need a new token/coin.

A good heuristic for identifying actually-useful projects is: if it has its own token/coin, then 99% of the time it's a cash-grab which is at best a mashing-together of old tech in mildly interesting but ultimately unsustainable ways.

What comes up in my mind is a system like steemit, and it has governance problems too, just like EOS, etc. << case about DPOS

"Governance" is a red herring. If it's one-person-one-vote, then you have classic problems like rational ignorance and unjust oppression of minorities. Fiat currencies like USD are the result of democracies. If the governance is more like stock ownership, then you tend to get a pretty centralized setup where a small handful of people set the rules from the beginning of the system to the end. You can create that kind of centralized/semi-centralized system a lot more efficiently without a big blockchain system.

One of the main advantages of Bitcoin is that it is simply not governed. No majority or central authority can force any participant to do anything: each person decides for himself. In decentralized systems, this non-governance should be the ideal. Structure the system so that nobody (not even a majority) can force anyone to do anything, but so that it is still useful. This is a big challenge, far moreso than having a central authority be assigned or elected. If you have to resort to any sort of governance within the system itself, then you've failed to create a robust decentralized system.
519  Other / Meta / Re: A suggestion regarding "Multiple posts in a row" on: December 07, 2019, 07:33:36 PM
I've considered that before, but it raises several questions:
 - Although bumps every 24 hours are allowed by the unofficial rules, should they be allowed? Bump posts are worthless on their own, and their existence is really a dirty hack. The modified bumping system on some boards is a better model, but doesn't fit all boards.
 - Although "reserved" posts are allowed by the unofficial rules, do they actually serve any real purpose? I tend to think that their only legitimate purpose is to allow for future expansion past the 64k limit (which is kind of lame to begin with), and 95% of the time they end up being useless in that respect.
 - Especially when several hours separates two posts, multiposting can sometimes be the natural flow of the conversation. For example, if some news has happened since your last post, it'd be natural to make a new post rather than editing the old one.

The purposes of the unofficial rule are:
 1. Prevent excessive bumping, which is unfair to other topics.
 2. Prevent people from monopolizing pages of topics, which is unfair to other posters.
 3. Prevent padding of postcounts and similar, which is basically spam.

Quite often, a person will multipost without having any of that abuse in mind. In these cases, it causes unnecessary friction when their posts are deleted; they feel as though they are being persecuted by mods, or like someone is reporting them for this kind of "parking violation" as a way of attacking them. But we can't look inside a user's mind, so it's difficult to determine "legit multiposting" from possible abuse, and it's easy to err on the side of just deleting it and telling them to consolidate their posts. Not ideal, though.

I've been thinking that a more ideal solution would be:
 - Get rid of the unofficial rule.
 - Prevent posts within 24 hours from bumping the topic, which addresses purpose #1.
 - Prevent posts from being made when the poster has made more than 3 of the topic's last 6 posts in the last 24 hours (or something like that), addressing purpose #2.
 - Only allow one post in a thread to count toward post-counts per 24 hours, and perhaps hide/limit signatures in the excess posts as well, addressing purpose #3.
 
I think that the first three would be fairly easy to implement, but the last is more difficult. Also, it'd be nice to get rid of the 64k limit, but that's also difficult to implement.

The status quo is not terrible, so the matter is low on my to-do list.
520  Other / Politics & Society / Re: 2020 Democrats on: December 06, 2019, 02:33:56 PM
I think this is a pretty big issue for a good deal of voting groups, and I think it's fair to say that conservative / religious groups are one of those groups of people.

But at the end of the day I think the best thing to look at is the polls here - https://www.politico.com/news/2019/10/30/pete-buttigieg-gay-president-poll-061350

A lot of people will at a conscious level think, "I'm tolerant, I'd definitely vote for a gay president," but subconsciously they'll be a little uncomfortable with it, and if they're not sure who to vote for, this'll tip the scales. This subconscious effect is best captured in neighbor polling, where "your neighbors" IMO ends up being a proxy for "your community's collective subconscious":

Quote from: Politico
That gap grew even wider when voters were asked whether they thought their neighbors were ready for a gay president. About a quarter of respondents answered affirmatively, while 46 percent said their neighbors were either definitely or probably not ready for a gay president. Pluralities of both Democrats and Republicans, as well as independents, all said they did not believe that their neighbors were ready for a gay president.

This might bode poorly for him in a general election, though I doubt that a lot of people are wavering on whether to vote for Trump or not -- most people either love him or hate him --, and the LGBT thing is an effect which pushes most people only slightly. Also, any negative effect will be counterbalanced to some extent by some LGBT people being actively driven to vote for him.

Also, keep in mind that only a few states actually matter:

Florida
  29 EC votes
  Cook Political Report: Toss up
  lgbtmap.com LGBT per capita: 4.6%
  lgbtmap.com rating (higher = more pro-LGBT laws): 7/40.5
Pennsylvania
  20 EC votes
  Toss up
  LGBT per capita: 4.1%
  lgbtmap rating: 15
North Carolina
  15 EC votes
  Toss up
  LGBT per capita: 4.0%
  lgbtmap rating: 3.5
Arizona
  11 EC votes
  Toss up
  LGBT per capita: 4.5%
  lgbtmap rating: 3.75
Wisconsin
  10 EC votes
  Toss up
  LGBT per capita: 3.8%
  lgbtmap rating: 13.5
------------
Michigan
  16 EC votes
  Lean Dem
  LGBT per capita: 4.0%
  lgbtmap rating: 14.5
Minnesota
  10 EC votes
  Lean Dem
  LGBT per capita: 4.1%
  lgbtmap rating: 28.25
New Hampshire
  4 EC votes
  Lean Dem
  LGBT per capita: 4.7%
  lgbtmap rating: 18
Maine at large
  2 EC votes
  Lean Dem
  LGBT per capita: 4.9%
  lgbtmap rating: 27
------------
Ohio
  18 EC votes
  Lean Rep
  LGBT per capita: 4.3%
  lgbtmap rating: 1.75
Georgia
  16 EC votes
  Lean Rep
  LGBT per capita: 4.5%
  lgbtmap rating: -1.5
Iowa
  6 EC votes
  Lean Rep
  LGBT per capita: 3.6%
  lgbtmap rating: 14.5
Maine's 2nd
  1 EC vote
  Lean Rep
  LGBT per capita: 4.9%
  lgbtmap rating: 27
Nebraska's 2nd
  1 EC vote
  Lean Rep
  LGBT per capita: 3.8%
  lgbtmap rating: -0.5

From that initial data, maybe these states would be pushed a bit toward Trump due to the LGBT issue: North Carolina, Ohio, and Georgia? I'd like to see per-state polling on this, especially with the neighbor question.

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 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 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!