Bitcoin Forum
May 07, 2024, 10:56:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 »
1381  Economy / Services / Re: BitDice.me - Signature Campaign! [STARTED][ESCROWED] on: November 09, 2014, 09:40:29 PM
Hello,

Sorry for this delay. I just got wifi here and have counted everyone. Payment transaction is: 52aadfe2aca2229abb0370254153443502a2484a4c56067f839f3b1614903edf

This time those users will not be prolonged (THIS IS NOT A FINAL LIST): pthnmj, s1ng, batmanbad, newflesh, susan234.

Also I'm not going to open any new slots as I'm little over the budget.

PS: I'm gonna remove some more users as they stick to 20 posts only (they were paid in full), that's not against the rules, however I see a lot of users who make 50 and 100 posts per bi-weekly, and I'm gonna try to make this campaign more productive by rotating users.

I'd like join for this time...

Name:   RocketSingh
Posts:   285
Activity:   196
Position:   Full Member
Bitcoin address:   1Dk4Si2w8StdGVsMW7AYMchTf99NKdVec8

....Can u please confirm the participation ?
1382  Economy / Services / Re: CloudMining.website is looking for bitcoin miners on: November 09, 2014, 04:17:42 PM
We are studying the market viability of this option. www.cloudmining.website is offering 5% referral commission on every sale. You will earn whenever your referral buys hash power from us. So, those of you are interested, may use our referral in your signature.

Well, at the moment I dont see much of a good campaign for me. So, I'll probably try this out...

hmm... it seems referral may work well for an unknown service with a good offer Wink

...but I need a good sig Undecided
1383  Economy / Service Announcements / Re: [ANN] CLOUDMINR.IO Mining contracts || 10 GHs FREE! || 0.0012 BTC/GHs on: November 08, 2014, 06:00:09 PM
CloudMinr.io website looks professional. Would like to apply for the 10GHs free hash power. Thanks Smiley
1384  Economy / Services / Re: CoinPiler Signature Campaign. Earn Up to 0.1BTC for 40 Posts/Month on: October 28, 2014, 02:27:55 PM
Hi, letprice
may I know the reason why you do not provide any escrow ?

Just my suggestion,
Try to make weekly payment without escrow or monthly payment with escrow if you want to attract more campaigner.

By the way, good luck for the campaign

Thanks for your advice...Smiley

I'd request u the same. Please escrow for monthly campaign.
1385  Economy / Service Discussion / Re: Any PHP programmer who can help integrate Bitcoins Payment with a script? on: October 28, 2014, 09:25:06 AM
Thanks you Evil Knievel i view for buy SSL
Thanks all for help Smiley

Actually this will not bring you any effort in this case.
The connection to blockchain.info is SSL encrypted anyways - you are calling a https:// url.
However, URL parameters never get encrypted :-)

Lately cloudflare is offering SSL even on free plan. Does it mean, for sites hosted on cloudflare, this URL parameter exposure problem is non-existent ?
1386  Economy / Service Discussion / Re: Any PHP programmer who can help integrate Bitcoins Payment with a script? on: October 27, 2014, 06:37:19 PM
Fullphp code is given in blockchain only

Code:
 
$real_secret = 'ZzsMLGKe162CfA5EcG6j'
$invoice_id = $_GET['invoice_id']; //invoice_id is past back to the callback URL
$transaction_hash = $_GET['transaction_hash'];
$input_transaction_hash = $_GET['input_transaction_hash'];
$input_address = $_GET['input_address'];
$value_in_satoshi = $_GET['value'];
$value_in_btc = $value_in_satoshi / 100000000;

//Commented out to test, uncomment when live
if ($_GET['test'] == true) {
    return;
}

try {
  //create or open the database
  $database = new SQLiteDatabase('db.sqlite', 0666, $error);
} catch(Exception $e) {
  die($error);
}

//Add the invoice to the database
$query = "insert INTO invoice_payments (invoice_id, transaction_hash, value) values($invoice_id, '$transaction_hash', $value_in_btc)";

if($database->queryExec($query, $error)) {
   echo "*ok*";
}

//Select the amount paid into an invoice with select SUM(value) as value from invoice_payments where invoice_id = $invoice_id

Lol please tell me where this script is live ;-) Looks like you can steal all BTC from them ;-)

