Mining

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

Pool

In order to distribute the load of pools, please select the pool with small hashrate.


Nomp logo

Fujicoin.org


1% fee!

Choose the pool, all the informations about the mining are in it.


  • Port 3031: Initial difficulty = 32 [for CPU only]
  • Port 3032: Initial difficulty = 128 [for mid range GPU]
  • Port 3033: Initial difficulty = 512 [for high performance GPU]
  • Port 3034: Initial difficulty = 4096 [for GPU Rig Class]
  • Port 3035: Initial difficulty = 32768 [for Farm Class]
Zpool logo

Zpool


0.9% fee!


ccminer: -a scrypt:10 -o stratum+tcp://scryptn11.na.mine.zpool.ca:4333 -u FJC_WALLET_ADDRESS -p c=FJC

sgminer: --nfactor 11 -o stratum+tcp://scryptn11.na.mine.zpool.ca:4333 -u FJC_WALLET_ADDRESS -p c=FJC

How to operate the Pool

Using NOMP for Fujicoin makes it easy to operate the pool. Please refer to the following GitHub repository.
GitHub: https://github.com/fujicoin/node-open-mining-portal

Recommended environment:

  • OS: Ubuntu 20.04 or 18.04 is recommended.
  • CPU: CPU load is light.
  • Memory: 4 GB recommended.
  • Storage: 20 GB or more is required.