Bitcoin Forum
July 02, 2024, 03:42:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, Equity-linked gateway to Noir DACs/Ventures on: April 21, 2014, 09:14:42 PM
http://github.com/girino/ptsminer

does not respond to git clone - just sits there...


This miner is way too slow for state-of-the-art CPU miner. In fact, this is last resort if you want to mine on 32-bit machine.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] More than a coin, Equity-linked gateway to Noir DACs/Ventures on: April 21, 2014, 09:05:24 PM
With secondary backup pool connection in yam miner things are not so terrible, but still time to time connection in unstable.

Again, networking layer in yam miner was specially designed to survive situations when pools are under heavy DDoS, but pool diversity is definitely what helps a lot.

I guess now everybody understands why I was opposing releasing yam with single pool support...
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 20, 2014, 12:48:53 PM
However the one issue that is real is the "Illegal instruction: 4" error on OSX systems running 10.7x and before. the link I posted above will show I hope how to recompile for OSX versions prior to 10.8. The Mac mini is running 10.8.2 by my other macs running 10.7x cant handle it. Could u try fixing it please? Thanks[/i]

Can you check if you are definitely running 64-bit kernel on your Mac?

Open "About This Mac"/"Software" and look for "64-bit Kernel and Extensions" under "System Software Overview"

or use

uname -a

from terminal.

If you are running 32-bit kernel, it will not be possible to use yam with it - yam is 64-bit executable, and there is no plan for now to revert to 32-bit because of much lower performance.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 19, 2014, 11:08:05 AM
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz





Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10





I am perfectly aware of these situations, so I will explain in few more details:

1. Illegal Instruction. Problem is that older OSes do not set up CPUs to operate new instruction sets, such as AES-NI and AVX2, properly. Most performance critical portions of yam manually coded in assembly, so I use instructions of my choice, and recompiling will not help. Specifying macosx-version-min simply disables some parts of instruction sets, but assembly code will not be affected, so issue will definitely persist.

What you can do is a) try to run generic build; b) check if your CPU supports needed instruction sets (some more details on this are also in readme.txt).

In fact, this is NOT MacOS X specific issue, it is also known to be in: Windows 7 without SP1 (does not run Haswell builds because of no AVX2 support prior to SP1); AVX misdetection in XEN virtualization environment and bug in Linux kernel

2. Abort trap: 6

This is also known issue, documented in "known issues" in readme.txt

It will occur, for example, if you misspell parameter name. I am looking for proper ways to resolve this already for a long time. It has to do with gcc-specific exception handling, boost libraries and symbol visibility settings. Still no clean solution, because of factoring out exceptions completely is unrealistic.
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 19, 2014, 11:05:13 AM
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)

AWS EC2 uses XEN, and it has a widely known bug in AVX virtualization.

Try Nehalem build.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 18, 2014, 03:39:13 PM
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 18, 2014, 11:22:57 AM
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GRS] GroestlCoin, super efficient algo & fair CPU/GPU mining 4 everyman! on: April 18, 2014, 06:01:58 AM
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz

49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NoirShares █NRS█ More than a coin, Equity-linked gateway to Noir DACs/Ventures on: April 12, 2014, 10:02:22 AM
Attention Investors:

Please make a request on noirbitstalk.com to join the "investors" group.  This will allow you to view investor specific message boards where we will communicate in addition to email.

Where and how?

http://noirbitstalk.org/index.php?board=22.0   here? Smiley

Also not really clear where shall I make request? By PMing? Do you add forum names manually? If so, it is easy with my name - same as here, same as in the Investors list.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: April 05, 2014, 07:44:36 AM
yam miner still not stabil right now??

i have 4 dedicated server..
1 server working fine with yam miner..and fast found share


NRS Agg. CPM: 140.0; Rnds C/I: 2903/311, Don. C/I: 59/11; Cfg/Thr CPM: 155.1/13.297 141 rnds AV=5, ART=18625; FT AV/RT: 5/18721, Best AV/RT: 2/18681
  nrs.blockquarry.com: On-line, Shares Submitted 129, Accepted 128
  nrs.flipsidemining.com: Idle, Shares Submitted 7, Accepted 7





but 3 server not working with yam
always show ...

NRS Agg. CPM: 0.2; Rnds C/I: 0/31, Don. C/I: 0/38; Cfg/Thr CPM: 0.2/? 0 rnds AV=1, ART=?; FT AV/RT: 1/0, Best AV/RT: 1/0
  nrs.blockquarry.com: On-line, Shares Submitted 0, Accepted 0
  nrs.flipsidemining.com: On-line, Shares Submitted 0, Accepted 0


same cfg ..btw

I have 24cores mechine which only 8 of them work.

If you carefully look at the output of the non-working config, you will see that there are only Incomplete rounds - no single round ever completed. Please provide more detalied information on configuration of non-working machine: size of PHYSICAL RAM, CPU type, version of miner used (architecture), number of threads in use, and mining-params line from your config.

This behaviour is typical when 1) there is lack of RAM, and swap file/partition used by OS; 2) On multi-CPU machines with NUMA architectures when you run single process across multiple physical CPUs and memory being accessed via QPI link.

Next question is to see what is CPU load of your system and if there any disk activity. If CPU load is very low, then there are again two major cases: 1) Disk swapping; 2) Unstable connection (pool connects and then disconnects or conn times out) and miner is unable to get work.

