Bitcoin Forum
May 25, 2024, 01:57:22 PM *
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 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sia - Decentralized Storage - Working Beta - Launches June 7th, 2015 on: June 15, 2015, 08:33:23 AM
Hi,

No CPU miner available ?

I won't do it.
Unless you are extremely lucky, you're not going to mine a single block for days, with the current difficultly levels.

If you are getting 300GH/s, you should be mining ~1 block per week. If you are mining with a CPU, you should be getting ~1 block per year. It's not worth mining on a cpu.

Where/how can we check the network hashrate ? I can't access to the block explorer.
With a normal GTX 980, I can mine at about 650mh/s : I know there are some private miners with a R9 280X mining at 800mh/s, but I can't believe hashrate is so high than you need 300GH/s which correspond to a good gpu farm (375 280x) to mine a block per week.
 
302  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Sia GPU Miner on: June 14, 2015, 04:02:01 PM
Still can't start this new miner release "as is", Sia_GPU-Miner-v1.0.1-win64. Why does it seems that Wolf0 is smarter than developers of this miner?..

Quote
D:\Distrib\Siacoin\Sia_GPU-Miner-v1.0.1-win64>sia_GPU-Miner.exe
Initializing...failed to get Device IDs: -1

Win7 x64, 14.6 RC catalyst driver.




With the last version you can specify -p1 : the opencl platform is usually 0 but in my case it was 1 : I had the same error than you, and now it works.
303  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLT] Fluttercoin Ƹ̵̡Ӝ̵̨̄Ʒ | Proof of Transaction 3.0 | Update v0.7.5.17 on: June 12, 2015, 08:04:47 AM
Recently, many "last years good enough altcoin" such as mint, blk, vtc ... have been pumped without any visible reason.
Flt turn could come soon.
304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sia - Decentralized Storage - Working Beta - Launches June 7th, 2015 on: June 11, 2015, 01:50:37 PM
My God!I just downloaded new 0.3.3.1 UI wallet and launched it,and...My coins are gone...Is there something to do,or I can forget about them?

They are in the folder where your older wallet is. Run that wallet and your coins will be there.
Thanks!

Can someone share pastebin configuration for radeon HD 7950?There is no fun with mining,because some people are runing miners with 800 MH/s for one card,and people,who have no knowledge like me are mining with 100 MH/s.I don't see fair distribution of coins...

I run win.64
With only 1.5 year of experience in crypto, I no longer believe fair distribution of coins exists for real.
On the other hand, there are some less unfair than others.
Sia is not too bad in this area to my opinion (and I still can't mine with my nvidia setup on windows due to opencl platform id bug; I have managed to mine 1 block with my cpu).
305  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sia - Decentralized Storage - Working Beta - Launches June 7th, 2015 on: June 10, 2015, 09:04:15 PM
Hello,

I have the error message
Initializing...failed to get Device IDs: -1

I have two nvidia card and i believe the error is due to this :
http://stackoverflow.com/questions/24200539/cant-get-my-graphics-card-device-in-opencl

The code in this miner is :
// Get Platform/Device Information
   ret = clGetPlatformIDs(1, &platform_id, &ret_num_platforms);
   if (ret != CL_SUCCESS) { printf("failed to get platform IDs: %d\n", ret); exit(1); }
   ret = clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &ret_num_devices);
   if (ret != CL_SUCCESS) { printf("failed to get Device IDs: %d\n", ret); exit(1); }

If I read correctly, this means the opencl platform is supposed to be 1, but it can be another number.
according to the :
for(int i=0; i<num_of_platforms; i++)
    if(clGetDeviceIDs(&platform_id, CL_DEVICE_TYPE_GPU, 1, &device_id, &num_of_devices) == CL_SUCCESS){
      
I am on windows now and compiling the miner seems rather complicated.
So if the personne in charge of this miner can try to correct this, I will be grateful...

306  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: May 27, 2015, 07:11:26 AM
80°C for a GTX980 is a normal operating temperature. I have a similar setup (two GTX 980 evga) and with quark algo and a reasonable overclock ( +100 but they are already oc : so I ran them at about 1500mhz @gpu) they are between 77-80.

Those mining with amd card are used to go higher!!!
307  Alternate cryptocurrencies / Mining (Altcoins) / Re: R9 290X Ultracoin Scrypt-Jane - NEED HELP!!! on: May 07, 2015, 04:05:14 PM
I've been trying to find the best settings for Ultracoin mining. Here is my config file.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --verbose --scrypt-jane -o stratum+tcp://stratum.tumblingblock.com:3333 -u moondrelor.1 -p x --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --thread-concurrency 32765 -I 20 -g 1 -w 256 --gpu-fan 85 --lookup-gap 2 --gpu-engine 947 --gpu-memclock 1500 --gpu-powertune 20
@pause

These seemed like the best results through out the hundreds of different posts I've seen on this setup. It ended up giving me graphic artifacts and crashing my computer. When I rebooted it stayed this way, until I was able to get into my graphic card settings and reset them back to default.

Can someone please help me? What is the best config for Ultracoin on a R9 290X? I am going to be mining off two of them. How much hashing should I expect off each one? And what am I doing wrong?

probably memory frequency @1500 is too high for your card. Try 1250.
308  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] What Hardware and Software do you use to mine the MONERO XMR on: April 23, 2015, 09:41:53 AM
Hy there,

