-
It seems weird that some names like `bitbank, inc` link to the homepage (in the markup code) and some names don't.
-
```
onst bitbank = require('node-bitbankcc');
const api = bitbank.publicApi();
api.getTransactions('mona_jpy').then(console.log);
```
returns 404 error like this.
```
rror: StatusCodeErro…
-
An improvement to this bot would be to help the orders stay open for longer or only cancel them at the last minute to give the orders a higher probability of executing. (reducing the amount of time th…
-
Hi
this is my LCD : http://www.elecfreaks.com/wiki/index.php?title=2.2S%22_TFT_LCD:_TFT01-2.2S and I could run it by fbtft driver and notro library with SPI protocol. My board is NanoPi-M1 and my wir…
-
- Calendar Items are limited to just 5, even when it is more than 5 for a particular date.
-
Bug report
Operating System: Windows 7
MultiBit Version: 0.5.15
Started this week my first bitcoin adventure. Bought aprox 0.07BTC.
It took a while before the transaction was finished/approved bu…
-
```
ruby-1.9.2-p180 :003 > Money::Currency::TABLE[:btc] = {
ruby-1.9.2-p180 :004 > :priority => 1,
ruby-1.9.2-p180 :005 > :iso_code => "BTC",
ruby-1.9.2-p180 :006 > :na…
-
What version of rails are you using where you have activesupport >= 3.0.7 and i18n >= 0.6.0 !?!? Bundler tells me that rails ~> 3.0.7 requires i18n 0.5.0
If I use rails 3.1.0.rc4 to get i18n 0.6.0 t…
-
Please use the money gem! Floats are very bad for currencies... See following example:
irb
> 1.0 - 0.9
> => 0.09999999999999998
You should require the money gem, define your own currency (bitcoin, …