From ab1a22127be7eb689f05321afe6d171805587aa9 Mon Sep 17 00:00:00 2001 From: Morpheus Date: Sun, 15 Oct 2023 13:45:57 -0300 Subject: [PATCH] removed a lot of stuff --- articles/apps.py | 4 - articles/forms.py | 7 - articles/models.py | 24 - articles/templates/articles/article.html | 111 --- articles/templates/articles/articles.html | 250 ----- articles/templates/articles/edit_article.html | 166 ---- articles/templates/articles/images.html | 162 ---- articles/templates/articles/new_article.html | 141 --- articles/templates/articles/write.html | 327 ------- articles/urls.py | 22 - articles/views.py | 271 ------ charts/templates/charts/add_coin.html | 2 +- charts/templates/charts/bitcoin.html | 4 +- charts/templates/charts/blockchainsize.html | 2 +- charts/templates/charts/blocksize.html | 2 +- charts/templates/charts/coincards.html | 2 +- charts/templates/charts/coins.html | 2 +- charts/templates/charts/commit.html | 2 +- charts/templates/charts/commitntv.html | 2 +- charts/templates/charts/competitors.html | 2 +- charts/templates/charts/competitorslin.html | 2 +- charts/templates/charts/competitorssats.html | 2 +- .../templates/charts/competitorssatslin.html | 2 +- charts/templates/charts/compinflation.html | 2 +- charts/templates/charts/comptransactions.html | 2 +- charts/templates/charts/dailyemission.html | 2 +- charts/templates/charts/dailyemissionntv.html | 2 +- charts/templates/charts/deviation.html | 2 +- charts/templates/charts/deviation_tx.html | 2 +- charts/templates/charts/difficulty.html | 2 +- charts/templates/charts/dominance.html | 2 +- .../templates/charts/dread_subscribers.html | 2 +- charts/templates/charts/efficiency.html | 2 +- charts/templates/charts/extracoins.html | 2 +- charts/templates/charts/fr.html | 874 ------------------ charts/templates/charts/fractal.html | 2 +- charts/templates/charts/golden.html | 2 +- charts/templates/charts/hashprice.html | 2 +- charts/templates/charts/hashrate.html | 2 +- charts/templates/charts/hashvsprice.html | 2 +- charts/templates/charts/index.html | 2 +- charts/templates/charts/inflation.html | 2 +- charts/templates/charts/inflationfractal.html | 2 +- charts/templates/charts/inflationreturn.html | 2 +- charts/templates/charts/maintenance.html | 2 +- charts/templates/charts/marketcap.html | 2 +- charts/templates/charts/marketcycle.html | 2 +- charts/templates/charts/merchants.html | 2 +- .../templates/charts/merchants_increase.html | 2 +- .../charts/merchants_percentage.html | 2 +- .../templates/charts/metcalfe_deviation.html | 2 +- charts/templates/charts/metcalfesats.html | 2 +- .../charts/metcalfesats_deviation.html | 2 +- charts/templates/charts/metcalfeusd.html | 2 +- charts/templates/charts/minerfees.html | 2 +- charts/templates/charts/minerfeesntv.html | 2 +- charts/templates/charts/minerrev.html | 2 +- charts/templates/charts/minerrevcap.html | 2 +- charts/templates/charts/minerrevntv.html | 2 +- .../templates/charts/miningprofitability.html | 2 +- charts/templates/charts/monerodominance.html | 2 +- charts/templates/charts/p2pool_dominance.html | 2 +- charts/templates/charts/p2pool_hashrate.html | 2 +- charts/templates/charts/p2pool_miners.html | 2 +- .../templates/charts/p2pool_totalblocks.html | 2 +- .../templates/charts/p2pool_totalhashes.html | 2 +- charts/templates/charts/pageviews.html | 276 ------ charts/templates/charts/percentage.html | 2 +- charts/templates/charts/percentmonth.html | 2 +- charts/templates/charts/powerlaw.html | 2 +- charts/templates/charts/pricelin.html | 2 +- charts/templates/charts/pricelog.html | 2 +- charts/templates/charts/pricesats.html | 2 +- charts/templates/charts/pricesatslog.html | 2 +- charts/templates/charts/privacydominance.html | 2 +- charts/templates/charts/privacymarketcap.html | 2 +- charts/templates/charts/pt.html | 602 ------------ charts/templates/charts/rank.html | 2 +- charts/templates/charts/reset.html | 2 +- charts/templates/charts/securitybudget.html | 2 +- charts/templates/charts/sfmodel.html | 2 +- charts/templates/charts/sfmodellin.html | 2 +- charts/templates/charts/sfmultiple.html | 2 +- charts/templates/charts/sharpe.html | 2 +- charts/templates/charts/shielded.html | 2 +- charts/templates/charts/social.html | 2 +- charts/templates/charts/social2.html | 2 +- charts/templates/charts/social3.html | 2 +- charts/templates/charts/social4.html | 4 +- charts/templates/charts/social5.html | 2 +- charts/templates/charts/social6.html | 2 +- charts/templates/charts/social7.html | 2 +- charts/templates/charts/tail_emission.html | 2 +- charts/templates/charts/thermocap.html | 2 +- .../charts/transactiondominance.html | 2 +- charts/templates/charts/transactionsize.html | 2 +- charts/templates/charts/transcost.html | 2 +- charts/templates/charts/transcostntv.html | 2 +- charts/templates/charts/translin.html | 2 +- charts/templates/charts/translog.html | 2 +- charts/templates/charts/transmonth.html | 2 +- .../templates/charts/users_base.html | 35 +- charts/templates/charts/withdrawals.html | 2 +- charts/urls.py | 5 - charts/views.py | 357 +------ moneropro/settings.py | 2 - moneropro/urls.py | 4 - users/__init__.py | 0 users/admin.py | 9 - users/apps.py | 5 - users/forms.py | 20 - users/models.py | 38 - users/templates/users/contract.html | 36 - users/templates/users/error.html | 88 -- users/templates/users/login.html | 107 --- users/templates/users/register.html | 110 --- users/templates/users/users.html | 218 ----- users/tests.py | 3 - users/urls.py | 25 - users/views.py | 172 ---- 120 files changed, 101 insertions(+), 4550 deletions(-) delete mode 100644 articles/apps.py delete mode 100644 articles/forms.py delete mode 100644 articles/models.py delete mode 100644 articles/templates/articles/article.html delete mode 100644 articles/templates/articles/articles.html delete mode 100644 articles/templates/articles/edit_article.html delete mode 100644 articles/templates/articles/images.html delete mode 100644 articles/templates/articles/new_article.html delete mode 100644 articles/templates/articles/write.html delete mode 100644 articles/urls.py delete mode 100644 articles/views.py delete mode 100644 charts/templates/charts/fr.html delete mode 100644 charts/templates/charts/pageviews.html delete mode 100644 charts/templates/charts/pt.html rename users/templates/users/base.html => charts/templates/charts/users_base.html (79%) delete mode 100644 users/__init__.py delete mode 100644 users/admin.py delete mode 100644 users/apps.py delete mode 100644 users/forms.py delete mode 100644 users/models.py delete mode 100644 users/templates/users/contract.html delete mode 100644 users/templates/users/error.html delete mode 100644 users/templates/users/login.html delete mode 100644 users/templates/users/register.html delete mode 100644 users/templates/users/users.html delete mode 100644 users/tests.py delete mode 100644 users/urls.py delete mode 100644 users/views.py diff --git a/articles/apps.py b/articles/apps.py deleted file mode 100644 index 6318648..0000000 --- a/articles/apps.py +++ /dev/null @@ -1,4 +0,0 @@ -from django.apps import AppConfig - -class ArticlesConfig(AppConfig): - name = 'articles' diff --git a/articles/forms.py b/articles/forms.py deleted file mode 100644 index c71c4ff..0000000 --- a/articles/forms.py +++ /dev/null @@ -1,7 +0,0 @@ -from articles.models import * -from django import forms - -class ArticleForm(forms.ModelForm): - class Meta: - model = Article - fields = ['title', 'subtitle', 'thumbnail', 'text'] diff --git a/articles/models.py b/articles/models.py deleted file mode 100644 index 4371ddc..0000000 --- a/articles/models.py +++ /dev/null @@ -1,24 +0,0 @@ -from django.db import models -from django.contrib.auth.models import User - -# Create your models here. -class Article(models.Model): - owner = models.ForeignKey(User, on_delete=models.CASCADE) - date_added = models.DateTimeField(auto_now_add=True) - date_updated = models.DateField(null=True, blank=True) - date_published = models.DateField(null=True, blank=True) - author = models.CharField(max_length=50) - status = models.CharField(max_length=20) - review = models.TextField(null=True, blank=True) - url = models.CharField(max_length=200) - #formular - title = models.CharField(max_length=150) - subtitle = models.CharField(max_length=100) - thumbnail = models.CharField(max_length=100) - text = models.TextField() - - class Meta: - verbose_name_plural = 'articles' - - def __str__(self): - return self.title \ No newline at end of file diff --git a/articles/templates/articles/article.html b/articles/templates/articles/article.html deleted file mode 100644 index 2f5ef8a..0000000 --- a/articles/templates/articles/article.html +++ /dev/null @@ -1,111 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - - {{ article.title }} - - - -{% endblock %} -{% block content %} - -{% load static %} - - -
-
- - - -
-
-
-
- {% if article.status == 'Pending approval' %} -
-
Pending approval
-
- {% elif article.status == 'Reviewed' %} -
-
Reviewed: {{ article.review }}
-
- {% endif %} -
- {% if article.status == 'Published' %} -

Published by {{ article.owner }}, {{ article.date_published }}

- {% else %} -

- Created {{ article.date_added }}
- Updated {{ article.date_updated }}
- Edit - - Delete -

- {% endif %} -

{{ article.title }}

-

{{ article.subtitle }}

-
-

{{ article.text | safe}}

