Bitcoin Forum
June 16, 2024, 09:57:57 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 »
941  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin faucet once again :) on: April 20, 2013, 09:42:44 AM
I put my address in several hours ago, still nothing.
From the stats page, seems that nothing is getting paid out;
http://litecoiner.net/stats

We'll see tomorrow am, as I'll give it the benefit of the doubt until midnight PST.

Hi,
actually there was one payout: http://explorer.litecoin.net/tx/06dee8375bb8dcfb5ed33d8522297d6fd99eeb6949d1ed9417e25e155df4a189
but now, as you can read in rules, you have to accumulate at least 0.01 LTC to get your coins. I know that's a lot, but as you can see in this transaction, the fees are too big when paying out so low values. Sorry Sad
942  Other / Off-topic / BTC-e withdrawal error on: April 03, 2013, 08:56:13 AM
So on the 1st April I've tried to withdraw my LTC funds from BTC-E.com exchange. However it got stuck in the middle of process and there was "500 Internal Server Error" in Javascript console, so I've refreshed page. My LTC funds decreased to 0, so I've assumed everything went okay. However I still haven't received my coins and since yesterday BTC-E are ignoring me. I've tried emailing them and sending them messages via their webpage. How long does it take for them to reply? Or they're scammers and my funds are lost?
943  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin faucet once again :) on: April 02, 2013, 07:18:12 PM
Runs great. It is very generic. Thanks!!!
Well, if you meant "generous", then it's a subject to change depending on popularity. But I hope I'll be able to increase it Smiley
944  Alternate cryptocurrencies / Altcoin Discussion / Litecoin faucet once again :) on: April 02, 2013, 06:21:22 PM
New litecoin faucet, still in testing phase: http://litecoiner.net
Feedback appreciated Smiley
945  Bitcoin / Bitcoin Technical Support / Re: bitcoind listunspent for account on: April 01, 2013, 05:19:15 PM
Well either I'm doing something wrong or there's something wrong with my bitcoind.
Code:
$ bitcoind getaddressesbyaccount bitcoiner
[
    "17A1QM8Tjjd8cyHPYmzC3M4ou9Q8RXWjKv",
    "14iRpAsjszmbUY1HrU9yarPJm1sbtKM6Ew",
    "19ZZ8DZsb5qgchuKPZWET7Uj8rDoj4KgmB"
]
$ bitcoind listaddressgroupings | grep 17A1QM8Tjjd8cyHPYmzC3M4ou9Q8RXWjKv
(nothing here...)
$ bitcoind listaddressgroupings | grep 14iRpAsjszmbUY1HrU9yarPJm1sbtKM6Ew  #just to check...
            "14iRpAsjszmbUY1HrU9yarPJm1sbtKM6Ew",
So the first thing is that listaddressgroupings doesn't list all addresses in the wallet.
The second thing is that for every address returned by listaddressgroupings (except for these returned by getaddressesbyaccount) getaccount gives nothing. Here's an output of a little script implementing Stephen's idea (checking for bitcoiner account):
Code:
$ php test.php
array(2) {
  [0]=>
  string(34) "14iRpAsjszmbUY1HrU9yarPJm1sbtKM6Ew"
  [1]=>
  string(34) "19ZZ8DZsb5qgchuKPZWET7Uj8rDoj4KgmB"
}
Code:
Code fragment using jsonRPCClient.php:
$addresses = $this->conn->listaddressgroupings();
$addresses = $addresses[0];
$ret = array();
foreach($addresses as $address) {
    if($this->conn->getaccount($address[0]) == $account)
        $ret[] = $address[0];
}
var_dump($ret);
946  Bitcoin / Bitcoin Technical Support / bitcoind listunspent for account on: March 31, 2013, 03:29:30 PM
Is it possible to list unspent transaction outputs only for one account using bitcoind RPC API?
I have:
Code:
bitcoind listaccounts
{
    "" : 0.00285696,
    "account1" : 0.11652234,
    "account2" : 0.00000000
}
and I would like to get unspent transaction outputs only for "account1", not all accounts. I've tried using getaddressesbyaccount and then feeding listunspent with it, but I think it doesn't include these auto-generated addresses used for a change (and I need these too). Is there a way to get all addresses associated with an account?
947  Economy / Micro Earnings / Re: Free Bitcoin Sites *and* Free Newbie Lotto on: February 03, 2013, 07:53:34 PM
Bitcoiner is down at the moment.

