Search content
Sort by

Showing 19 of 19 results by Laserus
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
Laserus
on 29/06/2014, 01:15:26 UTC
After latest update I now get this

http://i.imgur.com/pwAw5aY.png

I have resynced my wallet from scratch

I get the same exact error. Glad to see I'm not the only one Tongue
I was getting this with quasar a week or so ago, Dev pushed an update out with a fix.

Good to hear that, hopefully it gets fixed soon!  Cheesy   btw, I love your BCN pool. It is awesome Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [BCN] Bytecoin (CPU-mining, true anonymity)
by
Laserus
on 29/06/2014, 01:07:29 UTC
After latest update I now get this

http://i.imgur.com/pwAw5aY.png

I have resynced my wallet from scratch

I get the same exact error. Glad to see I'm not the only one Tongue
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 28/06/2014, 01:39:43 UTC
Quote

Thanks man. I got it to work, and my account is sensing that I am mining, but it isn't actually mining. The bar on minergate turns green, but I'm not getting a hash rate. My cpu usage is up at 95%, and says that it is mining, but doesn't display any hash rate. Any ideas?

Just wait a bit and it will be ok, i guess it is just stats updating, i had the same.

I waited, and it did start to submit shares, but VERY slowly. I'm on a 16 core CPU, and it is submitting a share about every 2-3 minutes. On other pools, it submits one every 5-10 seconds :/   
it doesn't matter when it matters how many.
you might notice you are submitted shares at a higher diff than other pools.

Minergate has diff set to 444, which is very low, and I get much higher hashrates, but it takes much longer for it to submit a share. On other pools, they are usually over 6000 and submit a share about every 10 seconds. is that normal?

that is normal but Extremepool has maxdiff set to 100000.  This creates less loan on server and client. 

Were you able to see why my hashrate was showing up so low on your website?  I know I have much higher hashrate I can see the hashrate on the miners themselves.
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 28/06/2014, 01:32:03 UTC
Quote

Thanks man. I got it to work, and my account is sensing that I am mining, but it isn't actually mining. The bar on minergate turns green, but I'm not getting a hash rate. My cpu usage is up at 95%, and says that it is mining, but doesn't display any hash rate. Any ideas?

Just wait a bit and it will be ok, i guess it is just stats updating, i had the same.

I waited, and it did start to submit shares, but VERY slowly. I'm on a 16 core CPU, and it is submitting a share about every 2-3 minutes. On other pools, it submits one every 5-10 seconds :/   
it doesn't matter when it matters how many.
you might notice you are submitted shares at a higher diff than other pools.

Minergate has diff set to 444, which is very low, and I get much higher hashrates, but it takes much longer for it to submit a share. On other pools, they are usually over 6000 and submit a share about every 10 seconds. is that normal?
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 28/06/2014, 01:17:44 UTC
Quote

Thanks man. I got it to work, and my account is sensing that I am mining, but it isn't actually mining. The bar on minergate turns green, but I'm not getting a hash rate. My cpu usage is up at 95%, and says that it is mining, but doesn't display any hash rate. Any ideas?

Just wait a bit and it will be ok, i guess it is just stats updating, i had the same.

