Bitcoin Forum
May 24, 2024, 10:45:46 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 »
141  Other / Beginners & Help / Re: OFFICIAL NEWBIE GETFREEBITCOIN.COM RAFFLE THREAD *NEW 0.01 PRIZES ADDED!* on: February 25, 2013, 09:45:39 PM
@automatonical
142  Economy / Service Announcements / Re: {ANNOUNCEMENT} Free advertising & fast earnings - bitstart.biz on: February 25, 2013, 09:36:29 PM
site is down. google translate on the russian error message indicates the site was suspended.
143  Economy / Micro Earnings / Re: Where do I get free Bitcoins? on: February 25, 2013, 05:29:52 PM
kickme.to/goxkeygen doesn't work anymore. It now just serves a link to a google doc.
144  Economy / Service Announcements / Re: [ANN] New bitcoin faucet! All bunnies win @ bunnyrun.us on: February 23, 2013, 07:20:31 PM
Why the change in captcha providers? The new captcha, minteye, has recently been shown to be defeated with little effort, making it simple to abuse with a bot.
145  Other / Beginners & Help / Re: Free bitcoin for answering trivia :-) on: February 23, 2013, 03:28:29 AM
Suggestion to admin: don't allow the use of proxy servers. Some users are abusing them and creating multiple accounts, even using multiple accounts at the same time. That's probably to avoid playing real people, since there a so few of them.
146  Economy / Service Announcements / Re: CoinAd - Free Coins every hour on: February 22, 2013, 10:05:07 PM
I wouldn't remove reCAPTCHA before you have a really good solution (I don't know any). If your solution isn't good enough people will write bots again, CoinAd will loose money, you have to cut the prize size(s) again and a lot of the users will not use it anymore. My advise is: Don't remove reCAPTCHA even if these images are hard to solve sometimes.
If I don't land on a larger prize, I don't even bother to fill in the captcha for the small default prize because it's not even worth my time. And I'm guessing that's when most people will be receptive to clicking on ads, after they've finished refreshing the page many times and submitted the form. So a captcha that's too much effort for a human will also decrease the ad revenue.

Coinvisitor.com just went through a similar captcha adjustment. They had a sane captcha, then some joker said he could bot it, coinvisitor over-reacted by making it impossible to solve by humans and bots, then eventually reverted back to something saner after enough people complained.
147  Other / Beginners & Help / Re: OFFICIAL NEWBIE GETFREEBITCOIN.COM RAFFLE THREAD on: February 22, 2013, 03:28:08 PM
@automatonical

1Ja2AxA8hfFMrPwSTV9nP6kq7bp3f7x734
148  Other / Beginners & Help / Re: Free bitcoin for answering trivia :-) on: February 21, 2013, 06:31:12 PM
Looks like the sites is nonfunctional now. The site loads, but doesn't allow logging in or signing up, so can't play.
149  Other / Beginners & Help / Re: Free bitcoins at https://luckco.in on: February 09, 2013, 09:04:31 AM
The contests are less frequent now, simply because it's not a very effective marketing tool.
How often is "less frequent", once every few hours or once a day?

