Bitcoin Forum
July 07, 2025, 07:14:10 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Vote for Bitcoin IRA at Fidelity at finance.yahoo.com on: December 12, 2013, 10:02:47 PM
http://finance.yahoo.com/news/bitcoin-fund-raises-65-mln-205149343.html

Should work but I suggest looking for "bitcoin fund raises" then looking to the right and taking the poll.  I suggest doing the search instead of using the link as you can see that the link has some unique identifiers in it.


Thanks to the speculation forum user "wachtwoord"  for finding this and raising it!


2  Economy / Speculation / What was the factor for the rise beginning on 9-December-2013? on: December 09, 2013, 03:37:06 AM
What was the factor?  Pick two.  You have three days to decide.

Let me know if there is a significant question missed.

Edit to fix title: sheesh.
3  Economy / Speculation / Pebble Watch Script For The Obsessed Speculator on: December 08, 2013, 11:50:10 PM
Warning, it may affect your mood Smiley

Requirements:

A pebble watch, tasker, android phone, and canvas.  You should have some basic knowledge of these.   Not hard just takes a bit of learning.

Note that the web call uses bitcoinaverage.com api vs. bitstamp api.

In tasker:

Add Net http get: to the web page of the bitcoinaverage.com api.

Add Script JavaScript: Set the path to your saved javascript file
   
Add Plugin> Pebble Notifier: Add notifier to "BitStamp"

You can change the percentages for the + and - as you see fit.




---script---
var parsebitstamp = JSON.parse(global('HTTPD'));

var err = "";
try {
       
       var bittemp = global('BitLast');
        var input= parsebitstamp['last'];
   setGlobal('BitLast', input);
   if (input >= bittemp)
        {
   var percent = 100-bittemp/input*100;
      if (percent > .25)
      {
       var lastout = "+";
           }
           else
      {
             var lastout = "=";
           }
    }

        if (input < bittemp)
   {
        var percent = 100-input/bittemp*100;
         if (percent > .25)
      {
       var lastout = "-";
           }
           else
      {
             var lastout = "=";
           }

   }


   setGlobal('LastOutA',global('LastOutB'));
        setGlobal('LastOutB',global('LastOutC'));
        setGlobal('LastOutC',global('LastOutD'));
        setGlobal('LastOutD',global('LastOutE'));
   setGlobal('LastOutE',global('LastOutF'));
   setGlobal('LastOutF',global('LastOutG'));
        setGlobal('LastOutG',lastout);
        var trend = global('LastOutA')+global('LastOutB')+global('LastOutC')+global('LastOutD')+global('LastOutE')+global('LastOutF')+global('LastOutG');
        var output = trend+input.toFixed(0);
     
}
catch(err) {
            output += err;
}

setGlobal('BitStamp', output);

-----
4  Economy / Speculation / A better pick three for the top poll (just for fun) on: December 07, 2013, 05:16:12 PM
Okay, trying this one more time.  Pick  THREE choices for the top between now and Tuesday midnight UTC. 

You have ONE day to respond and may change your vote.
5  Economy / Speculation / Bitcoin top poll (just for fun) on: December 07, 2013, 04:53:16 PM
You get THREE votes.   Choose three numbers for the high between now and Tuesday midnight UTC.

Locked this thread as the poll was lame.  Try the new and improved top poll.
6  Economy / Speculation / Bitcoin Bottom Poll (just for fun) on: December 07, 2013, 04:42:17 PM
You get three votes!

Pick the low between now and Tuesday midnight UTC.
7  Other / Meta / [Split] Thread #28 about avatars on: November 23, 2013, 03:56:37 PM
I can't seem to upload an avatar?
8  Bitcoin / Press / 2013-11-22 Virgin.com - Bitcoins in space on: November 22, 2013, 03:52:36 PM
http://www.virgin.com/richard-branson/bitcoins-in-space

Bitcoin gets significantly closer to the moon.

Not to spread further rumours but Branson is also invested in Square and this may be leading us towards that "square at starbucks" thing.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!