π± 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
- Client pays in MYZ or XMR
- Gateway receives the payment
- XMR β MYZ automatic conversion
- Everything goes to MyZubster wallet
- 2% fee automatically retained
- 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.
Top comments (0)