Search content
Sort by

Showing 20 of 43 results by yahma
Post
Topic
Board Gambling discussion
Re: Gambling and Bitcoin?
by
yahma
on 25/07/2016, 05:26:52 UTC
Let's be hones here. Bitcoin is the reason I started gambling. I am not a fan of real life casinos, because they are created purely to throw your off balance.
And I don't like to give FIAT powered casinos my personal information either. So playing with cryptocurrency is the only real way for me to gamble.
Post
Topic
Board Mining (Altcoins)
Re: Gridseed GC3355 -Hybrid Scrypt/SHA256 ASIC
by
yahma
on 03/03/2014, 17:41:43 UTC
According to this review, the 5-chip Gridseed Miner pulls almost 60W mining Litecoin and only does around 350KH/s...

Is there something I am missing?  Why are people spending $300 on this ASIC, when a ($110-150) Radeon 7850 has equivalent specs and about the same hashrate (ie 350-380 KH/s)??
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 17/01/2014, 16:21:55 UTC
I left the bot running for 20 hours, using the settings of woutie70. Here's the data of the last transaction and the accompanying chart. The initial $fake_btc_balance was set to 2.

*** Processing order...array ( 8 )
  ["type"]=> string(3) "ask"
  ["amount"]=> float(1.8646517758757)
  ["price"]=> string(9) "952.99500"
  ["datetime"]=> string(19) "2014-01-12 20:12:07"
  ["prem"]=> string(6) "profit"

http://i.imgur.com/ExkKsdm.png

The results are not very encouraging, but I'll do another overnight run with the default settings from github and see how it goes. intrd, please push the new chart code to the repo, as pChart isn't very legible after a few hours.

Did you ever perform another overnight run?
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 12/01/2014, 19:43:24 UTC

Nice! Looks like you moved it over to HighCharts/HighStocks javascript charting.
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 11/01/2014, 03:55:21 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).

@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
yahma
on 11/01/2014, 00:09:16 UTC
Hey people,
I'm creating the v2.3 HAL w/ some new features, one of which is the MACD analysis, however.. I need some way of getting data from the last 26 days and the maximum of bitcoincharts returns is about two days..
does anyway to solve this problem or can i do the MACD basing in a shorter time different EMA pattern of "12-day - 26-day"?

Suppose you could use 12-min / 26-min (or 12-hour / 26 hour) MACD for intra-day trading.
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 11/01/2014, 00:07:47 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?

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: Best Place to trade DOGE/BTC?
by
yahma
on 10/01/2014, 19:10:32 UTC
I traded several on Coins-E and had good experiences with them.  Much faster than Cryptsy, which seems to lag at all the wrong moments.
Post
Topic
Board Trading Discussion
Re: BTC-e day trading strategies
by
yahma
on 10/01/2014, 19:06:04 UTC
The problem with Fibonacci's are setting the start & ending points (0/100 levels) are more of an artform than exact science.  What is your idea/method for automatically determining good start/end points for the fibo?
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 10/01/2014, 18:26:46 UTC
I left the bot running all night with default settings and I've lost almost 20% of the amount I had. Apparently it's selling low and buying high, always:

http://i.imgur.com/0SKCo7m.jpg

What should I change in the settings to stop this behaviour? Is there any reason for this?

Can't say for sure, but it looks like a lag due to the order-queue/lag at Gox is causing your trades to be delayed slightly, which is enough to cause serious problems.  It does look like the bot is trying to buy when the short MA crosses over the long MA, and vice versa.. just by the time the trade executes its too late.
Post
Topic
Board Trading Discussion
Re: HAL 10K - PHP Open source Trading bot
by
yahma
on 10/01/2014, 17:36:44 UTC
Nice project! I would like to help out if I can.  What is the current status of BTC-e and Vircurex api?

p.s. I've done much bot programming before, and unless the paper-trading simulates all the nuances of a real market, its VERY unlikely the bot will act the same IRL vs. papertrading
Post
Topic
Board Mining (Altcoins)
Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains
by
yahma
on 07/01/2014, 18:32:49 UTC
Just downloaded the source from GitHub and when I run it, it says version 0.2; however, the compiled executable is v0.4

Have you updated the sources?

Oh, my bad, I forgot to commit 0.04 alpha

I'll do that tomorrow

Hey Tacotime,

Can you commit 0.04 alpha?

Thanks!
Post
Topic
Board Mining (Altcoins)
Re: Finding p2pool networks.py values for new altcoins
by
yahma
on 01/01/2014, 01:59:40 UTC
rav3n git is on 13.4 and cartman-git is on 13.3

Found that syncing casino coin using (13.4) to 13.3 nodes does not work, unless you first copy the data from an existing 13.3 to 13.4 install.

@squiggie I think everyone here would be interested in syncing to common optimized configurations.  Could you please post your settings for grandcoin and other?  if you need to skype: gururise1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy!
by
yahma
on 30/12/2013, 05:07:39 UTC
Established Casino Coin Mining Pool

http://bigiron.homelinux.com:8840

Features:
  • 0% Fee!
  • Stratum Support
  • Fast & Simple Setup
  • Low Latency P2Pool Node
  • No Minimum withdrawl
  • No Registration
  • Paid directly to your CasinoCoin wallet

