- Updated events page

- Updated merchants page to include ids
- Updated roadmap
- CSS tweaks and fixes
- Fixed FAQ bug in last question
- Added preliminary press kit page
This commit is contained in:
rehrar 2017-09-21 10:34:14 -06:00
parent 1013a544fc
commit 5827b461ec
No known key found for this signature in database
GPG key ID: 9B252A4EF355CC8D
8 changed files with 44 additions and 10 deletions

View file

@ -1,5 +1,3 @@
- event: Monero Meetup (Dublin, Ireland) - June 26th, 2017
where: J.W. Sweetman Craft Brewery, 1-2 Burgh Quay, Dublin 2, Dublin, Ireland
when: 7:00 PM - Monday, June 26, 2017
description: The meeting will cover the history of privacy and fungibility in Bitcoin, discuss several approaches to these problems, and explain how Monero achieves its privacy in detail. Justin will discuss the next steps in development going forward and the limitations compared to other coins. Finally, there will be a Q&A session after the meeting, where he can clear up some final thoughts.
link: https://www.meetup.com/Bitcoin-Dublin/events/240152422/
- event: Monero Meetup (Minneapolis, Minnesota) - October 20th, 2017
where: University of Minnesota Campus (Room TBD)
when: 5PM CST, October 20, 2017

View file

@ -1,4 +1,5 @@
- category: Exchanges
id: exchanges
merchants:
- name: "#monero-otc (OTC)"
url: https://webchat.freenode.net?channels=%23monero-otc
@ -45,6 +46,7 @@
- name: Tux Exchange
url: https://www.tuxexchange.com/trade?coin=XMR&market=BTC
- category: Block Explorers
id: block-explorers
merchants:
- name: ChainRadar
url: http://chainradar.com/xmr/blocks
@ -57,6 +59,7 @@
- name: xmrchain.net
url: https://xmrchain.net/
- category: Payment Gateways
id: payment-gateways
merchants:
- name: GloBee
url: https://globee.com/
@ -67,6 +70,7 @@
- name: Monero WooCommerce Extension (PHP)
url: https://github.com/monero-integrations/monerowp
- category: Libraries and Helpers
id: libraries
merchants:
- name: Monero Integrations (eCommerce plugins)
url: http://monerointegrations.com/
@ -91,6 +95,7 @@
- name: Monero Utilities (golang)
url: https://github.com/paxos-bankchain/moneroutil
- category: Tools
id: tools
merchants:
- name: Atesti Data Timestamping
url: http://atesti.mooo.com:8081
@ -109,6 +114,7 @@
- name: Offline Monero address generator
url: https://moneroaddress.org/
- category: Services
id: services
merchants:
- name: AirVPN
url: https://airvpn.org/
@ -163,6 +169,7 @@
- name: XMR.to Monero to Bitcoin Payment Service
url: https://xmr.to/
- category: Goods
id: goods
merchants:
- name: All For Crypto
url: https://allforcrypto.com
@ -191,6 +198,7 @@
- name: Xusah Boutique
url: https://xusah.boutique/
- category: Entertainment
id: entertainment
merchants:
- name: Crypto Games
url: https://www.crypto-games.net/

View file

@ -76,6 +76,9 @@
date: 2017-09-15
status: completed
- name: 0MQ/ZeroMQ
date: September, 2017
status: completed
- name: Fluffy blocks
date:
status: ongoing
- name: GUI port to android

View file

@ -3223,12 +3223,12 @@ footer {
.hangouts .social-icon.reddit {
background-image: url(../img/monero-spritesheet.png);
background-position: -128px -76px;
background-position: -128px -96px;
}
.hangouts .social-icon.reddit:hover {
background-image: url(../img/monero-spritesheet.png);
background-position: -176px -76px;
background-position: -176px -96px;
}
.hangouts .social-icon.facebook {

View file

@ -21,7 +21,10 @@ Monero works a little differently to what you may have become accustomed to from
However, because Monero has @stealth-addresses there is no need to have separate recipient addresses for each payment or user, and a single @account address can be published. Instead, when receiving payments a merchant will provide the person paying with a "payment ID".
A @payment-ID is a hexadecimal string that is 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is: `666c75666679706f6e7920697320746865206265737420706f6e792065766572`
A @payment-ID is a hexadecimal string that is 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is:
```
666c75666679706f6e7920697320746865206265737420706f6e792065766572
```
### Checking for a Payment in monero-wallet-cli

View file

@ -63,7 +63,7 @@ title: Using Monero
</div>
</div>
<div class="row start-xs">
<p>Monero may be purchased on an <a href="/community/merchants/">exchange</a> with fiat or other cryptocurrencies. An alternate way of acquiring Monero is via <a href="https://getmonero.org/get-started/mining/">mining</a>, the computationally-complex process whereby transactions are immutably recorded on the blockchain.</p>
<p>Monero may be purchased on an <a href="/community/merchants#exchanges">exchange</a> with fiat or other cryptocurrencies. An alternate way of acquiring Monero is via <a href="https://getmonero.org/get-started/mining/">mining</a>, the computationally-complex process whereby transactions are immutably recorded on the blockchain.</p>
</div>
</div>
</div>

View file

@ -6,7 +6,6 @@ title: "What Is Monero (XMR)?"
<div class="site-wrap">
<section class="container">
<div class="row">
<section class="container about-monero full col-xs-12">
<div class="info-block">
<div class="row center-xs">

23
press-kit/index.md Normal file
View file

@ -0,0 +1,23 @@
---
layout: default
title: "Press Kit"
---
<div class="site-wrap">
<section class="container">
<div class="row">
<section class="container about-monero full col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col"><h2>Monero Press Kit</h2></div>
</div>
<div class="row middle-xs info-block-row">
<div class="col-xs-6">
<img src="" alt="">
</div>
</div>
</div>
</section>
</div>
</section>
</div>