Bitcoin Forum
May 04, 2024, 12:26:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 »
1501  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Working on a GPU miner for Primecoin, new thread :) on: September 13, 2013, 03:15:07 AM
Never mind, an old version of libblkmaker was being kept by the package manager, it works now Smiley

I was wondering why I can't use this for the beeeeer.org pool because it uses getwork just like reaper does but if i point it at the ip address of www.beeeeer.org it give me a curl error 52 unable to get work......

Anyone else tried this at all?

That pool no longer supports getwork I think...double check it at ppcointalk.
1502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SRC] SecureCoin | A Fast and Secure Version of Bitcoin | LAUNCHED on: September 13, 2013, 01:21:44 AM
 Cheesy

Fun stuff eh...

Anyway, what are your predictions for SRC guys? I think price found a floor already, and even then it's still rather profitable to mine it.

I heard about this gpu miner, but I very much doubt there is such thing out.
1503  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][Pool]CryptoEx MultiCoin Best Profit Auto Exchange Pool on: September 12, 2013, 10:12:48 AM
Using coinchoose is stupid since it's "profitability" measures are flawed.
I prefer this low diff coins meself.
1504  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][Pool]CryptoEx MultiCoin Best Profit Auto Exchange Pool on: September 11, 2013, 03:19:06 AM
Does this pool work?  I made an account, validated by email, tried to log in and was told my account is locked and I can't use it.

Same problem here, but I did set up a payment address, let's wait and see.
1505  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS) on: September 11, 2013, 03:18:25 AM
Yeah, I made some money with early SRC but I shut them down now.
1506  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS) on: September 11, 2013, 01:10:18 AM
so is vps still a good idea now. also should u go through ypool with it. also whats better 8 small 1 core or 1 8 core machine through azure [i get free azure]
It's a good idea if it's free Smiley  With a single machine I would be using ypool or beeeer.org (if that's working now?).  IMO I would go with whichever works out cheaper.  If they are the same then go with the 1x8 core.

Hi Paul, you think DO is still profitable for something? I like that they are cool with mining nowadays and their site is great but I find the performance a bit disappointing.
1507  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][Pool]CryptoEx MultiCoin Best Profit Auto Exchange Pool on: September 11, 2013, 12:56:56 AM
I like this pool but we need more miners man...also, I locked my account accidentally and can't access it. (some problem with the validation link, clicked it and can't login)
I emailed support, can you check it?

Ivan, i didn't have a validation link to register?

BTW, how is the pigeon doing?  Tongue Grin

Hey, where do I know you from mate? Cheesy

Fine, he's in his cage, hating the world and attacking me if I touch his plush toy lol
1508  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][Pool]CryptoEx MultiCoin Best Profit Auto Exchange Pool on: September 11, 2013, 12:09:01 AM
I like this pool but we need more miners man...also, I locked my account accidentally and can't access it. (some problem with the validation link, clicked it and can't login)
I emailed support, can you check it?
1509  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][Pool]CryptoEx MultiCoin Best Profit Auto Exchange Pool on: September 10, 2013, 02:25:40 AM
Is there a way to know which coin you mine at any given time?

EDIT: DUH, just seen it...looks cool man. I'm in.
1510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SRC] SecureCoin | A Fast and Secure Version of Bitcoin | LAUNCHED on: September 10, 2013, 01:43:07 AM
I setup a p2pool (2%) for securecoin.  

Please join and provide any feedback! Grin

Quick tutorial:
1. Get minerd64_sse4.exe here https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing

2. Run this at cmd prompt but put in your Securecoin wallet address!

Code:
minerd64_sse4.exe -a quark -t 8 -o http://www.japool.com:17339 --userpass=YourSecurecoinWalletAddress:AnyPassword

*Change this "-t 8" to the number of cores you have I have 8.  If you have 4 cores change it to "-t 4" if you have 2 cores change it to "-t 2"

The p2pool is still up and running!

You might have trouble with my website (http://209.188.16.220).  It should be fixed in the 24 hours but the p2pool works fine.

+1

I got back to mining there...great pool.
1511  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] Working on a GPU miner for Primecoin, new thread :) on: September 09, 2013, 10:04:28 PM
Although, this time it segfaulted:
Code:
Program built from saved binary.
Building kernel CalculateMultipliers
Building kernel Sieve
Building kernel Combine
Building kernel Fermat
done
RET! Invalid address
Segmentation fault (core dumped)

