Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XIV] Xivra launches at 20:00 CET Dec. 18th
by
blopblop
on 21/12/2013, 14:03:04 UTC
I have already set my address in the pool and set to send it each 20 coins.
In the cipherpool pool I see I have about 1100 unconfirmed XIV coins from 3 days ago, is it normal?
http://xiv.cipherpool.com/index.php?page=dashboard

1. How does it usually take to send it to my wallet?
2. why it is spending so much time to send it to my wallet?
3. Searching for an Android scrypt minning tool with stratum support but couldnt find anything.


Some tests, currently using this configuration if someone wants to try Smiley

Normal Comp
CPUMINER - Athlon X6 - getting about 40khash/second
cd \
C:
cd C:\coins\cpuminer\pooler-cpuminer-2.3.2-win64
minerd.exe -a scrypt -o stratum+tcp://stratum.cipherpool.com:8839 -u username.workername -p workerpass

GPUMINER - NVidia 570 videocard - getting about 150khash/second
cd \
C:
cd C:\coins\cudaminer\cudaminer-2013-12-10\x64
start cudaminer.exe -t 1 -H 1 -d 0 -i 0 -l F14x16 -C 1 -o stratum+tcp://stratum.cipherpool.com:8839 -O username.workername:workerpass

---

Laptop:
CPUMINER - Intel laptop i7 720 - getting about 10 khash/second
cd \
c:
cd c:\coins\cpuminer\pooler-cpuminer-2.3.2-win64
minerd.exe -a scrypt -o stratum+tcp://stratum.cipherpool.com:8839 -u username.workerpass -p workerpass

CGMINER - Intel laptop videocard Intel HD 4000- getting about 4 khash/second
cd \
C:
cd C:\coins\cgminer\cgminer-3.7.2-windows
start cgminer.exe --scrypt -I 13 -g 1 -w 64 --thread-concurrency 6144 -o stratum+tcp://stratum.cipherpool.com:8839 -u username.workername -p workerpass