Bitcoin Forum
May 26, 2024, 01:27:09 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 »
281  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: November 19, 2014, 12:06:30 AM
Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink

Which algorithm?

Also what settings are you using?

X11, +60/+100

Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink

Great, thanks for mentioning it, I've not updated the drivers for awhile  Smiley

If you're outdated, don't forget to check the latest improvements by tpruvot or sp_ Wink
282  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: November 18, 2014, 10:50:57 PM
Latest driver (344.75) gave me +50kh per 750ti, so it's worth the update for once ^^
Probably more on the newer Maxwells Wink
283  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 1.4.9 with stats+monitoring API - opensource (tpruvot) on: November 18, 2014, 01:14:48 AM
For those interested, I'm currently writing a small monitoring app in C# for ccminer with tpruvots API. Here's the C# code for anyone who also wants to play with the api (very basic though, error handling is for you Tongue).

Code:
using System;
using System.Net.Sockets;
using System.Text;

namespace ccMonitor
{
    static class Api
    {
        public static string GetSummary(string ip = "127.0.0.1", int port = 4068)
        {
            return Request(ip, port, "summary");
        }

        public static string GetThreads(string ip = "127.0.0.1", int port = 4068)
        {
            return Request(ip, port, "threads");
        }

        public static string GetHistory(int thread = 0 , string ip = "127.0.0.1", int port = 4068)
        {
            return Request(ip, port, "histo|" + thread);
        }

        private static string Request(string ip, int port, string message)
        {
            string responseData;

            using (TcpClient client = new TcpClient(ip, port))
            using (NetworkStream stream = client.GetStream())
            {
                byte[] data = Encoding.ASCII.GetBytes(message);
                stream.Write(data, 0, data.Length);

                data = new Byte[2560];

                int bytes = stream.Read(data, 0, data.Length);
                responseData = Encoding.ASCII.GetString(data, 0, bytes);
            }
            
            return responseData;
        }
    }
}
284  Alternate cryptocurrencies / Altcoin Discussion / Re: 2014 Proof of Honor (POH) Awards - Nominate an Individual! on: November 14, 2014, 07:51:42 PM
My nomination goes to Joe Lao for creating coin of the magi, a coin that fends for CPUminers Cheesy
285  Alternate cryptocurrencies / Altcoin Discussion / Re: PoS is far inferior to PoW - why are so many people advocating switching to PoS on: November 14, 2014, 02:33:54 PM
I'm not familiar with nxt assets, I was referring to POS in general. Having ANY POS whatsoever discourages spending and thus kills adoption. Having no POS encourages spending, because your money will be worth less than it is tommorow. Alt-coins are supposed to be just that, coins, a currency. If you dont want your currency to devalue you invest it somewhere(get interest at a bank, buy stocks w/e), you shouldn't expect the act of holding to be rewarded.

It doesn't make sense to talk about PoS in general, because PoS 1 != PoS 2 != PoS 3. When you talk about PoS, you must mention a specific implementation of PoS you refer to. While PoW cryptos are all the same, copies of Bitcoin code (except Bytecoin/Monero cryptos which have the same basic flaws of PoW that Bitcoin has), PoS implementations are all different (Peercoin != NXT != Bitshares != NEM != Qora, NODE, etc.), their flaws would also be different, you can't put them all in the same group if you are serious about your claims.

Yep, PoS has so many styles and tastes, it's hard to keep track. There should be a page somewhere explaining the differences between several PoS systems Wink
286  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Our newest project! You FUD us? We'll FUD you! on: November 14, 2014, 02:24:20 PM
Wow!! Is there any name that remains, which doesn't have a coin!!!
Do some innovation guys!! What the hell is the purpose of this coin??

...
Ya??? What the hell does that say, you can fud the forum without having a FUDcoin.

Future btctalk rules will include that for every shillaccount, you'll need to pay in FUD Wink (j/k)
287  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XMG] Coin Magi SuchPool support - Q&A - detail reward info on: November 14, 2014, 02:04:14 PM
Omg, why didn't I see this earlier Cheesy Would've loved to help suchpool, and even for longer than a day, but it's too late now Sad
288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Magi |1st PoS-II | 1st PoM | Fair Distr | M7M CPU only [Tor wallet] on: November 06, 2014, 10:20:24 PM
Just did this, personally I am not quite getting the necessity, but well it's here, and also don't doubt the XMG team seriously works on the matters, be with us!



