Search content
Sort by

Showing 20 of 75 results by intrd
Post
Topic
Board Português (Portuguese)
Re: [ANN] Bitcoin : Guia definitivo
by
intrd
on 21/08/2015, 01:56:00 UTC
Post
Topic
Board Português (Portuguese)
Re: [ANN] Bitcoin : Guia definitivo
by
intrd
on 15/08/2015, 06:41:25 UTC
**LINKS ATUALIZADOS**


Post
Topic
Board Economics
Re: [HOWTO] Raspberry Pi @ Bitcoin standalone chart monitor
by
intrd
on 10/08/2015, 17:10:57 UTC
Post
Topic
Board Services
Re: Cryptobuddy Telegram Bot
by
intrd
on 30/06/2015, 03:45:22 UTC
wow! awesome project, its not working? the bots is offline for weeks..
its open source?
Post
Topic
Board Economics
Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor
by
intrd
on 21/08/2014, 14:09:25 UTC
Hi!
A question: what does it means

… now create /boot/xinitrc /home/pi/.xinitrc file

? End where I have to paste the code above (#!/bin/sh
while true; do )?

Thk you!

Sorry..

… now create /home/pi/.xinitrc and paste that content..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SMC] SmartCoin | The smart way to pay | Cryptsy • Digishield • New Changes
by
intrd
on 04/07/2014, 12:55:04 UTC
any bootstrap torrent?
Post
Topic
Board Economics
Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor
by
intrd
on 20/06/2014, 11:59:07 UTC
Finished SDCard img upload.
Post
Topic
Board Economics
Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor
by
intrd
on 20/06/2014, 00:23:17 UTC
I will have to give this a try - nicely done.

thanks.
Post
Topic
Board Economics
Topic OP
[HOWTO] Raspberry Pi @ Bitcoin standalone chart monitor
by
intrd
on 19/06/2014, 21:12:25 UTC
With this method you will be able to display BitcoinWisdom data or even your custom Tradingview chart into a auto-bootable fullscreen minimalist linux device. The chart stored in the Tradingview can be easily customized from any computer on-the-fly without needing to change anything on Pi.

This project consists in configure Raspi to load a fullscreen Chromium instance using the least possible resources. Of course, you can use this same method to standalone display any service you want.

Howto, SDCard image and Video preview here: http://dann.com.br/raspberry-pi-bitcoin-standalone-chart-monitor/

Test and give me feedback please.
Post
Topic
Board Português (Portuguese)
Re: [ANN] Bitcoin : Guia definitivo
by
intrd
on 17/06/2014, 12:55:18 UTC
Muito bom o conteúdo, é conciso, e assim espero que qualquer um que tenha tempo de leitura não tenha mais dúvidas básicas do Bitcoin.
E visando uma maior organização, por que tu não edita o OP para ter o link da primeira e da segunda parte?

Editado, tks pela dica!
Post
Topic
Board Português (Portuguese)
Re: [ANN] Bitcoin : Guia definitivo
by
intrd
on 17/06/2014, 12:20:53 UTC
Dando continuidade na série, aí vai a segunda parte do meu guia definitivo sobre Bitcoin e criptomoedas, dessa vez tratando o assunto Mineração, desde experiências em Solo Mining até Pools, P2P e Cloud-mining.
Um pouco mais advanced que o anterior, mas ainda assim numa linguagem compreensiva.



Post
Topic
Board Altcoin Discussion
Re: [420] Official CannabisCoin [CANN] : Announcements, Development, Discussions.
by
intrd
on 11/06/2014, 07:36:08 UTC
i'm still solo mining..
what's the best pool? kryptochaos?
Post
Topic
Board Português (Portuguese)
Re: [ANN] Bitcoin : Guia definitivo
by
intrd
on 11/06/2014, 07:28:44 UTC
Aproveitando o seu post, quando é que teremos a nova versão do Hal10k (com suporte ao bitstamp e btce  Roll Eyes ) ?

Dei uma desanimada após ser goxxed e ter boa parte dos profits do hal presas no mtgox, por isso fiquei um tempo sem desenvolver nada..

Mas já tenho um beta do novo Hal10k rodando como helper!
Só que antes de abrir ao público, pretendo torná-lo modular pra se adaptar facilmente a qualquer exchange..
Post
Topic
Board Português (Portuguese)
Topic OP
[ANN] Bitcoin : Guia definitivo
by
intrd
on 10/06/2014, 19:28:28 UTC
Bitcoin : Guia definitivo


Este é o início de uma série de artigos que estou escrevendo sobre o bitcoin, ele tem como objetivo mostrar a tecnologia e os assuntos mais comuns que envolvem as criptomoedas e levar ao leitor uma base de conhecimento necessário para dar o start neste mundo.

Ele é baseado nas dúvidas que rolam com frequência nesta comunidade.



Post
Topic
Board Altcoin Discussion
Re: [420] Official CannabisCoin [420] : Announcements, Development, Discussions.
by
intrd
on 08/06/2014, 00:45:11 UTC
It's the same structure of DRK? Can i mine it w/ the same command at sgminer?

sgminer.exe -k darkcoin

right?
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
intrd
on 17/03/2014, 04:04:34 UTC
Hey guys, unfortunately I'm Goxxed and lost a lot of money..
All my HAL10k trading profits were frozen in MTGox, i'm discouraged and stopped hal10k development.

Now i will try to return w/ this..
The version v2.3 was really amazing, but never published..

Which exchanges(w/ a good API) you recommend to start the new HAL10k? BTC-e? Stamp? Vircurex?
This time I'll try to create it modular so that easily applies at any exhange.
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
intrd
on 11/01/2014, 16:31:15 UTC


IMG Link: http://i.imgur.com/LSsmiYK.png
v2.3 almost ready..
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
intrd
on 11/01/2014, 06:58:01 UTC
Client side charts done! macd almost..


@initrd:  Have you thought about using ta-lib (technical analysis library)?  There is a PHP/PECL extension. Might save you the time from having to re-write each technical analysis function you want to use (ie. SMA, EMA, MACD, etc)
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
intrd
on 11/01/2014, 01:15:22 UTC
At the chart.php i've created a trick to optimize graph generation,
just turn on "$pular" and the graph is rendered discarding useless information..
but surely it would be better to generate the graph client side..
(I'm planing run HAL at my Pi too..)

About macd, finishing here..
thanks @yahma and @whydificult for the tips..
 
Code:
$control=(count($F1)*12)/100;
 $control2=(count($F1)*1)/100;
 $pular=false;

Will look into it. BTW, tried running it on my rasp-pi and it works for the most part (chart rendering is slow), except when the chart becomes longer than 1 day, then PHP hits the cpu limit time when rendering through pChart API.  I might look into replacing the server side chart rendering with something client-side (ie. Javascript).
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
intrd
on 10/01/2014, 20:03:06 UTC
I'm workin on MACD right now,
I have not started integrating btce and vircurex, It would be great if you could help integrate these other exchanges..

Nice project! I would like to help out if I can.  What is the current status of BTC-e and Vircurex api?