A simple website for estimating withdrawal availability over multiple exchanges.

Overview

IOTA exchange status


FAQs    |    Installation    |    Contributing

grafik

IOTA exchange status is a simple website for tracking the current withdrawal possibility of IOTA tokens at the exchanges by community votes. Votes are being reset every 24 hours. The only data that is stored is the IP of the user who voted and the vote of the user. The stored IP address is being deleted after 24 hours. While being saved it is hashed together with a salt by using an SHA256 hash. This enables privacy of the user, even if the database is being breached.
The website is available at https://iotaexchangestatus.canreal.net

The changelog can be found at https://github.com/braydofficial/iotaexchangestatus/wiki/Changelog

FAQs

How does it work?

You can visit the website and vote if a specific exchange currently allows or suspends withdrawal of IOTA tokens. Votes are stored 24 hours and always reset at 12am German time. This way the vote-based data is never older than 24 hours.

Is it planned to store every vote 24 hours instead of resetting them at a specific time that repeats every 24 hours?

Yes. Currently, if you vote at one hour before the daily reset, your vote only gets stored one hour. In the future, I want to add a time stamp to every vote, so it get's deleted after 24 hours instead of a daily reset of all votes at once.

Which data of me is stored?

The website does not use cookies or any tracking like Google Analytics or else. The only thing that is getting stored is your IP address. However, your IP address is only stored 24 hours and gets fully deleted afterwards. Also, your IP address is hashed together with a random generated salt as a SHA256 hash. This way your IP does not get exposed in plain text in case of an attack and successfull breach onto the database.

Do you plan to make updates?

Sure, that's why there's a link to the changelog above! :) You can also always make suggestions, contribute to the project or create your own fork (Please respect the license, so that the project is always Open Source and usable for everyone in the community).

Installation

The installation process is pretty straight forwards. You will need PHP8.0 installed and a MySQL database. Create a table in your database called 'votes' with the following structure: grafik

Set up your webserver configuration with apache2, NGINX, etc. & clone the repo afterwards

$ git clone https://github.com/braydofficial/iotaexchangestatus.git

Install iota.php as a submodule, which is needed for checking the balances of the exchange wallets

$ cd iotaexchangestatus
$ git submodule init
$ git submodule update

Copy the sample-config.php to config.php

$ cp sample-config.php config.php

Now open config.php with your favorite text editor and adjust the settings for the data base and your salt

Contributing

You're always free to contribute to this little project with your code, ideas or else! However, please respect the license, so the project and its forks are always Open Source and available for everyone in the IOTA community to use. Thank you!

You might also like...
A simple News/Bloging Website Build Using Vue and Inertia with Laravel

Laravel Vue and Inertia News Site This is a simple News/Bloging Website Build Using Vue and Inertia with Laravel.

NamelessMC is a free, easy to use & powerful website software for your Minecraft server
NamelessMC is a free, easy to use & powerful website software for your Minecraft server

NamelessMC - v2 pre-release 10 NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range o

Website peminjaman ruang
Website peminjaman ruang

Pinjam Ruang Pinjam Ruang Mudah dan Cepat! Lihat Demo · Laporkan Kesalahan · Ajukan Fitur Baru Daftar Isi Tentang Pinjam Ruang Dibuat Menggunakan Demo

Codsletter: turn your website into a periodical newsletter, all automatically!
Codsletter: turn your website into a periodical newsletter, all automatically!

About Codsletter With Codsletter, you can turn your blog into a periodical newsletter with few clicks and some configuration. In particular, you can:

Pengembangan website OSIS SMAN 17 Kabupaten Tangerang, dimulai dari tanggal 14 februari 2021

CodeIgniter 4 Application Starter What is CodeIgniter? CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More in

This is the source code to my website built with the Laravel framework.
This is the source code to my website built with the Laravel framework.

About This is the source code to my website built with the Laravel framework. Set-up Simply clone this repository, install composer and node dependenc

website that contains solutions to make IT support easier to solve problems.

Project This website is manual guide when you face a problem and don't want to call IT support. hr always call for helping with repeated problem. I fe