It is great if u please explain the catch. The $real_secret is not checked in this code. How do u overcome that verification ?
1387  Economy / Gambling discussion / Re: In which language top gambling sites are coded ? on: October 21, 2014, 01:08:52 PM
FastSlots (not a top site yet, but gaining traction) is build on mysql, node.js, socket.io, and backbone. We chose mysql because it supports transactions and node.js because it's low latency and it makes it easy to use websockets. Backbone mostly because it's more lightweight than angular, but I'm starting to think that might have been a mistake...

I'm wondering why so many sites are using an nginx server instead of vanilla node. Is that just for load balancing or are there other advantages of nginx?

Thanks for the info. OP updated with your data. Please check at your end if they are correct.
1388  Bitcoin / Bitcoin Discussion / Re: Why Should One Start With Bitcoin Right Now on: October 21, 2014, 12:59:27 PM
Why should someone (not knowledgeable about bitcoin) should start spending hours and hours to learn about bitcoin's concept. Why should that someone start right now?

Because Bitcoin is the future of internet and e-commerce.
1389  Bitcoin / Project Development / Re: [ANN] MyChain - Your new favorite open source block chain explorer on: October 21, 2014, 12:54:46 PM


Hi!

I've been developing an open source Bitcoin block chain explorer. It is now functional enough for public testing:

http://mychain.io

Please feel free to use it however you see fit. I would greatly appreciate any attempts to break it, especially if any discovered issues are reported on the Github repository: https://github.com/thofmann/mychain/issues. Pull requests are also welcome!

I was hoping to emphasize simplicity and accurate portrayal of block chain data, without promoting any misleading concepts such as "address balances" and "from addresses".

Great to see that more block explorers are coming live. I'm a little confused about how balance is shown on mychain.io. I was testing with an address where the final balance is 50.02498463BTC. But when I'm checking http://mychain.io/address/12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX it is showing the following...

Received:   0.02 BTC
Possibly received: 0.004984630000000001 BTC

How do I know the spendable amount of an address from the above data ?
1390  Economy / Gambling / Re: SatoshiDICE.com - The World's Most Popular Bitcoin Game on: October 21, 2014, 09:42:35 AM
will this game ever be on-chain and not off-chain?

It is already on-chain.

For a while they offered an off-chain version too, which they called "tribute", but from what I heard it was exploitable so they took it offline to fix it. That was approximately a year ago I guess.

What does it mean by on-chain and off-chain betting ?
1391  Economy / Services / Re: PB Mining Signature Campaign! ***CLOSED!**** on: October 16, 2014, 06:18:50 PM
Yes, when we change the price then feel free to update your signatures.

Ok... signature updated with 0.0016BTC. But, I think, it is good to update the signature code in OP.

I just updated my signature as well. As written above, it's better to update OP.

You will have more effective advertising then.

It seems that the OP is now updated with new rate. I have updated my sig as well.
1392  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: October 13, 2014, 08:47:49 PM
There is a new signature campaign in the block. Though I'm not sure if it'll be considered eligible for listing...

The Rise and Rise of Bitcoin : https://bitcointalk.org/index.php?topic=820250.0
This is not a paying campaign. LOL

Some people are actually joining this campaign. So, I think, it might be considered for inclusion under some special category. It is actually a nice initiative...
1393  Other / Politics & Society / Re: [Poll] Free Ross OR Kill Ross <search for public opinion> on: October 13, 2014, 08:38:46 PM
What is pioneer of Freedom?

 noun
1.
a person who is among those who first enter or settle a region, thus opening it for occupation and development by others.


Ross Ulbricht should be freed and awarded with Ig Nobel Prize.
1394  Bitcoin / Bitcoin Discussion / Re: Rise and Rise of Bitcoin - Watch the Full Movie for Free on: October 13, 2014, 08:34:57 PM
Someone just told me that we should support the film makers and should not watch the movie for. How valid was his advice ?

You could still pirate it by definition and send off a tip to the makers if you don't want to download it off Itunes
That way they get the full tip and no one takes a cut of the profit in addition you could use Bitcoins instead  Wink

http://www.reddit.com/r/Bitcoin/comments/2it0ot/the_rise_and_rise_of_bitcoin_donation_address_is/

Hi, this is Ben Bledsoe, one of the producers of The Rise and Rise of Bitcoin. If you downloaded a torrent and enjoyed the film, please consider making a donation. Our Bitcoin address is https://blockchain.info/address/19xb2pAzyv7feFkBhbh3n3rtBJ9JPTufm
Thanks, Ben

https://twitter.com/BitcoinDoc/status/520361279391686656

This address can also be confirmed by this tweet => https://twitter.com/BitcoinDoc/status/520947235329019904

