Overview
Fujicoin uses a special algorithm called Script-N11 for the proof of work.
Fujicoin can currently be mined with ASIC, GPUs and CPUs.
-N11 means N-Factor of Script-N is fixed to 11. It is because we don't trust large N-Factor.
Basic info
fujicoin.conf
- rpcuser=YourUsername
- rpcpassword=YourPassword
- rpcallowip=127.0.0.1
- server=1
- rpcport=3776
- port=3777
- addnode=
Important notes about addresses used for mining
Be sure to use the core wallet address for mining.
Do not use the electrum-FJC address.
Electrum cannot handle miner's addresses because the address history is limited by electrum-servers.
GPU Mining Software
ccminer for NVIDIA GPU
Download: https://github.com/tpruvot/ccminer/releases
ccminer.exe -a scrypt:10 -o stratum+tcp://pool1.fujicoin.org:3032 -u FfU8MXPHGsYQY4WAufh54nBB9WgTFzf7oN -p anything
sgminer for AMD GPU
Download: https://github.com/nicehash/sgminer/releases
sgminer.exe --nfactor 11 -o stratum+tcp://pool2.fujicoin.org:3032 -u FfU8MXPHGsYQY4WAufh54nBB9WgTFzf7oN -p anything
CPU Mining Software
cpuminer-multi for Linux and Windows
Download: https://github.com/tpruvot/cpuminer-multi/releases
cpuminer-***.exe -a scrypt:2048 -o stratum+tcp://cryptogrinder.com:5008 -u FfU8MXPHGsYQY4WAufh54nBB9WgTFzf7oN -p anything