Bitcoin Forum
May 25, 2024, 03:13:58 PM *
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 »
241  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 21, 2018, 08:26:05 PM
Could an Arionum miner be more optimized for Ryzen? Using SHA or so?
[...]
But something tells me it arionum mining could be more optimized for Ryzen.
Which OS? In Linux you could try a newer compiler, GCC 6.3+ or so.

Windows 10.
242  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 18, 2018, 06:04:24 PM
Could an Arionum miner be more optimized for Ryzen? Using SHA or so?

The great performer I have is a mobile i7 7500U. With 15W / 3 threads / 2 cores / 4 Mb L3 / 3.1 Ghz sustained speed it hashes as high as 8-9 H/s using Java Miner with AVX2. Truly amazing.

My Ryzen gives the aforementioned 15-16 H/s with 14 threads / 8 cores / 16 Mb L3 / 3.2 Ghz sustained speed. A little shallow compared with the tiny 2 core mobile i7 at around same clock frequencies.

Ryzen truly excels in Cryptonight / lite algos.

But something tells me it arionum mining could be more optimized for Ryzen.
243  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 16, 2018, 06:14:03 PM


This is with 14 Threads (sweet spot with my system)

Ryzen 1700, 16 Gb RAM.
244  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 15, 2018, 10:51:44 AM
Anyone knows how to get java miner to run in OS X.

I have the latest JRE environement installed for OS X, but clicking the .jar file, it does nothing.

Then you need to either create a batch file with the following content: java -jar arionum-miner-java.jar (I am not sure how it is in MacOS with batch files though)

or

If that doesn't work, open a shell, go to the download folder, and run ./jar -java arionum-miner-java.jar (or the correct name of the path).

java -jar ... starts, but it doesn't run properly, displays a lot of errors like:

Code:
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.UnsatisfiedLinkError: Error looking up function 'encode_ctx': dlsym(0x7fa250e16360, encode_ctx): symbol not found
at com.sun.jna.Function.<init>(Function.java:245)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:566)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:542)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:528)
at com.sun.jna.Library$Handler.invoke(Library.java:228)
at com.sun.proxy.$Proxy0.encode_ctx(Unknown Source)
at com.programmerdan.arionum.arionum_miner.MappedHasher.go(MappedHasher.java:252)
at com.programmerdan.arionum.arionum_miner.Hasher.run(Hasher.java:45)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFactory$1.run(AggressiveAffinityThreadFactory.java:85)
at java.base/java.lang.Thread.run(Thread.java:844)

Good, solving errors one step at a time Smiley
On to the next - how did you compile on Mac OS? Did you use Maven or something else?
I had a lot of issues with maven clean package on Win and I had to reinstall several times latest JRE and JDK in order to run and compile properly.

Try these steps:

mvn clean package

chmod +x build-argon.sh

build-argon.sh

run.sh

I didn't compile anything, I just downloaded the jar file from the java miner page.

Jar should run if a JRE is installed and should be OS agnostic, that's the point of java, no?
245  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 15, 2018, 08:54:10 AM
Trying to mine with not overclocked Ryzen 1600...
11 h/s is normal for this CPU?

Sounds good. I'm getting 15 using AVX2 with a 1700.

Pay attention that best performance may not be with using all cores!

I use 14 threads, more will actually decrease performance to 13-14 H/s. Try using 11 or 10 threads and see.
246  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 14, 2018, 04:45:54 PM
Anyone knows how to get java miner to run in OS X.

I have the latest JRE environement installed for OS X, but clicking the .jar file, it does nothing.

Then you need to either create a batch file with the following content: java -jar arionum-miner-java.jar (I am not sure how it is in MacOS with batch files though)

or

If that doesn't work, open a shell, go to the download folder, and run ./jar -java arionum-miner-java.jar (or the correct name of the path).

java -jar ... starts, but it doesn't run properly, displays a lot of errors like:

Code:
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.UnsatisfiedLinkError: Error looking up function 'encode_ctx': dlsym(0x7fa250e16360, encode_ctx): symbol not found
at com.sun.jna.Function.<init>(Function.java:245)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:566)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:542)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:528)
at com.sun.jna.Library$Handler.invoke(Library.java:228)
at com.sun.proxy.$Proxy0.encode_ctx(Unknown Source)
at com.programmerdan.arionum.arionum_miner.MappedHasher.go(MappedHasher.java:252)
at com.programmerdan.arionum.arionum_miner.Hasher.run(Hasher.java:45)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFactory$1.run(AggressiveAffinityThreadFactory.java:85)
at java.base/java.lang.Thread.run(Thread.java:844)
247  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 14, 2018, 02:58:47 PM
Anyone knows how to get java miner to run in OS X.

