Bitcoin Forum
May 07, 2024, 06:48:33 PM *
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 ... 56 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: August 10, 2022, 10:31:01 PM
What is the actual status on the mainnet launch?
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: July 25, 2022, 09:30:41 AM
Mainnet

Hey everyone!
We finally get round to forming the mainnet Node.

Mainnet capabilities:
1. Smart contracts
2. Atomic swap
3. Multisig accounts
4. Tokens issuing (fungible and non-fungible)
5. On-chain transaction storage
6. Off-chain storage
7. Bounties and tips
8. Tech committee, council, funded tasks, democracy
9. Web wallet and mobile
10. "The Ledger of Things" block explorer

After the mainnet launch we will implement commercial objects tokenizaton feature.

We need about a week to upgrade the actual node to the Substrate master. Then we will proceed some tests required.
Expect that you guys would help us test functionality on the testnet before we move towards the mainnet launch.

Will all those functions be available from the beginning or is there a phased approach?

They will be available as API/RPC options.  

What about the web wallet? Polkadot wallet is still used on the testnet, shouldn't we develop a brand new one?

We are working on the one now. Hope it comes out by the time of the mainnet start in about a week or so.

By the way, thanks for all your support, we've got around 400 nodes running on the testnet now: https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5
 

How about this one https://wallet.3dpass.org/ ?

It's still under development, but you can use it, assuming it's a beta wallet

Transfers work fine. There is something I would suggest to add first, which is the password option.
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: July 15, 2022, 07:40:55 AM
Mainnet

Hey everyone!
We finally get round to forming the mainnet Node.

Mainnet capabilities:
1. Smart contracts
2. Atomic swap
3. Multisig accounts
4. Tokens issuing (fungible and non-fungible)
5. On-chain transaction storage
6. Off-chain storage
7. Bounties and tips
8. Tech committee, council, funded tasks, democracy
9. Web wallet and mobile
10. "The Ledger of Things" block explorer

After the mainnet launch we will implement commercial objects tokenizaton feature.

We need about a week to upgrade the actual node to the Substrate master. Then we will proceed some tests required.
Expect that you guys would help us test functionality on the testnet before we move towards the mainnet launch.

Will all those functions be available from the beginning or is there a phased approach?

They will be available as API/RPC options.  

What about the web wallet? Polkadot wallet is still used on the testnet, shouldn't we develop a brand new one?

We are working on the one now. Hope it comes out by the time of the mainnet start in about a week or so.

By the way, thanks for all your support, we've got around 400 nodes running on the testnet now: https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5
 

How about this one https://wallet.3dpass.org/ ?
44  Local / Altcoins (Bahasa Indonesia) / Re: 3DPass: Mungkinkah semua benda didunia akan di Tokenisasi secara desentralis? on: July 07, 2022, 08:05:35 AM
Ide bagus. Berapa banyak node di jaringan sekarang?
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: July 07, 2022, 07:57:14 AM
Mainnet

Hey everyone!
We finally get round to forming the mainnet Node.

Mainnet capabilities:
1. Smart contracts
2. Atomic swap
3. Multisig accounts
4. Tokens issuing (fungible and non-fungible)
5. On-chain transaction storage
6. Off-chain storage
7. Bounties and tips
8. Tech committee, council, funded tasks, democracy
9. Web wallet and mobile
10. "The Ledger of Things" block explorer

After the mainnet launch we will implement commercial objects tokenizaton feature.

We need about a week to upgrade the actual node to the Substrate master. Then we will proceed some tests required.
Expect that you guys would help us test functionality on the testnet before we move towards the mainnet launch.

Will all those functions be available from the beginning or is there a phased approach?

They will be available as API/RPC options. 

What about the web wallet? Polkadot wallet is still used on the testnet, shouldn't we develop a brand new one?
46  Local / Альтернативные криптовалюты / Re: 3DPass: блокчейн платформа токенизации 3D вещей on: July 05, 2022, 05:14:50 AM
Как быстро и просто запустить майнинг с помощью Docker

1. Устанавливаем  Docker и Docker Compose.
2. Открываем Терминал и клонируем проект на машину:
Code:
git clone https://github.com/3Dpass/3DP
3. Открываем в браузере кошелек и генерируем адрес и ключи для майнинг аккаунта:
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc2.3dpass.org&types=eNqrVnJMTs4vzSvxzEvLV7JC5oVnlmS4lCbmBKWmOYPElHSUHFNSilKLi5HUpQBFffLzs0sLgvNLi5JT0aTCUzPTM0qAgqXGRkq1AEo%2FJWY%3D

