Overzicht
Fujicoin gebruikt een speciaal algoritme onder de naam Script-N11, een proof of work mechanisme.
Fujicoin kan momenteel worden gemined met ASIC, GPUs and CPUs.
-N11 betekent N-Factor van Script-N, waarbij N is gefixeerd op 11. Dat komt omdat we grotere N-Factoren niet vertrouwen.
Basis informatie
fujicoin.conf
- rpcuser=YourUsername
- rpcpassword=YourPassword
- rpcallowip=127.0.0.1
- server=1
- rpcport=3776
- port=3777
- addnode=
Belangrijke opmerkingen over adressen die worden gebruikt om te minen
Gebruik alleen een core portemonnee adres voor het minen
Gebruik dus geen electrum-FJC adres.
Electrum kan geen miner adressen hanteren omdat de adresgeschiedenis beperkt wordt door electrum-servers.
GPU Mining Software
ccminer voor 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 voor 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 voor 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