Search content
Sort by

Showing 10 of 10 results by flyingdog
Post
Topic
Board Mining software (miners)
Topic OP
Another mobile iPhone miner monitor for your miner rig
by
flyingdog
on 21/05/2014, 16:50:11 UTC
Guys, I finished my own app to monitor miners, I didn't do a great marketing of it yet but I wanted to get something totally independent from any backend or adapter, something that the iphone itself will query directly to your miners, thus something to use internally on your network.

here is the app:
https://itunes.apple.com/us/app/imine-cryptocoins/id877678785?ls=1&mt=8

I am giving out some promo codes for downloading for free, PM or mail me to get one (info AT imine.vitorallo.com)

iMine connects directly to your cgminer daemon, so just start it with --api-server --api-network options, put the ip address of the miner and that's it. I am planning to implement more cool features, this is just the first try out version, just to understand if it's worth the time working on it.

http://a1.mzstatic.com/us/r30/Purple6/v4/50/01/48/5001488d-aef0-ca19-7777-4393006183b1/screen568x568.jpeg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 31/03/2014, 10:20:20 UTC
anybody willing to give it a try and give me a feedback?

I changed the ASM groestl algo, from generic mmx (opteron) code to core2duo code, which is supposed to be faster and more optimized.
on top, you can compile now with -O3 without complains about the registry numbers in use (r15).

I am doing it from a laptop and mining with it does not change things that much, numbers are not flashy so I am just wondering, building and testing this, if it does  actually improves performances on top high end cpu core2duo or not.

https://github.com/vitorallo/GroestlCoin-cpu-1.0a

on i7 2720 @ 2.20 ghz (8 cores processor) bogomisp at /proc/cpuinfo (ubuntu) 4385.32
running -t 4, only 4 threads, I get at the pool, around: 530 kh/s, can get up to 720 kh/s by running all 8 cores -t8
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 31/03/2014, 10:12:01 UTC
anybody willing to give it a try and give me a feedback?

I changed the ASM groestl algo, from generic mmx (opteron) code to core2duo code, which is supposed to be faster and more optimized.
on top, you can compile now with -O3 without complains about the registry numbers in use (r15).

I am doing it from a laptop and mining with it does not change things that much, numbers are not flashy so I am just wondering, building and testing this, if it does  actually improves performances on top high end cpu core2duo or not.

https://github.com/vitorallo/GroestlCoin-cpu-1.0a
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 27/03/2014, 14:08:46 UTC
My GIT repo with updated wallet source to compile on OSX (mavericks, latest xcode cclang), in case you want to compile your own stuff... I personally don't like to install downloaded binaries!

https://github.com/vitorallo/GroestlCoin

I don't think I am getting any bounty, as long I don't prepare a full packed executable, right??

if you like the job, please donate:
FqdoCND33CsznjF8MpPhKq9YMuo1ByBM2x
Post
Topic
Board Beginners & Help
Re: kernel exception with cgminer on raspberry pi
by
flyingdog
on 27/03/2014, 12:14:58 UTC
did you solve your issue? I have the same problem Sad
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 26/03/2014, 07:52:27 UTC
It's almost unreal how cheap some miners are. Why do you guys even bother? There's actually many coins that are very profitable to mine. Why you mine this and sell them for pocket change? Those prices seen on nxt-e don't even pay electricity. Huh In the light of many recently hacked exchanges, I wouldn't even sent my coins to that awful looking exchange.

which coin you consider more profitable to mine? doge?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 25/03/2014, 13:48:31 UTC
difficulty 145  Shocked

already?! I see 113

Network Info
Difficulty   113.70047576
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 25/03/2014, 11:22:08 UTC
hi guys,

is ig0tik3d on this forum?

I am trying to compile GroestlCoin-cpu-1.0a on max osx with several issues which I solved.. but in the end blocked
cause the ASM of the crypto alg grso implementation is using 32 bit absolute addressing. I am not myself capable of converting manually to 64-bit dynamic ... I get this:

fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode

