DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🌱 MyZubster Goes Green - XMR Payments, Urban Gardens & Arduino Sensors!"

🌱 MyZubster Goes Green - XMR Payments, Urban Gardens & Arduino Sensors!

MyZubster is evolving! We're now supporting XMR (Monero) payments, launching urban garden sensors, and focusing on sustainable technology.


πŸ“Š What's New

πŸ’° XMR Payments Now Live!

Feature Detail
Currency XMR (Monero)
Exchange Rate 1 XMR = 12,000 MYZ
Support Full integration with wallet
Fee 2% platform fee

🌱 Urban Garden Focus

Daniel Ioni has launched a new direction: "Grow your own food" with IoT sensors and Arduino.

Bounty Reward Status
API Arduino pH/EC 0.08 XMR βœ… Available
Urban Garden Map 0.06 XMR βœ… Available
Garden Dashboard 0.05 XMR βœ… Available
Seed Marketplace 0.04 XMR βœ… Available

πŸš€ The 4 New Bounties

1. 🌱 API Arduino - pH/EC Sensors (0.08 XMR)

Implement API for Arduino sensors reading pH, EC, and temperature for urban gardens.

Requirements:

  • REST API for sensor data
  • Support pH, EC, temperature
  • MongoDB storage
  • EVA brain integration
  • Documentation

Claim: Issue #742

2. πŸ—ΊοΈ Urban Garden Map (0.06 XMR)

Interactive map for urban gardens with geolocation.

Requirements:

  • Interactive map (Leaflet/Google Maps)
  • Garden geolocation
  • Garden data (name, size, crops)
  • Search and filters
  • Data export

Claim: Issue #743

3. πŸ“Š Garden Dashboard (0.05 XMR)

Dashboard for visualizing urban garden data.

Requirements:

  • Real-time data display
  • Charts and metrics
  • Data history
  • Report export
  • Responsive design

Claim: Issue #744

4. 🌿 Seed Marketplace (0.04 XMR)

Platform for exchanging seeds and cuttings between urban gardens.

Requirements:

  • Seed/cutting catalog
  • Search by type/area
  • Exchange system
  • Chat between users
  • Reviews

Claim: Issue #745


πŸ’° Payment System

Supported Currencies

Currency Support Conversion
MYZ (Tari) βœ… Native Direct
XMR (Monero) βœ… Accepted 1 XMR = 12,000 MYZ

How It Works

  1. Client pays in MYZ or XMR
  2. Gateway receives the payment
  3. XMR β†’ MYZ automatic conversion
  4. Everything goes to MyZubster wallet
  5. 2% fee automatically retained
  6. Robot receives 98% in MYZ

MyZubster Wallet

Currency Address
MYZ myz_77d6ddd05bf30e8fef178ac1b5b5e112
XMR xmr_641340aa6aa86029e833a5e5f5fb2b31

πŸ”§ Quick Start


bash
# Clone the repository
git clone https://github.com/MyZubster-Ecosystem/MyZubsterGateway.git
cd MyZubsterGateway

# Install dependencies
npm install

# Set up environment
cp .env.example .env

# Run the gateway
node server.js

# View the bounty page
open https://myzubster.com/bounty

Environment Variables
env

# Required
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret

# MyZubster Wallet
MYZUBSTER_WALLET_ADDRESS=myz_77d6ddd05bf30e8fef178ac1b5b5e112
MYZUBSTER_XMR_WALLET_ADDRESS=xmr_641340aa6aa86029e833a5e5f5fb2b31
PLATFORM_FEE=2

# Swap rate (1 XMR = 12,000 MYZ)
XMR_TO_MYZ_RATE=12000

πŸ“‘ API Endpoints
bash

# Get XMR exchange rate
curl https://myzubsterapp.onrender.com/api/xmr/rate

# Get contributor statistics
curl https://myzubsterapp.onrender.com/api/contributors/stats

# Send sensor data (Arduino)
curl -X POST https://myzubsterapp.onrender.com/api/sensors/data \
  -H "Content-Type: application/json" \
  -d '{"gardenId":"orto-rimini-001","ph":6.8,"ec":1.2,"temperature":22.5}'

# Get garden data
curl https://myzubsterapp.onrender.com/api/sensors/garden/orto-rimini-001

πŸ”— Useful Links

    Bounty page: myzubster.com/bounty

    Garden Dashboard: myzubster.com/garden

    GitHub: github.com/MyZubster-Ecosystem/MyZubsterGateway

    Green Issues: github.com/MyZubster-Ecosystem/MyZubsterGateway/issues?q=label%3Agreen

    Whitepaper: github.com/MyZubster-Ecosystem/MyZubsterGateway/blob/main/docs/WHITEPAPER.md

πŸ“Š Current Stats
Metric  Value
Total MYZ Paid  3,925.05 MYZ
Total XMR in Rewards    0.089 XMR
Total Contributors  8
Top Contributor laurentketterle-hub (2,040 MYZ)
πŸ† Top Contributors
Rank    Contributor Bounties    MYZ
πŸ₯‡    laurentketterle-hub 21  2,040
πŸ₯ˆ    Aming9303   5   700
πŸ₯‰    AJ0070  6   490
πŸš€ Why This Matters
For Developers

    4 new bounties in green tech

    XMR payments supported

    IoT + Arduino integration

    Open source ecosystem

For the Planet

    Urban gardens monitoring

    Sustainable technology

    Food security focus

    Community driven

For the Future

    EVA IONI integration

    Space colonization roadmap

    DAO governance coming soon

🌱 MyZubster is building the future of decentralized, sustainable technology.

πŸ‘‰ Start building today: myzubster.com/bounty

One garden, one sensor, one bounty at a time.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)