Situation when both conns are on-line shall be very rare, and its persistence is a clear indication of networking/connection issues.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: April 04, 2014, 03:07:59 AM
Get ready for a difficulty spike, yvg1900 has released a new miner with NRS support. 

yvg1900 keeps a dropbox updated with the latest releases here:
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz

An example configuration file is included, yam-nrs.cfg.  The yam miner has the ability to point to multiple pools allowing for fail over in the event that one of the pools has problems.  But you need to make sure you create your workers on each pool for that to work properly, the pools are independent of each other.

Since yvg1900 implemented the coyote protocol both nrs.flipsidemining.com and nrs.blockquarry.com will work with yam.  Both pools now have ports 4020, 4444 and 10013 open. 

After modifying the config file you just run the yam executable with the -c flag pointing to your configuration file.  So for example yam -c yam-nrs.cfg

I have only been running this for a short bit but on my own box this is about a 2.5x increase in hash rate.  Anyone pool mining with the coyote miner will want to update to the yam miner, it is much better. 

Thanks to yvg1900 for all their work on this, the community appreciates it.

Thanks. Enjoy.
52  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL][MULTI] Mining Pool Hub - 14 Coins / 1% Fee / Prop / DDoS protected on: April 01, 2014, 06:35:43 PM
I am developer of yam miner (this is CPU miner that supports MaxCoin). I prepare new release of the miner and updating default config, so I would like to test my miner with miningpoolhub and need invite for that.

Regards,
yvg1900
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: March 30, 2014, 07:41:45 PM
OK, I have set up a new pool, Flip Side Mining, here:

https://nrs.flipsidemining.com/

This pool is hosted in Singapore so it should have better performance for some of you.  It is based on the same coyote miner as Block Quarry so your existing miners will work.  You just point them to nrs.flipsidemining.com

I have ports 4020, 4444 and 10013 open for NRS miners.  I have very few clients myself but have already found 2 blocks with the pool. 

I recommend mentioning extra ports on Getting STarted page - it is good I was passing by this message, so will add these to default yam config. Backup ports are very important for mining stability.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: March 30, 2014, 01:30:22 PM
Is anyone experience probs getting account details editing unlock e-mail confirmations from Block Quarry?

Also - FYI - testing of flipsidemining with yam is positive for now, which means we can soon have yam with full NRS support.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: March 19, 2014, 09:58:52 PM
How can the balance in my wallet become STAKE?

How does the stake work?

I got nothing for putting nrs in my wallet.  Huh Huh

staking aint easy, have you gone 14 days without a withdrawal?

There is definitely something unclear - I have at least one block mined on 3 of March, and still have 0.0 stake - can you provide explanation how does it work?

Also listtransactions in Debug window does not show right number of transactions, besides of GUI shows right number and displays all the transactions correctly.

Any ideas/way to test?

In fact it shows 10 last transactions (as per default value of count parameter) but does not accept count value (mistakes it for account name?)
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NoirShares Trade on PoloniEX, Noir Investment Options Open on: March 19, 2014, 09:44:29 PM
How can the balance in my wallet become STAKE?

How does the stake work?

I got nothing for putting nrs in my wallet.  Huh Huh

staking aint easy, have you gone 14 days without a withdrawal?

There is definitely something unclear - I have at least one block mined on 3 of March, and still have 0.0 stake - can you provide explanation how does it work?

Also listtransactions in Debug window does not show right number of transactions, besides of GUI shows right number and displays all the transactions correctly.

Any ideas/way to test?
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NRS] NoirShares Listed on PoloniEX, coming soon to NoirEX on: March 15, 2014, 09:38:56 AM
Sent 2500 for investment

Txid
be8451b37f8d5e205c568ac6595b8c9948decb4b95df59447574cf4b228504c1

What advantages do early investors have?
How long is the investment period open for?
Is there a cap on the funding period?


General fund will not have a cap although i will weight the shares of those who invest during the wait period of the exchange. These are the driving forces behind a lot of work so yeah, they deserve some recognition. all of you will have premium accounts on the exchange i.e no trade fees. Others who want premium accounts will pay through the nose.

Is there minimum investment amount for that premium no-trade-fee status :-)  ?
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [NRS] NoirShares Listed on PoloniEX, coming soon to NoirEX on: March 11, 2014, 07:32:58 AM
Sorry to say we are still seeing issues with people trying to connect from the Asia region.  I am not sure what is blocking the communication.  For testing we bypassed any DDOS protection we had placed on the server to rule it out and one user has reported that using a VPN worked so it seems that something between the miners in that region and the server is blocking communication.  Still trying to figure it out because we do not have a good answer. 

Is your pool using getwork? I may add support for your pool in upcoming yam release.

yvg1900
59  Bitcoin / Mining software (miners) / Re: SLAX CryptoMiner Distro on: December 31, 2013, 11:20:59 PM
Hi,

Note that new version of pts miner is available, and pls take care of huge pages config to achieve better perf.

Also look at my comment at reddit for some extra info on miner update.

yvg1900
60  Bitcoin / Mining / Re: SLAX cryptominer 0.1 (x64) on: December 31, 2013, 11:11:42 PM
Hi all,

If someone is in contact with devs of this distro, I encourage you to point them that new version is available, and they shall take care of huge pages config to achieve better perf.

yvg1900
Pages: « 1 2 [3] 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!