Bitcoin Forum
May 14, 2024, 03:06:08 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 »
161  Alternate cryptocurrencies / Altcoin Discussion / Re: 10,000 YACoin Bounty on: November 29, 2013, 05:44:57 PM
Well I think this site pretty much satisfies the bounty... what do you think St. Bitt?  Only problem is it has the wrong logo... Wink

Yeah, I was thinking about changing it just today, but then I concluded it would be of no use and just cause a lot of confusion among potential new users (hi there, China!). That's because all the exchanges, coin price trackers and whatnot use the logo I have on my explorer, too. Cheesy
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 29, 2013, 09:27:50 AM
One thing clear is that buyers are really impatient, they just grab whatever there is for sale rather than place buy orders.
BTER looks really good right now Cheesy
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 28, 2013, 10:24:07 PM
Guys,

I managed to implement yac algo into cpuminer with stratum support - you can grab sources here:

http://www72.zippyshare.com/v/87101203/file.html

I will appreciate if someone can compile windows execs.

feeleep

Bumping - anyone able to do windows binaries?

I can try to do it as I have a build VM for yacoind/yacoin-qt anyway. Need to finish something else first, though. Shoot me a PM if I don't report back in ~3 days, mmkay?

So I tried to compile it yeasterday night, without success (anybody know how to properly build and install libcurl-dev in mingw/msys? -.-")
* sairon thinks cross-compiling in linux would be a much safer bet.
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 28, 2013, 09:38:49 PM
need some miner to confirm if my calculations are right - i'm not sure if i compute the YAC per day value as i should. all you have to do is enter your yacoin hashrate and check if the YAC/day value is roughly the same as the amount you're earning per day of your mining.
http://yacexplorer.tk/static/calc.htm

EDIT: or more like, what profitability percentage are you getting?

I am hashing at about 1K/s ( that made from 150-180 coins last couple of days - but not today ).

This is what I get:
YAC/LTC profitability: Infinity%
YAC Mined per day: 166.83 YAC / 0.0113463 BTC / 13 USD



Guess I earned less than one tenth of that due to pools outage today.

infinity, huh? if you know your ltc hashrate (vanilla scrypt), can you please enter it into the box? Smiley
165  Alternate cryptocurrencies / Altcoin Discussion / Re: 10,000 YACoin Bounty on: November 28, 2013, 08:35:34 PM
x-post from https://bitcointalk.org/index.php?topic=206577

Quote
need some miner to confirm if my calculations are right - i'm not sure if i compute the YAC per day value as i should. all you have to do is enter your yacoin hashrate and check if the YAC/day value is roughly the same as the amount you're earning per day of your mining.
http://yacexplorer.tk/static/calc.htm

@St.Bit: sure i know, i've added link to coinchoose ltc comparison charts. just compare the % profitability values (but first i need confirmations that it's calculated right)
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 28, 2013, 08:34:18 PM
need some miner to confirm if my calculations are right - i'm not sure if i compute the YAC per day value as i should. all you have to do is enter your yacoin hashrate and check if the YAC/day value is roughly the same as the amount you're earning per day of your mining.
http://yacexplorer.tk/static/calc.htm

EDIT: or more like, what profitability percentage are you getting?
167  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: cryptofolio.info - Coin Calculator- Now with 73 coins !!! on: November 28, 2013, 07:24:51 PM
Something like "weighted avg. paid" for every coin would be great, along with %profit shown.

Like, I bought 10k of some crap coin for 0.0000001, then 5k more for 0.00001 when it was pumped, so my weighted avg paid is
Code:
(10000 * 0.0000001 + 5000 * 0.00001) / 15000 = 0.0000034 BTC

so the acquisition value was
Code:
10000 * 0.0000001 + 5000 * 0.00001 = 0.051 BTC
or
15000 * 0.0000034 = 0.051 BTC

now the coin was dumped and it's sitting at 0.00000005, therefore my holdings have a value of
Code:
15000 * 0.00000005 = 0.00075000 BTC

so my ROI is
Code:
(0.00075000 - 0.051) / 0.051 * 100 = -98.53%

which means i'm fucked -.-"