I tried to use another asm implementation taken from the groest forum, the mmx4 core2duo optimized...hopefully 64 instead of this generic opteron...
but no success... same story with this:

/* sse4 optimized asm */
/* not really any faster as most of the time is spend loading up a huge table of 1024 ints
 * need to write small lanes groestl with sse loads and partial operations
 * could be faster for once block if doing partial transforms on a single block
 * without lanes transforms function could break after 64bytes is finished
*/

#include "grso-asm.h"

void grsoP1024ASM(u64 *x) {
asm (
   "\n   ### load input state from memory to 16 low halves of XMM registers xmm0...xmm15"
   "\n   movaps   0(%0), %%xmm0"
   "\n   movhlps   %%xmm0, %%xmm1"
   "\n   movaps   16(%0), %%xmm2"
   "\n   movhlps   %%xmm2, %%xmm3"
   "\n   movaps   32(%0), %%xmm4"
   "\n   movhlps   %%xmm4, %%xmm5"
   "\n   movaps   48(%0), %%xmm6"
   "\n   movhlps   %%xmm6, %%xmm7"

Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
flyingdog
on 25/03/2014, 01:33:32 UTC
Atrides & me found a fix (well, he came up with it, I just found another spot which has to be fixed ^^) for ccminer 0.3 to work with dwarfpool for GroestlCoin:

stratum works now on http://dwarfpool.com/grs Smiley Have fun & join the boat ^^

i done  to the instructions, and compiled it, but i got no shares accepted?


thanks for the above fixes!

I've posted a v0.4 release. Stratum seems to work for me. https://github.com/cbuchner1/ccminer/releases/tag/v0.4

Here's how I pool-mine:

ccminer.exe -q -a groestl -o stratum+tcp://erebor.dwarfpool.com:3345  -u FcPdoV3QQbrAHiPs9M9XXAxT2Bv4SzB7PQ.1 -p x

Code:
[2014-03-24 22:54:00] Starting Stratum on stratum+tcp://erebor.dwarfpool.com:3345
[2014-03-24 22:54:00] 4 miner threads started, using 'groestl' algorithm.
[2014-03-24 22:54:20] accepted: 1/1 (100.00%), 13527 khash/s (yay!!!)
[2014-03-24 22:54:31] accepted: 2/2 (100.00%), 13499 khash/s (yay!!!)
[2014-03-24 22:54:32] accepted: 3/3 (100.00%), 13514 khash/s (yay!!!)
[2014-03-24 22:54:44] accepted: 4/4 (100.00%), 13476 khash/s (yay!!!)
[2014-03-24 22:55:06] accepted: 5/5 (100.00%), 13404 khash/s (yay!!!)
[2014-03-24 22:55:25] accepted: 6/6 (100.00%), 13343 khash/s (yay!!!)
[2014-03-24 22:55:43] accepted: 7/7 (100.00%), 13368 khash/s (yay!!!)

wonderful job but cuda compute_10 is not valid for cuda_fugue256.cu
line 604
Error: Unaligned memory access not supported

I went back to only support compute_20 and compile is fine now...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GRS] GroestlCoin, (PoW), new hash aglo, CPU/GPU mining
by
flyingdog
on 24/03/2014, 16:33:03 UTC
gpu miner for DwarfPool (windows)
https://drive.google.com/file/d/0B9cvOfoOekSdM1BLVlY1NWRzQjA/edit?usp=sharing

cpu miner for DwarfPool (win64)
https://drive.google.com/file/d/0B9cvOfoOekSdMUF2b2Q0Rk56cTA/edit?usp=sharing
(don't forget change to your groestlcoin address)

source code for cpu-miner will update in few minutes...

https://dl.dropboxusercontent.com/u/2930979/GroestlCoin-qt
(wallet for linux ubuntu 64 bit, I am on 12.10 - qt4)

dwarfpool look dead... I am using ccminer 0.3, it does not look I am squeezing the cpu and values of the khash/s are super high, not realible... somebody knows more than me to explain ?!?.. please...