Search content
Sort by

Showing 20 of 156 results by 3DesTeam
Post
Topic
Board Announcements (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 20/01/2019, 09:40:39 UTC
[17 JAN 2019]
We are glad to announce 3DES system update.

We've separated server and client versions. Airdrop token holders may register in the cabinet (https://mvp.3des.network) by nickname used in airdrop and get 3DES points.
Best wishes, Exereum team.
Post
Topic
Board Альтернативные криптовалюты
Re: [Запуск торгов] ❤️❤️❤️ 3DES - новое свойство пр
by
3DesTeam
on 25/11/2018, 14:40:40 UTC
27 November 2018 we launch swap DES to a tradeable 3DES tokens.

📈 We have some exchanges where you can trade 3DES since you have tradeable tokens:

[recommended] Crex24 (https://crex24.com/)
IDEX (https://idex.market/)

If you need some help or have questions during the swap process please ask our special swap manager: @EXM_3DES_SwapManager.

To swap your DES token to 3DES your need to:
1. Use Teleram bot @DES_SwapRobot.
2. Run /start command.
3. Input the address of Ethereum wallet on which you need to be deposited tradeable 3DES tokens. You CAN use the exchange addresses to receive tokens.
4. Finally you will get the address on which you should send the DES tokens.
5. Send you tokens to the address you have got in 4 step.
6. Wait for your tokens.

⚠️ The process is not momentary. You need to wait some time.
Post
Topic
Board Announcements (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 25/11/2018, 14:40:02 UTC
27 November 2018 we launch swap DES to a tradeable 3DES tokens.

📈 We have some exchanges where you can trade 3DES since you have tradeable tokens:

[recommended] Crex24 (https://crex24.com/)
IDEX (https://idex.market/)

If you need some help or have questions during the swap process please ask our special swap manager: @EXM_3DES_SwapManager.

To swap your DES token to 3DES your need to:
1. Use Teleram bot @DES_SwapRobot.
2. Run /start command.
3. Input the address of Ethereum wallet on which you need to be deposited tradeable 3DES tokens. You CAN use the exchange addresses to receive tokens.
4. Finally you will get the address on which you should send the DES tokens.
5. Send you tokens to the address you have got in 4 step.
6. Wait for your tokens.

⚠️ The process is not momentary. You need to wait some time.
Post
Topic
Board Announcements (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 04/09/2018, 10:49:45 UTC
I haven't heard anything about your project before. Do you already have official information about the terms?
What terms are you interesting? We have ended ICO and working on exchanges listing. Thanks for the question.

What are next steps according roadmap? As I understand you decided to scale project. I think you should release new whitepaper.
We have several directions of our work:
- Product updating. We plan to add reward system for workers soon.
- Project scaling. We will update our Whitepaper and will create new product for video rendering as a sample.
- Exchange listings. We working on it and negotiate with some platforms.

Always been a Fan of this here. It should be on everyone's List because it's a Smaller coin, but it has boundless Potential for growth, in my Humble opinion. You can Always bank on 3DES.
Nice opinion. We are working as hard as we can.
Post
Topic
Board Announcements (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 21/08/2018, 09:33:43 UTC
The 3DES product update

Dear 3DES project participants,
Today we have good news to share with you: we’ve launched the expected MVP update.

The technical work description is provided below. We’re glad you have joined the project and offer you to test the updated product version.

At the moment we are working on entering the exchanges, we will post the results soon.

3DES MVP: the technical description of the updates.

Instruments and technologies
The following ones are used in the project: PostgreSQL (database), celery (task queue), Redis (broker for celery), Docker (containerization), Django (web-framework), Flask (web-framework), Python (programming language).

Components
The project is divided into a server and a client. The server allows uploading 3D-models and profiles for 3D-printers. Slicing proceeds on the clients. The client and server are on docker-containers, which allows to install it on a machine fast and easy.

Work description
Celery, Redis, and Django are used on the server. The server is written using Django. It also stores the 3D-models uploaded by users, the printers’ profiles and the generated g-code (the slicing result), that the client automatically sends to the server using API, after slicing it.
The client is written using Flask. The client’s database is written using PostgreSQL, it stores the slicing tasks results, that the client received. The client and server interact via the API. The clients connect the Redis on the server. Redis stores the slicing tasks. Celery evenly distributes the tasks between the connected clients.
As soon as the “Slice” is activated on the server, it creates a task that goes to Redis, and a connected client gets the task using celery. After that, the client understands that it has to start slicing. It downloads the 3D-model and the 3D-printer profile files from the server via the API, and the slicing process begins. As a result, a g-code file is created, that is sent to the server via API and is deleted on the client’s machine. The slicing information (success, start and end time) is recorded in a local database on the client and is shown in the interface. The result is recorded in the server’s database; the user who uploaded the model is notified about the completion; if the task was completed successfully, the g-code file is available to download.
Every client can simultaneously slice up to 4 models now.

Download the client
https://mvp.3des.network/media/worker_container_mac_linux.zip
https://mvp.3des.network/media/worker_container_windows.zip

Instruction:

#### Preparing
1. Install docker и docker-compose
2. Clone repository
[Windows](https://mvp.3des.network/media/worker_container_windows.zip)
[MacOS or Linux](https://mvp.3des.network/media/worker_container_mac_linux.zip)
3. Register on site [3DES](https://mvp.3des.network)

#### Launch on  Unix-systems *MacOS, Linux*
cd path/to/mvp_worker_container/docker/
chmod +x start_worker_macOS_linux.sh
./start_worker_macOS_linux.sh

#### Launch on Windows
Launch mvp_worker_container/docker/start_worker_windows.bat

#### Access to interface
To get access to interface you need to put this address in your browser
[127.0.0.1:5000](http://127.0.0.1:5000)

#### User change
To change user you need to .env and change
LOGIN and PASS, and reload client after

#### Shut down the client
To stop client use the command (from directory with file docker-compose.yml)
docker-compose down

Post
Topic
Board Альтернативные криптовалюты
Re: [Запуск торгов] ❤️❤️❤️ 3DES - новое свойство пр
by
3DesTeam
on 20/08/2018, 09:16:49 UTC
Обновление продукта 3DES

Добрый день, уважаемые участники проекта 3DES. Сегодня у нас хорошая новость. Мы выпустили долгожданное обновление MVP, и рады его представить Вам.

Техническое описание проведенных работ Вы найдете ниже, мы рады Вашему участию в проекте и предлагаем протестировать обновленную версию продукта.

В настоящее время мы работаем над выходами на биржи, и в ближайшее время сообщим о результатах.

3DES MVP: техническое описание проведенных изменений.

Инструменты и технологии
 В проекте используется следующее: postgresql (база данных), celery (очередь задач), redis (брокер для celery), docker (контейнеризация), django (веб-фреймворк), flask (веб-фреймворк), python (язык программирования).

Компоненты
 Проект разделен на сервер и клиент. Сервер позволяет загружать 3D-модели и профили для 3D-принтеров. Слайсинг выполняется на клиентах. Клиент и сервер находятся в docker-контейнерах, что позволяет легко и быстро установить их на машину.

Описание работы
 На сервере используются selery, redis, postgresql и django. Весь сервер написан на django. На нем так же хранятся все загружаемые пользователями 3д-модели, профили принтеров и сгенерированный g-code (результат самого слайсинга), который клиент отправляет автоматически на сервер через API, после того как отслайсил у себя.
 Клиент написан на flask. База данных на клиенте — postgresql, в ней хранятся результаты задач слайсинга, которые поступили на клиент. Взаимодействует клиент с сервером через API.
 Клиенты подключаются к redis на сервере. Redis хранит в себе задачи слайсинга. Celery распределяет равномерно эти задачи между подключенными клиентами.
 Как только в интерфейсе на сервере нажимают «Slice», создается задача, которая попадает в redis, откуда подключенный клиент, посредствам celery, вытаскивает эту задачу. После этого клиент понимает, что он должен начать слайсить. Через API он скачивает с сервера файл 3д-модели и файл профиля принтера и начинает процесс слайсинга. В результате создается файл g-code, который через API отправляется на сервер и удаляется на клиентской машине. Информация о слайсинге (успех, время начала и конца) записывается в локальную базу данных на клиенте и показывается в интерфейсе. На сервере создается запись о результате в базе данных; пользователь, загрузивший модель уведомляется о завершении; и появляется возможность скачать файл g-code, если операция была завершена успешно.
 Каждый клиент сейчас может слайсить одновременно до 4 разных моделей.

Скачивание архива с клиентом
https://mvp.3des.network/media/worker_container_mac_linux.zip
https://mvp.3des.network/media/worker_container_windows.zip

Инструкция
Quote
#### Подготовка

1.  Установить docker и docker-compose
2.  Клонировать репозиторий [3DES
    worker](https://gitlab.com/3des_public/mvp_worker_container/-/archive/dev/mvp_worker_container-dev.zip)
3.  Зарегистрироваться на сайте [3DES](https://mvp.3des.network)
    \#\#\#\# Запуск на Unix-системах *MacOS, Linux*

        cd path/to/mvp_worker_container/docker/
        chmod +x start_worker_macOS_linux.sh
        ./start_worker_macOS_linux.sh

#### Запуск на Windows

Запустить от имени администратора
mvp\_worker\_container/docker/start\_worker\_windows.bat

#### Доступ к интерфейсу

Для доступа к интерфейу клиента необходимо перейти по адресу в браузере:
[127.0.0.1:5000](http://127.0.0.1:5000)

#### Смена пользователя

Для смены пользователя необходимо открыть файл **.env** и изменить поля
**LOGIN** и **PASS**, после чего перезапустить клиент

#### Остановка клиента

Для остановки клиента используется команда (из директории, где находится
файл **docker-compose.yml**)

    docker-compose down

Post
Topic
Board Tokens (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - The First Decentralized 3D Printing Slicer
by
3DesTeam
on 16/07/2018, 10:16:45 UTC
Launching trades with a new token
The 3DES project is scaling up, announces a new token launch and the trade starts. At the moment the tokens are already listed on a decentralized exchange EtherDelta and soon will be listed on other exchanges. The 3DES team is actively developing the project.
Stay tuned!
exchange
Post
Topic
Board Announcements (Altcoins)
Re: [Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 16/07/2018, 10:16:26 UTC
Launching trades with a new token
The 3DES project is scaling up, announces a new token launch and the trade starts. At the moment the tokens are already listed on a decentralized exchange EtherDelta and soon will be listed on other exchanges. The 3DES team is actively developing the project.
Stay tuned!
exchange
Post
Topic
Board Альтернативные криптовалюты
Re: [Запуск торгов] ❤️❤️❤️ 3DES - новое свойство пр
by
3DesTeam
on 16/07/2018, 10:15:26 UTC
Запуск торгов новым токеном
Проект 3DES проводит масштабирование и объявляет о запуске нового токена и его начале торгов. В настоящее время токены уже добавлены на децентрализованную биржу EtherDelta и в ближайшее время будут добавлены на другие биржи. Команда 3дес занимается активной разработкой проекта.
Следите за информацией!
exchange
Post
Topic
Board Альтернативные криптовалюты
Re: [Запуск торгов] ❤️❤️❤️ 3DES - Decentralized Slicer (Обновлено)
by
3DesTeam
on 16/07/2018, 10:14:05 UTC
Запуск торгов новым токеном
Проект 3DES проводит масштабирование и объявляет о запуске нового токена и его начале торгов. В настоящее время токены уже добавлены на децентрализованную биржу EtherDelta и в ближайшее время будут добавлены на другие биржи. Команда 3дес занимается активной разработкой проекта.
Следите за информацией!
exchange
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] 🔥🔥🔥 Exereum 1:1 Ethereum based fork 🔥🔥🔥
by
3DesTeam
on 06/07/2018, 06:52:24 UTC
Update for airdrop program

We announced series of airdrops to the most interesting projects based on Ethereum blockchain. We heard many questions about our selection criteries.
So, everybody who has blockchain based project on Ethereum may send us info.
Airdrop fund is now open for every good project!
Hello. Our team developing 3DES project - 3D printing slicing service. We have ready MVP and working about project scaling.
I've sent info to PM. We will be glad to collaborate.
https://3des.network/
https://bitcointalk.org/index.php?topic=4542740.0
Post
Topic
Board Альтернативные криптовалюты
[Запуск торгов] ❤️❤️❤️ 3DES - новое свойство пр
by
3DesTeam
on 29/06/2018, 04:37:29 UTC
ICO завершено 20 июля 2018

Листинг на IDEX и CREX24
Добрый день, уважаемые участники проекта 3DES.
Сегодня мы официально объявляем об успешном листинге и старте торгов основного токена на биржах IDEX и CREX24. Ниже представлены ссылки на торговые пары.
https://idex.market/eth/3des
https://crex24.com/ru/exchange/3DES-BTC
Вы можете покупать и продавать токены 3DES.
Для участников Private и pre-ICO  в настоящее время готовится платформа для перехода на основной токен. Запуск платформы для перехода мы планируем в ноябре, о чем мы сообщим дополнительно.
Мы продолжаем работу по совершенствованию MVP, и в ближайшее время выйдет новое обновление продукта. Кроме того ведутся работы по масштабированию проекта, о чем также будет сообщено. Следите за новостями по развитию нашего проекта.
Всегда с Вами,
Команда 3DES.


Обновление продукта 3DES

Добрый день, уважаемые участники проекта 3DES. Сегодня у нас хорошая новость. Мы выпустили долгожданное обновление MVP, и рады его представить Вам.

Техническое описание проведенных работ Вы найдете ниже, мы рады Вашему участию в проекте и предлагаем протестировать обновленную версию продукта.

В настоящее время мы работаем над выходами на биржи, и в ближайшее время сообщим о результатах.


Запуск торгов новым токеном
Проект 3DES проводит масштабирование и объявляет о запуске нового токена и его начале торгов. В настоящее время токены уже добавлены на децентрализованную биржу EtherDelta и в ближайшее время будут добавлены на другие биржи. Команда 3дес занимается активной разработкой проекта.
Следите за информацией!
exchange



Новое свойство проекта 3DES
Команда 3DES поставила перед собой задачу оптимизации процесса обработки большого числа моделей при минимальных ресурсных затратах. С этой целью мы спроектировали распределенную биржу вычислительных мощностей, нацеленную на выполнение задачи слайсинга. В процессе проектирования системы родилось предположение, что биржа может быть масштабирована и на другие задачи помимо работы с 3д-моделями.




Наше сообщество :



Общая информация















_______________________________________________________________________________ ____________________________


Наш адрес электронной почты: info@3des.network.
Вы можете задавать любые вопросы или предложить сотрудничество.
Всегда рады быть на связи!

Post
Topic
Board Announcements (Altcoins)
[Trade launch] ❤️❤️❤️ 3DES - New feature of 3DES project ❤️❤️❤️
by
3DesTeam
on 25/06/2018, 16:46:38 UTC
ICO has ended 20 July 2018

Listing on IDEX and CREX24
Dear members of the 3DES project!

Today we officially announce a successful listing and start of the main token trades on IDEX and CREX24 exchanges. Below you can see the links to the trading pairs.

https://idex.market/eth/3des
https://crex24.com/ru/exchange/3DES-BTC

You can buy and sell 3DES tokens.
We are preparing a platform for the participants of the Private and pre-ICO stages to switch to the main token. We plan to launch the platform in November, we will post about it separately.

We continue the MVP improvement, and there will be a new product update release soon. Also, we are working on scaling up the project and we will tell about it as well. Stay tuned to follow the project development news.

Always with you,
3DES Team



The 3DES product update

Dear 3DES project participants,
Today we have good news to share with you: we’ve launched the expected MVP update.

The technical work description is provided below. We’re glad you have joined the project and offer you to test the updated product version.

At the moment we are working on entering the exchanges, we will post the results soon.

3DES MVP: the technical description of the updates.


Launching trades with a new token
The 3DES project is scaling up, announces a new token launch and the trade starts. At the moment the tokens are already listed on a decentralized exchange EtherDelta and soon will be listed on other exchanges. The 3DES team is actively developing the project.
Stay tuned!
exchange


New feature of 3DES project
The 3DES team’s task is to optimize the process of proceeding a large number of models using minimal resources.
For this goal, we developed a decentralized computing capacities exchange for slicing tasks.
While developing the system we assumed that the exchange can be scaled up for other tasks as well, besides only working with 3D models.




JOIN COMMUNITY:















MVP




_______________________________________________________________________________ ____________________________


You can contact with us by the following email: info@3des.network.
Do not hesitate to ask any question or claim partnership!



Post
Topic
Board Announcements (Altcoins)
delete
by
3DesTeam
on 25/06/2018, 10:23:34 UTC
del
Post
Topic
Board Альтернативные криптовалюты
Re: [ICO] ❤️❤️❤️ 3DES - Decentralized Slicer (Обновлено)
by
3DesTeam
on 08/05/2018, 09:39:28 UTC
Что то по проекту не очень много новостей выходит ) Купил монетки очень давно на перспективу ) Следить времени совсем нет!Надеюсь все идет по плану

Все идет по плану! Спасибо, что доверяете нам.

До ICO осталось совсем немного времени и мы активно готовимся. Следите за нашими новостями!
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] ❤️❤️❤️ 3DES - The First Decentralized 3D Printing Slicer (Updated)
by
3DesTeam
on 08/05/2018, 09:36:35 UTC
KnyazED, Scyntech
Xopoшee coчeтaниe дeйcтвитeльнo, вooбщe пoлeзныe вeщи этo xopoшo, кoгдa фyнкциoнaл пpoeктa мoжeт дaть пpaктичecкиe пoзитивныe peзyльтaты.

Кcтaти кaк я пoнял, тyт нe тoлькo 3д пeчaть, нo и вычиcлeния pacпpeдeлeнныe мoжнo бyдeт дeлaть.

Russian theme you can find here https://bitcointalk.org/index.php?topic=2194511.440
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] ❤️❤️❤️ 3DES - The First Decentralized 3D Printing Slicer (Updated)
by
3DesTeam
on 08/05/2018, 09:34:43 UTC
What is Decentralized 3D Printing Slicer? I read your white paper, but I don't think you have any difference with ordinary 3D printing technology. What technology did you use in the blockchain?
We don't do new 3D printing, we do new service to make 3D printing faster, easier and cheaper.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] ❤️❤️❤️ 3DES - The First Decentralized 3D Printing Slicer (Updated)
by
3DesTeam
on 08/05/2018, 09:32:40 UTC
Did I miss something? When the ICO starts?
April, 15
We are waiting for you!
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] ❤️❤️❤️ 3DES - The First Decentralized 3D Printing Slicer (Updated)
by
3DesTeam
on 08/05/2018, 09:30:17 UTC
I don't get it.  I watched the MVP video, and actually it's helpful to not understand Russian.  If you just watch the video and see the MVP in action, and you understand 3D printing, you will realize that this software is probably pre-2009 in terms of... anything.  No preview, no toolpaths, hardly any printer support.  Of course, that all can come over time.  The demo of the MVP is centralized, which in this case I suppose means that all of the slicing is done on the local computer.  And notice how quickly it was done.  So why in the world would anyone want to have a token for a decentralized slicer?  To this date, I do not believe anyone has given a reasonable answer to this question, if any at all.

Yes, you are right, this MVP is centralized. In interview was info about it. The first version of MVP is is aimed to collect all crushes, bugs and issues. New version is in development now and there will be a lot of new features, as you ask. 
Moreover, while we were doing it we found an insight to make a decentralized exchange of digital computing. So, we will expand the idea.
Post
Topic
Board Bounties (Altcoins)
Re: ❤️❤️❤️ REFERRAL BOUNTY ❤️❤️❤️ 3DES - Decentralized Slicer ❤️❤️❤️
by
3DesTeam
on 08/05/2018, 08:51:49 UTC
ICO starts on 15 May



JOIN COMMUNITY:

MAIN THREAD



REFERRAL PROGRAM


Contact us @des3d


Click join button on our website or here


Register your account


We'll send approval link to your mail (check inbox folders)


Then login in the cabinet


Your e-mail will be verificated. Choose your country


Enter the public key of your Ethereum wallet for purchasing DES tokens


Get your personal referral link for invitation and see our referral conditions.




_______________________________________________________________________________ ____________________________

MAIN THREAD

You can contact with us by the following email: info@3des.network.
Do not hesitate to ask any question or claim partnership!




any further detail about the token and the bounty and if there's airdrop? would like to help promote the project! thanks! and goodluck!


Thanks!
We have referral program and airdrop. PM me to talk about promotion