Bitcoin Forum
June 25, 2024, 01:04:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: June 29, 2014, 01:15:26 AM
After latest update I now get this

https://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
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BCN] Bytecoin (CPU-mining, true anonymity) on: June 29, 2014, 01:07:29 AM
After latest update I now get this

https://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
3  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 28, 2014, 01:39:43 AM
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.
4  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 28, 2014, 01:32:03 AM
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?
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 28, 2014, 01:17:44 AM
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 :/   
6  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 28, 2014, 12:46:40 AM
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?
7  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 28, 2014, 12:16:23 AM
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 :/
8  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 27, 2014, 11:50:55 PM
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.
9  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 27, 2014, 11:26:17 PM
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
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 27, 2014, 10:29:24 PM
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.
11  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] Extremepool [POOL] [BCN/MRO/QCN/MNT/DUCK] MONERO QUAZAR BYTECOIN MINING on: June 27, 2014, 08:27:20 PM
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 :   The stats aren't loading.  Currently 1:27 PM PST
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Privacy&Data protection | CPU only | Optimized miner on: June 23, 2014, 06:11:02 PM
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!
13  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 11, 2014, 08:58:18 PM

Thanks buddy Cheesy
14  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 11, 2014, 08:40:21 PM
WTS 2M for .2 BTC!!
15  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 10, 2014, 08:20:44 PM
For sale!  2M for .25 BTC!!
16  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 10, 2014, 05:55:02 PM
WTS 2M for .25 BTC !
17  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 10, 2014, 06:18:57 AM
WTS 2M for .23 BTC!!
18  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 09, 2014, 09:00:10 PM
WTB 8M for 0.8 BTC

WTS 1M for .13 BTC
19  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: *[BCN (Bytecoin)/BTC]* Google Spreadsheet Exchange on: May 09, 2014, 08:51:14 PM
WTS 1,200,000 BCN for .26 BTC! Cheesy
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!