bonus points for a list of buys/sells for each coin where you can enter your trades so you don't have to manually compute the weighted average price paid.
168  Alternate cryptocurrencies / Altcoin Discussion / Re: 10,000 YACoin Bounty on: November 27, 2013, 08:12:28 PM
a lil' screenshot
169  Alternate cryptocurrencies / Altcoin Discussion / Re: 10,000 YACoin Bounty on: November 27, 2013, 02:59:25 PM
Umm, so I got something working...
Nothing fancy so far, but it works.
The difficulty and exchange rate textboxes are pre-filled with cached data from exchanges/block explorers, so it should be quite accurate.

You need to input you YAC hashrate (at current Nfactor), LTC (or any other vanilla scrypt coin) hashrate and BTC (sha256) hashrate. If you don't have hardware for eg, BTC mining, just enter 0. The daily profits for each coin are calculated and shown, along with info which coin is the most profitable in your setup.

Tell me if you have any suggestions.

http://yacexplorer.tk/static/calc.htm


...also, BTC is over $1000, yay! ^^
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 26, 2013, 08:50:09 PM
Guys,

I managed to implement yac algo into cpuminer with stratum support - you can grab sources here:

http://www72.zippyshare.com/v/87101203/file.html

I will appreciate if someone can compile windows execs.

feeleep

Bumping - anyone able to do windows binaries?

I can try to do it as I have a build VM for yacoind/yacoin-qt anyway. Need to finish something else first, though. Shoot me a PM if I don't report back in ~3 days, mmkay?
171  Alternate cryptocurrencies / Altcoin Discussion / Re: 10,000 YACoin Bounty on: November 26, 2013, 08:45:26 PM
If you hadn't posted here I would probably have forgotten about this pledge.

LOL, tell me something about that. Been meaning to do this since I first saw the suggestion but then accidentally closed the tab and as nobody posted into this topic I just completely forgot to do it...
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 26, 2013, 09:21:47 AM
More crazy growth through the night, yac got a rocket up the ass!  Grin
To the Moon! ┗(°0°)┛
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 24, 2013, 11:08:46 AM
0.00002736 at Cryptsy. 10x up since Wednesday.
forgot to mention the 0.00001 buy-sell spread  Roll Eyes
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 24, 2013, 09:56:28 AM
My hashrate for YAC has gone from about 7.5kh/s to 1.9kh/s. So, about 25% of the previous rate.

My 7950 GPU results are similar--about 25% of what it was.  8.41 kh/s to 2.12 kh/s.
Next n change going to be measuring mining speed in hash/sec!
And the one after in seconds per hash! Grin
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 23, 2013, 07:02:23 PM
GOGOGO!

BTW Who is the largest holder of YAC & is there a rich list?
Largest holder: YJK3fMuen9S8g1bLJkRVNtjbcUffQ51hCa with 833340.423445 YAC

Top50 along with the full list at http://yacexplorer.tk/graphs.htm#stats
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 22, 2013, 08:22:29 PM
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 21, 2013, 07:18:24 PM
but that wouldn't be a sustainable increase.
much like the bitcoin roller-coaster right now lol
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 21, 2013, 12:10:49 PM
current network hashrate is around 1.3 Mh/s

getmininginfo shows:

Code:
{
    "blocks" : 295571,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00558602,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 177716,
    "pooledtx" : 0,
    "testnet" : false,
    "Nfactor" : 14,
    "N" : 32768,
    "powreward" : 59.35000000
}


Not sure, but I think that the wallet shows wrong info.

Also, I've added a donations progress bar on my block explorer with dynamic server cost per month converted from USD to BTC to YAC (LOL). Right now it sits at around 5750 YAC per month needed to keep the server running (I pay around $20/mo). So far got 0.94 YAC in donations this month, so feel free to donate some! Cheesy
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: November 21, 2013, 10:47:08 AM
current network hashrate is around 1.3 Mh/s
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: November 20, 2013, 08:30:46 AM
Hi All,

  I grabbed the latest github sources and built the master branch.  Running yacoind, I would say about 90% of the connections I see stuff like:

11/19/13 15:21:03 Moving 72.12.81.222:7688 to tried
11/19/13 15:21:03 receive version message: version 60005, blocks=294457, us=23.94.28.23:49332, them=72.12.81.222:7688, peer=72.12.81.222:7688
11/19/13 15:21:03 trying connection 81.17.30.114 lastseen=0.0hrs
11/19/13 15:21:03 socket recv flood control disconnect (10136 bytes)

Curious why that happens....

That's kinda expected during the initial block download. A workaround is adding "maxreceivebuffer=500000" into yacoin.conf.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!