Nice! Great text too Wink For easy view:
Quote from: coinssource
Joe Lao contacted us regarding the verification process for Magi (XMG). Coins Source verified the lead developer, Joe, and did a secondary verification with one of his co-founding developers. Coins Source has verified the following: GitHub, social media, phone number, state identification (of both) and residency papers. No ICO was held, the coin has been on the markets for over 45 days, and we grant Magi a Proof of Action point, for a high commitment to their coin.

Joe is a scientific researcher with a strong passion for Informational Technologies (IT). He exclaimed to the Coins Source team that Magi is his hobby and passion, and did not seek out to do an ICO to enrich himself. Joe is a very polite and reasonable individual, and was highly transparent with his information towards the Coins Source team.

At this current time, Coins Source awards Magi a 7/7 Trust Verification score. This score is due to having no ICO, 45 days on the market, a secondary verification from his team member, and Proof of Action they’ve taken to progress Magi, and will continue to do so.
289  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: October 31, 2014, 06:45:00 PM
call me lazy but i just don't want to read 1000+ pages.. Grin

What would be best miner to use to mine x11?

i got asus gtx 660 OC, i7-4770K and 8gb DDR3 1600mhz.

Thanks.

Edit: and win 8.1 x64

I've been running ccminer 1.0 for some time now on a quark based coin with a couple of GT640 (DDR5, CC3.5), CUDA 5.5, driver 331.38. It runs well but I'm wondering if I can expect any performance gains from ccminer 1.2 and the deps that go along with it?
bump

Just test it, I know some versions are compiled for old card with compute 2.0.
Maybe a Bombadil version or others ?

I saw my name o_O
GT640 with DDR5 is compute 3.5 Wink https://developer.nvidia.com/cuda-gpus
So any of the newest miners should work (except those only for 5.0 & 5.2 ofc Tongue ) No need for my old code ^^

CCminer 1.2 is also getting old ^^" There are newer forks out there running better code. Like the ones from tpruvot and djm34.
SP_ is currently very busy with trying to boost the code even more, but IIRC, it's only compute 5.0 and higher for now.


290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Magi |1st PoS-II | 1st PoM | Fair Distr | M7M CPU only [Tor wallet] on: October 31, 2014, 06:39:37 PM
As stated in the OP: "Proof of Wok"

Does that mean you have to be an expert at the Asian Kitchen to mine this?

Guide is in the OP, let us know if you run into issues.

What spices do you use? Cheesy
291  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Which new coin should Bittrex support? Week 1 - Round 1 on: October 29, 2014, 02:41:20 PM
I think that MagiCoin (XMG) may deserve a chance. They seem to be quite active and with good intentions.

https://bitcointalk.org/index.php?topic=735170.0
+1
292  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: October 29, 2014, 08:06:46 AM
I've been running ccminer 1.0 for some time now on a quark based coin with a couple of GT640 (DDR5, CC3.5), CUDA 5.5, driver 331.38. It runs well but I'm wondering if I can expect any performance gains from ccminer 1.2 and the deps that go along with it?
bump

Just test it, I know some versions are compiled for old card with compute 2.0.
Maybe a Bombadil version or others ?

I saw my name o_O
GT640 with DDR5 is compute 3.5 Wink https://developer.nvidia.com/cuda-gpus
So any of the newest miners should work (except those only for 5.0 & 5.2 ofc Tongue ) No need for my old code ^^

CCminer 1.2 is also getting old ^^" There are newer forks out there running better code. Like the ones from tpruvot and djm34.
SP_ is currently very busy with trying to boost the code even more, but IIRC, it's only compute 5.0 and higher for now.
293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Magi |1st PoS-II | 1st PoM | Fair Distr |Tor| M7M CPU only [HARDFORK] on: October 24, 2014, 05:12:56 AM
The expected hashrate using the new algo is 2.545 times less than that with the prior algo.
What about the PoM campaign? I currently only have a 35kh/s cpu, so it will fall below the 30kh/s level. Will you also lower the limit on the PoM minimums?
294  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: October 23, 2014, 06:02:29 PM
What coin is best for 750ti ??

