Bitcoin Forum
May 25, 2024, 08:21:41 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 »
461  Economy / Services / Re: Complete a small task for 0.0001 btc on: December 11, 2016, 02:31:49 PM
username: johnMiddle
email: amadej.pevec@gmail.com
address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP
462  Bitcoin / Project Development / Re: Currency exchange rate widget for your pool using Public API on: December 10, 2016, 06:56:53 PM
What exactly you need? Only to show how much is x XCIcoin in bitcoin? I think I can do this for you.

I have done similar job for converting $ to btc using api.
For example 10$ in btc is:
Code:
http://amacar.tk/generateImage/index.php?VALUE=10
463  Economy / Services / Re: BitConnect Coin Twitter Campaign | Earn upto 0.0007 BTC in few minutes | [OPEN] on: December 10, 2016, 04:35:13 PM
Link to your twitter account: https://twitter.com/amacar1_
Link to your retweet: https://twitter.com/bitconnect/status/807514393776943104
Link to your tweet: https://twitter.com/amacar1_/status/807624267059908616
BTC Address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP
464  Economy / Services / Re: Just signup and confirm. Payment- 0.0001 BTC on: December 10, 2016, 04:20:53 PM
email: amadej.pevec@gmail.com
address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP

Thank you
465  Economy / Services / Re: Post advertising on my reddit account for 0.004 btc on: December 02, 2016, 09:41:09 PM
You never respond my PM.
466  Economy / Services / Re: Join CLOAKCOIN twitter campaign on: December 01, 2016, 07:33:37 PM
Quote
Add "www.cloakcoin.com" to your profile and use our avatar (http://www.cloakcoin.com/downloads/avatars/avatar1.png) to get 10% more!
Where should we change it? On twitter profile or on bitcointalk?
467  Economy / Services / Re: Post a link page on reddit for 0.0005 btc on: December 01, 2016, 12:13:36 PM
We must send you a pm or what? Because you didn't respond to my question regarding my reddit account.
468  Economy / Services / Re: Join to our TWITTER [ crazybtrade.com ] on: November 29, 2016, 07:29:39 PM
Following and retweeted.
469  Economy / Services / Re: looking for programmer RFID experience a big plus on: November 29, 2016, 07:26:46 PM
You can't just clone every rfid cards. If security doesn't really sucks then it is protected from copying.
470  Economy / Services / Re: Want $0.20 For Really Fast And Easy Task? No signup required! on: November 29, 2016, 07:12:54 PM
I am from Slovenia, is this country ok for you?
471  Economy / Services / Re: WhyFuture.com Twitter Campaign on: November 29, 2016, 07:09:06 PM
Your Bitcointalk Username: amacar1
Your Twitter Post Link: https://twitter.com/amacar1_/status/803676519973474304
Twitter members: 1023
Total: 1023
Twitter Audit Link: https://twitteraudit.com/amacar1_
Your BTC Address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP
472  Economy / Services / Re: Post a link page on reddit for 0.0005 btc on: November 29, 2016, 07:03:08 PM
I can post it if my reddit account is ok? Here it is: https://www.reddit.com/user/amacar/
473  Economy / Services / Re: HOMEWORK NEED. very easy basic Python work on: November 27, 2016, 12:53:16 AM
I sent you PM, hope you will respond to me, because you didn't respond last time!
474  Bitcoin / Project Development / Re: abnt.co - early testing request on: November 24, 2016, 05:02:40 PM
You said that ABNT is essential tool but you don't tell what is this page even doing. Also some links and demo are not working. Can I get demo login account to test more?
475  Economy / Digital goods / Re: BitCoinTalkAutoBumper - a tool to automatically keep your threads on top on: November 24, 2016, 04:58:20 PM
There are already too many people selling these scripts that do the same and you can also get them for free. One example is here: https://github.com/buxlover/autobump
476  Economy / Services / Re: Get $0.20 FREE - for easy online task [ACTIVE] on: November 20, 2016, 03:57:33 PM
I did this for about 10 hotels, hope it is enough. Sending PM to you right now.
477  Economy / Services / Re: Need A Programmer/Coder Paying $10-40 on: November 20, 2016, 03:29:33 PM
I am young developer but I think I can help you. I need a bit more information and then I can start with script.
478  Bitcoin / Mining speculation / Re: Is Mining profitable? on: November 11, 2016, 11:34:07 PM
Mining is profitable again. I stopped mining 2 years ago, but I am thinking to start mining again using graphic cards (alternative cryptos).
479  Economy / Services / Re: HOMEWORK NEED. very easy basic Python work on: November 11, 2016, 12:37:39 AM
Something like that

Code:
# Future population estimation
# Your name

currentPopulation = 307357870
birth = 7
death = 13
immigrant = 35

yearsPredicting = int(raw_input("For how many years you want prediction? "))

#convert years to seconds
yearsInSeconds = yearsPredicting * 365 * 24 * 60 * 60

#take float values
futurePopulation = currentPopulation + float(yearsInSeconds) / birth
futurePopulation -= float(yearsInSeconds) / death
futurePopulation += float(yearsInSeconds) / immigrant

#we can't have "half" of person, so we take lower bound
futurePopulation = int(futurePopulation)

print "Future population estimation is: ", futurePopulation

My address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP
480  Economy / Micro Earnings / Re: Post the song Babel Game on your Social Media for BTC! on: November 05, 2016, 05:39:00 PM
twitter link: https://twitter.com/amacar1_/status/794955971256864768 (956 followers)
facebook: https://www.facebook.com/John.Middle.I.AM/posts/983017515161135

my address: 1PdHRDrRxBsohPRJMxTa5cVLNriEbJUhdP

Thank you
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!