Bitcoin Forum
May 25, 2024, 12:11:30 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] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
701  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 09, 2014, 01:16:11 PM
There we go!
Resistance broken.

Next resistance at .0021 if we stay over .00187 Smiley
702  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 09, 2014, 01:10:27 PM
Testing out Resistance at .00187 for some times now. So much support atm.

Think we will see .0021 today again
703  Local / Anfänger und Hilfe / Re: worauf kommt es beim handel an (Kauf und Verkaufs signale) on: July 09, 2014, 01:06:37 PM
http://www.babypips.com/school

Das finde ich gibt einen sehr guten Überblick über den Handel im Allgemeinen.
Auch noch schön geschrieben, dass es sogar noch mehr Spaß macht. Grin
704  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: July 09, 2014, 08:00:13 AM
Hi guys!

i installed latest gekko from https://github.com/kuzetsa/gekko on my archlinux on raspberry pi

Working fine so far.

I configured it to catch short term data and show me some advice.

But only output i get is:

((...snip...))

Okay now i have some results

Quote
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) original simulated balance:
 1.16275 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) current simulated balance:
 1.16254 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) simulated profit:
 -0.00021 BTC (-0.01840%)
2014-07-08 16:49:45 (INFO):     processing 6 trade(s)
2014-07-08 16:51:21 (INFO):     processing 1 trade(s)

Note that my version explicitly is NOT made to:

[buy low] / [sell high] (repeatedly, over and over again.)

In fact, my version doesn't currently sell.
...ever.
...never ever
It's only set up to reinvest and buy more GHS on cex.io

As a result, the profit simulator won't tell you anything meaningful:
It doesn't simulate GHS mining, so it will never show any simulated profit.

i configured it to be running on BTCe like told in the documentation and use RSI as method

it wont output a correct simulation with this configuration?
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: (c ͡|Q ͜ʖ ͡o) [ANN][OPC] OPEC Coin POS stage, 2% per month. TipBot here! on: July 09, 2014, 06:43:46 AM
And dont forget the mintpal voting!!!

Where on #38 atm

https://www.mintpal.com/voting#OPC
706  Alternate cryptocurrencies / Announcements (Altcoins) / Re: (c ͡|Q ͜ʖ ͡o) [ANN][OPC] OPEC Coin POS stage, 2% per month. TipBot here! on: July 09, 2014, 06:35:14 AM
Nice!

If there will be news, i will post em

https://twitter.com/OPECCrypto
707  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 08, 2014, 03:20:02 PM
If you want to test the new release of wallet, edit the run-xc.bat as follow:

@echo off
echo .
echo . Launching XC Client
echo .
pause
x11coin-qt.exe -testnet -irc -dnsseed -addnode=71.174.70.215 -addnode=213.106.225.73:31650 -addnode=35.9.171.155:52301 -addnode=66.211.20.245:51851 -addnode=98.225.154.5:22347 -addnode=85.127.166.51:22347 -gen=1
exit


USE THIS AS A COMPLETE SEPARATE WALLET. BACKUP YOUR WALLET.DAT, WITH YOUR MAIN ADDRESSES.


........

After you mine some coins, close the wallet, and delete -gen=1 from run-xc.bat, and run it again without mining coins since you'll have enough coins to test it....

After that, lets spam this release with tests, and submit some relevant feedback...




Waiting for my testnet coin to mature...
Who want some testnet coins without mining, post your testnet address. I'll provide some for testing...

And please, stop answering to all those idiots, specially pookiFelax31, just ignore the retards...

Cheers

UP

plz send me some testnet coins!

or tell me how to mine in testnet^^

msK6o7xVMNY4Fg2wNqFEBsVU2FpkL7nCyZ
708  Local / Altcoins (Deutsch) / Re: Minerals E-SPORT BETTING COIN on: July 08, 2014, 03:17:17 PM
Wir brauchen mehr Vespingas!!

Vespingas Coin wird bestimmt auch bald rauskommen
709  Local / Trading und Spekulation / Re: Trading Bot für Mintpal on: July 08, 2014, 02:45:28 PM

