Bitcoin Forum
May 26, 2024, 07:45:34 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 »
81  Alternate cryptocurrencies / Mining (Altcoins) / Re: Is mining altcoins profitable with free electricity? on: March 27, 2015, 01:19:39 PM
Forget GPU's, even for Scrypt coins... There's ASIC for scrypt now, has been for a long time. Far better price/performance ratio. If your electricity is truly free, then eventually you'll break even... But if it's not really free, only free til someone notices, you might need to rethink that.

Lol, there are other algos out there, making me more than an ASIC for SHA or Scrypt would. Not going to tell which or what, else you all will be mining it and I'll get none ^^

PS: GPUs are more fun because they're adaptable. With a Scrypt ASIC, you're stuck to, well, Scrypt and the coins that still use it are going out like flames on candles. GPU will keep up with new algos, which an ASIC can't.
It's the OPs choice of course, but if you want fun, don't pick ASICs Cheesy
82  Alternate cryptocurrencies / Mining (Altcoins) / Re: Is mining altcoins profitable with free electricity? on: March 27, 2015, 01:02:54 PM
Anything is profitable with free electricity, just the ROI date will change Tongue
I'm in a similar situation, electricity included in rent.
I mine only as a hobby though, any crypto I collect is playmoney so I don't care about BTC/fiat value.

My bet? Try with a small rig first, used AMDs or brand new nvidia 750tis. I only have 2x 750tis, but they're loads of fun :Dn
If you like it and are seeing at least some ROI, you can upgrade even more Smiley
83  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 24, 2015, 05:40:03 PM
Is someone else noticing switching problems in latest Kbomba version? After a while the switching just stops and it gets reset when "maxtime" hit's. I've tried with and without dynamic switching.
It happens on all miners all running win 8.1. with original miner I didn't had this problems.

Example:


I've been trying your conf and other combos, and only found (and fixed Smiley ) another bug Tongue Can't recreate yours. Can I get your complete .conf?
84  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: March 24, 2015, 03:54:22 PM
* Bombadil checks the subforum
Ah, we're still in "Mining (Altcoins)", I almost thought I was in some shitty thread on Altcoin Discussions lol
85  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: March 20, 2015, 11:03:28 AM
Your shit should do ONE THING WELL. That's one reason SGMiner sucks so badly.

A Unix philosopher, and a successful business model!  Wink

But it needs to be able to link together. That's why we need more API control ^^" Epsylon/tpruvot already did a good deal on an API which can read stats, still needs miner control through that API though :p
86  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: March 20, 2015, 08:26:50 AM
I might write pool software as well  in c#. A ccminer friendly multipool with all the most profitable algos.
Payouts in darkcoins only.payouts will be  darksended to preserve anonymity.

Pool software? Wouldn't it be easier, in C#, if you'd just write client software that would switch locally?
Would be even more fun if ccminer itself could switch through API, flawlessly and multi-algo. Even loadbalancing against % chance of a coin being the most profitable.
Coin A has 80% chance, and most would just mine that. But it would make sense to also loadbalance 20% to the second most probable profitable coin. Or maybe even more Wink

it would great if all switching / load balance / failover was done within ccminer as it does with sgminer ... and autosensing / autoswitching multi-algo - now that would be a time saver Wink ...

most profitable though? ... damn ... maybe thats a project that would have to go to a few devs - not just one ...

sounds like an awesome plan though ...

#crysx

I wouldn't do the profit switching inside ccminer itself. That's a great field for C#, and should be done API-wise. That's where ccminer needs an update Wink
A separate C# tool could grab prices and profits like my profitcalc does, and switch the miner through a simple API command.
I know now things that I should implement/improve in the profitcalc (like PoS stealing blocks from PoW etc), but too busy with other stuff ATM ^^" *damn guis*
87  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: March 20, 2015, 08:04:07 AM
I might write pool software as well  in c#. A ccminer friendly multipool with all the most profitable algos.
Payouts in darkcoins only.payouts will be  darksended to preserve anonymity.

Pool software? Wouldn't it be easier, in C#, if you'd just write client software that would switch locally?
Would be even more fun if ccminer itself could switch through API, flawlessly and multi-algo. Even loadbalancing against % chance of a coin being the most profitable.
Coin A has 80% chance, and most would just mine that. But it would make sense to also loadbalance 20% to the second most probable profitable coin. Or maybe even more Wink
88  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 18, 2015, 06:15:37 AM
What should I code if I still want to mine when all algo has -ve Net(profit) ? TQ.


Cheaper power Tongue
Set your "power" to a lower number or just zero.
Otherwise, you could set "minprice" to a negative number if you want to keep on mining, but not if it gets too extreme.
Set "power" to low value works. But I would prefer to set "minprice".
Let say I want to mine until the lowest Net is -0.000100, how to set "minprice". TQ.
(I tried "minprice": -100000, but all still show Too low and not mining and lowest Net was -0.000054 when I tried to set from -1 to -10000).

Found and fix'd the bug Wink https://mega.co.nz/#!wBUy2LTb!0i2Q3KLoL1CbqOxIYFFqW8XAYFeMeyXPJQa_0uPoIbw
By using just a number there, MC will think you're inputting it as fiat and convert that minprice to BTC. Put quotation marks " " around the minprice and add BTC to set price in BTC, like this: "minprice":"-0.01BTC",

Don't look at that history tab! I tell you not to Cheesy J/k Wink
 
