Soft fork alert!Please update to version 0.8.7.1 or above.FusionCoin is a hybrid PoW coin using SHA256 and Scrypt. Both are merged minable. full support of MultiSig address. Arbitrary message, Decentralized advertisement. More features in development ...
Official Links: Updates:- 2014-04-29 Windows client updated 0.8.8.3. MPOS Merged Mining fork open source
- 2014-04-17 Windows client updated, source code updated, 0.8.8.2 release. Alert before open links, Improved UI performance.
- 2014-04-16 Dogecoin & Fusioncoin Merged Mining Pool(scrypt, PPLNS, 1% fee)
- 2014-04-16 Windows client updated, source code updated, 0.8.8.1 release. Arbitrary message, Decentralized advertisement.
- 2014-04-09 Windows client updated, source code updated, see Change Log.
- 2014-04-04 JebigaCoin Merged Mining Pool(scrypt, PPLNS, 1% fee)
- 2014-04-03 Bonuscoin Merged Mining Pool(sha256d, PPLNS, 1% fee)
- 2014-04-01 Benjamins Merged Mining Pool(sha256d, PPLNS, 1% fee)
- 2014-03-31 CarpeDiemCoin Merged Mining Pool(sha256d, PPLNS, 1% fee)
- 2014-03-28 Windows client updated, full support of MultiSig address. Tutorials
- 2014-03-25 Some pictures showing WIP multisig address features
- 2014-03-24 Windows client updated, use new logo.
- 2014-03-20 RPC "getblock" now shows details of AuxPow.
- 2014-03-19 Vote for new logos!
- 2014-03-18 Windows client updated, see Change Log.
- 2014-03-18 Showing transactions from genesis block on BlockExplorer
- 2014-03-17 Add PPLNS stats for LTC and BTC on our pool, check out your dashboard! http://imgur.com/a/hcdSe
- 2014-03-17 Fixed issues when setting wallet address on official pool
Official pools:BitCoin Merged Mining Pool(PPLNS, 1% fee)DogeCoin Merged Mining Pool(DOGE PPLNS, 1% fee, FSC PPS 4% fee)LiteCoin Merged Mining Pool(PPLNS, 1% fee)Bonuscoin Merged Mining Pool(sha256d, PPLNS, 1% fee)JebigaCoin Merged Mining Pool(scrypt, PPLNS, 1% fee)Benjamins Merged Mining Pool(sha256d, PPLNS, 1% fee)CarpeDiemCoin Merged Mining Pool(sha256d, PPLNS, 1% fee) Specifications- Each hash algorithms has its separate difficulty, each targetting 4 minutes
- Block time: 2 minute
- Difficulty retarget: every block
- Block reward: 1000 FSC
- Halving every 490000 blocks
- Total supply: 1 billion
- 2% pre-mined in genesis block (for bounties)
- Mining starts from genesis block
Completed-
Arbitrary message Allow associate extra data with a transaction that is secured by the blockchain.
You can make a message delivery with transaction.
See
Fusioncoin transaction message-
Decentralized advertisement We introduce a decentralized advertising system in FusionCoin. The FusionCoin-QT will show top ads along with their paid transaction fee and confirmations.
By clicking “Publish”, we can create a new ad with HTML or plain text. You shall expect your ad to keep a higher rank by providing more fees.
We do have some limitations here:
- Up to 244 bytes
- Only the top 2 lines are shown on FusionCoin-QT
Advertising in FusionCoin is based on our “Arbitrary Message” feature. We allow transactions with redeem script as “OP_RETURN message” where you can leave up to 256 bytes message. Our top ads is from the last 10000 blocks where the message has a magic prefix 0xface0200.
The ranking point of each ad is simply Fee*(10000-Confirms)/10000, which is decreased linearly by confirmations and will drop to 0 after 10000 confirmations (about two weeks).
Be careful with the link of advertisement.-
Full support of MultiSig address See
Fusioncoin MultiSig address tutorials A multi-signature address is an address that is associated with more than one private key. Multisig have lots of uses, wallet sharing, increased security and escrow. Further readings:
Multisig, The Future of Bitcoin.
Incoming features- DDoS Protection for tx replacement in mempool and tx with large script: Add mechanism to avoid exploiting these features. (Disabled in BitCoin)
- Smart Contract: DDoS protection would be a steady step towards implementing "smart contract" in FusionCoin.
- Smart Property, Colored Coins and Decentralized Exchange
- rpc for gmxawell's "Proof of Preservation": rpc call to return merkle branch and hash from all the addresses in wallet
- rpc and GUI for Stealth Address
Downloads:Windows Client
Source Code
GitHub Repo
Change Log- 2014-04-19: 0.8.8.3 source code updated. fixed multi merged mining issue with P2Pool.
- 2014-04-17: 0.8.8.2 release. Alert before open links, Improved UI performance.
- 2014-04-16: 0.8.8.1 release. Arbitrary message, Decentralized advertisement.
- 2014-04-09: Relay OP_RETURN data TxOut as standard transaction type, allow associate extra data with a transaction that is secured by the blockchain
- 2014-04-09: [Windows]fix an urgent security vulnerability with OpenSSL, which also affected Bitcoin and other altcoins.
- 2014-03-28: full support of MultiSig address.
- 2014-03-24: use new logo.
- 2014-03-20: "getblock" now shows details of AuxPow.
- 2014-03-18: fixed a bug which displays incorrect network scrypt hashrate.
NodesAdd to your "fusioncoin.conf" in case of connection issues.
[/list][/list][/list]
addnode=54.193.11.95
addnode=54.255.130.210
addnode=198.23.242.92
addnode=121.199.12.227
addnode=54.185.94.219
MiningCheckout
robertson2013's great
Solo mining guide.
FusionCoin uses sha256 as default algorithm for mining, you need to change to scrypt for your scrypt miners by adding "miningalgo=scrypt" in "fusioncoin.conf".
Example "fusioncoin.conf" for scrypt
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
server=1
miningalgo=scrypt
addnode=54.193.11.95
addnode=54.255.130.210
addnode=198.23.242.92
addnode=121.199.12.227
addnode=54.185.94.219
Example "fusioncoin.conf" for sha256
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
server=1
miningalgo=sha256
addnode=54.193.11.95
addnode=54.255.130.210
addnode=198.23.242.92
addnode=121.199.12.227
addnode=54.185.94.219
Merged MiningWe have several official pools at present and we welcome any pool to start merged mining FusionCoin.
Official BitCoin Merged Mining PoolOfficial DogeCoin Merged Mining PoolOfficial LiteCoin Merged Mining PoolTech hints for setting up your merged mining poolHow does merged mining work?Merged mining allows you to mine for FusionCoin and another coin like BitCoin at the same time. The benefit is that you don't need to move your hashing power to FusionCoin, instead, you're earning extra FusionCoin while not affecting your mining. This is feasible because FusionCoin accepts a certain format of PoW which can prove you've done incredible amount of hashes on another blockchain. You can do merged mining with FusionCoin and BitCoin or LiteCoin forked altercoins. Further readings for merged mining can be found
here.
BountyWe are offering a list of bounties here, reward will come from genesis block. You can PM or send your mail to
fusioncoin@gmail.com.
- Promotions:50K FSC for a video
tutorials about using MultiSig address.
And there are bountys for anyone who can help in FusionCoin promotion.
- Merged mining FusionCoin on your pool:
- Winner of new logo:- Translations:- Refined website:- Support:ExchangeWe won't sell the coins from genesis block. You can check the transactions from the address in genesis block on block explorer.(
http://fusioncoin.org/fsc.php)