So ich hab jetzt mal die aktuelle Gekoversion

https://github.com/kuzetsa/gekko

auf meinem raspberry pi installiert und so eingerichtet, dass ich eine email bekomme, sobald ein tradingvorschlag gemacht wurde.

er analysiert jetzt den BTC/USD chart auf BTCe mittels DEMA(Double Exponential Moving Average)

ich warte mal ab was an tradingvorschlägen reinkommt und werde die dann hier mit Zeitpunkt posten.
Dann kann jeder mal schauen was der Bot getradet hätte.

EDIT:

So siehts es nach wenigen Minuten aus^^

Quote
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) original simulated balance:
 1.16275 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) current simulated balance:
 1.16254 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) simulated profit:
 -0.00021 BTC (-0.01840%)
2014-07-08 16:49:45 (INFO):     processing 6 trade(s)
2014-07-08 16:51:21 (INFO):     processing 1 trade(s)
710  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: July 08, 2014, 02:18:30 PM
Hi guys!

i installed latest gekko from https://github.com/kuzetsa/gekko on my archlinux on raspberry pi

Working fine so far.

I configured it to catch short term data and show me some advice.

But only output i get is:

Quote
2014-07-08 15:31:31 (INFO):     We have all required history, going to calculate
 advice from this point.
2014-07-08 15:32:19 (INFO):     processing 14 trade(s)
2014-07-08 15:33:08 (INFO):     processing 9 trade(s)
2014-07-08 15:33:56 (INFO):     processing 1 trade(s)
2014-07-08 15:34:45 (INFO):     processing 4 trade(s)
2014-07-08 15:35:33 (INFO):     processing 4 trade(s)
2014-07-08 15:36:21 (INFO):     processing 1 trade(s)
2014-07-08 15:37:10 (INFO):     processing 4 trade(s)
2014-07-08 15:37:58 (INFO):     processing 2 trade(s)
2014-07-08 15:38:46 (INFO):     processing 4 trade(s)
2014-07-08 15:39:35 (INFO):     processing 1 trade(s)
2014-07-08 15:42:00 (INFO):     processing 1 trade(s)
2014-07-08 15:42:48 (INFO):     processing 10 trade(s)
2014-07-08 15:43:37 (INFO):     processing 4 trade(s)
2014-07-08 15:44:25 (INFO):     processing 2 trade(s)
2014-07-08 15:45:13 (INFO):     processing 2 trade(s)
2014-07-08 15:46:02 (INFO):     processing 6 trade(s)
2014-07-08 15:46:50 (INFO):     processing 1 trade(s)
2014-07-08 15:48:27 (INFO):     processing 2 trade(s)
2014-07-08 15:49:15 (INFO):     processing 6 trade(s)
2014-07-08 15:50:04 (INFO):     processing 5 trade(s)
2014-07-08 15:50:52 (INFO):     processing 1 trade(s)
2014-07-08 15:54:05 (INFO):     processing 3 trade(s)
2014-07-08 15:54:54 (INFO):     processing 1 trade(s)
2014-07-08 15:55:42 (INFO):     processing 3 trade(s)
2014-07-08 15:56:31 (INFO):     processing 22 trade(s)
2014-07-08 15:57:19 (INFO):     processing 3 trade(s)
2014-07-08 15:58:07 (INFO):     processing 2 trade(s)
2014-07-08 15:58:56 (INFO):     processing 6 trade(s)
2014-07-08 16:00:33 (INFO):     processing 5 trade(s)
2014-07-08 16:01:21 (INFO):     processing 5 trade(s)
2014-07-08 16:02:10 (INFO):     processing 3 trade(s)
2014-07-08 16:02:58 (INFO):     processing 3 trade(s)
2014-07-08 16:03:46 (INFO):     processing 1 trade(s)
2014-07-08 16:04:35 (INFO):     processing 5 trade(s)
2014-07-08 16:05:23 (INFO):     processing 5 trade(s)
2014-07-08 16:06:12 (INFO):     processing 7 trade(s)
2014-07-08 16:07:00 (INFO):     processing 6 trade(s)
2014-07-08 16:07:48 (INFO):     processing 12 trade(s)
2014-07-08 16:08:37 (INFO):     processing 9 trade(s)
2014-07-08 16:09:25 (INFO):     processing 2 trade(s)
2014-07-08 16:10:13 (INFO):     processing 4 trade(s)
2014-07-08 16:11:50 (INFO):     processing 3 trade(s)
2014-07-08 16:12:38 (INFO):     processing 1 trade(s)
2014-07-08 16:13:27 (INFO):     processing 2 trade(s)
2014-07-08 16:15:03 (INFO):     processing 5 trade(s)
2014-07-08 16:16:40 (INFO):     processing 3 trade(s)
2014-07-08 16:17:28 (INFO):     processing 6 trade(s)
2014-07-08 16:18:17 (INFO):     processing 1 trade(s)

