Bitcoin Forum
September 13, 2024, 07:20:57 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 [287] 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 ... 422 »
5721  Other / Off-topic / Re: PGP Strong Set (web of trust) on: December 27, 2011, 07:58:48 AM
Looks like I am, which I find kind of surprising, given the small number of signatures I have.
5722  Other / Meta / Re: DiabloD3's conflict of interest in sticking his thread on: December 27, 2011, 06:04:43 AM
Diablo-D3 is a moderator because he is an expert in this area, I trust him, and I think that most people in the mining section appreciate his moderation style.

In this case I reversed his decision because it seems that the large majority of people don't want that thread stickied.
5723  Economy / Trading Discussion / Re: Accusations against shakaru on: December 27, 2011, 05:53:27 AM
Quote from: PM from astana
remove the posts with names or numbers or else i will sue you, him and anyone one else for defermation mark my words i have money and the will power to do it

.You let him threaten me with police?

If you specificaly let him do that you are supporting him in his actions  and you are responsible for any costs that come of this, have some fucking decency to stand up against these pathetic people. you sell your morals out for 10 bitcoins?

5724  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 27, 2011, 04:02:04 AM
Ah, that's where I thought you would have seen the list of hidden services. They shouldn't be listed elsewhere, since they're useless without the instructions.
5725  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 27, 2011, 03:12:49 AM
Are you using mapaddress?
5726  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 26, 2011, 11:40:59 PM
EDIT: Actually, I'm not sure that's enough to fix it.  Right now my server does not have "proxy", "connect", or "nolisten" in it's config.

When Bitcoin uses Tor, nolisten is automatically applied, and you can't override it.

I'm pretty sure connections from localhost are allowed.
5727  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 26, 2011, 08:21:26 AM
Code:
fNoListen = GetBoolArg("-nolisten") //|| fTOR;

Whoops, you need a semicolon before that comment.
5728  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 26, 2011, 07:53:03 AM
It changed within the last month or two, I think.

You'd need to make these changes to fix it:

