Is it going to be like Layer2 blockchain operating on top of mainnet?
|
|
|
When next halving happens? 
|
|
|
Hello, I have a 12x AMD threadripper pro 7995wx. Is there a profitable altcoin alternative to Monero that I can mine crypto with these processors? I would appreciate it if anyone could share information, thank you.
Hey, check out 3DPass: https://bitcointalk.org/index.php?topic=5502515.0
|
|
|
В недавнем релизе (Node v28) открылась возможность самостоятельного добавления валидаторов (PoA нод, голосующих за финализацию блокчейна и участвующих в обработке объектов, загружаемых пользователями) https://github.com/3Dpass/3DP/releases/tag/v28--- Здесь полная инструкция по запуску и требования: https://3dpass.org/mainnet#validator(рассчитываю скоро поделиться переводом) -- Краткая выжимка следующая:1. Залог (заблокирован на аккаунте Ноды): 400 000 P3D 2. Доход: - 50% от блока за финализацию - и 50% от валидации объектов пользователей 3. Штрафы 20 000 - 40 000 P3D в зависимости от нарушения (уход в офлайн, атаки и тп)
|
|
|
Вот что еще выяснилось. Подстройка параметров по умолчанию для штатного майнера: Если у вас очень производительная машина (или наоборот слабая), вы можете расширить лимиты скорости генерации 3D моделей для улучшения производительности. Вам понадобится модифицировать файл miner.js: https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17const MIN_INTERVAL = 100; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
Уменьшите минимальный лимит, если у вас мощная машина, которую нужно загрузить. Например, MIN_INTERVAL = 10 сократит минимальный лимит до 10 msec. Аналогично можно изменить максимальный лимит (например, MAX_INTERVAL = 100000 увеличит максимум до 100 sec) --- Ручное управление скоростью альтернативного майнером:Если вы используете данный альтернативный майнер: https://github.com/3Dpass/miner , то вы можете управлять скоростью при помощи параметра `--interval`. Например, `--interval 10` установит скорость генерации 3D моделей в 10 msec. Запуск: По истечение месяца выяснилось, что эти подстройки добавляют x1,5..
|
|
|
I am happy to shared that 3DPass now enables the direct storage of actual 3D files on the blockchain and not a random URL Link. This significant advancement in real-world asset (RWA) tokenization allows users to securely upload and tokenize 3D models, preserving them immutably on-chain. A recent video I made on X showcases this feature, where a 3D elephant head model was created, optimized, and successfully stored on the 3DPass blockchain. You can watch the short demonstration (<2 min) in the video shared on X (Twitter). This is not to be downplayed and marks a major milestone in bridging physical assets with blockchain technology, opening new possibilities for artists, creators, everyday users and innovators to protect and authenticate their 3D works and RWAs. I encourage anyone to explore this new functionality and share your experiences. Most of the tools are free and you will only need a small amount of P3D looking at the current market rate of <0.5$ to upload and tokenise a 3D item. https://x.com/A_mo1111_/status/1835695740577849687Yeah, the team's progress is amazing! imho
|
|
|
If so a blockchain of its own is needless "bloat"; one could simply offer customers a range of costs of existing, expected to be secure chains on which to record a cryptographic proof, no need to store entire object, owner of object can retain actual object / 3D-file as long as they feel they need, holding also along with it algorithm / program that creates the algorithmic proof given the actual file.
Some customers might choose to have their proof written to bitcoin blockchain, others maybe even also to various other chains as redundancy.
-MarkM-
That's an arguable point, whether it is pointless to store. imho In PoW miners are finding new blocks, but they store "nonce" one the blockchain (proof is part of the blockchain). Every block represents a piece of value, as well as the user object in 3Dpass does. Miners could have stored proof of work somewhere outside of the blockchain. Why didn't it work this way? Let me put my two cents in by answering the question  It didn't work because the network must take ultimate responsibility for each and every block/asset on the blockchain, which neither of single nodes/individuals can take. And this could not be fulfilled without having the whole bunch of data (proofs included) sealed into the Merkle tree. So it becomes irrefutable evidence proved by math. The bottom line is that if we want the network to take responsibility for the asset authenticity, it must be stored on the blockchain and sealed into the block header by the block author. https://3dpass.org/features#ledger-why-1node-1voteAnd if the asset owner takes 100% responsibility himself (no guarantee for public), he can store the object wherever he likes. Having the HASH ID (the object identity) stored on the blockchain would be enough in the case. 3Dpass consensus Proof of Scan is based on recognition function instead of regular hashing. So, the network is capable of the object properties processing and thus it can take responsibility for the object authenticity (not to mistake with the file authenticity). Which none of the existing L1 blockchain platforms can provide. Thanks for backing me up! I was convinced, there were supposed to be something to it 
|
|
|
If so a blockchain of its own is needless "bloat"; one could simply offer customers a range of costs of existing, expected to be secure chains on which to record a cryptographic proof, no need to store entire object, owner of object can retain actual object / 3D-file as long as they feel they need, holding also along with it algorithm / program that creates the algorithmic proof given the actual file.
Some customers might choose to have their proof written to bitcoin blockchain, others maybe even also to various other chains as redundancy.
-MarkM-
That's an arguable point, whether it is pointless to store. imho In PoW miners are finding new blocks, but they store "nonce" one the blockchain (proof is part of the blockchain). Every block represents a piece of value, as well as the user object in 3Dpass does. Miners could have stored proof of work somewhere outside of the blockchain. Why didn't it work this way?
|
|
|
Seems like paying for storage could end up being a problem...
Even if you store stuff on some kind of filecoin type functionality and had your UTXOs on your blockchain hold staked coins enough to pay for storage indefinitely of the actual data linked to, what if whatever you are staking loses value enough that its staking earnings no longer cover the storage fees?
Maybe if there is a filecoin type thing that has staking and its staking can be depended on for foreseeable future (decades, centuries, whatever, the kind of spans over which e.g. bitcoin's blockchain should need to always be stored live and accessible to the entire internet), you could somehow wrap that filecoin's tokens onto your blockchain to provide a stake with each link? Or convince a stakeable-coin filecoin of some kind to support your application, or just go ahead and use it to implement your application like third party extra layers manage to make use of bitcoin?
-MarkM-
If my understanding right, the object authenticity verification service is the primary one in 3Dpass: https://3dpass.org/3DPass_white_paper.pdf So, the storage fee is considered secondary, even after the mining period is finished.
|
|
|
Tokenize your ideas and earn!Dear friends, I'd like to introduce this Play-to-Earn game for everyone: https://3dpass.org/community#use-cases-ideasHow-to PDF: https://3dpass.org/tokenize_ideas_and_earn.pdf--- The more extraordinary and beautiful ideas you can imagine, the more you can potentially earn!Jump right into this play-to-earn economic game for everyone, which allows to tokenize your ideas into its share-tokens and make an ICO. Educate yourself playing and get a chance to earn P3D on ICOs of your creative ideas reflecting in our hearts and minds as outstanding pieces of art or just sharp and full of sense of humor and creativity items. - All you need to do is to express your idea in words (could be something like: "a funny cow" or "an airplain that looks like a banana" or "a piggy wheel automobile" or anything that you might consider to be smart or funny or worthwile to create). Create anything you'd like and make it into a low-poly 3D model (.obj format) with the AI text-to-3Dmodel generator! https://meshy.ai or similar tools could be used, for instance.
- Get your model tokenized into its share tokens via the mobile wallet https://3dpass.org/mobile-wallet#dex-liquidity-pools . Just put your model on blockchain (pick up its "Share" for the tokenization) and, once approved, create and mint its share-tokens (Max supply is limited to 100%).
- Trade your share-token on DEX without a middleman via the mobile wallet (https://3dpass.org/mobile-wallet#dex-liquidity-pools) or Web3 swap UI (https://swap.3dpscan.io/). Get your idea share-token listed on DEX yourself (no listing fee) and enjoy 3Dpass community support!
-- If you are an artist or 3D-sculptor or NFT creator, an alternative option of 3D modeling for you could be: - Using 3D modeling tools and editors
- Getting real world objects scanned with your smartphone camera or professional 3D-scanner and then making the model simplified into a low-poly .obj (ex. with https://lowpoly3d.xyz/ or Meshlab)
-- Discord: https://discord.gg/u24WkXcwugTelegram: https://t.me/pass3dEveryone is welcome! How to check who is playing?
|
|
|
I'd like to share a few tricks that might help someone adjust the miner velocity to the Node performance, which wasn't apparent at the beginning. That's what I figure out dealing with that during my experiment: -- Embedded miner:I changed the limits in the miner.js this way: https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17const MIN_INTERVAL = 100; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
If you need to load your machine even greater, just decrease the MIN_INTERVAL value to 10 mSec/object or smaller. Like this: const MIN_INTERVAL = 10; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
Making adjustments on the max limit (ex. MAX_INTERVAL = 100000 sets up the miner velocity at 100 sec/object) --- Another minerIn order to adjust this good old miner https://github.com/3Dpass/minerJust set up fix interval manually: Could you share any result? Increasing on CPU performance can help to some extent, but there is a memory bottleneck.. It's not as impressive, ~ x1.5, I think. What is the purpose for the bottleneck to exist, btw?
|
|
|
I'd like to share a few tricks that might help someone adjust the miner velocity to the Node performance, which wasn't apparent at the beginning. That's what I figure out dealing with that during my experiment: -- Embedded miner:I changed the limits in the miner.js this way: https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17const MIN_INTERVAL = 100; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
If you need to load your machine even greater, just decrease the MIN_INTERVAL value to 10 mSec/object or smaller. Like this: const MIN_INTERVAL = 10; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
Making adjustments on the max limit (ex. MAX_INTERVAL = 100000 sets up the miner velocity at 100 sec/object) --- Another minerIn order to adjust this good old miner https://github.com/3Dpass/minerJust set up fix interval manually:
|
|
|
Вот что еще выяснилось. Подстройка параметров по умолчанию для штатного майнера: Если у вас очень производительная машина (или наоборот слабая), вы можете расширить лимиты скорости генерации 3D моделей для улучшения производительности. Вам понадобится модифицировать файл miner.js: https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17const MIN_INTERVAL = 100; const MAX_INTERVAL = 10000; const ADJUSTMENT_PERCENT = 10;
Уменьшите минимальный лимит, если у вас мощная машина, которую нужно загрузить. Например, MIN_INTERVAL = 10 сократит минимальный лимит до 10 msec. Аналогично можно изменить максимальный лимит (например, MAX_INTERVAL = 100000 увеличит максимум до 100 sec) --- Ручное управление скоростью альтернативного майнером:Если вы используете данный альтернативный майнер: https://github.com/3Dpass/miner , то вы можете управлять скоростью при помощи параметра `--interval`. Например, `--interval 10` установит скорость генерации 3D моделей в 10 msec. Запуск:
|
|
|
Переведу еще одну полезную фичу - как сгенерировать и импортировать все необходимые ключи скриптом. Новый аккаунтСкрипт сгенерирует новый аккаунт и импортирует все ключи (Mining key, GRANDPA key and ImOnline key): Существующий аккаунтЕсли у вас уже есть аккаунт, и вы хотите его использовать для майнинга, то существует скрипт keygen_seed.sh, который сгенерирует и импортирует все ключи из вашей секретной seed фразы. Пропишите вашу секретную seed фразу в ~/3DP/keygen_seed.sh: #! /bin/bash # A keyset will be generated out of the seed phrase below MEMO_SEED="PUT YOUR MEMO SEED HERE"
Сохраните изменения в keygen_seed.sh и запустите скрипт: -- Оригинал: https://3dpass.org/mainnet#linux-mac-keys
|
|
|
а совмещать гпу майнинг с цпу возможно? в смысле запустить на гпу ферме еще и цпу майнинг? если цпу не грузится, то вполне реально совмещать имхо. хотя даже бакс в сутки без затрат на одном цпу не сильно уступает ригу 5600. но на перспективу интереснее совмещение, конечно.
Они пишут, что принципиально возможно совмещать (CPU+GPU) но они сделали все, чтобы уравнять скорость с CPU. Насколько это будет быстрее не понятно, майнера такого тоже нет пока. Если есть желание, можно посмотреть, как устроен алгоритм здесь: https://github.com/3Dpass/whitepaper/blob/main/3DPass_white_paper_v2.pdfТам используется RAM и сам блокчейн еще на диске подтверждается в каждом лупе (то есть, ты не можешь найти блок без доступа к db). Наверняка, есть какие-то возможности для оптимизации.. нужно смотреть. не. я имею ввиду дуал-майнинг. копать другую монету на гпу, а их на цпу. если загрузка цпу далека от 100% можно совместить по идее. A.., так можно, я думаю. Нужно тестить.
|
|
|
а совмещать гпу майнинг с цпу возможно? в смысле запустить на гпу ферме еще и цпу майнинг? если цпу не грузится, то вполне реально совмещать имхо. хотя даже бакс в сутки без затрат на одном цпу не сильно уступает ригу 5600. но на перспективу интереснее совмещение, конечно.
Они пишут, что принципиально возможно совмещать (CPU+GPU) но они сделали все, чтобы уравнять скорость с CPU. Насколько это будет быстрее не понятно, майнера такого тоже нет пока. Если есть желание, можно посмотреть, как устроен алгоритм здесь: https://github.com/3Dpass/whitepaper/blob/main/3DPass_white_paper_v2.pdfТам используется RAM и сам блокчейн еще на диске подтверждается в каждом лупе (то есть, ты не можешь найти блок без доступа к db). Наверняка, есть какие-то возможности для оптимизации.. нужно смотреть.
|
|
|
|