4. Находим в папке 3DP файл `~/3DP/docker-compose.override.yml` и добавляем в него адрес и seed фразу от вашего аккаунта:
Code:
version: "3.9"

  services:
      node:
        environment:
          - MEMO_SEED=[PLACE MEMO SEED HERE]
          - ADDRESS=[PLACE MINER ADDRESS HERE]

5. Собираем и запускаем следующей командой:
Code:
cp docker-compose.override.yml.example docker-compose.override.yml
// TODO: put your `MEMO_SEED` and `ADDRESS` in `docker-compose.override.yml`
docker compose build
docker compose up

6. Проверяем ноду в списке: https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: June 29, 2022, 07:24:09 AM
Can we have the competition on multiple platforms.

I think there should be an incentive with 3DP coins for the winning design, what do you think and how much would you propose? Or any thoughts on how this competition would look like?

I'd propose 10K 3DP. We could arrange voting for the best logo.

Nice!

I vote to let the 3DP team decide.
There aren't enough community members to have a vote from the community in my opinion.
What ever method is chosen it will be beneficial to the community.
Let's take this discussion to discord.


Agree. I've got an idea to suggest about the symbol.  Grin
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: June 22, 2022, 04:19:36 PM
Are we really on the testnet?   Roll Eyes

There are more than 100 nodes on the network now https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5

Is that a high or low number in your experience?

I thought it was going to reach up to 50..  Cheesy  Now I realize that 200 ones is not a limit.
49  Local / Альтернативные криптовалюты / Re: 3DPass: блокчейн платформа токенизации 3D вещей on: June 20, 2022, 01:19:45 PM
Количество нод в сети перевалило за 100:
https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5

На первый взгляд, сеть ведет себя стабильно после недавних изменений
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: June 20, 2022, 01:13:37 PM
Are we really on the testnet?   Roll Eyes

There are more than 100 nodes on the network now https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5
51  Alternate cryptocurrencies / Mining (Altcoins) / Re: CPU and GPU tools for Proof of Scan on: June 07, 2022, 08:17:20 AM
Could you give me some tips how to improve the miner?

https://github.com/3Dpass/miner
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: June 07, 2022, 08:03:17 AM
Syncing .... Grin

I noticed, it takes power to validate the block imported. Is there any reward for that?
53  Local / Альтернативные криптовалюты / Re: 3DPass: блокчейн платформа токенизации 3D вещей on: June 07, 2022, 07:58:03 AM
Стартовала тестовая сеть Testnet!

Инструкция по присоединению ноды здесь: https://3dpass.org/testnet.html#how_to_join_as_a_simple_node
Web тестовый кошелек здесь: https://polkadot.js.org/apps/?rpc=wss://rpc.3dpass.org#/explorer
Статистика нод сети здесь: https://telemetry.polkadot.io/#list/0xd07b37f1046f061b5b17cef78fd171f1a9386d2cd8f465312877a7cbe5e301e5


Нода собирается следующей командой:
Code:
cd ~
git clone https://github.com/3Dpass/3DP.git
cd 3DP
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
source $HOME/.cargo/env
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
sudo apt-get install -y libclang-dev libssl-dev clang
cargo build --bin poscan-consensus --release

Запуск простой ноды без майнинга:
Code:
./target/release/poscan-consensus --base-path ~/3dp-chain/ --chain testnetSpecRaw.json --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" --name MyNodeName

Если хотите майнить, то нужно добавить ключи майнинг аккаунта и Grandpa финализации блоков:
https://3dpass.org/testnet.html#how_to_join_as_a_miner

Нода достаточно требовательна к Интернет соединению и на импорте блоков из-за использования распознавания предметов требуется проц. То есть валидация блоков затратна тоже.
54  Local / Майнеры / Re: 3DPass: Майнер для Proof of Scan on: May 26, 2022, 09:00:39 AM
Имплементированы награды за майнинг. Кому интересно, можно потестировать:
https://bitcointalk.org/index.php?topic=5383311.msg60226971#msg60226971
55  Local / Альтернативные криптовалюты / Re: 3DPass: блокчейн платформа токенизации 3D вещей on: May 26, 2022, 08:56:55 AM
Имплементированы награды за майнинг

Для тестирования:

