Bitcoin Forum
May 24, 2024, 05:49:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 101 »
441  Local / Альтернативные криптовалюты / Re: [ICO] Oyster Pearl - система онлайн рекламы на блокчейн 21.10-30.11.201 on: June 22, 2018, 07:23:22 PM
Еженедельное обновление прогресса по разработкам на 22 июня 2018 года:
https://medium.com/oysterprotocol/oyster-development-update-june-22-2018-b6fcb5a54ad3
442  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Oyster Shell (SHL) - Dawn of a New Era on: June 22, 2018, 07:22:17 PM
Oyster Development Update June 22, 2018
https://medium.com/oysterprotocol/oyster-development-update-june-22-2018-b6fcb5a54ad3

The development team has made further progress in optimizing the web node script. The previous web node build had a total size of 1.8 megabytes, which is a significant amount of JavaScript to parse through (this was an issue originally submitted by an Oyster community member). The development team has since taken this concern from the community into consideration and has managed to reduce that build to 575kb (a decrease of 70%). By reducing the size of the web node script, the response time for clients will be much shorter, as the necessary data to be downloaded client-side to run the protocol is now significantly smaller.
In addition, the development team has made significant strides in the Ethereuem-related functionalities of the broker nodes, as well as fixed bugs related to gas limits and nonces. Furthermore, QA has been completed on the bury_treasure_addresses task. This task does three things (and for the interest of our community, this post will include the Etherscan transactions that show this task in action).
First, the treasure is sent to a treasure address