net.cpp
Code:
    if (/*fUseProxy ||*/ mapArgs.count("-connect") || fNoListen)
    {
        // Proxies can't take incoming connections
        addrLocalHost.ip = CAddress("0.0.0.0").ip;
        printf("addrLocalHost = %s\n", addrLocalHost.ToString().c_str());

init.cpp
Code:
fNoListen = GetBoolArg("-nolisten") //|| fTOR;
5729  Bitcoin / Bitcoin Discussion / Re: Tor fallback nodes on: December 26, 2011, 07:28:58 AM
It's impossible to run a hidden service that accepts connections with recent versions. You'd need to change the code.
5730  Other / Meta / Re: All Hero Members are allowed to arbitrate disputes and gather private informatio on: December 25, 2011, 10:05:02 PM
The forum doesn't do arbitration. The forum does only two things in this area:
- Mark proven scammers with the "scammer" label. This is a warning to other traders, not a punishment. It is not part of any arbitration mechanism.
- Release private info of persistent proven scammers. This only happens to people who already have the "scammer" label.

The best way to get someone labeled as a scammer is to compile all evidence into one "x is a scammer" thread, let it sit for a while, and then send me a link. If the case is not clear-cut, I probably won't bother reading the evidence unless trusted people have replied to that thread or related threads and are in agreement with the accusations. Then I will look at all evidence and make a decision about whether or not there is enough proof to give the accused person the scammer label.
5731  Other / Meta / Re: All Hero Members are allowed to arbitrate disputes and gather private informatio on: December 25, 2011, 09:28:51 PM
Maged is misremembering this, I think:
So do not ask me to release IP addresses unless one of these statements is true:
- The accused person has admitted guilt
- The accused person is scamming on multiple accounts at the same IP addresses. (Obviously you can't determine this, but you can ask me.)
- You have compiled mountains of evidence that the person is guilty, and the person has been given several weeks to respond to the allegations (because you've posted a topic about it and you've PMed the person), and you have a global moderator or other very trusted person second your request. (Have the trusted person contact me to make the request.)

Whether you're a hero member has nothing to do with it. I place very little stock in post counts.
5732  Bitcoin / Development & Technical Discussion / Re: Decentralized P2P bootstrapping on: December 25, 2011, 03:37:13 AM
Firstly, IPv6 would kill it.

It's still possible with IPv6. Users are always given at least a /64 allocation, so users can put their public nodes on an IP address in a well-known range within that /64. For example, an address might only be searched if it ends with at least 60 trailing zero bits. That leaves ~64 bits to search, but most of this area has not been allocated and doesn't need to be searched.
5733  Other / Meta / Re: How do I change my username? on: December 25, 2011, 01:37:15 AM
Done. Note that you will still login using your old name.
5734  Economy / Marketplace / Re: Bitcoin-accepting organizations' acceptance/usage of GoDaddy which supports SOPA on: December 23, 2011, 10:10:39 PM
I removed GoDaddy as a certificate authority from my OS a long time ago, so I always see which sites use one of their certs. Always amuses me when I go to a site that's supposed to be super-secure and their cert is signed by GoDaddy, which is one of the most unreputable companies around.

I'm looking for a registrar with sub-10-dollar renewal fees for com/net/org/in domains, and a pretty and functional administration interface.

If anyone has any recommendations or even referral codes, feel free to post them.

I use Namecheap.
5735  Other / Beginners & Help / Re: Rationale for bitcoin creation tapering off on: December 22, 2011, 05:30:56 AM
A question I have is.. once all 21 million are released, that would eliminate mining altogether?  So how would the bitcoin transactions become confirmed? 

Miners will still "mine" transaction fees.
5736  Other / Beginners & Help / Re: Rationale for bitcoin creation tapering off on: December 22, 2011, 05:21:39 AM
Satoshi wanted BTC to be like gold: initially easy to create but then increasingly more difficult. I don't think he put a ton of thought into it. This algorithm will work fine, though.
5737  Other / Beginners & Help / Re: Is safely dropping old transaction history possible to save disk space? on: December 22, 2011, 05:20:00 AM
Quote
Is safely dropping old transaction history possible to save disk space?

Yes, but the planned method is different than your method. Read the Bitcoin paper.
5738  Economy / Auctions / Advertise on this forum - Round 14 on: December 22, 2011, 05:16:08 AM
In order to collect more money for the creation of good forum software, the forum is selling ad space in the area beneath the first post of every topic page.

Your visible ad text (ignoring link URLs, etc.) must be less than 150 characters in length, and it can only contain links: no other style. It will be prefixed with "Advertisement:". Ad text may not contain lies, misrepresentation, or inappropriate language. Ads may be rejected for other reasons.

There are 10 total ad slots which are randomly rotated. So one ad slot has a one in ten chance of appearing. Eight of the slots are for sale here. (One of the remaining slots has random factoids, and one links to the current ad auction.)

The ad lasts 7 days starting from when I put it up.

Stats: On the 20th of November, 2011, there were about 120,000 views of topics. So one slot would have appeared around 12,000 times per day. The ad doesn't appear on topic pages with only one post, though, and it only appears for people using the default theme. Total views per day on more recent days (in December):
- 13th: 111941
- 14th: 95266
- 15th: 94672
- 16th: 91486
- 17th: 94174
- 18th: 96714
- 19th: 95178
- 20th: 115599

Efficacy stats:
https://bitcointalk.org/index.php?topic=54182.0

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

Auction rules

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

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

- When you bid, all of your previous bids are automatically canceled.
- All bid prices must be divisible by 0.5.
- The bidding starts at 0.5.
- The auction end time is 05:00:00 on December 29, UTC. Countdown. (The end time may be extended -- see below.)
- 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 any valid bids occur less than 30 minutes before the auction end time, then the auction will be extended by 30 minutes. If any valid bids occur less than 30 minutes before the new end time, then the auction will be extended again, etc. The time will not extend beyond 6 hours total.

You must pay for your slots within 24 hours of receiving the payment address. Otherwise your slot may be sold to someone else.
5739  Bitcoin / Bitcoin Discussion / Re: Need mirror for blockexplorer.com [Found one] on: December 21, 2011, 12:08:54 PM
Hey, what is going on with the bitcoinexplorer
on test environment, it behaves strange,
sometimes it gives me old results.

Use http://99.188.19.113/testnet for now. I'll fix the other version in a few days.
5740  Other / Off-topic / Re: I Think I Got Screwed out of 5 BTC on: December 21, 2011, 09:45:33 AM
I see absolutely no fault on the part of old_engineer. Probably I would have done exactly the same thing if it was my contest and I had forgotten to specify a timezone.

It could be more easily argued that you were in violation of the contest rules because you did not specify a single exact date. A date given without a timezone could apply to multiple real dates.
Pages: « 1 ... 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 [287] 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 ... 422 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!