1. Собераем Ноду: https://github.com/3Dpass/3DP (Необходимо правильно сконфигурировать Rust  https://github.com/3Dpass/3DP/blob/main/docs/rust-setup.md)
2. Импортируем майнинговый ключ Алисы в локальное хранилище:
Code:
target/release/poscan-consensus import-mining-key //Alice --base-path /tmp/alice
Аккаунт Алисы зашит в коде для тестов
3. Запускаем первую ноду с публичным ключом Алисы:
Code:
target/release/poscan-consensus --base-path /tmp/alice --chain local --alice --port 30333 --ws-port 9944 --rpc-port 9933 --unsafe-rpc-external --node-key 0000000000000000000000000000000000000000000000000000000000000001 --validator -lposcan=debug --author 0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d
4. Запускаем вторую ноду:
Code:
target/release/poscan-consensus --base-path /tmp/bob --chain local --bob --port 30334 --ws-port 9945 --rpc-port 9934  --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp --validator
5. Запускаем майнер: https://github.com/3Dpass/miner
6. Подключаемся к обозревателю https://polkadot.js.org/apps/#/explorer или можно собрать front-end template https://github.com/substrate-developer-hub/substrate-front-end-template для просмотра статистики сети.

В результате теста Алиса получает награды за майнинг каждого блока.

Вопросы в Discord: https://discord.gg/u24WkXcwug
56  Local / Майнеры / Re: 3DPass: Майнер для Proof of Scan on: May 16, 2022, 09:40:59 PM
права собственности по-моему и через обычные смарт-контракты можно отслеживать. распознать сам предмет можно только, если он эксклюзивен, условные машины одной серии не токенизируются тогда, как и право собственности не отследить.
я не против технологии, в свое время и биток был забавной игрушкой, но пока вижу попытку натянуть сову на глобус. хотя вполне может и выстрелить.

Через обычные можно отслеживать права. Не понятно только чьи и на что  Grin  Только владелец смарт-котракта (игры например) может что-то отслеживать в рамках своей кухни. Грубо говоря, на своем серваке.

Как я понимаю, в случае машины токенизируется серия, а право собственности закрепляется добавлением в процесс создания айдентити предмета (HASH ID) биометрии владельца https://3dpass.org/features.html#multi_object_options , как дополнительное свойство. Свойств может быть несколько, главное  - чтобы были измеримы и распознаваемы технически (чтобы пруф был).
57  Local / Майнеры / Re: 3DPass: Майнер для Proof of Scan on: May 16, 2022, 10:14:12 AM
чота пока не понимаю, возможно надо глубже рыть. пока вижу помесь нфт с майнингом на новый лад. причем какой-то практической пользы не вижу. фактически просто новый алгоритм. ну да, на других принципах, но смысл тот же. ради чего огород городить? мне кажется, что сейчас будет на коне тот, кто предложит реальное применение, а не просто процесс ради процесса. пусть и другой.

Идея применения, как по мне, понятна - сделать блокчейн, в котором вещи привязаны к сделкам и смарт-контрактам с помощью технологии распознания 1 к 1 (один предмет = один цифровой актив).

Все существующие проекты, включая Эфир и пр, позволяют только сохранить файл или сделать NFT, подписав файл подписью кошелька. Достаточно один пиксел или один байт в файле поменять -  и подпись уже другая, что позволяет получить бесконечное количество копий актива без возможности контроля.

3DPass распознает сам предмет (его форму, а не файл), следовательно можно делать реальные цифровые активы, отслеживать права собственности без участия третьей стороны, использовать их в играх и метавселенных, сделки совершать и тп. Алмаз токенизировать, или просто 3D скульптуру, хоть брэнд Кока колы ))) Ноды сети позволяют отследить копии предметов и гарантированно охраняют оригинал от подделок. Точность распознания сам задаешь. Майнеры как раз и распознают объекты, не дают сохранить копии и тп

Майнеры майнят определенной формы предметы и потом не дают их использовать для создания нового блока. Точно так же они будут отслеживать и предметы (активы пользователей).

Заявлено на будущее так же распознавание 2D картинок, радиосигналов, мелодии, голоса и пр
58  Local / Майнеры / 3DPass: Майнер для Proof of Scan on: May 15, 2022, 03:07:55 PM
Мое внимание привлек проект с оригинальным консенсусом Proof of Scan, который основан на распознании 3D предметов. Вкратце - чтобы намайнить блок копается не хэш функция, а подбирается уникальная 3D модель определенной формы.

Сейчас начинается запуск тестовой сети и выложили на тест ноду и простейший CPU манер. Поскольку алгоритм новый, предполагаю очень широкий простор для оптимизации майнера, а так же возможности создания GPU манера.

