Bitcoin Forum
May 27, 2024, 09:46:42 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]
281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ECA] Electra ⚡ | POW/POS | NIST5 | Super Rewards Bonanza on: June 13, 2017, 08:55:29 PM
LOL yeah right people became richer than Bill Gates.  Someone has no clue how dilution of coins or stocks work.  You can't split your stock shares and tell everyone they just doubled their money.  The price always splits right along with the stock split.  The same thing happens here.

65 coins -> 20 billion means the price splits 19999999935 times right along with it.  So that $120 price becomes $0.0000000006 per share.

Also imagine that someone publishing an article written and paid for by the coin creator and of course it must be true.   Someone will take your money and post something online, that is a fact.  No amount of disclaimers is going to change the fact that it was still written and paid for by a totally biased source.  This is like a Trump style liefest in here.  It's like you drank your own kool-aid and now are seeing things that no one else can see.
282  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 06:04:15 PM
So is the checkbox that shows you the earnings by each individual altcoins coming back?  It was nice to have that kind of data.

Not yet, I haven't had time to look into it.  Been working on a new fee system and currently testing it on scrypt/lyra2v2 & sha256.

I'll soon be implementing this type of fee system across most algo's. The more hash the pool has, the lower the fee will be!

Current thresholds are:

        scrypt under 5Gh=2.25%, 5Gh-10Gh=2% & 10Gh+=1.75%

        sha256 under 500Gh=2.25%, 500Gh-1Ph=2%, 1Ph-5Ph=1.75,5Ph+=1.5%

        lyra2v2 under 5Gh=2.25%, 5Gh-10Gh=2%, 10Gh-25Gh=1.75, 25Gh+=1.5%

Cheers

So is this intended to keep people from algo hopping too much?  I'd guess the hash rate may fluctuate a lot depending on the profitability.  I'm sure there are some that stick to one or two hashes, but for someone using multialgo this might cause a lot of variance in fees.  Granted the fees are fairly low overall, but likely would have to be figured into the profitability somehow.

yeah for some reason having decred in there will null your diff setting. It's been attempted to be fixed a couple times now but seems it still screws it up.

Can you confirm what number we should use for equihash since it comes usually in KH/s?

283  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 05:54:45 PM
Well my first thought was just that it was too long.  So I started erasing a bunch of things and it wasn't until I started erasing the ones before blake2s that it started working.   I had a post half written thinking it was just too long until I decided to go back and make sure it wasn't just too far from the beginning or something like that.  I was adding things to the beginning until it failed again and noticed that when I added a long string without decred in it that it still worked.  That's when I realized my initial thought was wrong and that it was decred that was causing the issues.

I'm an IT support person so doing trial and error is pretty much in my nature.  Still working on stabilizing using Multipoolminer since that gives nice output and such, but I'm wondering if the pools multialgo method is still going to be more efficient since it cuts you off when it knows something else is more profitable.  Also not sure I like how Multipoolminer just kills the process when it switches to something else.  Not sure what that might do in the long run.


Also those numbers were basic averages for a single 1080 card.  I have a box with 5x1080, one with 1x1080, and one with 1x1080 and 1x1080Ti so the numbers all pretty much are the same ratios between the cards.  Haven't really had it stable enough to get a good feel for how much I'll earn in a day from zpool.  hmq1725 was causing bluescreens on my main miner until I realized I needed to set the intensity down to 17 from the default of 19 it was selecting.   Much more stable now.

284  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 05:15:21 PM
So it appears if you include decred in your multialgo it doesn't pick up the difficulty.

Tried this (decred at the end):
Code:
ccminerAlexis78.exe -r 0 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u 1B5NVnLrXRjzEsmBkSZiXpLbdmVn6qC5q -p d=32,myr-gr=95,lyra2v2=50,blakecoin=6.75,c11=22.5,groestl=50,blake2s=5.45,x17=12,nist5=60,skein=720,sib=16.5,lbry=380,timetravel=36,veltor=29,bitcore=18.9,hmq1725=5.6,decred=3.55,stats

or this (decred at the beginning):

Code:
ccminerAlexis78.exe -r 0 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u 1B5NVnLrXRjzEsmBkSZiXpLbdmVn6qC5q -p d=32,decred=3.55,myr-gr=95,lyra2v2=50,blakecoin=6.75,c11=22.5,groestl=50,blake2s=5.45,x17=12,nist5=60,skein=720,sib=16.5,lbry=380,timetravel=36,veltor=29,bitcore=18.9,hmq1725=5.6,stats

And it didn't pick up the difficulty from the d=32

