V Systems Monthly Digest — January 2024

V Systems
V Systems
Published in
9 min readFeb 1, 2024

V Systems’ Marketing & Branding

  • VSYS website design and content revamp
  • VSYS community survey on Telegram and Discord
  • VKube soft launch — airdrop, paid promotion, and feedback campaign

About VKube

VKube is one of V Systems’ newest projects. It is a a Kubernetes-based container service for developers and enterprises to run containerized applications on the cloud, without installing and operating the Kubernetes control plane or worker nodes.

More at: https://vkube.vcloud.systems/home

Backend updates

  • Added the “ServiceOptionDesc” field to the “add template” functionality of v-kube-merchant, describing the specific meanings of different service options
  • Fixed a bug causing notice sending duplicates
  • Optimized PayPal payment by removing redundant code
  • Conducted code-lint on the latest branch of v-kube-merchant, modified code based on lint results to ensure overall compliance with lint standards, and merged the pull request
  • Added an API on the platform side to cancel orders that have been created but not paid
  • Modified the content of v-cloud-doc as needed
  • Added a data table in VKube to record the secret information of web user services, opened three APIs for user use, and conducted unit tests using Gomock
  • Addressed persistent storage issues left by redeploy, added logic for migrating/deleting PVC data, and made it compatible with previous versions
  • Added Jenkins script support for VKube-event-collector and vcloud-doc projects, allowing automatic testing, building, and deployment on Jenkins
  • Designed and wrote an AI assistant program for VKube documentation capable of automatically updating documents
  • Carried out the testing of the AI assistant
  • Added config-required checks for platform, kube, and merchant to prevent configuration omissions during deployment
  • Completed the Deploy History feature, allowing the recording of config for later restoration using history config
  • Fixed the bug in updating images, resolving the issue of old version pods being unable to update images
  • Fixed the bug of automatic stopping during deployment updates, ensuring that pods can automatically recover after updates
  • Completed federated Prometheus monitoring for multiple clusters, monitoring cluster health and providing alert services — displayed on Grafana
  • Researching Prometheus cross-cluster monitoring issues and implementing alerting through other clusters when all nodes in a cluster are down
  • Investigating the implementation of log collection and forwarding features in VKube
  • Researching how to set up automatic payment and subscription services on the existing VCloud

Frontend updates

  • Added the entry for binding email functionality in CLI, with table display and modified selection options
  • Investigated and fixed the issue of CLI signature verification not working after integrating with the backend interface
  • Fixed CLI version check bug
  • Added documentation related to binding email in CLI
  • Fixed the incorrect table display for the CLI binding service email
  • CLI version updated to 0.10.1, packaged and released to PyPI
  • Fixed the 401 error in the VKube web interface — signing errors occurred when requesting the address contract
  • Fixed the VKube web issue of the corresponding private keys not being used when signing multiple addresses
  • Fixed error prompts in VKube web for the secret
  • Modified text formatting on the VKube Resource Units page
  • Adjusted UI for landing page and VKube page
  • Added the functionality to cancel unpaid orders in VKube
  • Fixed a critical bug in VKube web for payment polling
  • Added PayPal support for renewal
  • Adjusting the AI chat customer service functionality to the VKube interface

Tachyon Protocol

Tachyon Protocol is a decentralized Internet protocol that aims to bring new levels of user privacy, security, speed, and freedom to today’s Internet. Its first product will be a decentralized VPN. Moving on, Tachyon is going to be a platform for many types of services. Tachyon chose V Systems for its well-designed consensus mechanism — SPoS, the capabilities of Euclid smart contracts, the Staking 2.0 initiative as well as the VSYS team’s approach to partnerships and ecosystem building.

  • Protocol analysis targeting regional blockades, combined with the specific network environment of certain areas, optimizes VPN protocols, improves encryption technology, and implements intelligent data routing strategies to ensure smooth access for users in blocked regions.
  • Node crash issues have been successfully addressed. The root causes of abnormal node crashes were identified, and network stability was improved through component updates and optimizations.
  • In-depth research on protocol security involves detailed vulnerability analysis and fixes to ensure the stability of the Tachyon network and the security of user data.
  • Continuous attention to user feedback leads to optimizations in app logic, enhancing application performance, and responsiveness, reducing resource consumption, and improving the user interface.
  • Ongoing enhancement of Tachyon protocol logic involves the application of advanced algorithms and technical solutions to optimize data transmission paths, ensuring excellent performance under various network conditions.
  • Continuous optimization of node networks includes experimenting with advanced connection algorithms and technologies. By analyzing user feedback in detail, the stability of VPN connections is improved under various network conditions.
  • Careful localization and analysis of abnormal traffic issues in network nodes. Plans are in place for a gradual hardware or software update and upgrade of nodes in the network to improve performance and efficiency.

IPX Staking data

  • Total Staking Amount: 162,009,845 IPX
  • Nodes Staked: 1106
  • Total Nodes on Tachyon Network: 1198
  • Total Rewards Distribution: 112,220,014.8 IPX