i find it rather interesting, what hardware can and actually is used to mine the XMR.
Post whatever you like, if you own a farm or if you stress your Desktop to get a buck out of it.

It would be helpful to get a dedicated list of used hardware, miningspeed, used Software, used wattage and what you are going to do with your mined XMR´s (only if you want us to know)

I am looking forward to a nice thread with lot´s of contributors! Maybe we can build a POLL later  Grin

Currently i run following HARDWARE and SOFTWARE

MAINBOARD -> Asrock 960GM-VGS3 FX 760G RGVSM
VENT -> Alpenföhn "Brocken Eco"
CPU -> AMD FX-8320E 3200 AM3+ BOX -> supports AES-NI
RAM 2 Rigs -> D3 8GB 1600-11 NT GSK
PSU -> 300WATT
OS -> Ubuntu 14.04LTS Server 64bit

I am currently solomining with bitmonerod on 4 cores with about 160H/s
The remaining 4 cores are mining with a modded WOLF cpuminer-multi from sammy007 at minexmr.com with an average of 160H/s.
The system is running stable and due to the big vent at the CPU you here almost nothing, i can recommend the use of it!

I am planning to use a GPU, GIGABYTE GeForce GTX 970 Mini, to mount it into the ATX tower and use with tsivs GPU miner and check out what i can get out of the 145watts  Shocked Cool

Kind regards,
elrippo
Gpu mining xmr is not very profitable.
The best gpu miner is Claymore for AMD : about 800h/s for a R9 290X (Hynix memory).
There is a private nvidia miner for maxwell nvidia cards (sp_ ccminer but not the public one) : but a GTX 980 has less hashrate with this miner than Claymore and a R9 280X...
 
By the way, your psu is somewhat a bit weak for combining gpu mining and cpu mining 24H/24. It would be better to have a little bit more room.
With your psu, you can use at ease a 750 ti, a GTX 960 with mining both on cpu and gpu, but I would not mine with you config with a GTX 970 and cpu (it is OK for gaming or casual mining but a bit risky for mining 24/24 for a long period)
309  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMR] What Hardware and Software do you use to mine the MONERO XMR on: April 23, 2015, 09:38:38 AM
Hy there,

i find it rather interesting, what hardware can and actually is used to mine the XMR.
Post whatever you like, if you own a farm or if you stress your Desktop to get a buck out of it.

It would be helpful to get a dedicated list of used hardware, miningspeed, used Software, used wattage and what you are going to do with your mined XMR´s (only if you want us to know)

I am looking forward to a nice thread with lot´s of contributors! Maybe we can build a POLL later  Grin

Currently i run following HARDWARE and SOFTWARE

MAINBOARD -> Asrock 960GM-VGS3 FX 760G RGVSM
VENT -> Alpenföhn "Brocken Eco"
CPU -> AMD FX-8320E 3200 AM3+ BOX -> supports AES-NI
RAM 2 Rigs -> D3 8GB 1600-11 NT GSK
PSU -> 300WATT
OS -> Ubuntu 14.04LTS Server 64bit

I am currently solomining with bitmonerod on 4 cores with about 160H/s
The remaining 4 cores are mining with a modded WOLF cpuminer-multi from sammy007 at minexmr.com with an average of 160H/s.
The system is running stable and due to the big vent at the CPU you here almost nothing, i can recommend the use of it!

I am planning to use a GPU, GIGABYTE GeForce GTX 970 Mini, to mount it into the ATX tower and use with tsivs GPU miner and check out what i can get out of the 145watts  Shocked Cool

Kind regards,
elrippo
Gpu mining xmr is not very profitable.
The best gpu miner is Claymore for AMD : about 800h/s for a R9 290X (Hynix memory).
There is a private nvidia miner for maxwell nvidia cards (sp_ ccminer but not the public one) : but a GTX 980 has less hashrate with this miner than Claymore and a R9 280X...
 
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: April 21, 2015, 02:23:43 PM
This looks like a very good coin. Why is the price going down each day?