Насколько это будет профитно пока не ясно, но сейчас тот момент, когда можно поучаствовать в процессе. Если кому интересно, смотрите инструкцию по сборке и исходники: https://bitcointalk.org/index.php?topic=5383311.msg60138665#msg60138665
59  Local / Альтернативные криптовалюты / Re: 3DPass: блокчейн платформа токенизации 3D вещей on: May 15, 2022, 12:47:16 PM
Начиается первый этап запуска тестнет.

Приглашаются все желающие для тестирования майнинга.

На данный момент есть две опции:
1. Развернуть локально сеть из двух нод и майнер с помощью Docker автоматически
2. Собрать одну ноду самостоятельно и запустить луп мангинга

Оригинал инструкции, как собрать с помощью докера: https://3dpass.org/testnet.html
Инструкция с Докером:

1. Устанавливаем Докер десктоп https://www.docker.com/products/docker-desktop/
2. Открываем Терминал и клонируем директорию ноды на свою машину:
Code:
git clone https://github.com/3Dpass/3DP
3. Переключаемся на ветку dev_recipes:
Code:
cd 3DP
git checkout dev_recipes
4. Запускаем сборку и старт майнинга (после сборки сразу стартует две ноды и майнер)
Code:
docker compose up --build

Процесс:
Майнер генерирует 3D модели случайной формы и отправляет их на вход Proof of Scan, который запущен на ноде. Как только соответсвующий формы объект найден, предлагается создание нового блока. Блок импортируется и валидируется второй нодой. Объект распознается и проверяется, что объектов такой же формы нет в чейне.
--
Нода https://github.com/3Dpass/3DP/tree/dev_recipes
Майнер https://github.com/3Dpass/miner

Говорят, что под Linux лучше собирать без докера, инструкция есть в дискорд чате
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 3DPass: 3D objects tokenization decentralized platform | New Proof of Scan algo on: May 15, 2022, 12:16:00 PM


Code:
 node1  | 2022-05-14 12:34:05 >>>>>> duplicated hash found    
node1  | 2022-05-14 12:34:05 >>>>>> [0x48de17a47286957d81319e5b0fad35adc438f1ec4b1da1eb7e8a0f8a977e8e2b, 0x342ba282440b67f94229c46d318cb862e0d09facc270736121fcaf7fc51b7693, 0x3b97836052b2a0d095c47eabb3f65da8aa7f00011476e994696dcf9d67210679, 0x342ba282440b67f94229c46d318cb862e0d09facc270736121fcaf7fc51b7693, 0x7940fba27548b7b3a0008fe25cb913e375de6ec6462b1bcdee236f79b7defcc8, 0x5ea13f31092fbce296f9f70c5497f28a588982f71861cc6dfa629d9ac54f92c9, 0x7940fba27548b7b3a0008fe25cb913e375de6ec6462b1bcdee236f79b7defcc8, 0xba212f51f5e434ebd1ddd0e0587b008d18b315227d8414514637c62d825d8008, 0x5ea13f31092fbce296f9f70c5497f28a588982f71861cc6dfa629d9ac54f92c9, 0xa2e95862d341bdb741ed9447b2596900344ea8d70ce735ccf9acaa3a8ec19953]   
node1  | 2022-05-14 12:34:05 >>>>>> [0x980f3c4880a63b8163314cbd1beb382c5d43d60c59f0e31306b668fe0b7a3bf9, 0x03fc54e8417d35b195452d0290fc8914e4d9e147aac792841377ee5c3c20f923, 0xba212f51f5e434ebd1ddd0e0587b008d18b315227d8414514637c62d825d8008, 0x03fc54e8417d35b195452d0290fc8914e4d9e147aac792841377ee5c3c20f923, 0x03fc54e8417d35b195452d0290fc8914e4d9e147aac792841377ee5c3c20f923, 0x03fc54e8417d35b195452d0290fc8914e4d9e147aac792841377ee5c3c20f923, 0xba212f51f5e434ebd1ddd0e0587b008d18b315227d8414514637c62d825d8008, 0x03fc54e8417d35b195452d0290fc8914e4d9e147aac792841377ee5c3c20f923, 0x7940fba27548b7b3a0008fe25cb913e375de6ec6462b1bcdee236f79b7defcc8, 0x5ea13f31092fbce296f9f70c5497f28a588982f71861cc6dfa629d9ac54f92c9]   
node1  | 2022-05-14 12:34:05 Unable to import mined block: ClientImport("PoScan validation error: invalid seal")


 Grin working nicely so far and I haven't had any issues.

What is the rate of sending 3D models to the PoScan consensus?



Sometimes, the same error comes up "duplicated hash found". I'm wondering, whether it is normal or not? What does it mean?
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 ... 56 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!