IPX wallet pledge data

  • Total Staking: 17,667,604 IPX
  • Rewards: 14,834,929 IPX

IPX Staking on Node Manager

  • Total Staking: 100,000 IPX
  • Nodes: 5
  • Rewards: 340,890 IPX

VPN APP user data

  • The total number of apps exceeded 6.3 million.

Tetriverse NFT game

Tetriverse is an NFT tetris elimination game built on the V Systems blockchain. Tetriverse NFT game aims to empower people of different ages, backgrounds, and from all corners of the globe to earn rewards while playing an immersive and fun elimination game.

Soft Launch — Part 1

  • Exceeded the target of 500 participants
  • Target region: Asia-Pacific
  • Multiple promotions for community growth and engagement
  • Preparation for the upcoming testing phase: Feb/March 2024

Backend and Frontend

  • Platform development
  • Game bug processing and loading speed optimization
  • Functionalities development (anti-fraud, invitation, leaderboard ranking, etc.)
  • Gameplay polishing (multiplayer matching, block speed, etc.)
  • Prompts optimization and

Social Media

월간 리포트 -2024년 1월

백엔드

  • v-kube-merchant의 “add template” 기능에 “ServiceOptionDesc” 필드를 추가하여 각 서비스 옵션의 구체적인 의미를 설명했습니다.
  • 알림 중복 전송 버그 수정
  • 불필요한 코드를 제거하여 PayPal 결제를 최적화했습니다.
  • v-kube-merchant 최신 브랜치에 대한 코드 린트를 수행하고 린트 결과를 기반으로 코드를 수정하여 전반적으로 린트 규칙을 준수하고 풀 리퀘스트를 병합했습니다.
  • 플랫폼 측에서 생성되었지만 지불되지 않은 주문을 취소할 수 있는 API를 추가했습니다.
  • v-cloud-doc의 내용을 필요에 따라 수정했습니다.
  • VKube에 데이터 테이블을 추가하여 웹 사용자 서비스의 비밀 정보를 기록하고 사용자가 사용할 수 있도록 세 가지 API를 개방했으며 Gomock을 사용하여 단위 테스트를 수행했습니다.
  • Reploy에 의해 남겨진 지속적인 저장 문제를 해결하고, PVC 데이터를 이동/삭제하는 논리를 추가하고, 이전 버전과 호환되도록 만들었습니다.
  • VKube-event-collector 및 vcloud-doc 프로젝트에 대한 Jenkins 스크립트 지원을 추가하여 Jenkins에서 자동으로 테스트, 빌드 및 배포할 수 있도록 했습니다.
  • VKube 문서에 대한 AI 어시스턴트 프로그램을 디자인하고 작성하여 문서를 자동으로 업데이트할 수 있도록 했습니다.
  • AI 어시스턴트의 테스트를 수행했습니다.
  • 플랫폼, kube 및 merchant에 대한 구성 누락을 방지하기 위해 config-required 확인을 추가했습니다.
  • Deploy History 기능을 완료하여 config을 기록하고 나중에 history config을 사용하여 복원할 수 있도록 했습니다.
  • 이미지 업데이트 버그를 수정하여 이전 버전 pod이 이미지를 업데이트할 수 없는 문제를 해결했습니다.
  • 배포 업데이트 중 자동으로 중지되는 버그를 수정하여 pod이 업데이트 후 자동으로 복구될 수 있도록 했습니다.
  • 다중 클러스터에 대한 연합 Prometheus 모니터링을 완료하여 클러스터 건강을 모니터하고 경고 서비스를 제공했습니다 — Grafana에 표시
  • Prometheus 교차 클러스터 모니터링 문제를 연구하고 클러스터 내 모든 노드가 다운된 경우 다른 클러스터를 통해 경고를 구현 중입니다.
  • VKube에서 로그 수집 및 전송 기능을 구현하는 방법을 조사 중입니다.
  • 기존 VCloud에서 자동 결제 및 구독 서비스를 구축하는 방법을 연구 중입니다.

프론트엔드

  • CLI에 이메일 기능 바인딩을 위한 항목을 추가하였으며, 테이블 디스플레이와 선택 옵션을 수정했습니다.
  • 백엔드 인터페이스와 통합한 후 CLI 서명 확인이 작동하지 않는 문제를 조사하고 수정했습니다.
  • CLI 버전 확인 버그를 수정했습니다.
  • CLI에서 이메일 바인딩과 관련된 문서를 추가했습니다.
  • CLI 바인딩 서비스 이메일에 대한 잘못된 테이블 디스플레이를 수정했습니다.
  • CLI 버전을 0.10.1로 업데이트하고 PyPI에 패키지화하여 릴리스했습니다.
  • VKube 웹 인터페이스에서 401 오류를 수정했습니다. 주소 계약을 요청할 때 서명 오류가 발생했습니다.
  • VKube 웹에서 여러 주소에 서명할 때 해당 프라이빗 키가 사용되지 않는 문제를 수정했습니다.
  • VKube 웹에서 비밀에 대한 오류 메시지를 수정했습니다.
  • VKube 리소스 유닛 페이지의 텍스트 포맷을 수정했습니다.
  • 랜딩 페이지 및 VKube 페이지의 UI를 조정했습니다.
  • VKube에서 미지불 주문을 취소할 수 있는 기능을 추가했습니다.
  • VKube 웹에서 결제 폴링에 대한 심각한 버그를 수정했습니다.
  • 갱신을 위한 PayPal 지원을 추가했습니다.
  • VKube 인터페이스에 AI 채팅 고객 서비스 기능을 조정 중입니다.

