<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Coin MAGI</title>
    <description></description>
    <link>https://m-core.org/</link>
    <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 18 May 2018 03:14:45 +0000</pubDate>
    <lastBuildDate>Fri, 18 May 2018 03:14:45 +0000</lastBuildDate>
    <generator>Jekyll v2.5.3</generator>
    
      <item>
        <title>MAGI Core version 1.4.4.1 released</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;br /&gt; &lt;p&gt;This release solves the recent blockchain forking issue.&lt;/p&gt; &lt;div class=&quot;page-sub-title&quot;&gt; Changelog &lt;/div&gt; &lt;p&gt;- Synchronizing checkpoint &amp;amp; master server introduced; this is to remove constantly checking on the misbehaving and IP banning, along with the error &quot;block with too little proof-of-stake or proof-of-work&quot;. The checkpoint master server and keys remain to be used from now on; they are likely to be removed in the future;&lt;/p&gt; &lt;p&gt;- Implemented a block generation rule: PoW / PoS blocks are mined / minted by following a pattern: 1) at least two PoS blocks minted between two consecutive PoW blocks, or...</description>
        <pubDate>Thu, 14 Sep 2017 23:56:00 +0000</pubDate>
        <link>https://m-core.org/m-core-release-v1.4.4.1/</link>
        <guid isPermaLink="true">https://m-core.org/m-core-release-v1.4.4.1/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>MAGI Core version 1.4.3 released</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;br /&gt; &lt;div class=&quot;page-sub-title&quot;&gt; Changelog: &lt;/div&gt; &lt;p&gt;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 &lt;a href=&quot;https://m-core.org/blog&quot;&gt;https://m-core.org/blog&lt;/a&gt; for news and final fix to the issue. &lt;/p&gt; &lt;br /&gt; &lt;p&gt; v1.4.3&lt;br /&gt; =============&lt;br /&gt; &lt;/p&gt; &lt;p&gt; &lt;a href=&quot;http://coinmagi.org/bin/m-wallet-1.4.3/&quot;&gt;http://coinmagi.org/bin/m-wallet-1.4.3/&lt;/a&gt;&lt;br /&gt; Source code: &lt;a href=&quot;https://github.com/magi-project/magi/&quot;&gt;https://github.com/magi-project/magi/&lt;/a&gt;&lt;br /&gt; Windows (ZIP): &lt;a href=&quot;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-win.zip&quot;&gt;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-win.zip&lt;/a&gt;&lt;br /&gt; Linux:&lt;a href=&quot;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-linux.tar.gz&quot;&gt;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-linux.tar.gz&lt;/a&gt;&lt;br /&gt; Mac OS X: &lt;a href=&quot;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-osx.dmg&quot;&gt;http://coinmagi.org/bin/m-wallet-1.4.3/m-wallet-1.4.3-osx.dmg&lt;/a&gt;&lt;br /&gt; Block chain (#1451225): &lt;a href=&quot;http://coinmagi.org/bin/block-chain/&quot;&gt;http://coinmagi.org/bin/block-chain/&lt;/a&gt;&lt;br /&gt; Release notes: &lt;a href=&quot;http://coinmagi.org/bin/release-notes.md&quot;&gt;http://coinmagi.org/bin/release-notes.md&lt;/a&gt; &lt;/p&gt; &lt;br /&gt; &lt;div class=&quot;page-sub-title&quot;&gt; Notes: &lt;/div&gt;...</description>
        <pubDate>Thu, 24 Aug 2017 22:00:00 +0000</pubDate>
        <link>https://m-core.org/m-core-release-v1.4.3/</link>
        <guid isPermaLink="true">https://m-core.org/m-core-release-v1.4.3/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>Solo Mine MAGI</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://m-core.org/download/&quot;&gt;Download wallet&lt;/a&gt;&lt;/p&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Edit magi.conf to include the following lines:&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; daemon=1 server=1 rpcport=8232 rpcallowip=127.0.0.1 rpcuser=randome_username rpcpassword=randome_rpcpassword &lt;/code&gt; &lt;/pre&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Launch wallet or daemon and synchronize blockchain&lt;/p&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Launch miner:&lt;/p&gt; &lt;p&gt;Linux or OS X:&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; ./minerd --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass -t thread_numbers -e cpu_efficiency &lt;/code&gt; &lt;/pre&gt; &lt;p&gt;Or&lt;/p&gt; &lt;p&gt;Windows:&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; minerd.exe --url http://127.0.0.1:8232 --user rpcuser --pass rpcpass -t thread_numbers -e cpu_efficiency &lt;/code&gt; &lt;/pre&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Mining calculator&lt;/p&gt; &lt;p class=&quot;text-font-mono&quot;&gt;getminingbykhps 10&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; { &quot;hashrate (kh/s)&quot; : 10.00000000, &quot;difficulty&quot; : 1.56666109, &quot;difficulty(aver)&quot; : 1.35112710, &quot;blockvalue&quot; : 5.23089843, &quot;mining...</description>
        <pubDate>Wed, 23 Aug 2017 23:36:00 +0000</pubDate>
        <link>https://m-core.org/solo-mine-magi/</link>
        <guid isPermaLink="true">https://m-core.org/solo-mine-magi/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>MAGI - chain maintainence</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;As there recently came issues of network splitting in MAGI&#39;s blockchain, and the issue has kept going on, we conclude a temporary solution. For details see the post &lt;a target=&quot;_blank&quot; href=&quot;https://goo.gl/bcvxDL&quot;&gt;https://goo.gl/bcvxDL&lt;/a&gt;: &lt;/p&gt; &lt;em&gt; &lt;p&gt;As I received many requests of no-rollback and also many posts here, we will take the majority that we will go on with the chain on 104.128.225.215 as is, NO ROLLBACK. However, I strongly believe the PoW reward needs a reset at this mode before fix is released in the near future, and the number I have in mind is maximum 15 XMG /...</description>
        <pubDate>Wed, 23 Aug 2017 20:59:00 +0000</pubDate>
        <link>https://m-core.org/magi-chain-maintainence/</link>
        <guid isPermaLink="true">https://m-core.org/magi-chain-maintainence/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>MAGI Core version 1.3.1 released</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;div class=&quot;page-sub-title&quot;&gt; Multiple Platforms: &lt;/div&gt; &lt;p&gt;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.&lt;/p&gt; &lt;br /&gt; &lt;div class=&quot;page-sub-title&quot;&gt; Changelog: &lt;/div&gt; &lt;br /&gt; &lt;p&gt; v1.3.1&lt;br /&gt; =============&lt;br /&gt; This is a major release designed to improve the overall performance of the wallet. Upgrading to this version is strongly recommended. All parties upgrading from versions prior to v1.3.0 should resynchronize the complete block chain from the beginning. &lt;/p&gt; &lt;p&gt; A copy of block chain available: http://coinmagi.org/bin/block-chain/ &lt;/p&gt; &lt;p&gt; -...</description>
        <pubDate>Fri, 10 Feb 2017 03:35:14 +0000</pubDate>
        <link>https://m-core.org/m-core-release-v1.3.1/</link>
        <guid isPermaLink="true">https://m-core.org/m-core-release-v1.3.1/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>MagiPay - Standalone Payment Gateway for Coin MAGI</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;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: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Using MagiPay is totally free for Merchants; customers have to pay transaction fees. &lt;/li&gt; &lt;li&gt;MagiPay is uniquely designed for Coin Magi, independent of any other payment gateways. Custom requests will be sent to tailoring MagiPay functions.&lt;/li&gt; &lt;li&gt;No payments are held by our server. Funds are available to merchants upon 6 confirmations. &lt;/li&gt; &lt;p&gt;&lt;/p&gt; &lt;/ul&gt; &lt;div class=&quot;link&quot;&gt; &lt;p&gt;Website: &lt;a target=&quot;_blank&quot; href=&quot;https://m-pays.com&quot;&gt;https://m-pays.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;...</description>
        <pubDate>Fri, 06 Mar 2015 15:25:51 +0000</pubDate>
        <link>https://m-core.org/magipay-standalone-payment-gateway-for-coin-magi/</link>
        <guid isPermaLink="true">https://m-core.org/magipay-standalone-payment-gateway-for-coin-magi/</guid>
        
        <category>Projects</category>
        
        
        <category>projects</category>
        
      </item>
    
      <item>
        <title>MAGI - New Added API Calls</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;Several added API calls for MAGI: getnetstakeweight, getmininginfo, getnewblockvaluebynumber, and getminingbykhps.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;Network stake weight&lt;/p&gt; &lt;p class=&quot;text-font-mono&quot;&gt;getnetstakeweight&lt;/p&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Mining info&lt;/p&gt; &lt;p class=&quot;text-font-mono&quot;&gt;getmininginfo&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; { &quot;Expected PoS (hours)&quot; : 3 } &lt;/code&gt; &lt;/pre&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Block reward&lt;/p&gt; &lt;p class=&quot;text-font-mono&quot;&gt;getnewblockvaluebynumber 122478&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; { &quot;flags&quot; : &quot;proof-of-work&quot;, &quot;difficulty&quot; : 1.62299710, &quot;difficulty-V2&quot; : 1.54876817, &quot;blockvalue&quot; : 5.36191184, } &lt;/code&gt; &lt;/pre&gt; &lt;/li&gt; &lt;li&gt;&lt;p&gt;Mining calculator&lt;/p&gt; &lt;p class=&quot;text-font-mono&quot;&gt;getminingbykhps 10&lt;/p&gt; &lt;pre&gt; &lt;code class=&quot;html&quot;&gt; { &quot;hashrate (kh/s)&quot; : 10.00000000, &quot;difficulty&quot; : 1.56666109, &quot;difficulty(aver)&quot; : 1.35112710, &quot;blockvalue&quot; : 5.23089843, &quot;mining (XMG)&quot; : { &quot;1 hour&quot; : 0.03245060, &quot;1 day&quot; : 0.77881439, &quot;1 week&quot; :...</description>
        <pubDate>Wed, 31 Dec 2014 04:30:55 +0000</pubDate>
        <link>https://m-core.org/magi-new-added-api-calls/</link>
        <guid isPermaLink="true">https://m-core.org/magi-new-added-api-calls/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>CPU miner - m-minerd control on CPU efficiency</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;We introduce a CPU miner (&lt;a target=&quot;_blank&quot; href=&quot;https://github.com/magi-project/m-cpuminer-v2&quot;&gt;m-minerd&lt;/a&gt;) with the capability of adjusting CPU efficiency, targeting at improved response to MAGI&#39;s PoW operation. In the generic PoW, mining with reduced CPU efficiency leads to reduced rewards since the other miners always pursue higher hashrates.&lt;/p&gt; &lt;p&gt;In MAGI&#39;s PoW implementation, pursuing high hashrate is recommended only at some occasions (passive mining phase), and will be greatly frustrated once the total network hashrate is over the limit (agressive mining phase). At the time when network hashrate reaches a limit, reduced hashrate will actually benefit to save energy cost since the...</description>
        <pubDate>Wed, 31 Dec 2014 04:30:55 +0000</pubDate>
        <link>https://m-core.org/cpu-miner-m-minerd-control-on-cpu-efficiency/</link>
        <guid isPermaLink="true">https://m-core.org/cpu-miner-m-minerd-control-on-cpu-efficiency/</guid>
        
        <category>Mining</category>
        
        
        <category>mining</category>
        
      </item>
    
      <item>
        <title>MAGI&#39;s Proof-of-Work PoW-II-V2</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;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&#39;s the reason we have PoS. However, the pure PoS mode would never lead to decentralization. Any approaches are vain if decentralization cannot be maintained. The PoW should be remained in order to distribute coins into a broad audience over time. &lt;/p&gt; &lt;p&gt;The basic rule of dealing with the energy concern...</description>
        <pubDate>Wed, 31 Dec 2014 04:30:55 +0000</pubDate>
        <link>https://m-core.org/PoW-II-v2/</link>
        <guid isPermaLink="true">https://m-core.org/PoW-II-v2/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
      <item>
        <title>MAGI&#39;s Proof-of-Stake PoS-II-V2</title>
        <description>&lt;div class=&quot;block_table text-font-14px&quot;&gt; &lt;p&gt;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&#39;t expect impact on typical situation where one remains wallet online for PoS stake; the offline time should not exceed more than a week. We also recommend to keep 100 - 1000 XMG in one transaction for best results. &lt;/p&gt; &lt;p&gt;Again, MAGI implemented a braking mechanism which makes it more secure compared to any other PoS coins. To understand that, take a look at the basic...</description>
        <pubDate>Wed, 31 Dec 2014 04:30:55 +0000</pubDate>
        <link>https://m-core.org/PoS-II-v2/</link>
        <guid isPermaLink="true">https://m-core.org/PoS-II-v2/</guid>
        
        <category>Development</category>
        
        
        <category>development</category>
        
      </item>
    
  </channel>
</rss>