When the contests were every ten minutes, people would wait around on the site for them. But now there's practically nobody playing at all. 1 or 2 people waiting for contests that seem to never happen, and the jackpots aren't changing and the chat doesn't announce any wins, so it looks like nobody's playing. I think the major dropoff in users can be attributed to the recent 2 week "outage". You might want to add a prominent message banner next time there is a problem, so frustrated users don't abandon the site.
150  Other / Beginners & Help / Re: Free bitcoins at https://luckco.in on: February 09, 2013, 03:35:31 AM
Is the thread title still accurate? I was logged in for 2 hours and didn't see any contests.
151  Bitcoin / Project Development / Re: CheapSweep: a script for low-cost address sweeping on: February 05, 2013, 05:45:15 PM
It would probably also be a good idea to try to limit the resulting transaction size, considering the latest commit to the bitcoin source decreases the allowed size from 250KB to 100KB: http://git.io/1rNpZw.
152  Economy / Gambling / Re: luckco.in, the social bitcoin casino | free credits, prog. jackpots & contests! on: February 05, 2013, 06:17:56 AM
the support ticket system lost some e-mails. if you sent to help@luckco.in and did not get a reply, please re-send now
Can you please update us on the withdrawal issue. I added a comment on the github ticket and also included the comment a few posts back.
153  Economy / Gambling / Re: luckco.in, the social bitcoin casino | free credits, prog. jackpots & contests! on: February 04, 2013, 10:20:58 AM
Problems solved (added a lot of disk space for the block chain) and re-started the website
I added the following to the github ticket, but it doesn't allow users to reopen tickets, so not sure if you'll see it there:
Quote
This was actually never fixed. after you closed the ticket, the interface pretended to allow withdrawals, then eventually showed a timeout error. Because you said the solution required a disk upgrade, I assumed this was because the blockchain needed to be updated on the new disk, but now withdrawals are returning ECONNREFUSED error again. So the bitcoin server is still having problems.
154  Bitcoin / Project Development / Re: CheapSweep: a script for low-cost address sweeping on: February 02, 2013, 01:10:13 AM
unfortunately i cant code in perl, are you planing to complete it?
It turns out the last statement works as is. I didn't test it before because I assumed I had to translate it also. So the only statements I needed to change are in my above post.
155  Economy / Micro Earnings / Re: Where do I get free Bitcoins? on: January 30, 2013, 07:59:21 PM
netlookup.se is paying out again.
It's only giving out a single satoshi...
156  Economy / Gambling / Re: luckco.in, the social bitcoin casino | free credits, prog. jackpots & contests! on: January 29, 2013, 07:51:58 PM
Haven't been able to withdraw for 4 days, and now the website is down, so can't even play.
157  Other / Beginners & Help / Re: Your Bitcoin Client on: January 28, 2013, 11:39:14 PM
bitcoind. it uses much less memory and cpu.
158  Bitcoin / Project Development / Re: CheapSweep: a script for low-cost address sweeping on: January 28, 2013, 08:32:17 PM
I think the issue is that there are many versions of sed and it's hard to maintain portability between the versions. Even replacing sed with gsed (I'm on a Mac) didn't help here. But after translating to perl I got reasonable results. I haven't translated the last call to sed yet.
Code:
# addrs=$(echo $* | sed "s/^/[\"/;s/ /\",\"/g;s/\$/\"]/")
addrs=$(echo $* | perl -ne 'printf "[%s]", join ",", map qq("$_"), split " "')
# total=$(bitcoind listunspent $minconfirm 21000000 "$addrs" | grep amount | sed "s/.*: //;s/,//" | tr "\n" "+" | sed "s/+\$/\n/")
total=$(
    bitcoind listunspent $minconfirm 21000000 "$addrs" \
        | perl -ne '($a)=/^\s*"amount" : (\d+\.\d+),$/; $a||next;$sum+=$a } END {print $sum'
)
159  Other / Beginners & Help / Re: Bitcoin Giveawya Second Round!0.004 BTC on: January 27, 2013, 08:31:46 AM
1Ja2AxA8hfFMrPwSTV9nP6kq7bp3f7x734

thanks
160  Other / Beginners & Help / Re: Free Bitcoin Websites That Actually Work on: January 27, 2013, 01:20:53 AM
Have you tried BitVisitor, CoinTube, or EarnFreeBitCoins? I used all those when I was getting started with BitCoin, and they always paid out pretty quick. Haven't used them in quite some time though.

EarnFreeBitCoinsBitcoin4You.net claims to pay out every 24 hours, but after spending weeks to reach the minimum payout value, they still haven't paid me going on 4 days now. Going to give it another few days before I report them on the main faucet thread.

Edit: apologies to EarnFreeBitCoins, I meant to say Bitcoin4you.net.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!