mirror of
https://repo.getmonero.org/monero-project/ccs-proposals.git
synced 2024-10-01 01:35:55 -04:00
Compare commits
6 Commits
d37fd20410
...
6d599f5728
Author | SHA1 | Date | |
---|---|---|---|
|
6d599f5728 | ||
|
15e80aafae | ||
|
d0c78b6ad2 | ||
|
88dbfc37a2 | ||
|
7c3d8ed2e9 | ||
|
143e071ccb |
@ -7,8 +7,8 @@ amount: 55.38
|
|||||||
milestones:
|
milestones:
|
||||||
- name: Monero Signer basics on emulator
|
- name: Monero Signer basics on emulator
|
||||||
funds: 5.38 XMR
|
funds: 5.38 XMR
|
||||||
done:
|
done: 19 June 2024
|
||||||
status: unfinished
|
status: finished
|
||||||
- name: Monero Signer working with companion Application
|
- name: Monero Signer working with companion Application
|
||||||
funds: 5 XMR
|
funds: 5 XMR
|
||||||
done:
|
done:
|
||||||
@ -22,8 +22,8 @@ milestones:
|
|||||||
done:
|
done:
|
||||||
status: unfinished
|
status: unfinished
|
||||||
payouts:
|
payouts:
|
||||||
- date:
|
- date: 20 June 2024
|
||||||
amount:
|
amount: 5.38
|
||||||
- date:
|
- date:
|
||||||
amount:
|
amount:
|
||||||
- date:
|
- date:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: wip
|
layout: cp
|
||||||
title: "MoneroSigner. Fork of seedsigner for Monero."
|
title: "MoneroSigner. Fork of seedsigner for Monero."
|
||||||
author: Monero-HackerIndustrial
|
author: Monero-HackerIndustrial
|
||||||
date: June 08, 2022
|
date: June 08, 2022
|
||||||
@ -35,6 +35,19 @@ payouts:
|
|||||||
- date:
|
- date:
|
||||||
amount:
|
amount:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
----
|
||||||
|
### Proposal Closure/Transferral 17th June 2024
|
||||||
|
|
||||||
|
All remaining funds (55.38 XMR) have been transferred to/repurposed for: [MoneroSigner Resurrection](https://ccs.getmonero.org/proposals/%20MoneroSignerResurrection.html)
|
||||||
|
|
||||||
|
Effective immediately:
|
||||||
|
|
||||||
|
- HackerIndustrial is hereby terminated from this project and relinquishes any claim to the remaining CCS funds.
|
||||||
|
- The project will now proceed under vthor, who has already achieved significant progress in a matter of weeks, demonstrating the competence and dedication required.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
The Monero community could benefit from a fork of [seedsigner](https://seedsigner.com/) to supports Monero. Seedsigner uses an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions. The project aims to make it easy for anybody to make a dedicated offline signing device out of low-cost commodity computer components (raspberry pi zero). This helps in reducing the need to trust hardware verndors. The most private hardware wallet, is the only only **you** know about.
|
The Monero community could benefit from a fork of [seedsigner](https://seedsigner.com/) to supports Monero. Seedsigner uses an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions. The project aims to make it easy for anybody to make a dedicated offline signing device out of low-cost commodity computer components (raspberry pi zero). This helps in reducing the need to trust hardware verndors. The most private hardware wallet, is the only only **you** know about.
|
||||||
|
|
||||||
Seedsigner is focused only on Bitcoin, because of this, the UI/UX and features are not very helpful to Monero users.
|
Seedsigner is focused only on Bitcoin, because of this, the UI/UX and features are not very helpful to Monero users.
|
||||||
|
50
Poker-Game-for-Monero-Ecosystem.md
Normal file
50
Poker-Game-for-Monero-Ecosystem.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
layout: fr
|
||||||
|
title: Monero Poker Infrastructure with %100 True Randmness
|
||||||
|
author: Meowing Cat <meowingcate@gmail.com>
|
||||||
|
date: May 14, 2024
|
||||||
|
amount: 100
|
||||||
|
milestones:
|
||||||
|
- name: Game Server and Client (already published)
|
||||||
|
funds: 25
|
||||||
|
done:
|
||||||
|
status: unfinished
|
||||||
|
- name: SW Robustness and ensuring the game Logic is %100 true
|
||||||
|
funds: 25
|
||||||
|
done:
|
||||||
|
status: unfinished
|
||||||
|
- name: Making game client robust (especially web version)
|
||||||
|
funds: 25
|
||||||
|
done:
|
||||||
|
status: unfinished
|
||||||
|
- name: Withdrawal feature and implementing true multiplayer randomness thing
|
||||||
|
funds: 25
|
||||||
|
done:
|
||||||
|
status: unfinished
|
||||||
|
payouts:
|
||||||
|
- date:
|
||||||
|
amount:
|
||||||
|
- date:
|
||||||
|
amount:
|
||||||
|
- date:
|
||||||
|
amount:
|
||||||
|
- date:
|
||||||
|
amount:
|
||||||
|
|
||||||
|
Hi, I'm Meowing Cat, Full-Stack SW Engineer (self-taught) and game Game Developer. Previously I made MoneroSharp library. (https://github.com/rohanrhu/MoneroSharp)
|
||||||
|
|
||||||
|
Things about the game:
|
||||||
|
|
||||||
|
* Play: https://meowingcat.io/projects/poker/play/
|
||||||
|
* Game Server Repo: https://github.com/rohanrhu/pokerunicorn-server
|
||||||
|
* Game Client Repo: https://github.com/rohanrhu/pokerunicorn-client
|
||||||
|
* Game Server Docs: https://rohanrhu.github.io/pokerunicorn-server/
|
||||||
|
* Website: https://rohanrhu.github.io/pokerunicorn-website/
|
||||||
|
My true multiplayer randomness protocol: https://github.com/rohanrhu/TruthfulMultiplayerRandomness
|
||||||
|
|
||||||
|
I've already published the game server and client. It has game server and client, Monero deposits, you can play multiple games simultaneously.
|
||||||
|
|
||||||
|
As long as we can fund the project I'll work on this full-time and make it purrfect and add more features. I hope you like my game.
|
||||||
|
|
||||||
|
I'm not good at writing proposals but if I can be funded for working on it full-time, I'll make it purrfect and add more features.
|
||||||
|
|
||||||
|
Thank you.
|
Loading…
Reference in New Issue
Block a user