Post
Topic
Board Alt Coins (India)
Re: [PRE-ANN] AditiCoin: Scrypt-Jane N-Factor Based on Bitcoin Core V0.9.1
by
devak-kalji
on 07/06/2014, 00:11:48 UTC
Binaries & Testnet Released

Download with Confidence!
Code: (sha256sum)
f73e9278bc17cd6dea40e4bed78ad61a86a8c43b31c226f9e5007e7b6003a3bc   aditicoin-0.9.1-linux-64.tar.gz
01c5812a60de92bae811f882c9f6c1eaf0fc2a2cf4c16b42337da6311840906f   aditicoin-0.9.1-win64-setup.exe
a5c1224b35b499f70b45af7cc2559e4803662eb11f9a8bbb17a86c1a5e4da044   aditicoin-0.9.1-win32-setup.exe

checkout https://github.com/AditiCoin/aditicoin/releases (for all binaries and source code releases)

other mirror links:
aditicoin-0.9.1-linux-64.tar.gz 6.6MB
https://mega.co.nz/#!vYgiCZqR!dM9KtuPlneUiMjW3bpOf-XLi3Sruo0RUEjG13EpG-3o
aditicoin-0.9.1-win64-setup 9.8 MB
https://mega.co.nz/#!yc4yXZgA!Gu0ysMu3X_9d4b8g98VRP0kKNbq3rWjtGzoFvUH-iqY
aditicoin-0.9.1-win32-setup 9.7 MB
https://mega.co.nz/#!mNoySChS!TgEK-S7a-MLvxp4XYIlK0gg3pxeWa0A6K-_JpiJ3gos

To work with TestNet add below line in aditicoin.conf.
If you forgot to add testnet=1, then AditiCoin core client will go on MainNet which is not active and you will get errors... Main Net will be active on 12th June 2014
Code: (aditicoin.conf)
testnet=1
defaultport=18886
rpcport=16213

addnode=54.254.239.193

Mine with Confidence!
Aditicoin have internal miner but if you prefer external miners below is info.

GPU mining
you can use yacminer by Thirtybird with --nfmax 10 flag until we have custom GPU miner

Code: (yacminer settings)
yacminer --scrypt-chacha --nfmax 10 -o URL:PORT -u username -p password

Source: https://github.com/Thirtybird/YACMiner
windows binaries: https://github.com/Thirtybird/YACMiner/releases

CPU mining
you can use CPUminer by Thirtybird with --nfmax 10 flag until we have custom CPU miner.

Code: (minerd)
minerd -a scrypt-jane --nfmax 10 -o URL:PORT -u username -p password

source: https://github.com/Thirtybird/cpuminer/
windows64 binaries: https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x64_2_4_0.zip
windows 32 binaries : https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x86_2_4_0.zip

For Pool Owners
if you can fork and update mpos and p2pool to work with AditiCoin let us know, there is bounty for it.
we need 2-3 pool for testnet to checkout poolmining bugs. bounty will be given once we are on live/MainNet.


---Deva