Tried this:
Code:
ccminerAlexis78.exe -r 0 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u 1B5NVnLrXRjzEsmBkSZiXpLbdmVn6qC5q -p d=32,myr-gr=95,lyra2v2=50,blakecoin=6.75,c11=22.5,groestl=50,blake2s=5.45,x17=12,nist5=60,skein=720,sib=16.5,lbry=380,timetravel=36,veltor=29,bitcore=18.9,hmq1725=5.6,stats

And it does pick up the 32 difficulty.
285  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 04:58:08 PM
All of the numbers after each mining algorithm are your hashrates so that the pool can decide which coin is most profitable.
They are not setting the difficulty at all and you need to use d=X as you have in your last command.

So if my rig is getting a total of 1.2ksol/s for Equihash, my factor would be -p equihash=1200?

BTW, I noticed you have a -p -c=BTC,etc,etc,etc.  I think the dash before the c=BTC is your problem.

Nope the dash was a typo in the post when I tried to reconstruct the whole string from the batch file. I've tried with the d=xxx at the beginning or the end and it doesn't seem to take effect unless I take out the multialgo factors.

Not sure about equihash, but all the other difficulties seem to be measured in MH/s with the exception of blake2s, decred, blakecoin which since seem to be measured in GH the pool does the proper comparison at least it seems too.

So what I did was actually use Multipoolminer on zpool and just let it benchmark all the algos that I wanted to use and then filled in the numbers that I got.  You could do the same with anything else and just run each algo for a bit and change the number to be what you averaged.  As I said not sure if you would do 1.2 for equihash or 1200, but for blake2s it seems you put the number in GH/s.
286  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 13, 2017, 04:24:19 PM
Seems like the d=xxx diff setting doesn't work when combined with the multialgos method of mining.

Tried the following and it never seems to pick up the fixed diff:

ccminer -r 0 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u %ADDY% -p -c=BTC,myr-gr=95,lyra2v2=50,decred=3.55,blakecoin=6.75,c11=22.5,groestl=50,blake2s=5.45,x17=12,nist5=60,skein=720,sib=16.5,lbry=380,timetravel=36,veltor=29,bitcore=18.9,hmq1725=5.6,stats,d=64

Yet when it kicked off it used the stratum difficulty which starts out much too low.

Do I need to set a diff for each coin or something?  At this point I've just  been adding a -m 8 for blake2s so it ramps up the difficult quicker.  If I use the following it picks up the difficulty just fine:

ccminer -r 0 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u %ADDY% -p -c=BTC,stats,d=64

This is just the one line I have from Nemo's miner batch script.
287  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 07:32:16 PM
Is there a way to get a reading from the zpool website how much you're earning on average per hour between all your miners?

I see a graph of account balance, but it would be nice if we could maybe get a graph of aggregate earnings.
288  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 04:15:39 PM
Obviously I'm not expecting that much.  Why not dump it on the market and see what it does?  I don't care if it's left off for mining but at least throw the mined blocks on the market after they confirm and see where the price lands.  May be 0 maybe a little bit.

If you don't want to deal with it I'd rather get the block my self and see what it does.  Not expecting much but I'd still like to see what the market does with it.

There is no market for it.  The only buy orders are about .25BTC and that's likely because they have no clue that these coins are coming.  It will take another day at least to get coins paid out and then likely another 48 hours to get them to the exchange.  The first person to do that is going to wipe the market and then it's over.  What is the reason anyone would buy this coin?  Transactions that take 2 days?  If you want some coins just go mine on the eca.acc-pool.pw which is the main pool.
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ECA] Electra ⚡ | POW/POS | NIST5 | Super Rewards Bonanza on: June 12, 2017, 04:00:33 PM
who the first had coin will dump !!
who can do that ?,,
dev and owner pool
and miner get 1 sts or doge market,,
 Grin Grin Grin

After that what happened
maybe broke chain, stuck or conflicted !! who knows
 Grin Grin Grin Grin

Only people who will buy will be the ones who forgot they had buy orders on the exchange.  It's still likely 48 hours or more before anyone can get the coins onto the exchange to sell anyways.  Look at the blocks being confirmed hardly any of them have transactions besides the actual payout of the block.  Which means it will be even long until the block with the transaction going to the exchange is fully confirmed.  This is a scam coin if I ever saw one.  Someone likely had a bet to see if they could get to #1 on coinmarketcap and unfortunately the website is smarter than to think that releasing 19 billion coins at a price when there were 45 in circulation is going to suddenly launch it to the top.
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ECA] Electra ⚡ | POW/POS | NIST5 | Super Rewards Bonanza on: June 12, 2017, 08:13:04 AM
Only .24BTC in buy orders on the market.   Those people who left buys in are going to be sad when these coins actually hit exchange wallets and get sold.

Just because you have a price now doesn't mean it is going to sustain that after you release another 19 billion coins.   I'd guess the price will be  $0.0000000153 if the current price stands.  45/19000000000 * $65