-
- - -
-
-
- -
-
- - -
- - - - -{% endblock %} \ No newline at end of file diff --git a/articles/templates/articles/articles.html b/articles/templates/articles/articles.html deleted file mode 100644 index 4a5ee83..0000000 --- a/articles/templates/articles/articles.html +++ /dev/null @@ -1,250 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - -Moneroj.net - Articles - - - -{% endblock %} -{% block content %} - -{% load static %} - - -
-
- - -
- - -
-
- {% for article in articles %} - - {% if article.count == 0 %} -
- -
-
- {% csrf_token %} - {% if message %} - {% if message == 'Subscription successful!' %} -
-
{{ message }}
-
- {% else %} -
-
{{ message }}
-
- {% endif %} - {% endif %} -
-

-

Subscribe


- -
- This field must be filled -
- - -
-
-
-
-
- -
- - {% elif article.count < 7 %} -
-
- -
-
{{ article.title }}
-

{{ article.subtitle | safe }}

-
Article by {{ article.owner.username }}, {{ article.date_published }}
-
-
-
- - {% elif article.count == 7 %} -
- -
-
-
- {% csrf_token %} - {% if message %} - {% if message == 'Subscription successful!' %} -
-
{{ message }}
-
- {% else %} -
-
{{ message }}
-
- {% endif %} - {% endif %} -
-

-

Subscribe


- -
- This field must be filled -
- - -
-
-
-
-
- - -
-
-
-
-
- - {% elif article.count > 7 %} -
-
- -
-
{{ article.title }}
-

{{ article.subtitle | safe }}

-
Article by {{ article.owner.username }}, {{ article.date_published }}
-
-
-
- - {% endif %} - {% endfor %} - - -
-
-
-

-

Some images were taken from https://monero.graphics/ under CC BY-SA 4.0 license, check their work and donate them some Moneroj.

-
-
-
- -
-
- - - -
- - -{% endblock %} - - - - - - - diff --git a/articles/templates/articles/edit_article.html b/articles/templates/articles/edit_article.html deleted file mode 100644 index adf5e09..0000000 --- a/articles/templates/articles/edit_article.html +++ /dev/null @@ -1,166 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - -Moneroj.net - Edit Article - - - -{% endblock %} -{% block content %} - -


-
- -

Write a new article:


-
- {% csrf_token %} -
-
- - -
- OK -
-
- This field is required -
-
-
- - -
-
- - -
- OK -
-
- This field is required -
-
-
- -
-
- - -
- OK -
-
- Preencha esse campo -
-
-
- -
-
- - -
- OK -
-
- This field is required -
-
-
-
-
- - -
-
-
- -
- - -


- -{% endblock %} - - - - - - - diff --git a/articles/templates/articles/images.html b/articles/templates/articles/images.html deleted file mode 100644 index 8bc21f5..0000000 --- a/articles/templates/articles/images.html +++ /dev/null @@ -1,162 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - -Moneroj.net - Choose your image - -{% endblock %} -{% block content %} - - -{% load static %} - -
-
- -
-
-
- -
-

monero-cat-untraceable

-
-
-
- -
-
- -
-

monero-geometric-logo

-
-
-
- -
-
- -
-

monero-is-the-best-regardless-sticker

-
-
-
- -
-
- -
-

monero-mining-4-privacy

-
-
-
- -
-
- -
-

monero-support-your-local-cypherpunk

-
-
-
- -
-
- -
-

monero-the-corrupt-fear-us

-
-
-
- -
-
- -
-

monero-trace

-
-
-
- -
-
- -
-

monero-will-survive-tyranny-sticker

-
-
-
- -
-
- -
-

monero-you-need-no-portfolio

-
-
-
- -
-
- -
-

price-action

-
-
-
- -
-
- -
-

private-by-default

-
-
-
- -
-
- -
-

private-electronic-money

-
-
-
- -
-
- -
-

stats

-
-
-
- -
-
- -
-

ussse-monero

-
-
-
- -
-
- -
-

why-speculate

-
-
-
- -
-
-
- -{% endblock %} - - - - - - - diff --git a/articles/templates/articles/new_article.html b/articles/templates/articles/new_article.html deleted file mode 100644 index cdce861..0000000 --- a/articles/templates/articles/new_article.html +++ /dev/null @@ -1,141 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - -Moneroj.net - New Article - - - -{% endblock %} -{% block content %} - -


-
- -

Write a new article:


-
- {% csrf_token %} -
-
- - -
- OK -
-
- This field is required -
-
-
- -
-
- - -
- OK -
-
- This field is required -
-
-
- -
-
- - -
- OK -
-
- Preencha esse campo -
-
-
- -
-
- - -
- OK -
-
- This field is required -
-
-
-
-
- - -
-
-
-

-

Tips for a better article:


-

All fields are required. Write on a notepad and save locally your article before submitting, otherwise you might - lose all your work. Use simple sentences for the Subtitle, five words at maximum. Select any thumbnail image, - this serves only as a decoration for the article, it doesn't have to be related to the article. - You can use HTML tags to format the article: -

-

- -
- - -


- -{% endblock %} - - - - - - - diff --git a/articles/templates/articles/write.html b/articles/templates/articles/write.html deleted file mode 100644 index 94b1d0e..0000000 --- a/articles/templates/articles/write.html +++ /dev/null @@ -1,327 +0,0 @@ -{% extends "users/base.html" %} -{% block header %} - -Moneroj.net - Profile - - - -{% endblock %} -{% block content %} - - -
-
-
-
-

Start writing great articles!

-

Write and submit your articles for approval.

-
- -
-

-

You are currently: -
-
- {% if request.user.profile.type == 'user' %} - User / writer - {% elif request.user.profile.type == 'editor' %} - Editor and writer - {% elif request.user.profile.type == 'admin' %} - Administrator - {% endif %} -

-
- -
-

-

Write new article:


- -
- -
-
-
- - -
- -

-
-

My Articles

-
- - - - - - - - - - - {% for article in articles %} - - - - - - - - - - {% endfor %} - -
TitleCreatedStatus
View
Edit
Delete
{{ article.title }}{{ article.date_added }}{{ article.status }} -
- X -
-
-
- X - -
-
-
- X - - - -
-
- - {% if request.user.profile.type == 'editor' %} -

-
-

Review Articles

-
- - - - - - - - - - - {% for review in reviews %} - - - - - - - - - - {% endfor %} - -
TitleCreatedStatus
View
Publish
Review
{{ review.title }}{{ review.date_added }}{{ review.status }} -
- X -
-
-
- X -
-
-
- X -
-
- - {% elif request.user.profile.type == 'admin' %} -

-
-

Review Articles

-
- - - - - - - - - - - - {% for review in reviews %} - - - - - - - - - - - {% endfor %} - -
TitleWriterStatus
View
Publish
Review
Delete
{{ review.title }}{{ review.owner.username }}{{ review.status }} -
- X -
-
-
- X -
-
-
- X - -
-
-
- X - - - -
-
- -

-
-

Published Articles

-
- - - - - - - - - - {% for publish in published %} - - - - - - - - - {% endfor %} - -
TitleWriterStatus
View
Delete
{{ publish.title }}{{ publish.owner.username }}{{ publish.status }} -
- X -
-
-
- X - - - -
-
- {% endif %} - -
-