VSYS 마케팅 및 브랜딩

  • VSYS 웹사이트 디자인 및 콘텐츠 개편
  • VSYS 텔레그램 및 디스코드에서의 커뮤니티 설문조사
  • VKube 소프트 론칭 — 에어드랍, 유료 프로모션 및 피드백 캠페인

Tachyon Protocol

  • 프로토콜 분석은 특정 지역의 차단을 대상으로 하며 해당 지역의 구체적인 네트워크 환경과 결합하여 VPN 프로토콜을 최적화하고 암호화 기술을 개선하며 지능적인 데이터 라우팅 전략을 구현하여 차단된 지역의 사용자에게 원활한 액세스를 보장합니다.
  • 노드 충돌 문제는 성공적으로 해결되었습니다. 비정상적인 노드 충돌의 원인을 식별하고 구성 요소 업데이트 및 최적화를 통해 네트워크 안정성을 향상시켰습니다.
  • 프로토콜 보안에 대한 심층 연구는 상세한 취약점 분석과 수정을 포함하여 Tachyon 네트워크의 안정성과 사용자 데이터의 보안을 보장합니다.
  • 사용자 피드백에 계속 주의를 기울이면 앱 로직을 최적화하여 응용 프로그램 성능을 향상시키고 응답성을 높이며 리소스 소비를 줄이며 사용자 인터페이스를 개선할 수 있습니다.
  • Tachyon 프로토콜 로직의 계속적인 향상은 고급 알고리즘과 기술 솔루션의 적용을 포함하여 다양한 네트워크 조건에서 데이터 전송 경로를 최적화하여 우수한 성능을 보장합니다.
  • 노드 네트워크의 계속적인 최적화는 고급 연결 알고리즘 및 기술을 실험하는 것을 포함합니다. 자세한 사용자 피드백을 분석함으로써 다양한 네트워크 조건에서 VPN 연결의 안정성이 향상됩니다.
  • 네트워크 노드에서의 비정상적인 트래픽 문제를 주의 깊게 지역화 및 분석하였습니다. 네트워크의 노드를 하드웨어 또는 소프트웨어로 점진적으로 업데이트 및 업그레이드하기 위한 계획이 수립되어 성능과 효율성을 향상시킬 것입니다.

IPX 스테이킹 데이터

  • 총 스테이킹 금액: 162,009,845 IPX
  • 스테이킹된 노드: 1106
  • Tachyon 네트워크의 총 노드 수: 1198
  • 총 보상 분배: 112,220,014.8 IPX

IPX 지갑 플레지 데이터

  • 총 스테이킹: 17,667,604 IPX
  • 보상: 14,834,929 IPX

Node Manager에서의 IPX 스테이킹

  • 총 스테이킹: 100,000 IPX
  • 노드: 5
  • 보상: 340,890 IPX

VPN 앱 사용자 데이터

  • 총 앱 수가 6.3 백만을 초과했습니다.

Tetriverse NFT 게임

소프트 런칭 — 파트 1

  • 참가자 목표 돌파
  • 대상 지역: 아시아-태평양
  • 커뮤니티 성장 및 참여를 위한 다양한 프로모션

백엔드와 프론트엔드

  • 플랫폼 개발
  • 게임 버그 처리 및 로딩 속도 최적화
  • 기능 개발 (반사기능, 초대, 리더보드 순위 등)
  • 게임플레이 개선 (다중 플레이어 매칭, 블록 속도 등)
  • 알림 최적화 및

소셜 미디어

  • Twitter: 4590
  • Telegram EN: 406
  • Telegram 中文: 86
  • Discord: 3568
  • Medium: 26

About V Systems

www.v.systems

V Systems (VSYS) is an open-source network that supports decentralized applications’ efficient and agile development. It is designed for real-world use cases, making it possible to create, send, trade, and track tangible or intangible assets in a digital form. VSYS can handle millions of transactions daily and it runs on a decentralized, open network.

Stay Connected

VSYS coin

Other Useful Links

--

--

V Systems
V Systems

A blockchain platform that supports the efficient and agile development of decentralized applications. Visit our website at www.v.systems