(https://etherscan.io/tx/0x896b8d39ae6b1e89f8b931e5a6a49a12e33922c3d62290fc94b9b2c0582579db).

Then, a tiny amount of ETH is forwarded to the treasure address to be used as the gas for the bury() call

(https://etherscan.io/tx/0x54233b4b520bc7634475b786a2306727a5c7dbe737c939508db9550b56c1a2a9).

Finally, the eth_gateway method is invoked and calls the bury() method on the Oyster PRL smart contract

(https://etherscan.io/tx/0x0a7f9427d61e8a4040d5b428f0042996f1ea16a58c7baa23a0174b4b7be6c174).

The transaction ids provided detailing the bury_treasure_addresses task are examples created during testing; thus, the gas prices used in these transactions are relatively high to ensure the transactions are confirmed within a reasonable time frame. In production, these gas prices will be much lower. With the bury_treasure_addresses task working correctly in testing, the development team has moved on to testing the claim_unused_prls task, which will invoke some of Oyster’s eth_gateway methods so that the broker can retrieve any PRLs that were leftover and not needed for treasures.

The development team has also been working on finishing the design for ‘rev2’ and writing proof-of-concept code in Python to use as a reference implementation in other languages later on. The team has started on documenting how rev1 (the current build in production) works to support legacy clients in the future as well. ‘Rev2’ is an exciting future improvement to the Oyster Protocol, as it will give the protocol the capability to offer multi-file uploads in a single session to a single handle. Moreover, each file has the potential of having its own password that the user needs to remember on their own (completely optional feature) and also enables features like media streaming due to a change in how treasures are buried. The design changes in ‘rev2’ of the Oyster protocol will ultimately help wide-spread adoption of the protocol for commercial-grade data storage, as well as lead to a more favorable user experience.

The development team has also added a universal error page to the web storage interface which users will be rerouted to if an error occurs trying upload or retrieval of a file. Additionally, the team has continued testing the integration of Badger DB into the system and are actively working on solving some issues related to this integration. Further work has been completed on integrating a streaming implementation of file uploads to handle larger files. In conjunction with the broker node performance improvements of saving binary data outside of the SQL database, this streaming implementation will significantly help with scalability.

Finally, the team has been working on in-browser previews for Oyster files, and some small improvements on streamable have been made, most notably download progress can now be tracked and displayed visually.

 Smiley
443  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN]🔵🔵 OYSTER 🔵🔵 Anonymous Storage Generates Revenue for Websites on: June 22, 2018, 07:21:42 PM
Oyster Development Update June 22, 2018
https://medium.com/oysterprotocol/oyster-development-update-june-22-2018-b6fcb5a54ad3

The development team has made further progress in optimizing the web node script. The previous web node build had a total size of 1.8 megabytes, which is a significant amount of JavaScript to parse through (this was an issue originally submitted by an Oyster community member). The development team has since taken this concern from the community into consideration and has managed to reduce that build to 575kb (a decrease of 70%). By reducing the size of the web node script, the response time for clients will be much shorter, as the necessary data to be downloaded client-side to run the protocol is now significantly smaller.
In addition, the development team has made significant strides in the Ethereuem-related functionalities of the broker nodes, as well as fixed bugs related to gas limits and nonces. Furthermore, QA has been completed on the bury_treasure_addresses task. This task does three things (and for the interest of our community, this post will include the Etherscan transactions that show this task in action).
First, the treasure is sent to a treasure address

(https://etherscan.io/tx/0x896b8d39ae6b1e89f8b931e5a6a49a12e33922c3d62290fc94b9b2c0582579db).

Then, a tiny amount of ETH is forwarded to the treasure address to be used as the gas for the bury() call

(https://etherscan.io/tx/0x54233b4b520bc7634475b786a2306727a5c7dbe737c939508db9550b56c1a2a9).

Finally, the eth_gateway method is invoked and calls the bury() method on the Oyster PRL smart contract

(https://etherscan.io/tx/0x0a7f9427d61e8a4040d5b428f0042996f1ea16a58c7baa23a0174b4b7be6c174).

The transaction ids provided detailing the bury_treasure_addresses task are examples created during testing; thus, the gas prices used in these transactions are relatively high to ensure the transactions are confirmed within a reasonable time frame. In production, these gas prices will be much lower. With the bury_treasure_addresses task working correctly in testing, the development team has moved on to testing the claim_unused_prls task, which will invoke some of Oyster’s eth_gateway methods so that the broker can retrieve any PRLs that were leftover and not needed for treasures.

The development team has also been working on finishing the design for ‘rev2’ and writing proof-of-concept code in Python to use as a reference implementation in other languages later on. The team has started on documenting how rev1 (the current build in production) works to support legacy clients in the future as well. ‘Rev2’ is an exciting future improvement to the Oyster Protocol, as it will give the protocol the capability to offer multi-file uploads in a single session to a single handle. Moreover, each file has the potential of having its own password that the user needs to remember on their own (completely optional feature) and also enables features like media streaming due to a change in how treasures are buried. The design changes in ‘rev2’ of the Oyster protocol will ultimately help wide-spread adoption of the protocol for commercial-grade data storage, as well as lead to a more favorable user experience.

The development team has also added a universal error page to the web storage interface which users will be rerouted to if an error occurs trying upload or retrieval of a file. Additionally, the team has continued testing the integration of Badger DB into the system and are actively working on solving some issues related to this integration. Further work has been completed on integrating a streaming implementation of file uploads to handle larger files. In conjunction with the broker node performance improvements of saving binary data outside of the SQL database, this streaming implementation will significantly help with scalability.

Finally, the team has been working on in-browser previews for Oyster files, and some small improvements on streamable have been made, most notably download progress can now be tracked and displayed visually.
444  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 22, 2018, 07:16:28 PM
Насчет быков, мастерлюк, предупреждал еще зимой. Раньше девятнадцатого года он их не ждет. У нас глаз замылен, именно поэтому сейчас, мы и не осознаем масштабы этого булрана в будущем. Будем посмотреть, а пока график майкрософта:

Code:
imagejpgcd276ae5e72342b1335d38b5f5f5d06ba20a0ff99f75c478f701ce82d4ae3b78KsHZbDKe
445  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 21, 2018, 08:11:17 PM
ЕОS, повторяюсь, не имеет ничего общего с децентрализацией. Децентрализация или масштабируемость. На данный момент только так, с имплементацией шардинга возможно ситуация изменится и технические характеристики классических медленных чейнов поднимутся. Группа из 21 недобросовестного пользователя стоит на границе «доверия» сети. Это не про независимость.
446  Other / Meta / Re: Calling out [staff] xandry for an explanation: Thank you on: June 21, 2018, 04:24:24 PM
A nod’s as good as a wink to a blind horse. Xandry, there's no place you can hide...  Wink
447  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN]🔵🔵 OYSTER 🔵🔵 Anonymous Storage Generates Revenue for Websites on: June 21, 2018, 09:13:30 AM
Last information I got from the project is that the release was postponed because IOTA layer was not ready. I follow IOTA and as far as I know there was not much progress yet. Was there therefore a new date for Oyster release pulished yet?

Oyster mainnet now online:
https://medium.com/oysterprotocol/oyster-mainnet-online-522e865a59f1?source=user_profile---------4-------------------

Must-read:
https://medium.com/@taylor.f
448  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 20, 2018, 08:17:31 PM
Основная масса людей опасается скама тезера. Мол негативное влияние на рынок, очередное черное пятно в истории рынка и тому подобное. По крайней мере, такие мысли часто слышу от новичков. Я лично вижу огромный зеленый кол в небо по XBT, на который «фиатчики» будут лезть перегрызая глотки друг-другу, если крах тезера всё-таки произойдёт. Но, думаю нам не подкинут таких дровишек.
449  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 20, 2018, 08:05:00 PM
HADAХ добавлен на CMC.
31 место по объемам торгов, 40,8 миллионов/сутки.

Лидер по торгам Content Neutrality Network? Сделал 250% за неделю.
Посмотрим, пока не впечатляет. Неинтересно, вот BiBox... вполне. Но всё-таки однозначный лидер среди биржевых BNB, роль личности очень важна всё-таки. Выкатят декс, где BNB будет газом сети и возможны новые горизонты.
450  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 20, 2018, 10:23:15 AM
video-156a992606a1bd16f89bc961c07fe4e0cb52005b503ce355016b31877509a47b85Ps62dbPU
Здесь очень сжато об основных событиях криптомира.
Смотреть через   https://www.oysterstorage.com/download-form

Это топовый мем.
Хранилище работает в бета-режиме, поэтому выгрузка файлов с мобильных устройств может не работать. (скорость загрузки и лимиты будут, естественно, увеличены) В любом случае, альтернативным вариантом является созданный нами @pearlbot , куда вы отправляете handle (ключ к файлу) приватным сообщением и бот выгружает его из тангла, отвечая уже файлом.
451  Local / Альтернативные криптовалюты / Re: NEM on: June 20, 2018, 09:20:35 AM
По NEM-у вот что смущает, у них же просто вагон времени было чтобы что-то изобразить на своей платформе. По итогу, токен нигде сейчас не используется, по маркетингу тоже провал. На том же NEO есть уже несколько успешно запущенных ICO, на Stellar том же и то есть проекты. Что у NEM? Да практически ничего.

О чем ты?

Заявленные тех.характеристики и потенциальные возможности NEM Catapult:
https://medium.com/nemofficial/welcome-to-catapult-29afe8e1e57c

Проекты, использующие блокчейн NEM:
https://github.com/Sateetje/awesome-nem-projects

Провальный маркетинг? Это называется «не хайповый»
https://mobile.twitter.com/NEMofficial

Читая ваши комментарии, к сожалению, становится страшно за состояние рынка. С такими микроорганизмами никакого оживления и нормального развития экосистемы не предвидится. Ну ничего, караван идет...

 Smiley
452  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 20, 2018, 08:04:38 AM
На этом рынке, пассивный доход от хранения токенов (за исключением нескольких классических понци-схем) это как поезд летящий в обрыв, но с бесплатным вагоном-рестораном. Если коротко, того не стоит. Мне не нравится доебываться к каждому, поверьте, просто борюсь за инвесторов потенциальных, которые принесут ликвидность настоящим рабочим проектам.

 Wink
453  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN]🔵🔵 OYSTER 🔵🔵 Anonymous Storage Generates Revenue for Websites on: June 20, 2018, 06:54:08 AM
35 —💲 Getting paid to disable ads with Oyster Protocol CMO Chris Garner

https://podcast.hodldaily.com/48352ea5

 Wink
454  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Oyster Shell (SHL) - Dawn of a New Era on: June 20, 2018, 06:53:50 AM
35 —💲 Getting paid to disable ads with Oyster Protocol CMO Chris Garner

https://podcast.hodldaily.com/48352ea5

 Wink
455  Local / Альтернативные криптовалюты / Re: [ICO] Oyster Pearl - система онлайн рекламы на блокчейн 21.10-30.11.201 on: June 20, 2018, 06:52:31 AM
Очередной подкаст Криса Гарнера, директора по маркетингу Oyster Protocol:
https://podcast.hodldaily.com/48352ea5

 Wink
456  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 20, 2018, 06:52:12 AM
Очередной подкаст Криса Гарнера, директора по маркетингу Oyster Protocol:
https://podcast.hodldaily.com/48352ea5
457  Local / Альтернативные криптовалюты / Re: [ICO] Oyster Pearl - система онлайн рекламы на блокчейн 21.10-30.11.201 on: June 19, 2018, 08:35:56 PM
Есть план, есть ресурсы денежные и временные. Подготовка к голосованию на Huobi началась заранее, проект поддерживался одним супер-узлом и успешно, на мой взгляд, занял четвёртое место в общем зачете, и вошел в «призы» по европейской зоне, заслужив листинг. Потом он оборвался из-за нарушения договорённостей по депозиту, со стороны биржи. Команда среагировала на это оперативно и подписала новый контракт на листинг, биржа из двадцатки по объемам, анонсируют в течение этой/следующей недели. Бинанс подвергнулся случайно.
458  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Oyster Shell (SHL) - Dawn of a New Era on: June 19, 2018, 08:18:46 PM
Hello! Project Tokens can be purchased only for btc and ETH or for fiat, too, is possible?

Fiat gateway. Oyster Protocol will provide the option to buy storage directly with e.g. PayPal/Stripe. Oyster puts the PRL in place for the customer. Each upload is still paid in PRLs in the background.

 Wink
459  Local / Альтернативные криптовалюты / Re: Аналитика, анализ, прогнозы, новости. on: June 19, 2018, 10:43:19 AM
После перезагрузки крипты:
Code:
IMG_20170d92812c82ae72eeb43040d8ab01234abc29d6d503452b21988908ebeaabb945WWJN3rxX
Так лучше...
Осваиваем технологии ракушечные!  Grin Grin Grin

Вот она, пресловутая массовая адоптация. Хранилище не требует никаких личных данных, номеров телефонов и прочего. Никаких регистраций. Есть ваши данные, анонимное перемещение в тангл, децентрализированное хранение и ваша отвественность за ключи к файлам. Новая парадигма. Напоминаю, что в данную секунду, где-то на просторах интернета, проводятся тестирования протокола монетизации пользовательского трафика, информация о тестировщиках не является публичной, так как команда хочет видеть реальные цифры и работать с ними, публичный тест (оглашение списка веб-сайтов) вызовет искусственный рост посетителей.

460  Local / Альтернативные криптовалюты / Re: [ICO] Oyster Pearl - система онлайн рекламы на блокчейн 21.10-30.11.201 on: June 18, 2018, 06:53:37 PM
А что даст это голосование? На цене это никак не отразится. Насчет рекламы - очень сильно сомневаюсь.

Голосование дает право побороться за листинг на крупнейшую биржу, в данном случае Binance. Очевидно, что на этот раз мы проходим мимо. Но, два месяца назад, проекты Elastos и WePower, занявшие первое и второе места, соответственно, были дисквалифицированы из-за нарушения регламента голосования (использование ботов, анонсирование дропов и тд.) и листинг выиграла, занявшая третье место, Zilliqa (к слову, за которую, я усиленно призывал голосовать, как за единственный толковый проект из представленных тогда)
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 101 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!