The simplest, most intuitive way to host your photos on your website.

Gallery 3.1+ (development version) About Gallery 3 is a web based software product that lets you manage your photos on your own website. You must have

SISTEM PEMINJAMAN BUKU adalah sebuah sistem aplikasi berbasis website untuk transaksi peminjaman buku
SISTEM PEMINJAMAN BUKU adalah sebuah sistem aplikasi berbasis website untuk transaksi peminjaman buku

SISTEM PEMINJAMAN BUKU adalah sebuah sistem aplikasi berbasis website untuk transaksi peminjaman buku Fitur utama SISTEM PEMINJAMAN Login Management b

Comments
  • Make countdown actually work

    Make countdown actually work

    Currently the countdown is bugged. It

    • either displays the wrong time in a different time zone than the server (due to JS being client side)
    • or it displays nothing

    Will need to fix this somehow.

    bug 
    opened by braydofficial 1
  • Added hashing for IP addresses and visual additions

    Added hashing for IP addresses and visual additions

    • IP addresses are now being saved as a SHA256 hash in the database. Because IPv4 addresses are limited every hash should be known. Therefore, I added the variable $salt which you can change to add your fixed salt. The hashed value in the database therefore is "IP + SALT". This way the IP addresses don't get exposed in case the database get's hacked. -> Which also means no user specific data is saved more than 24 hours and all user specific data is protected trough a salted hash.
    • Positioned the buttons to vote below the statistics and added a text to explain, that people can send their vote by pressing one of the buttons.
    • Added the link to this GitHub repo to the footer
    enhancement 
    opened by braydofficial 0
Owner
Brayd
YouTuber, IT expert for system integration, vegan, hobby photograph
Brayd
:panda_face: Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868

Jitamin Jitamin (pronounced /ˈdʒɪtəmɪn/) is a free software written in PHP, intended to handle the project management over the web. Jitamin is inspire

jitamin 916 Dec 14, 2022
Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

null 6 Oct 21, 2022
¡BACKEND OVER APP! API REST IMPLEMENTANDO CONCEPTOS DE ARQUITECTURA HEXAGONAL, DDD, TDD Y SOLID. HECHO EN LARAVEL & PHP

¡BACKEND OVER APP! API REST IMPLEMENTANDO CONCEPTOS DE ARQUITECTURA HEXAGONAL, DDD, TDD Y SOLID. HECHO EN LARAVEL & PHP

Cristian Camilo Vasquez 17 Dec 27, 2022
This application gives you the ability to send a newsletter to multiple subscribers with use of SMTP or an external driver like Mailgun

Laravel Newsletter Laravel Newsletter is an open source project that can be used for sending newsletters to multiple subscribers, mailing lists, ... a

Nathan Geerinck 59 Dec 29, 2022
A free and open-source accounting and production system for businesses and non-profits with support for multiple users and varied integrations

A free and open-source accounting and production system for businesses and non-profits with support for multiple users and varied integrations.

null 3 Sep 22, 2022
Web interface to manage multiple instance of lxd

LXDMosaic ?? Share your feedback ?? More input required ?? Roadmap ??️ Docs ?? Get Started Prepare LXD Setup LXD and ensure LXD is available over the

null 438 Dec 27, 2022
A simple, not so bad looking Minecraft Server's website template

Minecraft Server 官网模板 本仓库为 Minecraft 服务器官网模板,主要通过 Bootstrap 和 Argon 组件库实现 本项目基于 https://github.com/nyancatda/mcserverweb 二开 config.json参数说明 参数 说明 备注 s

GBCLStudio 邱晨晟曦 2 Mar 4, 2022
PHP SİMPLE HTML DOM with news website

PHP SİMPLE HTML DOM with news website I found a library that can pull data from a site to my own site with php. I used it and pulled the yield from a

Uğur Mercan 2 Oct 26, 2022
Created simple login system and chat type website using mysql database along with php and html , css and javascript.

Created simple login system and chat type website using mysql database along with php and html , css and javascript.

null 1 Jan 6, 2022