Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KTK] KryptKoin | PoS | Multipool with 5% Bonus + Win a War Machine Asic!
by
redpumk1n
on 30/07/2014, 01:21:04 UTC
Sent pm

Dev,

I'm running my wallet in arm-based SBC like raspberry pi for staking.
I successfully built wallet from source code but it seems that staking is not working (tested for 48hrs).
I faced several compile errors related to scyrpt() and scrypt_core() which are caused by lack of arm version asm file.
So I got scrypt-arm.S from other coin's wallet source code then I finally got QT binary without errors.
Is there any possibility that replaced and newly linked asm file causes staking problem? Huh

Staking works well now Smiley
Just replacing scrypt_mine.* and adding scrypt-arm.S files from HoboNickels code can build working arm binary.