- -{% endblock %} - - - - - - - diff --git a/articles/urls.py b/articles/urls.py deleted file mode 100644 index 65a14ff..0000000 --- a/articles/urls.py +++ /dev/null @@ -1,22 +0,0 @@ -from django.urls import path -from django.contrib.auth import views as auth_views -from . import views - -urlpatterns = [ - - # Pages URLs - # Everyone can use these - path('articles/', views.articles, name="articles"), - path('article//', views.article, name="article"), - path('view_article//', views.view_article, name="view_article"), - - # URLs to articles writing and edit, etc - # Only registered users can use these - path('write/', views.write, name="write"), - path('new_article/', views.new_article, name="new_article"), - path('images/', views.images, name="images"), - path('edit_article//', views.edit_article, name="edit_article"), - path('publish_article//', views.publish_article, name="publish_article"), - path('delete_article//', views.delete_article, name="delete_article"), - -] \ No newline at end of file diff --git a/articles/views.py b/articles/views.py deleted file mode 100644 index e56cffc..0000000 --- a/articles/views.py +++ /dev/null @@ -1,271 +0,0 @@ -from django.shortcuts import render -from django.http import HttpResponseRedirect -from django.urls import reverse -from .models import * -from .forms import * -from users.models import * -from users.forms import * -from users.views import update_visitors -from django.contrib.auth import logout, login, authenticate -from django.contrib.auth.forms import UserCreationForm -from django.contrib.auth.decorators import login_required -import datetime -from datetime import date, timedelta - -########################################### -# General visitors' pages -########################################### - -def articles(request): - if request.user.username != "Administrador" and request.user.username != "Morpheus": - update_visitors(False) - - articles = Article.objects.filter(status="Published").order_by('-id') - first = True - thumbnail = '' - count = 0 - for article in articles: - if first: - thumbnail = article.thumbnail - thumbnail = thumbnail.replace('400x300', '1920x1080') - first = False - article.thumbnail = 'img/articles/' + article.thumbnail - if len(article.title) > 100: - article.title = article.title[:100] + '...' - article.count = count - if count != 5 and count != 0: - article.text = article.text[:200] + '...' - else: - article.text = article.text[:250] + '...' - count += 1 - - if request.method != 'POST': - #no data, go back to articles section - form = SubscriberForm() - message = False - else: - #e-mail submitted - form = SubscriberForm(data=request.POST) - if form.is_valid(): - new_subscriber = form.save(commit=False) - new_subscriber.save() - message = 'Subscription successful!' - else: - message = 'Something went wrong!' - - context = {'page': 'article', 'articles': articles, 'form': form, 'message': message, 'thumbnail': thumbnail} - return render(request, 'articles/articles.html', context) - -# This function is equal to 'view_article', except that it increase unique_visitors -def article(request, identification): - if request.user.username != "Administrador" and request.user.username != "Morpheus": - update_visitors(True) - - try: - article = Article.objects.get(id=identification) - except: - try: - identification = identification.replace('-', ' ') - article = Article.objects.get(title=identification) - except: - return render(request, 'users/error.html') - - article.thumbnail = article.thumbnail.replace('400x300', '1920x1080') - - if article.status == 'Published': - context = {'page': 'article', 'article': article} - return render(request, 'articles/article.html', context) - else: - if request.user.username != "Administrador" and request.user.username != "Morpheus" and request.user != article.owner and request.user.profile.type != 'editor': - return render(request, 'users/error.html') - else: - context = {'page': 'article', 'article': article} - return render(request, 'articles/article.html', context) - -# This function is equal to 'article', except that it doesn't increase unique_visitors -def view_article(request, identification): - if request.user.username != "Administrador" and request.user.username != "Morpheus": - update_visitors(False) - - try: - article = Article.objects.get(id=identification) - except: - try: - identification = identification.replace('-', ' ') - article = Article.objects.get(title=identification) - except: - return render(request, 'users/error.html') - - article.thumbnail = article.thumbnail.replace('400x300', '1920x1080') - - if article.status == 'Published': - context = {'page': 'article', 'article': article} - return render(request, 'articles/article.html', context) - else: - if request.user.username != "Administrador" and request.user.username != "Morpheus" and request.user != article.owner and request.user.profile.type != 'editor': - return render(request, 'users/error.html') - else: - context = {'page': 'article', 'article': article} - return render(request, 'articles/article.html', context) - -########################################### -# Required login - Users -########################################### - -@login_required -def images(request): - context = {'page': 'article'} - return render(request, 'articles/images.html', context) - -@login_required -def write(request): - articles = Article.objects.filter(author=request.user).order_by('-id') - for article in articles: - try: - article.date_added = datetime.datetime.strftime(article.date_added, '%d/%m/%Y') - article.date_updated = datetime.datetime.strftime(article.date_updated, '%d/%m/%Y') - except: - pass - try: - article.date_published = datetime.datetime.strftime(article.date_published, '%d/%m/%Y') - except: - pass - if len(article.title) > 60: - article.title = article.title[:60] + '...' - - if request.user.profile.type == 'editor': - reviews = Article.objects.filter(status="Pending approval").exclude(author=request.user) - for review in reviews: - try: - review.date_added = datetime.datetime.strftime(review.date_added, '%d/%m/%Y') - review.date_updated = datetime.datetime.strftime(review.date_updated, '%d/%m/%Y') - except: - pass - try: - review.date_published = datetime.datetime.strftime(review.date_published, '%d/%m/%Y') - except: - pass - if len(review.title) > 60: - review.title = review.title[:60] + '...' - - context = {'page': 'article', 'articles': articles, 'reviews': reviews} - - if request.user.profile.type == "admin": - reviews = Article.objects.filter(status="Pending approval") - for review in reviews: - try: - review.date_added = datetime.datetime.strftime(review.date_added, '%d/%m/%Y') - review.date_updated = datetime.datetime.strftime(review.date_updated, '%d/%m/%Y') - except: - pass - try: - review.date_published = datetime.datetime.strftime(review.date_published, '%d/%m/%Y') - except: - pass - if len(review.title) > 60: - review.title = review.title[:60] + '...' - - published = Article.objects.filter(status="Published") - for publish in published: - try: - publish.date_added = datetime.datetime.strftime(publish.date_added, '%d/%m/%Y') - publish.date_updated = datetime.datetime.strftime(publish.date_updated, '%d/%m/%Y') - except: - pass - try: - publish.date_published = datetime.datetime.strftime(publish.date_published, '%d/%m/%Y') - except: - pass - if len(publish.title) > 60: - publish.title = publish.title[:60] + '...' - - context = {'page': 'article', 'articles': articles, 'reviews': reviews, 'published': published} - - else: - context = {'page': 'article', 'articles': articles} - return render(request, 'articles/write.html', context) - -@login_required -def new_article(request): - if request.method != 'POST': - #create new page with blank form - form = ArticleForm() - else: - #process data and submit article - form = ArticleForm(data=request.POST) - if form.is_valid(): - new_article = form.save(commit=False) - new_article.author = request.user.username - articles = Article.objects.filter(author=new_article.author).filter(status='Pending approval') - count = 0 - if articles: - for article in articles: - count += 1 - if count >= 5: - return HttpResponseRedirect(reverse('articles:write')) - new_article.date_updated = datetime.datetime.now() - new_article.owner = request.user - new_article.url = new_article.title.replace(' ', '-') - new_article.status = 'Pending approval' - new_article.save() - return HttpResponseRedirect(reverse('articles:write')) - - context = {'form': form, 'page': 'article'} - return render(request, 'articles/new_article.html', context) - -@login_required -def edit_article(request, identification): - try: - article = Article.objects.get(id=identification) - except: - return render(request, 'users/error.html') - if request.user.profile.type != "admin" and request.user != article.owner: - return render(request, 'users/error.html') - - if request.method != 'POST': - #no data submitted, load saved data - form = ArticleForm(instance=article) - else: - #data submitted, now save it - form = ArticleForm(instance=article, data=request.POST) - if form.is_valid(): - new_article = form.save(commit=False) - new_article.author = request.user.username - new_article.date_updated = date.today() - new_article.owner = request.user - new_article.url = new_article.title.replace(' ', '-') - new_article.status = 'Pending approval' - new_article.save() - return HttpResponseRedirect(reverse('articles:write')) - - context = {'form': form, 'article': article, 'page': 'article'} - return render(request, 'articles/edit_article.html', context) - -@login_required -def delete_article(request, identification): - try: - article = Article.objects.get(id=identification) - except: - return render(request, 'users/error.html') - if request.user.profile.type != "admin" and request.user != article.owner: - return render(request, 'users/error.html') - - article.delete() - return HttpResponseRedirect(reverse('articles:write')) - -@login_required -def publish_article(request, identification): - try: - article = Article.objects.get(id=identification) - except: - return render(request, 'users/error.html') - if request.user.profile.type != "admin" and request.user.profile.type != "editor": - return render(request, 'users/error.html') - - if request.user.profile.type == article.owner.profile.type and request.user.profile.type != 'admin': - return render(request, 'users/error.html') - - article.status = 'Published' - article.date_published = date.today() - article.save() - return HttpResponseRedirect(reverse('articles:write')) \ No newline at end of file diff --git a/charts/templates/charts/add_coin.html b/charts/templates/charts/add_coin.html index bf26193..c1a3655 100644 --- a/charts/templates/charts/add_coin.html +++ b/charts/templates/charts/add_coin.html @@ -1,4 +1,4 @@ -{% extends "users/base.html" %} +{% extends "charts/users_base.html" %} {% block header %} Moneroj.net - New Article diff --git a/charts/templates/charts/bitcoin.html b/charts/templates/charts/bitcoin.html index 209a13e..2d2fd33 100644 --- a/charts/templates/charts/bitcoin.html +++ b/charts/templates/charts/bitcoin.html @@ -206,7 +206,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://www.trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', @@ -286,7 +286,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/blockchainsize.html b/charts/templates/charts/blockchainsize.html index b206cde..061defb 100644 --- a/charts/templates/charts/blockchainsize.html +++ b/charts/templates/charts/blockchainsize.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.6, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/blocksize.html b/charts/templates/charts/blocksize.html index 3f4ac75..e9073d7 100644 --- a/charts/templates/charts/blocksize.html +++ b/charts/templates/charts/blocksize.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.2, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/coincards.html b/charts/templates/charts/coincards.html index 9301885..b0a07ac 100644 --- a/charts/templates/charts/coincards.html +++ b/charts/templates/charts/coincards.html @@ -170,7 +170,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/coins.html b/charts/templates/charts/coins.html index 642e083..bb51436 100644 --- a/charts/templates/charts/coins.html +++ b/charts/templates/charts/coins.html @@ -173,7 +173,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/commit.html b/charts/templates/charts/commit.html index 6d18227..6b66299 100644 --- a/charts/templates/charts/commit.html +++ b/charts/templates/charts/commit.html @@ -125,7 +125,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/commitntv.html b/charts/templates/charts/commitntv.html index ce563b7..5a3ba2b 100644 --- a/charts/templates/charts/commitntv.html +++ b/charts/templates/charts/commitntv.html @@ -126,7 +126,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/competitors.html b/charts/templates/charts/competitors.html index dbed165..511c681 100644 --- a/charts/templates/charts/competitors.html +++ b/charts/templates/charts/competitors.html @@ -175,7 +175,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/competitorslin.html b/charts/templates/charts/competitorslin.html index 95a83ba..ddecc41 100644 --- a/charts/templates/charts/competitorslin.html +++ b/charts/templates/charts/competitorslin.html @@ -175,7 +175,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/competitorssats.html b/charts/templates/charts/competitorssats.html index 03645c7..b167928 100644 --- a/charts/templates/charts/competitorssats.html +++ b/charts/templates/charts/competitorssats.html @@ -176,7 +176,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/competitorssatslin.html b/charts/templates/charts/competitorssatslin.html index 0fe912e..116f774 100644 --- a/charts/templates/charts/competitorssatslin.html +++ b/charts/templates/charts/competitorssatslin.html @@ -176,7 +176,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/compinflation.html b/charts/templates/charts/compinflation.html index 2af72a8..66b9659 100644 --- a/charts/templates/charts/compinflation.html +++ b/charts/templates/charts/compinflation.html @@ -202,7 +202,7 @@ xanchor: 'auto', y: 0.70, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/comptransactions.html b/charts/templates/charts/comptransactions.html index cd1e93d..1705df9 100644 --- a/charts/templates/charts/comptransactions.html +++ b/charts/templates/charts/comptransactions.html @@ -197,7 +197,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net
Chart provided as courtesy from Cake Wallet and Monero.com', + text: 'Trocador
https://trocador.app
Chart provided as courtesy from Cake Wallet and Monero.com', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/dailyemission.html b/charts/templates/charts/dailyemission.html index 285d964..fecca1e 100644 --- a/charts/templates/charts/dailyemission.html +++ b/charts/templates/charts/dailyemission.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/dailyemissionntv.html b/charts/templates/charts/dailyemissionntv.html index c90ab66..2f2c9fd 100644 --- a/charts/templates/charts/dailyemissionntv.html +++ b/charts/templates/charts/dailyemissionntv.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/deviation.html b/charts/templates/charts/deviation.html index 47d3944..74fc005 100644 --- a/charts/templates/charts/deviation.html +++ b/charts/templates/charts/deviation.html @@ -150,7 +150,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/deviation_tx.html b/charts/templates/charts/deviation_tx.html index 2d1b79b..8f1db52 100644 --- a/charts/templates/charts/deviation_tx.html +++ b/charts/templates/charts/deviation_tx.html @@ -126,7 +126,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/difficulty.html b/charts/templates/charts/difficulty.html index c195e6e..cba65f0 100644 --- a/charts/templates/charts/difficulty.html +++ b/charts/templates/charts/difficulty.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.3, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/dominance.html b/charts/templates/charts/dominance.html index a7284c8..ff56ac1 100644 --- a/charts/templates/charts/dominance.html +++ b/charts/templates/charts/dominance.html @@ -123,7 +123,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/dread_subscribers.html b/charts/templates/charts/dread_subscribers.html index 14d2287..404cd22 100644 --- a/charts/templates/charts/dread_subscribers.html +++ b/charts/templates/charts/dread_subscribers.html @@ -159,7 +159,7 @@ xanchor: 'auto', y: 1, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/efficiency.html b/charts/templates/charts/efficiency.html index 2395066..0d711d1 100644 --- a/charts/templates/charts/efficiency.html +++ b/charts/templates/charts/efficiency.html @@ -128,7 +128,7 @@ var data3 = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/extracoins.html b/charts/templates/charts/extracoins.html index baf7e74..6048259 100644 --- a/charts/templates/charts/extracoins.html +++ b/charts/templates/charts/extracoins.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/fr.html b/charts/templates/charts/fr.html deleted file mode 100644 index efb317e..0000000 --- a/charts/templates/charts/fr.html +++ /dev/null @@ -1,874 +0,0 @@ - - -{% load static %} - - - - - - Moneroj.net - - - - - - - - - - - - - - - - -
-
-

Saviez-vous que toutes vos données sont exposées lorsque vous utilisez Bitcoin?

-

Monero est ce que les gens pensent acheter lorsqu'ils investissent dans Bitcoin.

-
-
- - -
- - -
-
- -
-
-
-

Monero protège votre vie privée, pas Bitcoin.

-

- La plupart des - gens pensent que Bitcoin est « anonyme Â». Ils ne pouvaient - pas être plus éloignés de la vérité. Bitcoin est un grand livre - transparent et toutes les données des transactions sont - toujours publiquement visibles sur Internet, comme le - montant, les adresses d'expéditeur et de destinataire, les adresses IP, - l'historique, etc. Bitcoin est en fait un cauchemar pour la vie privée. - C'est pourquoi - les cypherpunks ont inventé le Monero ! -

- -
-
-
-
-
-
-
- -

Monero est anonyme

-

Aucune entreprise, gouvernement ou tiers ne peut voir le contenu des transactions. Personne - d'autre que l'expéditeur et le destinataire ne - peut voir combien a été envoyé. Personne ne peut voir votre solde. Même votre IP est masquée par - défaut. -

-
-
-
-
- -

Monero protège vos données et vos fonds

-

Monero est un logiciel open source, audité de manière indépendante, qui garantit la norme de - sécurité la plus élevée. Le développement est financé par - le système de financement participatif communautaire pour se protéger des acteurs malveillants. - Vos pièces sont à vous et personne ne peut les prendre. -

-
-
-
-
- -

Monero rend votre liberté

-

La confidentialité par défaut empêche la surveillance et la censure de masse, garantissant la - liberté personnelle de ses utilisateurs. Monero a - également une transparence facultative en tant que fonctionnalité, aidant les organisations à - prouver leurs équilibres, si nécessaire. -

-
-
-
-
-
-
- -
-
-
-
-
-
- -

Monero a une faible inflation

-

L'inflation annuelle actuelle n'est que de {{ inflation }} et diminue constamment jusqu'à ce - que les émissions "de queue" commencent vers 2022. Il n'y avait pas de - prémine ou ICO et toutes les pièces ont été extraites équitablement depuis 2014. -

-
-
-
-
- -

Monero est rare

-

Il y a - moins de Monero en circulation que Bitcoin, et cela restera un fait - jusqu'en 2040. D'ici là, il est prévu que Monero prendra le relais - marché des comptes offshore, qui est - actuellement au moins 16.000 fois plus important que sa capitalisation - totale. -

-
-
-
-
- -

Extrêmement rapide et bon marché à utiliser

-

Les - transactions apparaissent instantanément dans votre portefeuille, et - cela ne prend que quelques minutes jusqu'à ce que les fonds soient - débloqués et puissent être à nouveau dépensés. - La plupart des transactions coûtent moins - d'un cent à transmettre. -

-
-
-
-
-
-

-
-

Les gens prétendent que Bitcoin résout tous les problèmes de l'humanité. C'est un mensonge terrible. -

-

- Bitcoin est un - bon projet qui mettra les gouvernements en concurrence avec l'argent - dur privé, mais nous ne pouvons tout simplement pas prétendre qu'il - résoudra les problèmes de confidentialité. Alors que Bitcoin - sera bon pour les institutions qui doivent être - auditées (puisque l'audit est plus facile en raison de la transparence), - la plupart des gens préféreront - utiliser de l'argent anonyme pour faire des affaires, - car vous ne voulez pas exposer toutes vos données à tous ceux avec qui - vous traitez. -

-
-
-
- -
-
- - - -
-
- -
-
- -
- -
-

Regardez cette vidéo sur Monero

-

Monero est de l'argent imparable pour les gens imparables

-

Monero - est un projet de la communauté cypherpunk, complètement décentralisé, - sans aucune autorité centrale derrière lui. Il est impossible de le - censurer, - tout comme Bitcoin. La différence est que les personnes - qui utilisent Bitcoin peuvent toujours être censurées, tandis que celles - qui utilisent Monero ne le peuvent pas, car personne ne peut savoir qui - l'utilise. -

- -
-
-

Peur que le gouvernement l'interdise? Réfléchissez à deux fois

-

Étant - donné que Monero est anonyme, il sert en fait de compte offshore sans - avoir à ouvrir un compte dans une banque. Les représentants du - gouvernement n'auront pas - réussi à l'interdire, d'abord parce qu'il est - impossible de fermer un réseau décentralisé, et deuxièmement parce - qu'ils auraient également avantage à l'utiliser pour cacher des fonds. -

-
-
-
-

Interdire Monero le rendrait encore plus cher

-

Monero - est de l'argent rare avec une intimité totale. Il y a une énorme - demande pour un tel actif, tout comme l'or physique. Parce qu'il y a de - l'utilité - dans celui-ci, la demande ne disparaîtra pas avec une - interdiction. En fait, cela ne ferait que créer plus de rareté, faisant - monter les prix. Monero est anti-fragile. Pensez-y : Monero protège - votre patrimoine contre l'inflation et protège votre - vie privée. Si les gouvernements interdisent aux citoyens de protéger - leur patrimoine contre l'inflation, et - d'avoir de l'intimité, pensez-vous qu'il deviendrait - moins cher d'obtenir ces choses? Pas du tout. Ce serait cher - comme l'enfer. -

-
-
-
- -


- -
- -
-

Apprendre. Adapter. Évoluer.

-

Monero pourrait être exactement ce dont votre portefeuille d'investissement a besoin

-

Monero - est une crypto-monnaie pas comme les autres. Il a une faible - corrélation avec Bitcoin, ce qui en fait un bon ajout pour vos - investissements, car - cela vous aidera à vous diversifier et pourrait - augmenter votre rendement futur. N'oubliez pas : Monero est un bébé de 2 - milliards de dollars qui finira par engloutir des comptes offshore de - 32T. - Si l'argent devenait 100 % numérique, comment se - fait-il que les gens pensent encore que vous devrez physiquement ouvrir - un compte dans un autre pays pour cacher de l'argent? -

- -
-
-

Il a détrôné Bitcoin où la confidentialité est un must

-

Bien - que la grande majorité des activités illégales se fassent en utilisant - le dollar, Bitcoin a également été utilisé à cette fin dans le passé. - Parce que - Bitcoin a une blockchain transparente, ces - transactions peuvent être identifiées rétroactivement et marquées comme - « entachées Â». Étant donné que sans logiciel coûteux, vous ne - pouvez pas dire le - différence, de nombreux innocents ont été accusés - d'actes répréhensibles. Monero est sans aucun doute l'argent le plus - avancé disponible, et sa confidentialité totale protège les innocents - contre - fausses accusations. -

-
- - -
-
-

Les pirates préfèrent Monero au Bitcoin

-

Monero - est la pointe de la lance en matière d'intimité. Sa technologie de - pointe en a fait le choix optimal pour la plupart des pirates - informatiques. C'est ce à quoi nous assistons, Bitcoin - est abandonné au profit de Monero, - la seule véritable option de confidentialité. -

-
- -
-
- -
-
- -
-
- - - - -
-
- -
-

- Comment investir dans Monero? -

-

- Intéressé? Ouvrez - simplement un compte dans un échange de confiance, envoyez un virement - bancaire, achetez-le et retirez-le dans votre portefeuille. N'oubliez - pas de toujours avoir vos propres clés, sinon - vos pièces peuvent être volées à l'échange. - - Si vous vous souciez de la confidentialité, nous vous recommandons vraiment - d'utiliser un échange décentralisé ou un échange non KYC (connaissez - votre client), mais seuls les utilisateurs avancés peuvent le faire. - Pour plus d'informations, rendez-vous sur Localmonero.co ou essayez même Bisq. - - -

-
- -
-
-
-
-

- Ouvrir un compte Exchange -

-

- Achetez sur - Kraken.com - - , - Binance.com - - ou sur un échange non KYC*. Envoyez à l'échange un virement - bancaire et convertissez vos fonds en Monero. -

-
-
-
-
-
-

- Installer un portefeuille -

-

- Utilisez - le portefeuille logiciel officiel - - sur PC ou le - portefeuille Cake - - ou le Monerujo sur votre - téléphone portable. - Vous pouvez également acheter un - portefeuille matériel - - . -

-
-
-
-
-
-

- Retirer dans votre portefeuille -

-

- Accédez - à votre compte sur l'échange et demandez-leur d'envoyer votre Monero à - l'adresse de votre portefeuille. - Officiel - Guide . - -

-
-
-
- -
-
- - - -
-
- -
-

- FAQ -

-

- Vous hésitez encore sur la manière de l'acheter et de le conserver? - Lisez les bases ici. -

-
- -
-
    -
  • - - Qu'est-ce que Monero exactement? - -
    -

    - Monero est une - crypto-monnaie, tout comme Bitcoin. Monero est un projet de logiciel - open source qui fonctionne sur sa propre blockchain et qui sert de - monnaie, tout comme le dollar. - Beaucoup de gens laissent leur ordinateur "miner", ce - qui signifie qu'ils prêtent la puissance de traitement de leur PC afin - de valider toutes les transactions sur le réseau. - En faisant cela, toute cette puissance de traitement - est utilisée pour garantir une émission équitable de nouvelles pièces - (ce qui provoque une inflation annuelle décroissante de {{inflation}}) et pour - protéger votre argent - des pirates informatiques. Monero a une inflation - décroissante qui finira par tendre vers zéro, et parce qu'une faible - inflation conduit à la rareté, il fonctionne comme une réserve de - valeur, tout comme l'or ou le Bitcoin. - Contrairement à Bitcoin, cependant, Monero a une - confidentialité totale, ce qui signifie qu'il cache votre solde et vos - transactions d'être visibles sur le réseau pour les autres. - -

    -
    -
  • - -
  • - -
    -

    - Monero dispose - de technologies de pointe en matière de confidentialité, telles que - RingCT, Stealth Addresses, Bulletproof et Dandelion++. Les Ring - Confidential Transactions (RingCT) sont utilisées pour masquer - l'expéditeur d'une transaction et le montant, - tandis que les adresses furtives à usage unique sont - utilisées pour masquer l'adresse du destinataire à l'aide d'une méthode - connue sous le nom de DKSAP. Bulletproofs est un protocole qui a - amélioré les RingCTs, réduisant - la taille des transactions, ce qui se traduit par des - délais de vérification plus rapides et des frais moins élevés. - Dandelion++, quant à lui, a été développé pour masquer l'adresse IP de - l'appareil expéditeur. - -

    -
    -
  • - - -
  • - -
    -

    - Les - développeurs de Monero ont déjà testé le concept d'échanges atomiques - entre lui et Bitcoin, qui se produiront directement à partir du - portefeuille de Monero et seront traités - via la blockchain de Bitcoin. Dans un avenir proche, - les utilisateurs pourront échanger facilement un actif contre un autre, - sans avoir à dépendre des autorités centrales, telles que - échanges, ce qui en fait la meilleure solution de - confidentialité possible pour Bitcoin. En d'autres termes, pour - interdire Monero, les gouvernements devraient d'abord censurer - l'ensemble du Bitcoin - blockchain, ce qui n'arrivera pas, car Bitcoin est - déjà ancré dans la société. Ainsi, personne ne pourra empêcher les gens - d'avoir de la vie privée. - -

    -
    -
  • - -
  • - -
    -

    - Il n'y a - jamais eu de prémine sur Monero. Cela signifie que personne ne contrôle - de grandes quantités de pièces, car toutes les pièces jamais générées - ont toujours été distribuées aux mineurs. Les mineurs - reçoivent des pièces en fonction du travail qu'ils - ont consacré à la validation et à la défense du réseau. Il s'agit donc - d'une forme de revenu financier qu'ils reçoivent pour leur service. - Depuis au - au début (2014), il n'y avait pas de pièces en - circulation, l'inflation était élevée. Maintenant qu'il y a {{supply}} - unités en circulation, l'inflation annuelle n'est que de {{inflation}}. - Le paiement par bloc diminue avec le temps, de même - que le taux d'inflation annuel diminuera lentement vers zéro. La - demande d'argent dur fongible, numérique et axé sur la confidentialité - va probablement monter en flèche - au cours des prochaines années et dépasser son - inflation, les investisseurs s'attendent donc à une hausse considérable - des prix. - -

    -
    -
  • - -
  • - -
    -

    - Le prix de - Bitcoin est bien plus élevé que celui de Monero depuis que le premier a - été introduit en 2009, tandis que le dernier n'a été créé qu'en 2014. - Lorsque Bitcoin a été créé, la technologie - derrière Monero n'existait même pas. Les méthodes de - Bitcoin étaient elles-mêmes un énorme progrès technologique. - Maintenant, Bitcoin a une légion d'investisseurs, est une crypto-monnaie - établie, - et avoir une capitalisation boursière de 1T USD. - Cependant, Bitcoin a de nombreux défauts, tels que le coût et le temps - de transaction, et surtout le manque de confidentialité. Bitcoin n'a - aucune confidentialité. - Toutes les transactions et soldes sont stockés dans - une chaîne de blocs, et sont totalement visibles pour tous les - internautes. En ce sens, Bitcoin ne peut pas fonctionner comme de - l'argent, - parce que l'un des principaux attributs d'un bon - argent est la fongibilité, qui est la capacité de toutes les unités à - être indiscernables des autres. Puisque toutes les transactions de - Bitcoins - sont visibles, vous pouvez les différencier les uns - des autres. Par exemple, vous pouvez choisir d'accepter les - transactions à partir d'une seule adresse, mais choisir d'interdire aux - personnes d'accepter - un autre. Cela permettra inévitablement aux - gouvernements de censurer certaines adresses en fonction de ce que font - leurs propriétaires. Par conséquent, le manque de fongibilité n'est pas - un - fonctionnalité pour beaucoup d'argent. En ce sens, - Monero est bien meilleur que Bitcoin. Monero est plus rapide, moins - cher à traiter et totalement fongible. Vous ne pouvez pas voir les - différences - entre différents Moneroj (Moneroj est au pluriel de - Monero), vous ne pouvez donc pas non plus censurer les gens. Avec - Monero, les gens sont libres, alors qu'avec Bitcoin, les gens - sont à la merci des dirigeants de leurs - gouvernements. - -

    -
    -
  • - -
  • - -
    -

    - Bien que - personne ne puisse prédire exactement ce qui se passera à l'avenir, la - communauté de Monero s'attend à ce qu'il y ait une énorme demande de - confidentialité dans les prochaines années. Avec - notre société s'appuyant davantage sur les processus - numériques, il est plausible qu'un tel type de technologie finisse par - trouver sa place dans notre vie quotidienne. Monero est un pari - sur la numérisation de l'argent, un pari sur le - besoin de confidentialité et aussi un pari que les gouvernements - perdront le monopole de l'argent. En termes de retours, alors que BTC a - pris 900 - jours pour atteindre 37x dans son premier cycle de - marché haussier, Monero a mis 1279 jours pour donner un rendement de - 95x. Cependant, vous ne devez pas considérer cela comme un conseil - financier et vous devez - investir à vos risques et périls. - -

    -
    -
  • - -
  • - -
    -

    - En termes - simples, ouvrez un compte sur un échange de confiance, tel que Kraken - (États-Unis) ou Binance (monde). Il vous suffit d'écrire vos données - sous leur forme. Après cela, complétez - l'ensemble du processus d'enregistrement, qui peut - inclure des procédures KYC, comme l'envoi d'une photo de votre document - et de votre visage. N'oubliez pas non plus d'activer le double facteur - l'authentification, qui empêche les pirates de voler - vos fonds et autorise également les retraits. Ensuite, envoyez un - virement bancaire à l'échange et dans quelques heures, ils - mettre à jour votre solde. Lorsque cela se produit, - achetez votre Monero et procédez aux retraits. - -

    -
    -
  • - -
  • - -
    -

    - Téléchargez - maintenant un portefeuille logiciel pour Monero sur votre téléphone - (comme Cake Wallet ou Monerujo) ou pour votre ordinateur (le portefeuille officiel). - Vous pouvez également acheter - un portefeuille matériel tel que le Ledger. Lorsque - vous avez terminé cette étape, vous pouvez vous connecter sur votre - compte d'échange et demander un retrait de fonds. Ça signifie - vous allez demander à la bourse d'envoyer tous vos - Moneroj de votre compte vers l'adresse de votre portefeuille. Après - cela, vous avez déjà le contrôle total de votre - fonds, c'est tout. - -

    -
    -
  • - -
-
- -
-
- - - - -
-
- -
-

Partners

- -
-
-
- -
- - - -
- -
- - - -
- -
- - - -
-
-
-
-
- -
- - - -
- -
- - - -
- -
- - - -
-
-
-
- -
-
- -
- - - - - - - - - - - - - \ No newline at end of file diff --git a/charts/templates/charts/fractal.html b/charts/templates/charts/fractal.html index eef5ef0..d4cd987 100644 --- a/charts/templates/charts/fractal.html +++ b/charts/templates/charts/fractal.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/golden.html b/charts/templates/charts/golden.html index 8a53b7d..6f0084c 100644 --- a/charts/templates/charts/golden.html +++ b/charts/templates/charts/golden.html @@ -383,7 +383,7 @@ var data12_mobile = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/hashprice.html b/charts/templates/charts/hashprice.html index 7218644..82b8200 100644 --- a/charts/templates/charts/hashprice.html +++ b/charts/templates/charts/hashprice.html @@ -183,7 +183,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/hashrate.html b/charts/templates/charts/hashrate.html index 7b20c28..397a874 100644 --- a/charts/templates/charts/hashrate.html +++ b/charts/templates/charts/hashrate.html @@ -98,7 +98,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/hashvsprice.html b/charts/templates/charts/hashvsprice.html index a2a01ba..f825345 100644 --- a/charts/templates/charts/hashvsprice.html +++ b/charts/templates/charts/hashvsprice.html @@ -142,7 +142,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/index.html b/charts/templates/charts/index.html index 38d0e0f..ed4236f 100644 --- a/charts/templates/charts/index.html +++ b/charts/templates/charts/index.html @@ -1,4 +1,4 @@ -{% extends "users/base.html" %} +{% extends "charts/users_base.html" %} {% block header %} Moneroj.net - Monero Metrics diff --git a/charts/templates/charts/inflation.html b/charts/templates/charts/inflation.html index ca26e7f..dc119bc 100644 --- a/charts/templates/charts/inflation.html +++ b/charts/templates/charts/inflation.html @@ -174,7 +174,7 @@ xanchor: 'auto', y: 0.6, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/inflationfractal.html b/charts/templates/charts/inflationfractal.html index 18d01f0..e574b2d 100644 --- a/charts/templates/charts/inflationfractal.html +++ b/charts/templates/charts/inflationfractal.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/inflationreturn.html b/charts/templates/charts/inflationreturn.html index 0fabf3d..bc77d33 100644 --- a/charts/templates/charts/inflationreturn.html +++ b/charts/templates/charts/inflationreturn.html @@ -248,7 +248,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/maintenance.html b/charts/templates/charts/maintenance.html index 1b24f6f..679365c 100644 --- a/charts/templates/charts/maintenance.html +++ b/charts/templates/charts/maintenance.html @@ -1,4 +1,4 @@ -{% extends "users/base.html" %} +{% extends "charts/users_base.html" %} {% block header %} Moneroj.net - Monero Metrics diff --git a/charts/templates/charts/marketcap.html b/charts/templates/charts/marketcap.html index effa5cb..47ec8d9 100644 --- a/charts/templates/charts/marketcap.html +++ b/charts/templates/charts/marketcap.html @@ -170,7 +170,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/marketcycle.html b/charts/templates/charts/marketcycle.html index 13adab9..5bc0afd 100644 --- a/charts/templates/charts/marketcycle.html +++ b/charts/templates/charts/marketcycle.html @@ -180,7 +180,7 @@ var layout = { xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net
Chart provided as courtesy from Cake Wallet and Monero.com', + text: 'Trocador
https://trocador.app
Chart provided as courtesy from Cake Wallet and Monero.com', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/merchants.html b/charts/templates/charts/merchants.html index 33acbdd..11fc956 100644 --- a/charts/templates/charts/merchants.html +++ b/charts/templates/charts/merchants.html @@ -243,7 +243,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/merchants_increase.html b/charts/templates/charts/merchants_increase.html index e04267d..ad36842 100644 --- a/charts/templates/charts/merchants_increase.html +++ b/charts/templates/charts/merchants_increase.html @@ -242,7 +242,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/merchants_percentage.html b/charts/templates/charts/merchants_percentage.html index 1c2b9be..b78841b 100644 --- a/charts/templates/charts/merchants_percentage.html +++ b/charts/templates/charts/merchants_percentage.html @@ -243,7 +243,7 @@ xanchor: 'auto', y: 0.60, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/metcalfe_deviation.html b/charts/templates/charts/metcalfe_deviation.html index f698f34..1adddea 100644 --- a/charts/templates/charts/metcalfe_deviation.html +++ b/charts/templates/charts/metcalfe_deviation.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/metcalfesats.html b/charts/templates/charts/metcalfesats.html index 01250c0..195007b 100644 --- a/charts/templates/charts/metcalfesats.html +++ b/charts/templates/charts/metcalfesats.html @@ -161,7 +161,7 @@ var data4_mobile = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/metcalfesats_deviation.html b/charts/templates/charts/metcalfesats_deviation.html index 4b2cc21..c5ff9c3 100644 --- a/charts/templates/charts/metcalfesats_deviation.html +++ b/charts/templates/charts/metcalfesats_deviation.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/metcalfeusd.html b/charts/templates/charts/metcalfeusd.html index 475c493..cc4964f 100644 --- a/charts/templates/charts/metcalfeusd.html +++ b/charts/templates/charts/metcalfeusd.html @@ -161,7 +161,7 @@ var data4_mobile = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/minerfees.html b/charts/templates/charts/minerfees.html index b07bebc..e6b3926 100644 --- a/charts/templates/charts/minerfees.html +++ b/charts/templates/charts/minerfees.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/minerfeesntv.html b/charts/templates/charts/minerfeesntv.html index 8178a58..635e0f2 100644 --- a/charts/templates/charts/minerfeesntv.html +++ b/charts/templates/charts/minerfeesntv.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/minerrev.html b/charts/templates/charts/minerrev.html index e7135ca..bf6cd77 100644 --- a/charts/templates/charts/minerrev.html +++ b/charts/templates/charts/minerrev.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/minerrevcap.html b/charts/templates/charts/minerrevcap.html index 21f5647..84af9fc 100644 --- a/charts/templates/charts/minerrevcap.html +++ b/charts/templates/charts/minerrevcap.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/minerrevntv.html b/charts/templates/charts/minerrevntv.html index 623c9a9..796ba97 100644 --- a/charts/templates/charts/minerrevntv.html +++ b/charts/templates/charts/minerrevntv.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/miningprofitability.html b/charts/templates/charts/miningprofitability.html index d158bd9..5a00788 100644 --- a/charts/templates/charts/miningprofitability.html +++ b/charts/templates/charts/miningprofitability.html @@ -97,7 +97,7 @@ xanchor: 'auto', y: 0, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/monerodominance.html b/charts/templates/charts/monerodominance.html index 4d74143..ba744da 100644 --- a/charts/templates/charts/monerodominance.html +++ b/charts/templates/charts/monerodominance.html @@ -97,7 +97,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/p2pool_dominance.html b/charts/templates/charts/p2pool_dominance.html index e972fb7..2e40a7b 100644 --- a/charts/templates/charts/p2pool_dominance.html +++ b/charts/templates/charts/p2pool_dominance.html @@ -145,7 +145,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/p2pool_hashrate.html b/charts/templates/charts/p2pool_hashrate.html index 339e03a..bcf37c7 100644 --- a/charts/templates/charts/p2pool_hashrate.html +++ b/charts/templates/charts/p2pool_hashrate.html @@ -146,7 +146,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/p2pool_miners.html b/charts/templates/charts/p2pool_miners.html index 22e74ab..2738e7b 100644 --- a/charts/templates/charts/p2pool_miners.html +++ b/charts/templates/charts/p2pool_miners.html @@ -145,7 +145,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/p2pool_totalblocks.html b/charts/templates/charts/p2pool_totalblocks.html index 8c0e5b1..db80e0a 100644 --- a/charts/templates/charts/p2pool_totalblocks.html +++ b/charts/templates/charts/p2pool_totalblocks.html @@ -145,7 +145,7 @@ xanchor: 'auto', y: 0, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/p2pool_totalhashes.html b/charts/templates/charts/p2pool_totalhashes.html index 5f05cb7..90b8aa5 100644 --- a/charts/templates/charts/p2pool_totalhashes.html +++ b/charts/templates/charts/p2pool_totalhashes.html @@ -145,7 +145,7 @@ xanchor: 'auto', y: 0, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pageviews.html b/charts/templates/charts/pageviews.html deleted file mode 100644 index 194ff73..0000000 --- a/charts/templates/charts/pageviews.html +++ /dev/null @@ -1,276 +0,0 @@ -{% extends 'charts/base.html' %} - -{% block header %} -Moneroj.net - Transaction Count -{% endblock %} - -{% block content %} - - -
- - -
-
-
-
- Total Pageviews and Unique Visitors (Moneroj.net, linear) -
- - -
-
-
-
-
-
- -
- - - - - - - - - - -{% endblock %} \ No newline at end of file diff --git a/charts/templates/charts/percentage.html b/charts/templates/charts/percentage.html index 9ba692b..61aca48 100644 --- a/charts/templates/charts/percentage.html +++ b/charts/templates/charts/percentage.html @@ -98,7 +98,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/percentmonth.html b/charts/templates/charts/percentmonth.html index de278f2..0f3ffc8 100644 --- a/charts/templates/charts/percentmonth.html +++ b/charts/templates/charts/percentmonth.html @@ -117,7 +117,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/powerlaw.html b/charts/templates/charts/powerlaw.html index 7fbc2a6..f0b8b44 100644 --- a/charts/templates/charts/powerlaw.html +++ b/charts/templates/charts/powerlaw.html @@ -210,7 +210,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pricelin.html b/charts/templates/charts/pricelin.html index 30e0f04..9b511de 100644 --- a/charts/templates/charts/pricelin.html +++ b/charts/templates/charts/pricelin.html @@ -134,7 +134,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pricelog.html b/charts/templates/charts/pricelog.html index aaeb69d..1f78da4 100644 --- a/charts/templates/charts/pricelog.html +++ b/charts/templates/charts/pricelog.html @@ -134,7 +134,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pricesats.html b/charts/templates/charts/pricesats.html index b9846a4..f16f9c2 100644 --- a/charts/templates/charts/pricesats.html +++ b/charts/templates/charts/pricesats.html @@ -132,7 +132,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pricesatslog.html b/charts/templates/charts/pricesatslog.html index 2f93086..3395a51 100644 --- a/charts/templates/charts/pricesatslog.html +++ b/charts/templates/charts/pricesatslog.html @@ -132,7 +132,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/privacydominance.html b/charts/templates/charts/privacydominance.html index 46bcc27..072fc96 100644 --- a/charts/templates/charts/privacydominance.html +++ b/charts/templates/charts/privacydominance.html @@ -97,7 +97,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/privacymarketcap.html b/charts/templates/charts/privacymarketcap.html index 31ee19f..a550811 100644 --- a/charts/templates/charts/privacymarketcap.html +++ b/charts/templates/charts/privacymarketcap.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/pt.html b/charts/templates/charts/pt.html deleted file mode 100644 index 1ba1800..0000000 --- a/charts/templates/charts/pt.html +++ /dev/null @@ -1,602 +0,0 @@ - - -{% load static %} - - - - - Moneroj.net - - - - - - - - - - - - - - - - -
-
-

Você sabia que todos os seus dados são expostos quando você usa Bitcoin?

-

Monero é o que as pessoas pensam que estão comprando quando investem em Bitcoins.

-
-
- - -
- - -
-
- -
-
-
-

O Monero protege sua privacidade, o Bitcoin não.

-

- A maioria das pessoas pensa que o Bitcoin é "anônimo". Elas não poderiam estar mais longe da verdade. O Bitcoin é um livro contábil transparente e - todos os dados das transações ficam visíveis publicamente para sempre na Internet, como a quantidade, endereços do remetente e do destinatário, IPs, - histórico e assim por diante. Bitcoin é na verdade um pesadelo de privacidade. É por isso que inventaram o Monero! -

- -
-
-
-
-
-
-
- -

Monero é anônimo

-

Nenhuma empresa, governo ou terceiro pode ver o conteúdo das transações. Ninguém, exceto o remetente e o destinatário, podem ver o quanto foi enviado. - Ninguém pode ver seu saldo. Até o seu IP fica oculto por padrão. -

-
-
-
-
- -

Monero protege seus dados e seus fundos

-

Monero é um software de código aberto, auditado de forma independente que garante o mais alto padrão de segurança. - O desenvolvimento é financiado por Financiamento Comunitário, protegendo contra pessoas mal-intencionadas. Suas moedas são suas e ninguém pode pegá-las. -

-
-
-
-
- -

Monero devolve sua liberdade

-

A privacidade por padrão evita vigilância e censura em massa, garantindo a liberdade pessoal de seus usuários. - Monero também tem transparência opcional como um recurso, ajudando as organizações a comprovar seus saldos, se necessário. -

-
-
-
-
-
-
- -
-
-
-
-
-
- -

Monero tem inflação baixa

-

A inflação anual atual é de apenas {{ inflation }} e está diminuindo constantemente até que a emissão "residual" comece por volta de 2022. - Não houve moedas mineradas de maneira desleal em seu início, sendo todas mineradas de forma justa desde 2014. -

-
-
-
-
- -

Monero é escasso

-

Há menos Monero em circulação do que Bitcoin, e isso permanecerá um fato até 2040. - Até essa data, prevê-se que Monero assumirá o mercado de contas offshore, que atualmente é pelo menos 16.000 vezes maior do que toda a sua capitalização. -

-
-
-
-
- -

Extremamente rápido e barato de usar

-

As transações aparecem instantaneamente em sua carteira e levam apenas alguns minutos até que os fundos sejam desbloqueados e possam ser gastos novamente. - A transmissão da maioria das transações custa menos de um centavo. -

-
-
-
-
-
-

-
-

As pessoas fingem que o Bitcoin resolve todos nossos problemas. Essa é uma mentira terrível.

-

- Bitcoin é um bom projeto que fará os governos competirem com o dinheiro privado, mas não podemos fingir que resolverá os problemas de privacidade. - Embora o Bitcoin seja bom para instituições que precisam ser auditadas (já que a auditoria é mais fácil por causa da transparência), a maioria das pessoas - prefere usar dinheiro anônimo para fazer negócios, já que você não quer expor todos os seus dados a todos com quem você lida. -

-
-
-
- -
-
- - - -
-
- -
-
- -
- -
-

Veja este vídeo sobre Monero

-

Monero é dinheiro imparável para empreendedores imparáveis

-

Monero é um projeto da comunidade cypherpunk, totalmente descentralizado, sem nenhuma autoridade central por trás dele. - É impossível censurar suas transações, assim como o Bitcoin. A diferença é que quem usa Bitcoin ainda pode ser censurado, enquanto quem usa Monero não, - já que ninguém sabe quem está usando. -

- -
-
-

Tem medo de que o governo o proíba? Pense novamente.

-

Como o Monero é anônimo, ele na verdade serve como uma conta off-shore sem o incômodo de abrir uma conta em um banco. - Funcionários do governo não terão sucesso em bani-lo, primeiro porque é impossível encerrar uma rede descentralizada e, segundo, porque eles também seriam - beneficiados por usá-la para ocultar fundos. -

-
-
-
-

Banir Monero tornaria ele ainda mais caro

-

Monero é dinheiro escasso aprimorado com total privacidade. Há uma grande demanda por um ativo como esse, - assim pelo ouro físico. Como há utilidade nesse ativo, a demanda não desaparecerá com uma proibição. Na verdade, isso apenas criaria mais escassez, - fazendo o preço subir. Monero é anti-frágil. Pense nisso: Monero protege sua riqueza contra a inflação e protege sua privacidade. Se os governos proibirem - os cidadãos de proteger sua riqueza contra a inflação e de ter privacidade, você acha que ficaria mais barato conseguir essas coisas? De jeito nenhum. - Seria muito caro. -

-
-
-
- -


- -
- -
-

Aprender. Adaptar. Evoluir.

-

Monero pode ser exatamente o que sua carteira de investimentos precisa

-

Monero é uma criptomoeda como nenhuma outra. Possui baixa correlação com o Bitcoin, o que o torna um bom complemento para seus - investimentos, pois ajudará a diversificar e poderá aumentar seu retorno futuro. Lembre-se: Monero é uma criança de 2 bilhões de dólares que acabará - engolindo contas off-shore de 32 trilhões de dólares. Se o dinheiro se tornar 100% digital, como as pessoas ainda pensam que será necessário abrir fisicamente - uma conta em outro país para esconder dinheiro? -

- -
-
-

Ele destronou o Bitcoin onde é necessário privacidade

-

Embora a grande maioria das atividades ilegais seja realizada com o uso do dólar, o Bitcoin também foi usado para esse fim no passado. - Como o Bitcoin tem um blockchain transparente, essas transações podem ser identificadas retroativamente e marcadas como "contaminadas". - Visto que sem um software caro você não pode dizer a diferença, muitos inocentes foram acusados ​​de transgressão. - Monero é, sem dúvida, o dinheiro mais avançado disponível, e sua total privacidade protege inocentes de falsas acusações. -

-
- - -
-
-

Hackers preferem Monero a Bitcoin

-

Monero é a ponta da lança em privacidade. Sua tecnologia de o tornou a escolha ideal para a maioria dos hackers. - Isso é o que estamos testemunhando, o Bitcoin está sendo abandonado em favor do Monero, a única opção de privacidade verdadeira. -

-
- -
-
- -
-
- -
-
- - - - -
-
- -
-

Como investir no Monero?

-

Interessado? Basta abrir uma conta em uma corretora confiável, enviar uma transferência eletrônica, comprar e sacar para sua carteira. - Lembre-se de sempre ter sua própria carteira de Monero, caso contrário suas moedas podem ser roubadas da corretora.

-
- -
-
-
-
-

Abrir uma conta numa corretora

-

Abra uma conta na Binance.com. Envie uma transferência bancária para a troca e converta seus fundos em Monero.

-
-
-
-
-
-

INSTALE OU COMPRE UMA CARTEIRA

-

Use a carteira oficial no PC, Cake wallet ou Monerujo no celular. - Você também pode comprar um Ledger.

-
-
-
-
-
-

Saque PARA SUA CARTEIRA

-

Entre na corretora e peça que enviem o seu Monero para a sua carteira. Nunca deixe suas moedas na bolsa! Siga o Guia oficial.

-
-
-
- -
-
- - - -
-
- -
-

Perguntas frequentes

-

Ainda não sabe como comprar e armazenar? Leia o básico aqui.

-
- -
-
    -
  • - O que exatamente é o Monero? -
    -

    - Monero é uma criptomoeda, assim como o Bitcoin. Monero é um projeto de software de código aberto que roda em sua própria blockchain e serve como moeda, - assim como o dólar. Muitas pessoas deixam seus computadores "minerando", o que significa que emprestam o poder de processamento de seus PCs para validar - todas as transações na rede. Com isso, todo esse poder de processamento é usado para garantir a emissão justa de novas moedas (o que causa a inflação anual) - e para proteger seu dinheiro de hackers. Monero tem uma inflação decrescente que eventualmente tenderá a zero e, como a inflação baixa leva à escassez, - ela funciona como reserva de valor para o seu patrimônio, assim como o ouro ou o Bitcoin. Diferentemente do Bitcoin, porém, Monero tem total privacidade. -

    -
    -
  • - - -
  • - -
    -

    - Monero tem tecnologia de privacidade de ponta, como RingCTs, Stealth Addresses, Bulletproofs e Dandelion++. Ring Confidential Transactions (RingCTs) são usados ​​para - ofuscar o remetente de uma transação e o valor, enquanto Stealth Addresses únicos são usados ​​para ocultar o endereço do destinatário usando um método conhecido como DKSAP. - Bulletproofs é um protocolo que melhorou os RingCTs, reduzindo o tamanho das transações, resultando em tempos de verificação mais rápidos e taxas mais baixas. - Por outro lado, o Dandelion++ foi desenvolvido para ocultar o endereço IP do dispositivo remetente. -

    -
    -
  • - -
  • - -
    -

    - Os desenvolvedores do Monero já testaram o conceito de trocas atômicas entre ele e o Bitcoin, que acontecerão diretamente da carteira do Monero e serão processadas - através do blockchain do Bitcoin. Os usuários em um futuro próximo poderão trocar facilmente um ativo por outro, sem ter que depender de autoridades centrais, como as - corretoras, tornando-se a melhor solução de privacidade possível para Bitcoin. Em outras palavras, para banir o Monero, os governos teriam primeiro que censurar todo - o blockchain do Bitcoin, o que não acontecerá, porque o Bitcoin já está enraizado na sociedade. Portanto, ninguém poderá impedir que as pessoas tenham privacidade. -

    -
    -
  • - -
  • - -
    -

    - Nunca houve uma pré-mineração em Monero. Isso significa que ninguém controla grandes quantidades de moedas, uma vez que todas as moedas geradas - sempre foram distribuídas para os mineradores que trabalhassem honestamente. Os mineradores recebem moedas com base em quanto trabalho eles colocam - em validar e defender a rede, portanto, é uma forma de receita financeira que eles obtêm por seus serviços. No início (2014) não havia moedas em - circulação, a inflação era elevada. Hoje existem {{ supply }} unidades em circulação, a inflação anual é de apenas {{ inflation}}. - O pagamento por bloco diminui ao longo do tempo, e também a taxa de inflação anual diminuirá lentamente até chegar a zero. - A demanda por dinheiro fungível, digital e voltado para a privacidade provavelmente disparará nos próximos anos e ultrapassará a inflação, fazendo com que - provavelmente haja uma apreciação desse ativo. -

    -
    -
  • - -
  • - -
    -

    - O preço do Bitcoin é muito mais alto que o do Monero já que o primeiro foi lançado em 2009, enquanto o último apenas em 2014. - Quando o Bitcoin foi criado, a tecnologia por trás do Monero nem existia. Os métodos do Bitcoin foram em si um grande salto em tecnologia. - Agora, o Bitcoin tem uma legião de investidores, é uma criptomoeda estabelecida e tem um valor de mercado de 1Tri USD. No entanto, o Bitcoin tem muitas - falhas, como custo e tempo de transação, e principalmente falta de privacidade. Bitcoin não tem privacidade alguma. Todas as transações e saldos são armazenados - em uma cadeia de blocos, e são totalmente visíveis para todos os internautas. Nesse sentido, Bitcoin não pode funcionar como dinheiro, pois um dos principais - atributos de um bom dinheiro é a fungibilidade, que é a capacidade de todas as unidades serem indistinguíveis das demais. - Como todas as transações de Bitcoins são visíveis, você pode diferenciar uma da outra. Por exemplo, você pode escolher aceitar transações de um endereço, - mas pode proibir as pessoas de aceitarem outro. Isso inevitavelmente permitirá que os governos censurem determinados endereços com base no que seus proprietários - estão fazendo. Portanto, a falta de fungibilidade não é um recurso desejado para um bom dinheiro. Nesse sentido, Monero é muito melhor - dinheiro do que Bitcoin. Monero é mais rápido, mais barato de operar e completamente fungível. Você não pode ver diferenças entre diferentes Moneroj - (Moneroj é plural de Monero), então você também não pode censurar as pessoas. Com Monero, as pessoas são livres, enquanto com Bitcoin as pessoas estão à - mercê dos líderes de seus governos. -

    -
    -
  • - -
  • - -
    -

    - Embora ninguém possa prever exatamente o que acontecerá no futuro, a comunidade do Monero espera que haja uma grande demanda por privacidade nos - próximos anos. Com nossa sociedade dependendo mais dos processos digitais, é plausível que esse tipo de tecnologia acabe encontrando seu nicho em nosso - dia a dia. Monero é uma aposta na digitalização do dinheiro, uma aposta na necessidade de privacidade e também uma aposta que os governos vão perder o - monopólio do dinheiro. Em termos de retorno, enquanto o BTC levou 900 dias para atingir 37x em seu primeiro ciclo de mercado em alta, Monero levou 1279 - dias para dar 95x retorno. No entanto, você não deve tomar isso como um conselho financeiro e deve investir por sua própria conta e risco. -

    -
    -
  • - -
  • - -
    -

    - Simplificando, abra uma conta em uma corretora confiável, como Kraken (EUA) ou Binance (Brasil). Você só precisa escrever seus dados em seu formulário. - Depois disso, conclua todo o processo de registro, que pode incluir procedimentos KYC, como o envio de uma foto do seu documento e rosto. - Lembre-se também de habilitar autenticação de dois fatores, que evita que hackers roubem seus fundos e também permite retiradas. Em seguida, - envie uma transferência eletrônica para a corretora e, em algumas horas, eles atualizarão seu saldo. Quando isso acontecer, compre o seu Monero e - proceda para sacá-lo. -

    -
    -
  • - -
  • - -
    -

    - Agora baixe uma carteira de software para Monero em seu telefone (como a Cake Wallet ou a Monerujo) ou para seu computador (a carteira oficial). Você também pode comprar - uma carteira de hardware, como o Ledger. Ao concluir esta etapa, você pode fazer o login em sua conta na corretora e solicitar um saque de fundos. - Isso significa pedir à corretora para enviar todos os seus Moneroj de sua conta para o endereço de sua carteira. Depois disso, você já tem controle - total de seus fundos. Parabéns. -

    -
    -
  • - -
-
- -
-
- - - -
-
- -
-

Parceiros

- -
-
-
- -
- - - -
- -
- - - -
- -
- - - -
-
-
-
-
- -
- - - -
- -
- - - -
- -
- - - -
-
-
-
- -
-
- -
- - - - - - - - - - - - \ No newline at end of file diff --git a/charts/templates/charts/rank.html b/charts/templates/charts/rank.html index b2f8ab9..292190f 100644 --- a/charts/templates/charts/rank.html +++ b/charts/templates/charts/rank.html @@ -123,7 +123,7 @@ var layout = { xanchor: 'auto', y: 0, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/reset.html b/charts/templates/charts/reset.html index fd9a40e..7cd92f9 100644 --- a/charts/templates/charts/reset.html +++ b/charts/templates/charts/reset.html @@ -1,4 +1,4 @@ -{% extends "users/base.html" %} +{% extends "charts/users_base.html" %} {% block header %} Moneroj.net - Monero Metrics diff --git a/charts/templates/charts/securitybudget.html b/charts/templates/charts/securitybudget.html index 4c0d108..2f7f8c5 100644 --- a/charts/templates/charts/securitybudget.html +++ b/charts/templates/charts/securitybudget.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.25, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/sfmodel.html b/charts/templates/charts/sfmodel.html index a055f52..62666e5 100644 --- a/charts/templates/charts/sfmodel.html +++ b/charts/templates/charts/sfmodel.html @@ -184,7 +184,7 @@ var layout = { xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/sfmodellin.html b/charts/templates/charts/sfmodellin.html index ab378d1..b9f2074 100644 --- a/charts/templates/charts/sfmodellin.html +++ b/charts/templates/charts/sfmodellin.html @@ -160,7 +160,7 @@ var layout = { xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/sfmultiple.html b/charts/templates/charts/sfmultiple.html index 4521139..dc6041c 100644 --- a/charts/templates/charts/sfmultiple.html +++ b/charts/templates/charts/sfmultiple.html @@ -184,7 +184,7 @@ var layout = { xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/sharpe.html b/charts/templates/charts/sharpe.html index ed850bb..7527782 100644 --- a/charts/templates/charts/sharpe.html +++ b/charts/templates/charts/sharpe.html @@ -138,7 +138,7 @@ xanchor: 'auto', y: 0.85, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/shielded.html b/charts/templates/charts/shielded.html index 570d63e..ecec7c3 100644 --- a/charts/templates/charts/shielded.html +++ b/charts/templates/charts/shielded.html @@ -203,7 +203,7 @@ var data1 = { xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net
Chart provided as courtesy from Cake Wallet and Monero.com', + text: 'Trocador
https://trocador.app
Chart provided as courtesy from Cake Wallet and Monero.com', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social.html b/charts/templates/charts/social.html index d75087d..b449bd9 100644 --- a/charts/templates/charts/social.html +++ b/charts/templates/charts/social.html @@ -147,7 +147,7 @@ xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social2.html b/charts/templates/charts/social2.html index 1e44e63..a2713ca 100644 --- a/charts/templates/charts/social2.html +++ b/charts/templates/charts/social2.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social3.html b/charts/templates/charts/social3.html index d61886e..efe404a 100644 --- a/charts/templates/charts/social3.html +++ b/charts/templates/charts/social3.html @@ -125,7 +125,7 @@ var data1 = { xanchor: 'auto', y: 0.05, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social4.html b/charts/templates/charts/social4.html index 388cb18..4793e48 100644 --- a/charts/templates/charts/social4.html +++ b/charts/templates/charts/social4.html @@ -234,7 +234,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', @@ -368,7 +368,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social5.html b/charts/templates/charts/social5.html index 08b136a..d8e2a25 100644 --- a/charts/templates/charts/social5.html +++ b/charts/templates/charts/social5.html @@ -124,7 +124,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social6.html b/charts/templates/charts/social6.html index 9d4ed9a..9028aa7 100644 --- a/charts/templates/charts/social6.html +++ b/charts/templates/charts/social6.html @@ -169,7 +169,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/social7.html b/charts/templates/charts/social7.html index 432878f..32cf1c4 100644 --- a/charts/templates/charts/social7.html +++ b/charts/templates/charts/social7.html @@ -169,7 +169,7 @@ xanchor: 'auto', y: 0.80, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/tail_emission.html b/charts/templates/charts/tail_emission.html index c7c2e39..13eea9f 100644 --- a/charts/templates/charts/tail_emission.html +++ b/charts/templates/charts/tail_emission.html @@ -98,7 +98,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/thermocap.html b/charts/templates/charts/thermocap.html index f8dbd76..2f5abb9 100644 --- a/charts/templates/charts/thermocap.html +++ b/charts/templates/charts/thermocap.html @@ -216,7 +216,7 @@ xanchor: 'auto', y: 0.75, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/transactiondominance.html b/charts/templates/charts/transactiondominance.html index 89cbd0f..85b8f5f 100644 --- a/charts/templates/charts/transactiondominance.html +++ b/charts/templates/charts/transactiondominance.html @@ -98,7 +98,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/transactionsize.html b/charts/templates/charts/transactionsize.html index 2137319..0a824d5 100644 --- a/charts/templates/charts/transactionsize.html +++ b/charts/templates/charts/transactionsize.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.8, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/transcost.html b/charts/templates/charts/transcost.html index 71aff3c..07c09ce 100644 --- a/charts/templates/charts/transcost.html +++ b/charts/templates/charts/transcost.html @@ -122,7 +122,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/transcostntv.html b/charts/templates/charts/transcostntv.html index df72fcf..ee84fe0 100644 --- a/charts/templates/charts/transcostntv.html +++ b/charts/templates/charts/transcostntv.html @@ -123,7 +123,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/translin.html b/charts/templates/charts/translin.html index 8acfb3f..86b4cc6 100644 --- a/charts/templates/charts/translin.html +++ b/charts/templates/charts/translin.html @@ -126,7 +126,7 @@ var layout = { xanchor: 'auto', y: 0.50, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/translog.html b/charts/templates/charts/translog.html index 30ac262..d35f182 100644 --- a/charts/templates/charts/translog.html +++ b/charts/templates/charts/translog.html @@ -126,7 +126,7 @@ xanchor: 'auto', y: 0.02, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/charts/templates/charts/transmonth.html b/charts/templates/charts/transmonth.html index a0c4cbd..94e4024 100644 --- a/charts/templates/charts/transmonth.html +++ b/charts/templates/charts/transmonth.html @@ -116,7 +116,7 @@ xanchor: 'auto', y: 0.98, yanchor: 'auto', - text: 'Moneroj
https://www.moneroj.net', + text: 'Trocador
https://trocador.app', showarrow: false, borderwidth: 1, bordercolor: '#5f5f5f', diff --git a/users/templates/users/base.html b/charts/templates/charts/users_base.html similarity index 79% rename from users/templates/users/base.html rename to charts/templates/charts/users_base.html index de4eaf9..4ecadd0 100644 --- a/users/templates/users/base.html +++ b/charts/templates/charts/users_base.html @@ -49,9 +49,7 @@