Bitcoin Forum
May 11, 2024, 06:41:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Local / Português (Portuguese) / Re: [ANN] Bitcoin : Guia definitivo on: August 21, 2015, 01:56:00 AM
Parabéns pela iniciativa.
thx.
2  Local / Português (Portuguese) / Re: [ANN] Bitcoin : Guia definitivo on: August 15, 2015, 06:41:25 AM
**LINKS ATUALIZADOS**


3  Economy / Economics / Re: [HOWTO] Raspberry Pi @ Bitcoin standalone chart monitor on: August 10, 2015, 05:10:57 PM
Updated!

Link: http://dann.com.br/raspberry-pi-bitcoin-standalone-chart-monitor/


4  Economy / Services / Re: Cryptobuddy Telegram Bot on: June 30, 2015, 03:45:22 AM
wow! awesome project, its not working? the bots is offline for weeks..
its open source?
5  Economy / Economics / Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor on: August 21, 2014, 02:09:25 PM
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..
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SMC] SmartCoin | The smart way to pay | Cryptsy • Digishield • New Changes on: July 04, 2014, 12:55:04 PM
any bootstrap torrent?
7  Economy / Economics / Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor on: June 20, 2014, 11:59:07 AM
Finished SDCard img upload.
8  Economy / Economics / Re: [HOWTO] Turn your Raspberry Pi into a standalone Bitcoin chart monitor on: June 20, 2014, 12:23:17 AM
I will have to give this a try - nicely done.

thanks.
9  Economy / Economics / [HOWTO] Raspberry Pi @ Bitcoin standalone chart monitor on: June 19, 2014, 09:12:25 PM
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.
10  Local / Português (Portuguese) / Re: [ANN] Bitcoin : Guia definitivo on: June 17, 2014, 12:55:18 PM
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!
11  Local / Português (Portuguese) / Re: [ANN] Bitcoin : Guia definitivo on: June 17, 2014, 12:20:53 PM
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.



12  Alternate cryptocurrencies / Altcoin Discussion / Re: [420] Official CannabisCoin [CANN] : Announcements, Development, Discussions. on: June 11, 2014, 07:36:08 AM
i'm still solo mining..
what's the best pool? kryptochaos?
13  Local / Português (Portuguese) / Re: [ANN] Bitcoin : Guia definitivo on: June 11, 2014, 07:28:44 AM
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..
14  Local / Português (Portuguese) / [ANN] Bitcoin : Guia definitivo on: June 10, 2014, 07:28:28 PM
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.



15  Alternate cryptocurrencies / Altcoin Discussion / Re: [420] Official CannabisCoin [420] : Announcements, Development, Discussions. on: June 08, 2014, 12:45:11 AM
It's the same structure of DRK? Can i mine it w/ the same command at sgminer?

sgminer.exe -k darkcoin

right?
16  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: March 17, 2014, 04:04:34 AM
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.
17  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 11, 2014, 04:31:15 PM


IMG Link: https://i.imgur.com/LSsmiYK.png
v2.3 almost ready..
18  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 11, 2014, 06:58:01 AM
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)
19  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 11, 2014, 01:15:22 AM
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).
20  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 10, 2014, 08:03:06 PM
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?
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!