Had the same problem. Search this thread, you have to fix something in libblkmaker so that it accepts your XPM address.

OK, I redownloaded and recompiled it since the update yesterday and it seems to be mining (no blocks yet). But I noticed that the stepdown from each chain size is much harsher then in the CPU version. With the CPU version, it's like a 90% reduction (eg. 100 4ch/h -> 10 5ch/h) but with the GPU, it's like a 97% reduction. Any idea why?

Also, I keep getting 'Sieve size must be a multiple of 64'  warnings during runtime. The sieve size seems to be set to 100,000 by default. Is there a way to change that? I can't seem to find the help info.

Go and edit the primecoin.conf file inside the miner's folder.
1512  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 09, 2013, 10:02:06 PM
Is mining primecoin still profitable compared to other alts?
I'm solo mining and I have gotten 14 blocks in 20 days.  ~7xpm per day or ~.0280BTC at current exchange rate.  Not bad for CPU mining.

Single cpu, right? 2500k?
I might go back to solo if it is that good, but I really wanna try beeeer...
No, I have 5 CPUs.  2400, 2500k, Q6600, Q8200 and i7 Q740 laptop.  The 2500k found 6 of the blocks, the 2400 3, the Q's 2 each and the laptop 1...(I just double checked and the laptop found a block this morning, so now 2)

That's way worse than securecoin...single cpu nets you 0.013btc per day.

I'm gonna give beeeer a shot this week, and see how well I do there.
1513  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 09, 2013, 12:48:50 PM
Is mining primecoin still profitable compared to other alts?
I'm solo mining and I have gotten 14 blocks in 20 days.  ~7xpm per day or ~.0280BTC at current exchange rate.  Not bad for CPU mining.

Single cpu, right? 2500k?
I might go back to solo if it is that good, but I really wanna try beeeer...
1514  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 09, 2013, 10:11:20 AM
tried running the primeminer on the beeeeer thread but it crashed on me. Anyone have it working with any of the jhPrimeminer versions?
it crashed because the server was down .. should work ok now servers back up

in the op
http://www.ppcointalk.org/index.php?topic=485.0 is a .diff file attached to the post.

it will fix the getwork protocol for mumus 7.x ...

The less technically inclined will have to live with pre compiled win binaries (cough me cough) Sad
1515  Alternate cryptocurrencies / Altcoin Discussion / Re: [VOTE][YAC] Yacoin Logo Change & Official Name on: September 09, 2013, 04:42:29 AM
Blue is sexy.  Grin
1516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SRC] SecureCoin | A Fast and Secure Version of Bitcoin | LAUNCHED on: September 09, 2013, 03:27:50 AM
I would like to know how to setup an effective .conf and .bat file for mining SRC. I have Windows 7 x64 and want to set it up properly. I see the SRC wallet, but there are different miners to choose from. Most likely to join a pool anyway.

What cpu?

I use the avx optimized miner.

Here's my bat file contents:

minerd64_avx.exe -q -s 2 -a quark -t 7 -o stratum+tcp://src.coinmine.pl:6020 -u pipocipolatti.1 -p x

-t is the number of cpu threads I use to mine, leaving one free for cgminer.

Link to the miner: http://forum.quarkcoin.org/Thread-ANN-poolers-cpuminer-with-quarkcoin-support
1517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: September 09, 2013, 01:57:03 AM
i guess solo mining is not as profitable as it used to be , i used to find 7-10 blocks a day , yesterday was 1 5 block day Sad
I'm giving beeeeer.org a try


Right now the pool it's down Sad

Yeah, the admin must be asleep...it's still a beta but so far it worked great for me.
1518  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 08, 2013, 08:52:23 PM
Thanks a lot Quirlorimbo, I see you're involved in it.
I've seen that thread before and posted there.

I'm gonna join you guys right now. Cheesy

*thumbs up Smiley

yay, got 0.05xpm from the first block since I mined there xD
I'll support you guys, we need more pools.
1519  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 08, 2013, 07:25:28 PM
Thanks a lot Quirlorimbo, I see you're involved in it.
I've seen that thread before and posted there.

I'm gonna join you guys right now. Cheesy
1520  Alternate cryptocurrencies / Mining (Altcoins) / Re: [XPM]unofficial jhPrimeminer thread on: September 08, 2013, 06:51:10 PM

Thoughts? What hardware and mining software?
I wanna decide what's better for my single cpu rig, i7 3820.
Pages: « 1 ... 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!