We'll see though...
291  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 07:46:50 AM
Well, its been taking 2 days to confirm a block in the past, so I suspect the first ones to confirm will be the first to market.  The first ones might make some cash, but the value it going to drop like a rock.

Just have to wait and see . . . I'm hoping to make some decent cash since my scripts started mining it as soon as the block value changed and the profit went sky high.

Check Jaerin's link there for an explanation.  Its not a glitch, just a change in block payments which is reflecting against the one exchange that has Electra coin.

The problem is hopefully zpool's code can handle it because there is no market for it basically.   I'm stopping all nist mining until we see what's going to happen.  There was virtually no market for the coin originally, I highly doubt there is one that's suddenly going to form after the release of 19 billion coins.
292  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 06:52:30 AM
Actually the Electra Super Reward Bonanza stage appears to be here.  Per the thread blocks for the next 24 hours will create 19 billion ECA.

https://bitcointalk.org/index.php?topic=1848351.0

Hmmm wonder what is actually going to happen with these.
293  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 06:43:19 AM
nist5=AM I A MILLIONAIRE? ? ? ?

If you are then I am too.  Not just you
294  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][Hash Rentals][Multipool] The miners multipool >-░▒▓█ on: June 12, 2017, 03:32:34 AM
Anyone have a recommendation how often I should switch doing Multialgo with Multipoolminer?  Default is potentially every 60 seconds, but I'm thinking that might be too quick to really do much for each coin it mines.  I've been running it less than a day and it seems like it is going alright so far.  Just trying to get a feel what others are doing.

Running 7x1080 + 1x1080Ti in 3 different machines.
295  Alternate cryptocurrencies / Pools (Altcoins) / Re: The Blocks Factory - Multicoin pool on: June 02, 2017, 05:23:37 PM
I just signed up to theblocksfactory and I don't know how to proceed from there.
I have 2 AMD GPU's and I was wondering if it's possible to mine using these GPU's.

In any case, what should I do next to start mining for DIGIBYTE ?


DGB is using 5 algos = skein, groestl, scrypt, sha-256 and qubit ... for AMD i cant realy tell you, whichone is "best" but best answer you can get is:

try diferent miners (like ccminer sp-mod 1.5.81 or ccminer trpuvot rc2 or sgminer v5.3.1 etc) to find best hashrate on same algo ...
what i heard the best profit on AMD cards is Dual Mining ETH + anything what claymores miner support Smiley

Stay away from scrypt and sha256. Those are ASIC driven and gpus will not be able to keep up. You have a much better chance with groestl and skein which I believe are new and GPU only. But please do your own research to verify. I have kept my gpus on ETH and ZEC and don't know anything about these newer algorithms.

EDIT - My 12hr Invalid rate is 1.7%. That's not outstanding for btc but it's probably good for DGB.  The pool rate is 6%. I would be curious to here from other sha256 miners as to what their invalid rates are?Huh


That's about what I'm getting on both Skein and Groestl.  It seemed there is usually one share that occasionally gets dropped between blocks and with the frequency of blocks it adds up over time.  From what I've read there might be something the pool can do to alleviate some of that, but I think you're always going to have a few that will slip through.
296  Alternate cryptocurrencies / Pools (Altcoins) / Re: The Blocks Factory - Multicoin pool on: May 29, 2017, 07:34:29 PM
Anyone know why mining with the klaus branch of the ccminer which seems to have some myr-groestl efficiencies it doesn't seem to actually produce more valid hash even though the miner software indicates that it is?  It's not producing more invalid hashes, but it also doesn't seem to be generating more valid hashes even though it is reporting a higher hash rate.

I'm new to mining so not sure if there is an easy way to get an actual valid benchmark of how effective these different miners are?

With 2.0 final:
ccminer.exe --algo=myr-gr -o stratum+tcp://stratum.dgb-groestl.theblocksfactory.com:9003 -u xxx.xxx_diff1 -p x -i 23



https://github.com/tpruvot/ccminer/releases


With 8.08 Klaus:



https://github.com/KlausT/ccminer/releases

As you can see even though the miner seems to indicate I should be getting 10% more I'm actually getting 50% less share.

Both were running for at least the full 15 minutes for the average share rate.
297  Other / Beginners & Help / Bitinstant alternative for Moneygram? on: July 22, 2013, 06:12:22 PM
I've been using Bitinstant for all my BTC purchases and now that they are rebuilding or whatever I need an alternative option.

I have USD in a WF bank account and would like to purchase ~$1000 worth of bitcoins.  The issue is all the options that I've tried either have horrendous fees 20%+ or take like a week.

Anyone know any alternatives to BitInstant that can get me BTC quickly for a relatively low fee?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!