Instructions:
cgminer -o --scrypt stratum+tcp://bigiron.homelinux.com:8840 -u CasinoCoin_address -p any_password
bfgminer -o --scrypt stratum+tcp://bigiron.homelinux.com:8840 -u CasinoCoin_address -p any_password


Homepage:
http://bigiron.homelinux.com
Post
Topic
Board Altcoin Discussion
Re: [LottoCoin] Giveaway. 500 Each.
by
yahma
on 30/12/2013, 02:22:18 UTC
Liked on Facebook
Voted for on Cryptsy..

Thanks!

LyEkRREyKyR9nFftZ9Mmmti9nmzgm137DZ
Post
Topic
Board Mining (Altcoins)
Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains
by
yahma
on 29/12/2013, 20:31:14 UTC
Just downloaded the source from GitHub and when I run it, it says version 0.2; however, the compiled executable is v0.4

Have you updated the sources?
Post
Topic
Board Altcoin Discussion
Re: [DGC] DigitalCoin Holiday Giveaway | Start With A Real Crypto Currency
by
yahma
on 27/12/2013, 03:19:00 UTC
DGDvxWFQHtD53MzR2FDW66DF71HEYEW1j4

Thank You! Good Luck with the Market!
Post
Topic
Board Mining (Altcoins)
Re: How to mine Dogecoin using Digitalocean Cloud VPS
by
yahma
on 24/12/2013, 22:08:04 UTC
It never was profitable.  ~2kh/s on the $5/mo account..

If you crate 4 droplets (ie 4 virtual cores) you can get 8kh/s, but you are no longer paying $5/mo anymore.
Post
Topic
Board Mining (Altcoins)
Re: Finding p2pool networks.py values for new altcoins
by
yahma
on 24/12/2013, 06:18:25 UTC
There seems to be some confusion about the values for networks.py, so lets see if we can sort things out and provide a bit of clarification:

SHARE_PERIOD: How often should P2Pool generate a new share (rule of thumb: 1/5 - 1/10 of the block period)
CHAIN_LENGTH: How many shares P2Pool client keeps
REAL_CHAIN_LENGTH: The {N} value in PPLNS
Note:  REAL_CHAIN_LENGTH must always be <= CHAIN_LENGTH

SPREAD:  How long a 'share' is valid (ie. for how many block can be paid for this share)
TARGET_LOOKBEHIND: Is used for diff calculations.  (ie. how many previous shares to use in calculating difficulty) - lower values can be used to prevent a big miner from getting too many shares before diff rises
PERSIST: False (if you want to allow your server to run independently of any bootstrap nodes... but still allow syncing if they exist).  True will require other nodes on the network to run.
IDENTIFIER & PREFIX: P2Pool will only sync with other nodes who have Identifier and Prefix matching yours (and using same p2p port).. if any of the above values change, a new identifier & prefix need to be created in order to prevent problems.

Example:

Code:
     casinocoin=math.Object(
        PARENT=networks.nets['casinocoin'],
        SHARE_PERIOD=5, # seconds target spacing
        CHAIN_LENGTH=3*60*60//5, # shares
        REAL_CHAIN_LENGTH=3*60*60//5, # shares
        TARGET_LOOKBEHIND=60,
        SPREAD=60, # blocks
        IDENTIFIER='7696C5EF0B281C2F'.decode('hex'),
        PREFIX='4C2E2CD651764B9F'.decode('hex'),
        P2P_PORT=23640,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=8840,
        BOOTSTRAP_ADDRS='csc.xpool.net bigiron.homelinux.com'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

CasinoCoin generates a new block every 30 seconds.  SHARE_PERIOD should be 1/5 to 1/10th of that.  In this case 5s is (1/6) share period.  Having a value above 1/5 risks more stale shares & larger inefficiency.
CHAIN_LENGTH & REAL_CHAIN_LENGTH are set up to allow for 3 Hour PPLNS.
TARGET_LOOKBEHIND is set to 60 (shares) giving a 300 second (5min) difficulty adjustment.
SPREAD is set to 60 blocks, so a share will be valid up to 60 blocks or REAL_CHAIN_LENGTH (3 hours), whichever is shorter.
P2P_PORT, IDENTIFIER & PREFIX must match the other nodes you wish to sync with... (all the above values must also match)

Hope this clears a few things up!!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SBC] From Death Comes Life – The Rebirth of StableCoin - URGENT UPDATE
by
yahma
on 24/12/2013, 05:11:10 UTC
New Stable Coin Mining Pool

http://bigiron.homelinux.com:7977

  • 0% Fee!
  • Stratum Support
  • Fast & Simple Setup
  • Low Latency P2Pool Node
  • No Minimum withdrawl
  • No Registration
  • Paid directly to your StableCoin wallet

Instructions:
cgminer -o --scrypt stratum+tcp://bigiron.homelinux.com:7977 -u StableCoin_address -p any_password
bfgminer -o --scrypt stratum+tcp://bigiron.homelinux.com:7977 -u StableCoin_address -p any_password

Homepage:
http://bigiron.homelinux.com