Not enough promotion?
Price is going up & down for every crypto coin with periodic highs & lows. Frequently traders pump the coin just before a new feature is released and dump on the release.

 With most coins, they reach a maximum they never recover again and gradually their lows & high are lower. But for quality coins - I believe geocoin is one of them - they can reach higher lows & highs  with dev & marketing progress...
311  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: April 21, 2015, 09:29:32 AM
Some tests...
A test machine with one 970 and one 750ti, Ubuntu 14.04, ccminer 45, quark algo, compiled with both 50/52 capability
default config (without -d and -g parameters): no performance increase and validate errors
-d 0 -g 2 (only 970 runs): 35% performance increase, no errors
-d 1 -g 2 (only 750ti runs): no performance increase and validate errors

The problem is that the 750ti is out of resources.

I will fix it so that it will give a boost and no validation errors on all the maxwell cards. I just need to reduce the constmem/sharedmem usage and reduce threads per block for the kernals.

I think I will recode the -g parameter to support the -d parameter.

just give me some more time. This will be the biggest boost in hashrates in months..

For a 35% boost I think it is time to include a small developer fee of 2%. What do you think guys?

I will keep the sourcecode opensource and linux compatible.
I agree with the developper fee.
This is more fair than a fixed amount for small miners ...
You can made it switchable in the source code and force it in the binary releases (I am using the binary releases and I will be happy to contribute for 2% for your work.)

312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [VNL] Vanillacoin | WPX | ECC | O(1) routing | Random ports | CoinPP | POW/POS on: April 18, 2015, 09:55:57 PM
Really upset about losing my coins on c-cex

Oh well, I've lost crypto to scams before and no doubt will lose more in the future.

Bought in again on Polo but will be a while before I make up my losses.....
I feel the same!
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [VNL] Vanillacoin | WPX | ECC | O(1) routing | Random ports | CoinPP | POW/POS on: April 18, 2015, 01:59:00 PM
Hi,any news about the c-cex wallet  now ?  Huh

I seems our vanillacoin are lost. I have bought some there before the warnings and the c-cex owner just seems to have definitely lost the coins  :
2015-04-13 13:47:59 xxxx
Hello,
What's happened to vanillacoin?
I had 1000 vanillacoin bought on your trading platform, I log in today and vanillacoin has disapeared ? How can I recover my coins?
Regards
2015-04-15 00:27:18 C-CEX support
Hello! Apologies for being late with this answer.

VNL wallet is beta software with lot's of issues inside and unfinished functions supplied by dev without any warany and support. We had lot's of problems with VNL wallet and spent many hours to resolve it. The last problem when wallet refused to send coins having enough balance in it (returning "connection input failed" message) could not be solved without dev help. Instead of collaboration JohnConnor refused to help to fix his software and posted this: https://talk.vanillacoin.net/topic/130/c-cex-de-list-request/4
So we removed wallet from exchange without any chance to fix wallet and send VNL balances to users. According to our rules https://c-cex.com/?id=terms this is exactly the case when we had to remove wallet without any compensation. HoneyBadger honestly offered us to help fixing this problem and we already negotiating our terms of collaboration with him. We give no guarantee but it is possible he can solve a problem with wallet and send us sendable coins so we can compensate user balances.

Thanks!
2015-04-17 09:05:13 xxxx
Hello,
What's up with the vanillacoin wallet ? Did you come to an agreement with HoneyBadger for an help?
Regards
2015-04-17 17:19:42 C-CEX support
Yes, but he was unable to help. It's broken.
314  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: April 16, 2015, 04:27:12 PM
I managed to push whirlpoolx 20% faster on the 750ti. 80-90MHASH I guess the 980 will be closer to 400..

Still working on it..
Thanks. Very interested as you know.
315  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: April 15, 2015, 07:39:10 AM
agreed ... if its about the profitability ...
though wouldnt it make sense to focus on the algos that are implemented in ccminer ( nvidia ) and optimize them to the fullest extent they can go? ...
possibly implement more algos to your fork and make it an all round better miner - even if amd have better opensource implementations ...
unless of course it is possible for ccminer to have both nvidia and amd implementations ...
#crysx

I will focus on the algos that give a profit. But the profit keeps changing, so in the end most of the algos are faster.

But in small steps. Optimizing is time consuming.

