magilogo

MAGI Core version 1.4.4.1 released

This release solves the recent blockchain forking issue. Changelog - Synchronizing checkpoint & master server introduced; this is to remove constantly checking on the misbehaving and IP banning, along with the error "block with too little proof-of-stake or proof-of-work". The checkpoint master server and keys remain to be used from...

MAGI Core version 1.4.3 released

Changelog: This release is a temporary fix to the current blockchain issue in MAGI; this is done by taking 104.128.225.215 as a trust node. Following setting in magi.conf is highly recommended. Refer to https://m-core.org/blog for news and final fix to the issue. v1.4.3 ============= http://coinmagi.org/bin/m-wallet-1.4.3/ Source code: https://github.com/magi-project/magi/ Windows (ZIP):...

Solo Mine MAGI

Download wallet Edit magi.conf to include the following lines: daemon=1 server=1 rpcport=8232 rpcallowip=127.0.0.1 rpcuser=randome_username rpcpassword=randome_rpcpassword Launch wallet or daemon and synchronize blockchain Launch miner: Linux or OS X: ./minerd --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass -t thread_numbers -e cpu_efficiency Or Windows: minerd.exe --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass -t thread_numbers...

MAGI - chain maintainence

As there recently came issues of network splitting in MAGI's blockchain, and the issue has kept going on, we conclude a temporary solution. For details see the post https://goo.gl/bcvxDL: As I received many requests of no-rollback and also many posts here, we will take the majority that we will go...

MAGI Core version 1.3.1 released

Multiple Platforms: Starting from v1.3.1, we provide official support of building packages for FreeBSD; both Qt wallet and daemon are available. Supports to other platforms may also occur in future release. Changelog: v1.3.1 ============= This is a major release designed to improve the overall performance of the wallet. Upgrading to...

MagiPay - Standalone Payment Gateway for Coin MAGI

MagiPay is a payment gateway for Coin MAGI. The motivation of developing MagiPay is to have the MAGI being used in a relatively easy way. MagiPay is standalone and unique to coin MAGI. Features: Using MagiPay is totally free for Merchants; customers have to pay transaction fees. MagiPay is uniquely...

MAGI - New Added API Calls

Several added API calls for MAGI: getnetstakeweight, getmininginfo, getnewblockvaluebynumber, and getminingbykhps. Network stake weight getnetstakeweight Mining info getmininginfo { "Expected PoS (hours)" : 3 } Block reward getnewblockvaluebynumber 122478 { "flags" : "proof-of-work", "difficulty" : 1.62299710, "difficulty-V2" : 1.54876817, "blockvalue" : 5.36191184, } Mining calculator getminingbykhps 10 { "hashrate (kh/s)"...

CPU miner - m-minerd control on CPU efficiency

We introduce a CPU miner (m-minerd) with the capability of adjusting CPU efficiency, targeting at improved response to MAGI's PoW operation. In the generic PoW, mining with reduced CPU efficiency leads to reduced rewards since the other miners always pursue higher hashrates. In MAGI's PoW implementation, pursuing high hashrate is...

MAGI's Proof-of-Work PoW-II-V2

Huge amount of energies consumed in the cryptocurrency has been a big issue, which is totally opposite to the global efforts in saving energies. This issue should be resolved sooner or later in order to advance the cryptocurrency any further. As one of the possible solutions, that's the reason we...

MAGI's Proof-of-Stake PoS-II-V2

What we have done in this upgrade is adding rigorous limitation on the amount of coins in one transaction for staking purpose, and reducing maximum staking time within one week. We don't expect impact on typical situation where one remains wallet online for PoS stake; the offline time should not...