diff --git a/docs/blog/2023/mixin-network-monthly-report-no.54/README.md b/docs/blog/2023/mixin-network-monthly-report-no.54/README.md index 2c696db..b061587 100644 --- a/docs/blog/2023/mixin-network-monthly-report-no.54/README.md +++ b/docs/blog/2023/mixin-network-monthly-report-no.54/README.md @@ -3,9 +3,9 @@ title: Mixin Network Monthly Report No. 54 description: Mixin Mainnet has been running for 1647 days. The statistics of popular assets are listed. Ecosystem development, with Mixin Safe, Pando, Mixpay, Quill and other news and events are listed. editLink: false sidebar: false -date: 2023-09-011 -cover: -lastUpdated: 2023/09/011 +date: 2023-09-11 +cover: +lastUpdated: 2023/09/11 contributors: false --- # Mixin Network Monthly Report — No. 54 @@ -24,7 +24,7 @@ contributors: false | Assets | Total Volume (changes) | Number of Monthly Transaction | |----------:|:----------------------:|:---------:| -| BTC | 9,327 (-217) | 654,722 | +| BTC | 9,327 (-217) | 654,722 | | BOX | 86,291,087 (+395964,851) | 313,740 | | ETH | 84,812 (+170) | 186,274 | | USDC | 2,796,732 (+51,914) | 12,712 | diff --git a/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/README.md b/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/README.md new file mode 100644 index 0000000..e8a4a4f --- /dev/null +++ b/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/README.md @@ -0,0 +1,55 @@ +--- +title: Mixin Kernel Peer to Peer Network Upgrade +description: Mixin Kernel v0.18 Stealth Phasmids is released, and brings a new peer to peer network layer that improves security and privacy of the signer node. +editLink: false +sidebar: false +date: 2024-02-14 +cover: +lastUpdated: 2024/02/14 +contributors: false +--- + +# Mixin Kernel Peer to Peer Network Upgrade + +![Mixin Kernel](./kernel.jpeg) + +Today Mixin Kernel [v0.18 Stealth Phasmids](https://github.com/MixinNetwork/mixin/releases/tag/v0.18.0) is released, and brings a new peer to peer network layer that improves security and privacy of the signer node. + +With the new P2P network layer, the signer node is not needed to be exposed to the public internet, and we recommend all signer nodes block all connections on all UDP/TCP ports through their firewalls. + +To upgrade to the new network layer, all signer nodes need to do a small modification to their `confit.toml` file as below: + +```diff ++[p2p] ++# the UDP port for communcation with other nodes ++port = 5850 ++# the seed relayer nodes list ++seeds = [ ++ "06ff8589d5d8b40dd90a8120fa65b273d136ba4896e46ad20d76e53a9b73fd9f@seed.mixin.dev:5850" ++] ++# a relayer needs a public address to listen and relay messages to other nodes ++# a signer should set this value to false for security ++relayer = false ++# metric different message types sent and received ++metric = false ++ + [rpc] ++# enable rpc access by setting a valid TCP port number ++port = 8239 +``` + +## About Mixin Network + +Mixin Network is an open-source, lightning-fast, and decentralized Web3 platform to bring speed and scalability to the blockchain. Mixin allows blockchains to gain millions of TPS, sub-second final confirmation, zero transaction fee, enhanced privacy and unlimited extensibility. + +Mixin Network is a PoS network with 26 full nodes. As a wallet solution, it is currently supporting 48 public blockchains including Bitcoin, Ethereum, Avalanche, Polkadot, etc. The total assets on the network have been over 1 billion US Dollars. Mixin is also a full-featured financial platform with functions of AMM, aggregating trade, pending orders on Exchange platforms, unbiased stable currency, etc. Mixin Network is dedicated to providing users with a decentralized blockchain infrastructure that always puts security, privacy, and decentralization first. + +Highest TVL: USD2.9 billion on November 10, 2021 + +Highest Daily Transaction Volume: 4.9 million transactions on August 27, 2021 + +User Base: 1 million + +## Follow us: + +[Official Website](https://mixin.one/)|[Twitter](https://twitter.com/MixinKernel)|[Facebook](https://www.facebook.com/MixinNetwork)|[Medium](https://medium.com/mixinnetwork)|[Email](contact@mixin.one)|[Instagram](https://instagram.com/mixinnetwork) diff --git a/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/kernel.jpeg b/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/kernel.jpeg new file mode 100644 index 0000000..cacbaa1 Binary files /dev/null and b/docs/blog/2024/mixin-kernel-peer-to-peer-network-upgrade/kernel.jpeg differ diff --git a/docs/blog/README.md b/docs/blog/README.md index f850b36..6a6c8d5 100644 --- a/docs/blog/README.md +++ b/docs/blog/README.md @@ -1,6 +1,6 @@ --- title: Blog -description: +description: editLink: false sidebar: false lastUpdated: false @@ -9,6 +9,8 @@ contributors: false # Mixin Network Blog +- [Mixin Kernel Peer to Peer Network Upgrade](./2024/mixin-kernel-peer-to-peer-network-upgrade/) + ## 2023 - [Mixin Network Monthly Report - No.54](./2023/mixin-network-monthly-report-no.54/) - [Mixin Network Monthly Report - No.53](./2023/mixin-network-monthly-report-no.53/)