Lately, it will be the easiest coin analysis articel. I was actually surprised when I clicked on coinmarketcap.com to look at the coin's website and its volume. I was expecting Coin Website but I see a map :)
Then ı realize second website is about what I expected.
Actually the project is simple.
Coin for a map application running on mobile and desktop devices.
As technology, it uses blockhain technology and can be mined.
According to https://coinmarketcap.com/currencies/geocoin/, Market Cap is $5.153.948 USD, Circulating Supply is 3.165.329 GEO and Total Supply is 4.000.000 GEO
GEO coin is tradeble on 2 Cryptoexchange, Bittrex and Cryptopia
Cpu and gpu mining can be done.Technically speaking, we need to create a workable bat file and edit the following data according to our system.
Create a geocoin.conf file in your %AppData% directory (usually c:\Users\username\AppData\Roaming\GeoCoin )
geocoin.conf
rpcuser=geocoinminerman
rpcpassword=secretgeopassword
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
daemon=1
server=1
listen=1
rpcport=9749
addnode=104.236.52.122
The rpcuser and rpcpassword will be used in the mining command.
Mining:
The qubit algorithm is minable with CPU or GPU hashing power.
GPU
Any sgminer that supports qubit algorithm such as sph-sgminer_x13mod
Example command:
sgminer -k qubitcoin -o 127.0.0.1:9749 -u geocoinminerman -p secretgeopassword -I 16 -g 4 -w 128 –difficulty-multiplier 256
CPU
Any cpuminer that supports qubit such as https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1
Example Command:
minerd -a qubit -o 127.0.0.1:9749 -u geocoinminerman -p secretgeopassword
Pools
https://geo.suprnova.cc
http://geocoin.miningpoolhub.com – Mining Pool Hub is N:N multipool, you can mine the most profitable coin and get paid in Geocoin.
http://www.zpool.ca – Multipool
http://ezpool.net/
http://p2p-spb.xyz:2934/static/
https://www.mining-dutch.nl/
https://pool.minertopia.org
http://italyiimp.com/
Thank you.