I have the latest JRE environement installed for OS X, but clicking the .jar file, it does nothing.
248  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.7c: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: March 14, 2018, 12:42:40 PM
I Just switched to Phoenix. Performance is roughly the same as Claymore's, lower dev fee, it's a no brainer.

Dual mining is overrated as usual, unless you have free electricity.

Just one question: I had to set mining intensity to 12 to get same performance as Claymore's 11.4, no problem, power consumption is the same and all seems stable. But how about -dcri? C's 11.4 actually improved performance a bit by auto setting dcri in Eth only mode. I got -dcri 110,44,110.

Tried to use those values with -gt parameter in Phoenix bat file, but performance was much lower.
249  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU mining will die in 2018! on: March 11, 2018, 06:45:05 PM
GPU mining will die for this current generation of cards, as it died for previous generations, it makes little sense to mine with a Radeon HD 7900 nowadays.
250  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution on: March 11, 2018, 02:14:14 PM
Started mining it, let's see how it goes.
251  Alternate cryptocurrencies / Mining (Altcoins) / Re: CPU mining 2017? on: March 11, 2018, 08:23:28 AM
Cryptonight-lite coins can be more profitable than cryptonight with same CPU.

Hash rates are 3x-4x higher than cryptonight.
252  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU mining will die in 2018! on: March 10, 2018, 02:52:04 PM
Profitable GPU mining will die in 2018!

GPU mining = CPU mining soon.

Smart CPU mining can still be profitable.

I've got ~75 single CPUs doing about ~16KH on Cryptonight... each one cost me $20-35 bucks (Xeon X5660/X5670). So average $27.50 each = $2062.50 cost for around $700 a month even at todays low profit (they have more than paid for themselves during the peak times in my case).

Also quite a few used quad-CPU servers crunching away...

Now... buying NEW CPUs with the express purpose of mining is NOT a good idea... but used gear can do nicely.

How about motherboards / RAM / PSU's?
253  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: March 05, 2018, 03:43:36 PM
I barely met the minimum requirements and I got 4400 ITNS on the airdrop.

Sometimes people screw up and they simply can't admit it and go rage the internetz...
254  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: March 02, 2018, 10:09:40 AM
I think I just got my airdrop!  Cool Cool  Cheesy
255  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: February 19, 2018, 07:55:51 PM
Yep. I see 18 Mh/s network, I stop mining.
256  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: February 19, 2018, 07:32:08 PM
Why is this coin difficulty already so high? Been mining all night at 4-5 GH/s (Blake2S) and got... 10 XSH?

Because people know this has a great future. Lots of hash hits blake2s randomly every day. This happened after the last block halving too.

Yes, I also am using dual mining with claymore's 11.0.

I stopped mining Verge because in a week, difficulty also skyrocketed.

I changed to Shield because I saw hashrate in antmine is roughly 40x lower than Verge, but gains seems almost equal...
257  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: February 19, 2018, 06:44:13 PM
Why is this coin difficulty already so high? Been mining all night at 4-5 GH/s (Blake2S) and got... 10 XSH?
258  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: February 18, 2018, 02:19:17 PM
What will Intense do about the alleged problem in Stocks.Exchange? Numerous users are reporting problems using it and with that Intense runs serious danger of being less negotiated, whereas this is already happening! Anyway, it's a long term project, every weekend, I buy some lots of ITNS in the expectation that things can improve.

I traded there for bitcoin in 2 occasions and both were 20 minute deals since transfering bitcoin to there and getting intense on my wallet.

I think it was worse before, but now seems to be working just fine.
259  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: February 18, 2018, 02:07:33 PM
What is the best mining pool for Blake2s?

I was mining on antminepool, but the site is down on too much ocasions.

Thanks.
260  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Intense Coin Speculation on: February 17, 2018, 06:22:25 PM
I'm mining and buying intense here and there.

It's one of the most undervalued coins in my opinion. Active dev team, solid project.

Used stocks.exchange for 2 times to buy vs bitcoin, and not a single issue. It got much better.

It's the ~100 Satochi coins that could give the most profit.

Heck, there are $30 coins that don't have such a team and roadmap and haven't achieve nothing so far.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!