Search content
Sort by

Showing 20 of 24 results by Dreydahh
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 23/03/2014, 16:17:36 UTC
My apoplogies for this massive delay in payments. The problem was that i hadn't got internet connection, and because my wallet for payouts is on my local, private computer and i wasn't able to payout in over a month.

I'm now back in the game with btcflow.net and I have just made payout. Here you have txs(from btcflow.net):
dff93e8067cfd63159833554bd141d7346d828093c4d3236a58d974ea8996a4b
63c8e52c6022a1bfd405390372485908b32f947bf2bfb583a2c0963898890a5e
9e7da8e513544bd831b81a4fdba7415393a48c5672e2713e162f031520f6616a
38dff94854d2a537e1ce3f2f023f0036b2f409ede2066c0dc8625ea38dc284b7
ae7f2e5b08e05b22fb95a67b15b0c5c139845380f18d5446227b75f3934f97c8
7e58dd93fe2fcb9d7a3c08ed57680385ddb836986e58c53e9dfb510b9136e5c5
ef05e8ba9b094188403caf691be1c1ad244902007f86512ad9094a7169fb9012
e1d090521d30fbabe7c5a5639355396aa926e3e767693a4a6f0f02f19d110c3b
641b9ffa734f7430982c7ea6fbfefa123098030599de79d3d5528323c9810ec5
d8934d2354343a2b26a420012f57da48d6e871a6b29616d468fce1b8e34955a6
cf720ee8c960726407e22eac880402c3cf0e03f34cf9881cde534300e0a1ab0f
23fa18dda6ea1ea850f0250cf8f98ac23f98175416917686e2a23516bb87544e
b0f74dfa45bb3fa7af948f1552fe46725188975dd00a6f066940d0d4b35700c0
c43c95f7a5c41b0d3b5353a06f25acf8a305811ea63dbf194e8b2061af94a962
Post
Topic
Board Bitcoin Technical Support
Re: Bitcoind 0 connections, cant connect to btc network
by
Dreydahh
on 15/01/2014, 13:28:00 UTC
Post
Topic
Board Bitcoin Technical Support
Topic OP
Bitcoind 0 connections, cant connect to btc network
by
Dreydahh
on 15/01/2014, 12:19:18 UTC
Hello,
Few days ago my bitcoind stopped working. It can't connect to btc network, getpeerinfo doesn't show any peers, and i have got 0 connections. Also client doesn't seems to respond on "stop" command. It just doesn't close, I need to kill it with killall -9. And blocks aren't downloading. I have tried to remove whole ~/.bitcoin and in bitcoin.conf I have only rpc user/pass.
I'm using bitcoind 0.8.6 on Debian Linux 64bit. Iptables were flushed, so it doesn't block anything. It seems that port 8333 is open(checked with this tool http://www.yougetsignal.com/tools/open-ports/).
Output from bitcoind getinfo:
Code:
{
    "version" : 80600,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1389534608,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}
Output from lsof
Code:
root@dreydahh:~# lsof -i | grep 8333
bitcoind  18265 btcduser    6u  IPv6 233042177      0t0  TCP *:8333 (LISTEN)
bitcoind  18265 btcduser    7u  IPv4 233042178      0t0  TCP *:8333 (LISTEN)
Output from debug.log when I start client.
Code:
2014-01-15 12:14:19 Bitcoin version v0.8.6-beta (2013-12-05 13:11:26 +0100)
2014-01-15 12:14:19 Using OpenSSL version OpenSSL 0.9.8k 25 Mar 2009
2014-01-15 12:14:19 Default data directory /home/btcduser/.bitcoin
2014-01-15 12:14:19 Using data directory /home/btcduser/.bitcoin
2014-01-15 12:14:19 Using at most 125 connections (1024 file descriptors available)
2014-01-15 12:14:19 Using 2 threads for script verification
2014-01-15 12:14:19 init message: Verifying wallet...
2014-01-15 12:14:19 dbenv.open LogDir=/home/btcduser/.bitcoin/database ErrorFile=/home/btcduser/.bitcoin/db.log
2014-01-15 12:14:20 Bound to [::]:8333
2014-01-15 12:14:20 Bound to 0.0.0.0:8333
2014-01-15 12:14:20 init message: Loading block index...
2014-01-15 12:14:20 Opening LevelDB in /home/btcduser/.bitcoin/blocks/index
2014-01-15 12:14:20 Opened LevelDB successfully
2014-01-15 12:14:20 Opening LevelDB in /home/btcduser/.bitcoin/chainstate
2014-01-15 12:14:20 Opened LevelDB successfully
2014-01-15 12:14:20 LoadBlockIndexDB(): last block file = 0
2014-01-15 12:14:20 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=1, size=293, heights=0...0, time=2009-01-03...2009-01-03)
2014-01-15 12:14:20 LoadBlockIndexDB(): transaction index disabled
2014-01-15 12:14:20 LoadBlockIndexDB(): hashBestChain=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f  height=0 date=2009-01-03 18:15:05
2014-01-15 12:14:20 init message: Verifying blocks...
2014-01-15 12:14:20  block index             154ms
2014-01-15 12:14:20 init message: Loading wallet...
2014-01-15 12:14:20 nFileVersion = 80600
2014-01-15 12:14:20  wallet                  548ms
2014-01-15 12:14:20 init message: Loading addresses...
2014-01-15 12:14:20 Loaded 0 addresses from peers.dat  10ms
2014-01-15 12:14:20 mapBlockIndex.size() = 1
2014-01-15 12:14:20 nBestHeight = 0
2014-01-15 12:14:20 setKeyPool.size() = 101
2014-01-15 12:14:20 mapWallet.size() = 0
2014-01-15 12:14:20 mapAddressBook.size() = 1
2014-01-15 12:14:20 AddLocal(37.28.154.85:8333,1)
2014-01-15 12:14:20 IPv4 venet0:0: 37.28.154.85
2014-01-15 12:14:20 init message: Done loading
2014-01-15 12:14:20 dnsseed thread start
2014-01-15 12:14:20 Loading addresses from DNS seeds (could take a while)
2014-01-15 12:14:20 net thread start
2014-01-15 12:14:20 addcon thread start
2014-01-15 12:14:20 opencon thread start
2014-01-15 12:14:20 msghand thread start
2014-01-15 12:14:20 dumpaddr thread start
2014-01-15 12:14:20 Added 28 addresses from 178.18.90.41: 0 tried, 28 new
2014-01-15 12:14:21 Added 25 addresses from ::: 0 tried, 53 new
2014-01-15 12:14:21 Added 27 addresses from 192.3.11.20: 0 tried, 80 new
2014-01-15 12:14:21 Added 14 addresses from ::: 0 tried, 94 new
2014-01-15 12:14:21 94 addresses found from DNS seeds
2014-01-15 12:14:21 dnsseed thread exit
2014-01-15 12:14:25 connection timeout
2014-01-15 12:14:25 ERROR: GetMyExternalIP() : connection to 91.198.22.70:80 failed
2014-01-15 12:14:30 ThreadRPCServer method=validateaddress
2014-01-15 12:14:30 connection timeout
2014-01-15 12:14:30 ERROR: GetMyExternalIP() : connection to 74.208.43.192:80 failed
2014-01-15 12:14:31 GetMyExternalIP() received [37.28.154.85] 37.28.154.85:0
2014-01-15 12:14:31 GetMyExternalIP() returned 37.28.154.85
2014-01-15 12:14:31 AddLocal(37.28.154.85:8333,4)
2014-01-15 12:14:34 ThreadRPCServer method=validateaddress
2014-01-15 12:14:34 ThreadRPCServer method=validateaddress
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 04/09/2013, 11:23:56 UTC
http://btcflow.net/favicon.png
BTCflow.net is again up and running! Come in and get your daily coins!! (and i'm thinkng about giving away 2 or moar times per day in the future on my both faucets)

If you can Portnoy, please move BTCflow.net to working faucets list

You messed up the link there, doesn't work for some reason. Just checked it out, if you want any more faucets to add to the list, add http://faucet.domesticpineapple.com Wink

btcflow and bitcointree both your faucet I do work on both and have no payment so now Scared to waste my time on both these
*btcflow and bitcointree. I use both of you faucets, both I have not received any payment yes. Now I am scared that I wasted my time on your faucets.

Thats kinda weird, could you give me your address?
Here's last payout from bitcointree http://blockchain.info/tx/73c271950cae87e11f9256c4cf3f86f1a9321b91f4d1fc9762e26a981feaf82c
and here's from btcflow.net http://blockchain.info/tx/112dd88d6711d7a986737cdd8ff657c1a374104e71a6a9eab2b6991364543485
for the proof that i payout.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 31/08/2013, 18:21:21 UTC
http://btcflow.net/favicon.png
BTCflow.net is again up and running! Come in and get your daily coins!! (and i'm thinkng about giving away 2 or moar times per day in the future on my both faucets)

If you can Portnoy, please move BTCflow.net to working faucets list

You messed up the link there, doesn't work for some reason. Just checked it out, if you want any more faucets to add to the list, add http://faucet.domesticpineapple.com Wink

Fixed link, thank you.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 31/08/2013, 15:14:31 UTC
http://btcflow.net/favicon.png
BTCflow.net is again up and running! Come in and get your daily coins!! (and i'm thinkng about giving away 2 or moar times per day in the future on my both faucets)

If you can Portnoy, please move BTCflow.net to working faucets list
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 29/08/2013, 08:02:49 UTC
runecoins says: "Hacked by UKdevit"

I know that feel as an admin, bro -.-
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 21/08/2013, 15:19:58 UTC
http://bitcointree.net/avtwitt.png
I want to announce you that bitcointree.net is up and running again!! Right now i payout a bit smaller prizes then before shutdown, because I wait for cash from google for ads to change it into BTC. Your prievously collected BTC should still be on bitcointree account. In a few days, I will restart btcflow.net as well. I hope that nobody will ever steal from faucet, and right now - get your bitcoins!
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 31/07/2013, 13:38:30 UTC
BTCflow.net says on their website that they have had their BTC stolen and needed to close the faucet. I trust they will produce the transaction where their coins were transferred out of their wallet.

Be my guest... These are txs from btctree and btcflow accounts.
https://blockchain.info/pl/tx/52f86329b7bb84ff1da35c77ec0ca333f3a34c7ffac8481b7bf8d78487d86a02
https://blockchain.info/pl/tx/304a723a6cb7fc8fc203612b4dc4c408f729db19e2a1955d722f34d5ec7b810a

As soon as I will reconfigure server it will be avaible again(few weeks), i hope that without any suprises...
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 27/07/2013, 19:32:42 UTC
Unfortunately we needed to shut down our faucets. Someone had stolen all our bitcoins (somewhere around 2BTC). We need to make completely clean up on our servers, and configure it from the beggining. This will take some time.
Don't worry you will not lose any of your accumulated bitcoins. Just after site restart, you will be able to continue collecting BTC
We hope that we will back soon. I will report site restart in this topic.

Best regards,
Maciej 'Dreydahh' Winkler - Head admin of bitcointree.net and btcflow.net
Post
Topic
Board Micro Earnings
Re: Where do I get free Bitcoins?
by
Dreydahh
on 26/07/2013, 07:20:45 UTC
Hello, in about week ago someone had stolen every single satoshi from my faucet accounts.

If you can please support me with a donation (1MeRYkNZ4wDE5fDqBxD2Cfna3VFGKmJFVt), so i could pay out cash to ppl who has accumulated some btc on my sites. Every satoshi counts. Right now i will investigate this problem, there is a possibility that I will turn off faucets for some time. Right now you can still get btc from my site, but i will be able to pay when i will again refill my accounts.

This is the address which had stolen my btc: 19eZX8enBriRqkYCV2mm6bmkT7EPXXFtLp
And this is the transaction: https://blockchain.info/tx/52f86329b7bb84ff1da35c77ec0ca333f3a34c7ffac8481b7bf8d78487d86a02

I want to apologise you for any inconveniences.

Best regards,
Maciej 'Dreydahh' Winkler

head admin of bitcointree.net, btcflow.net
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 11/07/2013, 19:05:55 UTC
I hope that complete moron who is click bombing ads on my site will read this.
Thanks to you my faucets may be banned in adsense - google program that provides ads, which is an only source of income to let the faucet keep running. Without money that i get from PROPER and NORMAL clicks, faucet will just dry.

I hope you will die in the most painful way you can imagine.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 03/07/2013, 10:36:44 UTC
Maybe the list could have a little more organization, like sorting by reward and frequency. Some of the sites offer higher minimum prizes, 1000 satoshi per captcha, while all the many coinbox sites are just 100 satoshi per captcha.
also, listing the minimum payout (and any payout fee) would help the user figure out how long they have to hit a faucet before they can get a payout.

Things change too much with these sites to make that practical... maybe if maintaining this list was my full time job...

These things are easily determined after one runs through the list a couple time.  

Following this thread also will allow one to hear all kinds of feedback on these various sites:
which site is down; which one has changed its payout structure; which is the highest paying; which pays out most regularly; which one is often empty...  etc. etc.  

If it is a huge hassle I can help you for free Portnoy. PM me if interested.

There isn't a big problem with maintaining this list, and despite how it might appear there is a logical system behind how it is organized...
based mainly on what sites have been on the list the longest and on reliability... etc. 

But of course feel free to post here in this thread any information on any of these sites which you feel is relevant.

Thanks

Bitcointree and btcflow should be on the top of the list! Reason? These sites belongs to me Cheesy
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 28/06/2013, 05:35:25 UTC
I had some major problem with my database at bitcointree.net. Lot of addresses may lost accumulated bitcoins. Please mail me at contact@bitcointree.net with the amount you had before this db crash. In order to apologize you, I increase payment 5 times on bitcointree.net.

I'm really sorry for inconveniences.

Best regards,
Maciej "Dreydahh" Winkler - head admin of bitcointree.net
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 12/06/2013, 17:05:51 UTC
Hi from Australia, I very much a newbie
I read article little while ago at HowToGeek about Bitcoin and now addicted.
add me in the lotto please

1HUCkNFJkF3hVSAmXiHKTSqbpU5kRRLx8A

Cheers and good luck to all, including me  Wink

Added...

First off, Fantastic list, thank you so much! Secondly, I've got two to add.

BTCflow.net  -   It's much like Bitcoin Tree or Bitcoiner single daily payout
http://btcflow.net/

BitBucks.com  -  Apparently it disappeared for a while and is back now, do simple tasks for BTC
http://www.bitbucks.com/

Also figured I'd throw my hat into the ring for the lottery if that's still open
1H2mJo1u5SKprG7PmDkdjjrmmjjpxauJzB



Added...  Welcome!

BTCflow is currently being evaluated. A payout confirmation should happen soon. 

I myself tend not to like sites which require one to do "tasks" or complete "offers" to get BTC. It isn't 'free' Bitcoin for sure, but it may qualify for the popular 'earn' BTC category if there is enough good feedback from the community.

Thanks


i got mine to payout status tonight and requested it so i should know pretty quickly the status.

Payment for http://btcflow.net is scheduled for today at 6 P.M CEST.

I am trying it this morning and it is giving me this error: "Wrong Address!"

What?  I am using the same address I have always used with it.  I cleared the cookies associated with it and it gives the same message.


If it hasn't been more than 24hrs since I last checked it should give a different error message right?

I had some problems with my site. It should work right now. Here's transaction with payout from http://btcflow.net: 2ddc0c0185153b243901bd5f1cf93be2a86ef9ef35c8609d5b459a7008dfdc67
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 12/06/2013, 08:49:02 UTC
Hi from Australia, I very much a newbie
I read article little while ago at HowToGeek about Bitcoin and now addicted.
add me in the lotto please

1HUCkNFJkF3hVSAmXiHKTSqbpU5kRRLx8A

Cheers and good luck to all, including me  Wink

Added...

First off, Fantastic list, thank you so much! Secondly, I've got two to add.

BTCflow.net  -   It's much like Bitcoin Tree or Bitcoiner single daily payout
http://btcflow.net/

BitBucks.com  -  Apparently it disappeared for a while and is back now, do simple tasks for BTC
http://www.bitbucks.com/

Also figured I'd throw my hat into the ring for the lottery if that's still open
1H2mJo1u5SKprG7PmDkdjjrmmjjpxauJzB



Added...  Welcome!

BTCflow is currently being evaluated. A payout confirmation should happen soon. 

I myself tend not to like sites which require one to do "tasks" or complete "offers" to get BTC. It isn't 'free' Bitcoin for sure, but it may qualify for the popular 'earn' BTC category if there is enough good feedback from the community.

Thanks


i got mine to payout status tonight and requested it so i should know pretty quickly the status.

Payment for http://btcflow.net is scheduled for today at 6 P.M CEST.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 11/06/2013, 07:07:58 UTC
Okay, so to help users of http://btcflow.net to obtain limit of cash to payout and proof make a proof that http://btcflow.net payouts. I have multipled 4-5 times for the next 24 hours. Have phun.

Thanks. I think I missed this when I checked it this morning... maybe it will still be going when I try tomorrow morning. 

If anyone can confirm a payout please let us know. 

Don't worry it will last until 10 P.M CEST
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 10/06/2013, 20:02:49 UTC
Okay, so to help users of http://btcflow.net to obtain limit of cash to payout and proof make a proof that http://btcflow.net payouts. I have multipled 4-5 times for the next 24 hours. Have phun.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 10/06/2013, 06:31:02 UTC
Any new free ALT coin sites?.  A lot of these links are old and do not work

I am pretty sure that Kazuldur have made smth. It's a http://litecoiner.net . He is admin of http://bitcoiner.net so this ltc faucet payouts for sure.
Post
Topic
Board Micro Earnings
Re: FREE BITCOIN Sites *and* Free Newbie Lotto
by
Dreydahh
on 09/06/2013, 21:06:03 UTC
Still waiting for a payout from bitcoins-kostenlos.de ( don't know if they wait for a certain amount to build up before a payment is sent )

never seen a payout from thebitking.com either or even a confirmation that any of the submissions were successful.

still waiting for a payout from btcflow.net as well but I know they have a minimum one must get for a payout and I haven't reached that yet.

Yep, I was forced to make minimum cash for payout in http://btcflow.net because of bitcoin client update to 0.8.2. It doesn't allow microtx. (Moar info https://github.com/bitcoin/bitcoin/pull/2577) I might lower the limit to speed up the validation process,  or temporary increase prizes. (right now i don't have much users so it won't hurt my budget so much ;p)

Thanks for the info. I should have the minimum soon, so will be able to check the payout.

I am trying to submit my address at your site this morning but it keeps giving me a "Wrong Captcha!" warning. I have tried it many times and I 'am' putting in the proper code for the captcha.   

I have checked it and it seems to work fine... I have changed captcha provider, does it still thinks that captcha is wrong?

I had adblocker on. After I allowed one or two sites I think it worked.


Splendidly. I'm glad it works for you. But I think you have just came to my site(what a coincidence Grin) at the time I have been changing captcha provider. For the first few moments of new one, there was a bug that it says always "wong captcha".
I have decided to increase few times prize on btcflow.net tommorow, so don't miss it ;p.