The same is given in the OP as well as in www.CoinLearn.org/movie.php
1395  Economy / Services / Re: Quick 0.05 btc for coding on: October 13, 2014, 08:05:02 PM
I only need someone with tech knowledge to fix what i don't understand, i have already fixed it myself.

Very good. Now it is better to lock the thread. Else its going to be flooded with pointless replies.
1396  Bitcoin / Bitcoin Discussion / Re: Rise and Rise of Bitcoin - Watch the Full Movie for Free on: October 13, 2014, 03:27:10 PM
Looks like this movie is good
But, i don't have good internet connection ?

Are there anyone find this movie on torrent  Huh

There is a torrent seed mentioned in the OP. I can see there are 378 seeders at the moment. Interestingly, there is a voluntary sig campaign running for the movies as well. Check it out if your sig space is free => https://bitcointalk.org/index.php?topic=820250.0
1397  Economy / Micro Earnings / Re: Win Free Bitcoins Each Hour at CoinLearn.org on: October 13, 2014, 10:05:00 AM
We have embedded the YouTube upload of Rise & Rise of Bitcoin on a separate page of CoinLearn.org.

Watch it for free and share the link with your friends and families : www.CoinLearn.org/movie.php

Hmmm that is just the movie trailer indeed.

For those interested in watching the full movie, you can buy the DVD on http://bitcoindoc.com/store or buy/rent it on http://vimeo.com/ondemand/bitcoindoc

The full movie was available there till yesterday. But that link is now defunct. Probably that is why it is now been replaced by the trailer link.

Ill do this for a little Smiley

I put the direct link in https://www.youtube.com/watch?v=Igg0BCF_JcM

The video is not more available  , damn youtube !

As I can see, the full movie is now available at www.CoinLearn.org/movie.php
1398  Local / Marketplace (India) / Re: About circle.com on: October 12, 2014, 04:31:41 PM
Hi,
Has anyone of you used circle.com ? Is it possible to link Indian bank accounts and then buy and sell bitcoins ? Is it legal to use circle.com in India?

I had signed up with circle when they launched recently. Unfortunately, it does not support Indian bank accounts; not even non-US credit cards. And since Indians can't use it, the question of legal or illegal does not even arise.

It seems someone has already used Indian Credit Card to buy Bitcoins at Circle. The Q is how much one is charged by his bank for this...

Used my indian credit card to buy. hassle free. however, i was charged under cash advance and not credit. cash advance fees are quite high. not the best option.
1399  Bitcoin / Bitcoin Discussion / Re: Rise and Rise of Bitcoin - Watch the Full Movie for Free on: October 12, 2014, 10:14:24 AM
Bitcoin Documentary - "The Rise and Rise of Bitcoin"

Official Trailer: http://www.youtube.com/watch?v=0S4dSXTnfms...

I just watched the "Official Trailer" and it is amazing, thank you for spreading the word about The Rise and Rise of Bitcoin.


Why would you comment on the significance of the "Official Trailer" when there are links in this thread to the full movie?


Here is the Youtube link to the full version:


Why NOT watch the whole documentary and comment on that?

I'm not sure but here in my country the video ( that I've posted the link) is not more available to see , can you check please?


Yeah, I just checked the link, and I am in the USA...

It appears that the video is NO longer available at that link on youtube... looks like it was removed from the youtube...

For some, gonna have to go back to the piratebay torrent, I suppose...


OP updated with all the latest info regarding the movie.

Please update OP with the following information...

The movies is out here: http://vimeo.com/ondemand/bitcoindoc/103528614

Torrent is here: http://thepiratebay.se/torrent/11183060/The_Rise_and_Rise_of_Bitcoin_-_HD







Yes... this video has been removed from YouTube. I can confirm it as well. It is good if someone can upload the Full Movie to YouTube, Vimeo and DailyMotion at a time.
1400  Local / Regional Languages (India) / Re: Mjhe Agr Koi Bitcoin Faucet Create Krana Sikhaega To men Usy BTC ME pay krun on: October 11, 2014, 10:20:46 PM
Hello EveryOne,
Dosto Mjhe Apna bitcoin Faucet Create Krna Hai Agr ap me se koi mjhe Bitcoin Faucet Create krwana sikhaega to men usy kuch btc Pay Krun Please Meri Help Kre Thanx my Email)- zeepicture@live.com
Thanx..

aapko koi programming aata hai ? aap kitna BTC pay karna chahte ho ?
Pages: « 1 ... 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 77 78 79 80 81 82 83 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!