89  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 18, 2015, 05:06:07 AM
What should I code if I still want to mine when all algo has -ve Net(profit) ? TQ.


Cheaper power Tongue
Set your "power" to a lower number or just zero.
Otherwise, you could set "minprice" to a negative number if you want to keep on mining, but not if it gets too extreme.
90  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 17, 2015, 04:25:39 AM
Seems like it is in demand ^^" Let me take a nap first, then I'll finish the basics of this history charting (don't like to leave something partially), afterwards I'll start on cracking MRR.
I'll probably need some testers, since I've never used MRR myself before. So get your ass on IRC, #MinerControl on freenode (Webirc for the lazy Cheesy but beware that I'm probably asleep at this moment).
91  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 17, 2015, 01:21:31 AM


I'm listening Cool How much would that donation eventually sum up to? Grin J/k Wink
I'm currently busy with charting out history + implementing miningpoolhub, but I can make a priority of this with the right motivation ofc Tongue

I've been looking into MRR before, but they have some übersecure way of sending an API request, not plug'n'play I guess.
It's a good feature I'm certainly interested in, but it's new ground I'll be treading on, so bear with me there Tongue
92  Alternate cryptocurrencies / Pools (Altcoins) / Re: looking for a pool like minergate on: March 15, 2015, 01:59:21 PM
btw but merged mining is good or bad ?

It's only bad when the coin you're mining next to your "real coin" really has no value at all. This can be especially cumbersome for big pools, where it can be a source of frustration (low value usually means no ongoing development on the coin) with no return of profit.
But in most situations, it's a good thing Smiley
93  Alternate cryptocurrencies / Mining (Altcoins) / Re: I need rigs for scrypt-jane for rent. good payment on: March 15, 2015, 01:47:02 PM
nicehash, miningrental, betarigs etc...

Nicehash doesn't have scrypt-jane and MRR & betarigs have no active rigs.

How much hashpower do you need, and at what N factor?
94  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 14, 2015, 04:04:46 PM
Nicehash/Westhash Qubit for sgminer users.....

{ "algo": "qubit","priceid": "11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3344 -u _ACCOUNT_ _SPARAM2_", "usewindow":  true },

Both would work for nvidia and sgminer Wink You just need to know what you're doing Cheesy
95  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] YAAMP.COM Scrypt/Neo/Lyra2/X11/X13/X14/X15 Profit switch with exchange on: March 14, 2015, 05:57:53 AM
Quark is borking ATM. Time to find a block is way too short to be true.
Seems it fixed + super low fees ATM Cheesy Grab them while they're hot.

Anyways, Ascenscion just hit Bittrex, it's another Qubit coin, might be worth adding to the list while it's still PoW Smiley
96  Alternate cryptocurrencies / Pools (Altcoins) / Re: [POOL] YAAMP.COM Scrypt/Neo/Lyra2/X11/X13/X14/X15 Profit switch with exchange on: March 13, 2015, 05:11:56 PM
Quark is borking ATM. Time to find a block is way too short to be true.
97  Alternate cryptocurrencies / Mining (Altcoins) / Re: Overcome minimum payout amount on: March 13, 2015, 04:33:33 PM
The only lyra2re mining software I have been able to find so far is for graphic cards.

Is there one for cpu mining I can experiment with for now.

How about my trying darkcoin?

There is also a Lyra2RE CPU miner that is already built. Works fine in windows 7: https://github.com/tpruvot/cpuminer-multi/releases


OP is running linux, sadly.

Then he can just use the source from tpruvot's linux branch Smiley https://github.com/tpruvot/cpuminer-multi/tree/linux
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN](NINJA)[ASN] Ascension - Rising reward |Qubit 9.7GH on: March 11, 2015, 11:16:07 PM
I'd like to mine this, but Qubit rig rentals are a tad too pricey for my liking... I guess we'll see what I can get out of my GPU for this, probably a negligable amount (hashrate about 700KH/s) but we'll see if that adds up to anything...

EDIT: Yeah, negligable. Suprnova admin: Please feel free to take the 1/10th or whatever of an ASC I've mined as a donation to the pool. Smiley

Block rewards continue to rise. It will all balance out over the course of the PoW. Keep your eye on the pools and rentals.



This is how a fair launch is supposed to be Wink
99  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 11, 2015, 02:44:16 PM
two 5870s used for heating purposes, single hashrates - x11 - 1768, x13 - 1283, qubit - 2385, quark - 2047 and lyra2re - 350

added         "minprofit": 1.01, to see if it changes anything, nope, I think defaults are not being set properly if missed



Nope, defaults should be fine, I looked through all settings again, and can't spot a problem. Can you give me your complete .conf so I can see what's happening behind the code with your settings.
100  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: March 11, 2015, 11:14:23 AM
       "statwindow": 60,
        "minebyaverage": false,
        "dynamicswitching": true,
        "dynamicswitchpower": 2,
*   "pricemode": 0,
*       "balancemode": 0,

it's horrible, only mines qubit 2:1 x11 both yaamp for hours

anyone ran original 1.6.1 against same rig 1.6.4.KBmod?

I first thought you were mining by average, which would be normal, as it flattens out the prices and reduces switches.
Do you have minprofit set too? That also reduces switches. Same for "ignoreoutliers".

Dynamic switching on the other hand speeds up switching.

What kind of miners do you have?

PS: Most of those settings can be handy but need finetuning to your taste. I do not know the ideal values Wink
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!