I waited, and it did start to submit shares, but VERY slowly. I'm on a 16 core CPU, and it is submitting a share about every 2-3 minutes. On other pools, it submits one every 5-10 seconds :/   
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 28/06/2014, 00:46:40 UTC
Code:
[quote author=Laserus link=topic=615486.msg7555990#msg7555990 date=1403914583]
[quote author=danteT link=topic=615486.msg7555965#msg7555965 date=1403914447]
Sorry, man, i used your pool for a long time, but its too unstable, it is down every 24 hours for a couple of hours, FINALLY, i found http://minergate.com to mine - actually best cryptonote pool ever, it is super stable and most profitable! They had a problem with withdraws, but i received all my funds, i do not want to be unpolite and promote other pool in this thread, sorry, but Minergate kicks all other pools asses.  
Mine stats
48 hours mining on extremepool gives me about 0.65 mln bcn with about 80-90% of time pool availability
48 hours mining on http://minergate.com gives me about 1 mln bcn with  100% of time pool availability
Again, i appreciate your work! But Minergate is just more profitable and stable.
Keep your work and i hope you will be as stable as Minergate.

[/quote]

I wanna do minergate, but I am mining stratum. Any suggestions?  Last time I checked, minergate was windows only :/
[/quote]

What is your miner? If you have cpuminer-multi, it is buggy with stratum - problem is that if e.g. you have 4 cores and try 4 threads with it you will have 99% of CPU idle, because it is not working in correct way. Also native cpuminer is not working with minergate, but guys made fork with improvements to make it work with minergate - https://github.com/ekimmo/cpuminer-multi - WOLFs miner with minergate support
https://github.com/ekimmo/cpuminer-multi-LucasJones - LucasJones miner with minergate support.

BUT there is still first problem with 99% of CPU idle, BUT, there is a nice workaround:
try to connect miner via "screen" like that:

[code]
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;
screen -dm ./minerd  -a cryptonight -o bcn.pool.minergate.com:5555 -u your_minergate_email -p x -t 1;

That example will launch 12 minerd instances each with 1 thread. And with minergate it will gives you 10% of cpu idle on 4 core.
Try to play with number of screens, but general rule is to use CPU_CORESx3 or CPU_CORESx4 to mine on cpuminer with NOT stratum protocol.
It works for me, hope it helps someone
[/code]

Thanks man. I got it to work, and my account is sensing that I am mining, but it isn't actually mining. The bar on minergate turns green, but I'm not getting a hash rate. My cpu usage is up at 95%, and says that it is mining, but doesn't display any hash rate. Any ideas?
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 28/06/2014, 00:16:23 UTC
Sorry, man, i used your pool for a long time, but its too unstable, it is down every 24 hours for a couple of hours, FINALLY, i found http://minergate.com to mine - actually best cryptonote pool ever, it is super stable and most profitable! They had a problem with withdraws, but i received all my funds, i do not want to be unpolite and promote other pool in this thread, sorry, but Minergate kicks all other pools asses. 
Mine stats
48 hours mining on extremepool gives me about 0.65 mln bcn with about 80-90% of time pool availability
48 hours mining on http://minergate.com gives me about 1 mln bcn with  100% of time pool availability
Again, i appreciate your work! But Minergate is just more profitable and stable.
Keep your work and i hope you will be as stable as Minergate.


I wanna do minergate, but I am mining stratum. Any suggestions?  Last time I checked, minergate was windows only :/
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 27/06/2014, 23:50:55 UTC
I can see my hashrate now, but it is WAYYY off.  I have had my miners running for over an hour now, and should be at around 30kh/s, but the pool reports 8kh/s.  What's wrong with the pool. Is it that slow? If the pool doesn't report properly will I not get paid as much, or do I get paid based on my actual share count?   I added up all the hashrates that I see on the miner, and they add up to around 30kh/s, so the site reporting 8kh/s is false. I hope this is just a bug.
I will look into it but you will get paid based on share count, sometimes it takes a while for the data to report correctly.
what is your address?


I just put a portion of my miners on another pool, and sure enough, the website was reporting the proper hash rate. I'm a bit skeptical to use this pool since I'm not sure if I will be paid for all my hashing power.
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 27/06/2014, 23:26:17 UTC
I can see my hashrate now, but it is WAYYY off.  I have had my miners running for over an hour now, and should be at around 30kh/s, but the pool reports 8kh/s.  What's wrong with the pool. Is it that slow? If the pool doesn't report properly will I not get paid as much, or do I get paid based on my actual share count?   I added up all the hashrates that I see on the miner, and they add up to around 30kh/s, so the site reporting 8kh/s is false. I hope this is just a bug.
I will look into it but you will get paid based on share count, sometimes it takes a while for the data to report correctly.
what is your address?

Here is my address :  2837cD9bboa14Fv6CvkWczfrDvjhiP64D4936ZUP8Qm3FY8Dh8t3fohfKMwnMP2PH2EQDk4TsdDitRe JfBApFk5g17tf1d4
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 27/06/2014, 22:29:24 UTC
I can see my hashrate now, but it is WAYYY off.  I have had my miners running for over an hour now, and should be at around 30kh/s, but the pool reports 8kh/s.  What's wrong with the pool. Is it that slow? If the pool doesn't report properly will I not get paid as much, or do I get paid based on my actual share count?   I added up all the hashrates that I see on the miner, and they add up to around 30kh/s, so the site reporting 8kh/s is false. I hope this is just a bug.
Post
Topic
Board Pools (Altcoins)
Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING
by
Laserus
on 27/06/2014, 20:27:20 UTC
Yeah, deffo on the pool side something is not ok. Forgot to tell you that CPU miner worked fine, did not lose the connection - the LucasJones 1.3 (cause of my CPU which doesn't support AES)... Now it also started to loose connection. Though it connects instantly after starting it. As for GPU miner, it was connected all the time (or it reconnected but I didn't see it) but hash-rate is below the max value where it should sit. GPU utilization is fine - 99%... As CPU's.

Also I tried to mine XMR, and from a start I get some sub-max hash-rate which is very close to the max value as it should be... Ofc, I am connected almost instantly when I start the miner. Everything worked flawlesly for me till today. Maybe I'm an isolated case.  Huh
possibly isolated case, I have check with other miners using gpu and cpu and all report fine.

Is it normal for this to happen : http://i.gyazo.com/b3d281c8cc696ca3907edf2c79de3bb8.png  The stats aren't loading.  Currently 1:27 PM PST
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner
by
Laserus
on 23/06/2014, 18:11:02 UTC
Hey all,

I've noticed my Total Paid stats from minin.gs has not increased at all over the past 16 hours even though i've been mining straight.  I've even confirmed that I haven't received payment via a wallet refresh.

Anyone else seeing this?
hello today my internet lag i can't connect to my server please wait me next 3 hour i payment all holding.

It has been way more than 3 hours, and I still haven't received my payment!
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 11/05/2014, 20:58:18 UTC
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 11/05/2014, 20:40:21 UTC
WTS 2M for .2 BTC!!
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 10/05/2014, 20:20:44 UTC
For sale!  2M for .25 BTC!!
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 10/05/2014, 17:55:02 UTC
WTS 2M for .25 BTC !
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 10/05/2014, 06:18:57 UTC
WTS 2M for .23 BTC!!
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 09/05/2014, 21:00:10 UTC
WTB 8M for 0.8 BTC

WTS 1M for .13 BTC
Post
Topic
Board Marketplace (Altcoins)
Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange
by
Laserus
on 09/05/2014, 20:51:14 UTC
WTS 1,200,000 BCN for .26 BTC! Cheesy