After Wolf0's x11,x13 and x15 binaries leaked he stopped optimizing them and moved over to other algos.. It doesn't meen that the wolf0's x11 implentation is the fastest possible.
ccminer was profitable with whirlpoolx, but smelter released a miner with >500mh/s for 1 280X (https://bitcointalk.org/index.php?topic=977245.900). Now this an amd only coin. A GTX 980 can do almost 300mh/s which used to be good, few weeks ago.

If you can do something like 600mh/s for a GTX 980, it will be profitable again.

316  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU and CPU on: April 11, 2015, 08:18:14 PM
you need a private miner if you are going to bother making a gpu rig to roi

The developer will not sell you the miner if you have just a few rigs.

Theses developpers have delivered a lot for free : but almost no donations from people using their soft. I can understand they tried to make some profit selling  private miners.
317  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: April 09, 2015, 06:10:40 PM
1% of the total hashrate of the world is an offer they can't refuse  Smiley
1% of the total Qubit hashrate

and quark, fresh, whirlpoolx,x15 etc..

x11 and x13 is also possible, but you've made it very difficult to optimize more with your nice binaries
Well I hope you won't release such an amd miner qubit optimized : qubit is one the most profitable algo with maxwell nvidia : this will end as soon as an optimized amd miner is out.
318  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU and CPU on: April 09, 2015, 12:09:42 PM
Do some ROI math unless you just are wanting to do it for fun.  But GPU rigs no longer are profitable to make.   Add up 6 GPU's and chances of paying them off anymore even with free electricity is almost zero chance.
Grin good the more people believe it, the better it is

Do  you mean you believe you can still ROI on a gpu rig?

You can. Well, he can, I can, I've no idea if you can.
Well they are coders : they have tweaked theirs miners which are more efficient than public ones, so they can ROI. But the golden age of gpu mining is probably over.
With some luck and wisdom, you can still ROI : I have mined vanillacoin as soon as gpu miners for nividia was released and I made some nice profits ( I didn't sold my vanillacoin, since I believe It can increase a lot again). I have made some little profits with geocoin too. But I loose with spreadcoin ( not selling at the right time).

To sum up, you can ROI but this is not easy. Better to buy gpu at discount or usaged.
Above all, it should be fun for you otherwise don't bother.
319  Alternate cryptocurrencies / Mining (Altcoins) / Re: 10MHASH CCminer modded NVIDIA Maxwell kernals by SP. on: April 03, 2015, 04:09:09 PM
i don't remember now but, can this miner mine cryptonite?

no mate ... but sp has his private miner that is optimized for that algo ...

#crysx

What kind of hash for a GTX 750 ti? Will 660 ti work?

i cant exactly remember - but it was ok ...

from memory - tsiv's miner ( which sp optimized - and correct me if im wrong sp ) was close but didnt hash as much as sp's optimized miner ...

i need sleep now - so i could be way off the mark - but i can test it again for you tomorrow to get an exact hashrate if you like ...

#crysx

It is a cost-benefit thing. If there is enough extra hashpower to cover the cost relatively shortly, through mining XMR, then it would be worth the cost. Depends on the cost though.

I would be more happy with miners that took a percentage fee from the hashpower vs a one time charge for it. Sort of a willing botnet where the dev keeps getting paid to infinity and makes it worthwhile to keep developing and improving.

+1 : I am a small miner : I paid 0.1 btc for the optimized spreadcoin ccminer, but with two cards only, there is no way to recover the cost for cryptonight. I paid once because I am using the work of sp_ (and others) for others algo too in the open source ccminer.
The percentage thing like Claymore is far better for small miner. For the dev, I think it could be more profitable if the coin is good and keep value (xmr and vanillacoin should !).
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [VNL] VanillaCoin.net [WhirlpoolX Algo] [Whitepaper Inside] [Poloniex] Update! on: March 19, 2015, 09:39:21 AM
Can we please refrain from ad hominems.  Granted, trolls going to troll and they have no issue with perpetuating a negative atmosphere but the rest of us don't need to embrace it.

Replies are obviously going to happen but let's keep it civil...it's better in the long run for sure.

Two cents...

I agree, as someone holding this coin, for the moment, I am concerned about the faster miners. No point in mining this if some can mine 6x faster, this needs to be fixed or it will screw up distribution. I am going to scale out a little tonight and hope somehow a miner gets released, as this coin is very interesting. If the distribution gets too messed up, that won't matter however. This is a serious concern. Short term price and volume isn't an issue, distribution is a major one.
Come on : for every crypto algo, probably there have been private miners : http://da-data.blogspot.fr/2014/08/minting-money-with-monero-and-cpu.html.
I have heard there were private miners for bitcoin too during the cpu and gpu mining area.
There have been for X11, groestl, ....
The most optimized here are probably about twice more performant. And the dev seems to keep for themselves (the worst would be to sell it to big private pools). With the very low amount of donations for dev, I find legit they keep for themselves for few weeks their super optimized code.
I am mining with the nvidia public miner and I find it profitable and I am happy.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!