Bitcoiner.net should be back up now for most people (DNS propagation is soo unpredictable).
948  Economy / Micro Earnings / Re: Free Bitcoin Sites *and* Free Newbie Lotto on: January 08, 2013, 09:58:04 PM
Freebitcoins.co.uk
We review lots of sites and methods to get free Bitcoins.


It's very outdated.
949  Economy / Micro Earnings / Re: Free Bitcoins Listing *NEW* Free Newbie Lotto on: November 29, 2012, 09:33:14 PM
I've fixed a major server issue at Bitcoiner.net, so it should load almost immedietaly now Smiley. By the way what would you say about limiting number of prizes per day? Then only ~400 people will be able to get bitcoins each day, but I'll be able to raise average value a bit Smiley (I'd like to have ~0.0001 BTC per prize)
950  Economy / Micro Earnings / Re: Free Bitcoins Listing *NEW* Free Newbie Lotto on: November 12, 2012, 05:11:18 PM
But why would people want to "store" them and not get it in bulk at all once?

It's because of bitcoin network fees. You can read more about that here:
Quote
Why shouldn't I payout my coins everyday?
When you do that, you end up with many small transactions on your address. Unfortunately when you spend your coins, sometimes you have to pay fees. One of them is a fee for transaction size. For every kilobyte of your transaction size you have to pay 0.0005 BTC. Typical transaction input has 170 bytes, for every 5 inputs you have to pay 0.0005 BTC. For example, you want to send 0.0005 BTC to your friends address XYZA. You've earned your bitcoins from 5 faucets, each paying out 0.0001 BTC. So these 5 faucets are your inputs. As we've already learned, for each 5 inputs you have to pay 0.0005 BTC, so if you want to "spend" your small earnings, you have to giveaway it all as a fee.

To contradict that, you can choose, when you want to payout your coins from bitcoiner. So if you get 0.0001 BTC everyday here, you can payout it only once a week, getting 0.0007 BTC in one transaction. That way, you'll be able to send your 0.0005 BTC to your friend without paying size fee!

tl;dr: when you have many small incoming transactions in your wallet, you have to pay BIG fees when you spend them. When you accumulate coins at bitcoiner.net you can have only a few, but much bigger incoming transactions Smiley
951  Economy / Micro Earnings / Re: Free Bitcoins Listing *NEW* Free Newbie Lotto on: November 12, 2012, 04:59:51 PM
I was actually just trying out my luck, was quite surprised they actually did sent them out. I filled several sites and got only 2 valid, perhaps maybe a few more are expecting delays? Will try a new address for each site and report back.
Remember that at Bitcoiner.net you have to click "I want a payout today" checkbox to have your bitcoins sended the same day. Otherwise it will accumulate and you will be able to send it all in a bulk at http://bitcoiner.net/check. You can also check there how much you have accumulated and how much have you already payed out Smiley
952  Economy / Micro Earnings / Re: Free Bitcoins Listing *NEW* Free Newbie Lotto on: November 12, 2012, 04:39:18 PM
I just filled out some of these, and indeed got 2 of them within 24 hours. But how do I know who sent them?
You should use different address for every site and label them to know which site payed you Smiley
953  Economy / Micro Earnings / Re: Free Bitcoins Listing on: October 20, 2012, 08:43:57 PM
New option on Daily Bitcoins


Delay payment to minimize transaction fees


You can delay execution of your payments for any period of time and send them later in a bulk to save on the transaction fees, charged by Bitcoin network when you spend small payouts too soon after receipt.

You will be able to execute delayed payments at any time on the Payments page.


Interesting.  It is also good for seeing all the payments, including the total, made to a given address you used there.  

Daily Bitcoins motivated me to finish my implementation of similar feature at Bitcoiner.net. You can select if you want a payout when receiving prize or schedule payout at http://bitcoiner.net/check. Also you can see your accumulated bitcoins there.

And also Bitcoiner has a twitter account now!
954  Economy / Micro Earnings / Re: Free Bitcoins Listing on: October 20, 2012, 10:42:42 AM
DailyBTC.com  the scratch off thing looks broken, and appears to be in a rather hard dry spell too.  I could not get a ticket to be handed out.
It works for me. At least getting a ticket, I won maybe one time there and it was pretty long time ago.
955  Other / Beginners & Help / Risk of sending transaction with lower fees. on: October 19, 2012, 01:09:27 PM
Is sending big transactions (~13KB in size) with low fees like 0.0005 BTC safe? I'm maintaining one of the BTC Faucets and even using sendmany fees are quite expensive. There are transactions, that have done that (thanks camda for that links!):
http://blockchain.info/tx/cac7d4b01d07172492fb4fffe9e6ee15cab130b74cab356581be501505ef139e
http://blockchain.info/tx/f0bff77372aa7c003608953a64ba792c52ce92493c30486b8b0bc1a4c54629ae
http://blockchain.info/tx/9079365f0b966be73a9cbd81509491a2da89fcb65be2d5aed7f0114fbd9aab7e
http://blockchain.info/tx/06c0afcf8e978ee0b598f9b3ff17d4c9d3a6f1e4d097a00a70d1f400bf1f0d83

Is there a possibility that such transactions won't confirm at all or only after a few days? Is rebroadcasting needed? If so how often should I do that?
956  Economy / Micro Earnings / Re: Free Bitcoins Listing on: October 13, 2012, 10:57:43 PM
I'm curious... What people would think about site that allow to visit it and enter the address and stuff every day, but payout accumulated bitcoins once a week? So if site gives 0.001 BTC / day, and you visit it every day from Monday to Sunday, you'll get 0.007 BTC in one transaction at the end of the week.
I'll mean less fees when spending it Smiley
957  Economy / Micro Earnings / Re: Free Bitcoins Listing on: October 01, 2012, 03:02:37 PM
I'm wondering how these companies/sites are monetizing off of this Tongue

As an owner of Bitcoiner.net I can say, that I get... nothing Smiley. Revenue from ads is barely enough for making payouts.
958  Economy / Micro Earnings / Re: Free Bitcoins Listing on: September 28, 2012, 05:09:57 PM
Bitcoiner was down today for a few hours (not entire website, just bitcoind), but it's back up now.
959  Economy / Micro Earnings / Re: Free Bitcoins Listing on: September 20, 2012, 03:43:07 PM
Bitcoiner has some DNS problems that affect only some people (and only sometimes). I'm not really sure how to solve that. However it should work if you add it to the /etc/hosts file.

EDIT:
If you have problems with bitcoiner.net not resolving, try adding line:
Code:
78.47.132.146 bitcoiner.net
to the /etc/hosts (Linux) or C:\Windows\system32\drivers\etc\hosts (Windows) file.
960  Economy / Micro Earnings / Re: Free Bitcoins Listing on: September 16, 2012, 03:36:24 PM
I agree with cambda's results.


bitcoincaptcha.org
they pay. last payments I didnt received 3 days (the faucet is probably now empty)

I have never received a payment from there which is why it is not on my list.

I receive payments from bitcoincaptcha, but I have to wait a few days for that.

Quote
netlookup.se/free-bitcoins/
do not waste time, did not receive a payment with 10+ requests in last 14 days ! SCAM

I use a unique address to test these sites and I have been getting payments from this one. I don't know
what is wrong in your case.

I've never received a payment from netlookup.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!