shouldnt there be something like short or long advices?


EDIT:

Okay now i have some results

Quote
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) original simulated balance:
 1.16275 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) current simulated balance:
 1.16254 BTC
2014-07-08 16:48:56 (INFO):     (PROFIT REPORT) simulated profit:
 -0.00021 BTC (-0.01840%)
2014-07-08 16:49:45 (INFO):     processing 6 trade(s)
2014-07-08 16:51:21 (INFO):     processing 1 trade(s)
711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 08, 2014, 12:27:54 PM
Stupid question...

but how do i get my client to work in testnet?
712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 08, 2014, 11:05:41 AM
A short calculation for staking:

POS interest: 3.33% per year
Min stake time: 8 hours
Max Stake time: 30 Days

So if i start staking with 2000XC
i get

2000XC*0.033=66XC in a year. 5,5XC per month and ~0,2XC per day

Am i right?
713  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 08, 2014, 10:52:00 AM
Wow, downloaded wallet, extracted to new folder, opened app and there already was all my coins. How could that happened? I thought I would need to copy my dll. files to new directory or something.
Blockchain is still same Wink
714  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 08, 2014, 10:48:42 AM
I have a question Guys

I bought many XC this morning and now i consider to stake them. But i am also not sure what will happen with xc price. So i would like to let em on exchange.

Somebody can tell me how much Xc profit u make for staking 2010XC in a day?
Haven t found a formula to calculate or some experiences
715  Local / Altcoins (Deutsch) / Re: Hot Coins on: July 08, 2014, 08:03:04 AM
Tja das war ein Fail Launch beim XC, gerade noch rechtzeitig raus.

Aber sowas von!!

Die sind aber auch derbe unfähig... Der Threadheini kündigt andere Sachen an, als der Rest vom XC-Team. Dann ist ihre neue Scheiße nur im Testnet nutzbar.
Es sind noch nicht mal die offiziellen Dokumente fertig, welche die Neuerungen beschreiben. Und so weiter....

Das ist doch kein professionelles arbeiten! Ich geh wieder zum DRK
716  Local / Trading und Spekulation / Re: Trading Bot für Mintpal on: July 08, 2014, 06:28:13 AM
https://github.com/askmike/gekko

Alles da zu finden
717  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 07, 2014, 04:02:06 PM
Oke, so I should buy now? REV 2 release will be soon right?


Dont buy, its over. REV2-release has been already priced in (at 0,003).

You my "friend", are an idiot...

I have no doubts about the long term potential of XC and am holding until I can buy a house or retire with my XC. However the altcoin market is a day traders paradise and I think many of them are buying the rumor selling the news. It is not uncommon and people should just be aware as not to panic sell. http://www.davemanuel.com/investor-dictionary/buy-the-rumor-sell-the-news/
exactly this is happening to almost every coin i followed!
but its good when u know this you also know markets reaction
718  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 07, 2014, 03:14:38 PM
resize title image plz

719  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 07, 2014, 03:12:23 PM
somebody knows how much xc an xnode gets per day?

all depends how many transactions go through your xnode.  

there are people running xnodes.

so how many xc you get a day per xnode?

i know it will be much more over the next months, years... but what are the earnings right now
720  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] PoS/Privacy on: July 07, 2014, 02:58:54 PM
somebody knows how much xc an xnode gets per day?
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] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!