Now , I can make 0.001 per card per day.
no matter what this coin is, if it makes its way to this thread, it won't be anymore the best coin for the 750ti  Grin

^ So don't tell anyone about flappycoin!
295  Alternate cryptocurrencies / Mining (Altcoins) / Re: A couple of questions from a newbie. on: October 23, 2014, 01:23:01 PM
You should buy from bitmaintech instead for their latest and more energy efficient miner. Old miner tends to eat a lot of power..

The U2 is an USB miner, 2,5W isn't a lot of power. True though, it isn't efficient: the U2 is actually a revamped U1 with a bit better OC capability, but that's about it.

If you're planning on investing in ASICs, to get the best return, always go with the most expensive from a trusted company Tongue Mostly, only those are worth it to invest in.

On the other side, I have 10 U2s that I used for a month or two Tongue I could resell them at a bargain price (they're eating dust now anyways), but only if the OP is from Europe too Wink
296  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer modded NVIDIA Maxwell kernals by SP. on: October 23, 2014, 09:26:40 AM
Can I be part of your tester ? Smiley
IMO yes why not be apart of.  Smiley

You can be my hand Cheesy
297  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer modded NVIDIA Maxwell kernals by SP. on: October 18, 2014, 10:25:07 PM
Tnx.Smiley you are right.

Sent you some coins Wink Haven't got much to spare, been nicely mining with <= 3 GPUs for a few months now.
Hope you'll like the few beers you can get from that Cheesy

haha nvm, when SP sent it to me and said change to exe i thought he attached the actual exe file, so i changed the zipped file to .exe

xD
298  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer modded NVIDIA Maxwell kernals by SP. on: October 18, 2014, 08:18:02 PM
    x11   
    x13   
    x15   
   nist5   
nvMiner (v1.2U-D8)
~2650
~2030
~1790
~8200
ccminer-Maxwell.7z
~2750
~2090
~1845
~8350

Average of 5 x Gigabyte GTX 750 Ti (GV-N75TOC-2GI) with 120/160 OC, solomining to avoid fluctuation.

The highest I could reach overclocking a single card was slightly over 3000 kh/s (x11) which was reached at +300 core and +300 mem which is very likely not stable.

Similar results with my gigabytes Wink SP miner is also easier on OC, less crashes.
I do like how djm implemented the average and variance of your submits. Makes comparison a bit easier Wink

I read 270W on both SPs and DJMs ccminer. This is + a load of hdds + my gtx760 idling + .... But no real difference in the wattage for me.

X11 on SP: http://snag.gy/HNZK3.jpg
X11 on DJM34s latest: http://snag.gy/N8paa.jpg
299  Alternate cryptocurrencies / Altcoin Discussion / Re: some ppl think the world Cares about Altcoins, LOL on: October 18, 2014, 10:20:45 AM
I have a BTC wallet with over 3K BTC and I cant remember the password... 

Lol, bruteforce the shit out that wallet Tongue Bet you can hire someone in return for a % to do it for you Wink
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CannabisCoin [CANN][X11][Official][420] Developments & Discussions. on: October 16, 2014, 04:50:24 PM
how long do you think your one dispensary is going to accept your coin worth pennies for a gram of shwag before they shut that deal down? i doubt they will keep losing money just so you guys and your scammer buddy loljosh can dump on all your bagholders.

uh oh, he used the word shwag, he must be a Bud Master.  and nice username, did you decide to use an A instead of an I, as not to be that racist?

Lol, if they're smart, they're gonna hodl the CANN they get, or put it up at a high sellwall, only to sell it when it reaches the price of 5-10$ (and they can make break-even). As more people will understand how cheap CANN is, and what you'll get for it (the peg), the price will automatically rise.

Ofc, this will be countered by many people dumping when the price only gets a bit higher, but once all weak hands are sold out, the fun cann begin 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!