Can you still install node? Can mining be done? I like the project very much, I wish I had discovered it earlier Sure, you can. Mining is accessible.
|
|
|
The mainnet has been upgraded to the Node v28 https://github.com/3Dpass/3DP/releases/tag/v28-- The upgrade description: Validator set- The `addSelf` method for Validator-candidates to join by themselves: - 10 000 P3D set up fee goes to Treasury - No block authorship requirements - The Validator-candidates queue for both joining and rejoining ones: - Limit: 1 validator per session is allowed into the set - Council vote can bypass the queue - On-chain Identity min requirements: Reasonable 3DPRC-2- The object max size is expanded to 1 Mb - Estimation time limit is expanded to 30 sec - Private/Public tag on putObject - Minor fixes: https://github.com/3Dpass/3DP/issues/88Identity- The `suspend` and `resume` methods for registrars. Registrars can be suspended/resumed by the Council vote.
|
|
|
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.
|
|
|
I just wanted to share a few cases showing the Ledger of Things ecosystem in use. As such: 1. Play-to-earn game "Tokenize your ideas and earn!"https://3dpass.org/community#use-cases-ideas2. "LEGO models open marketplace for architects and individuals"https://3dpass.org/community#use-cases-legoThis case goes far beyond the LEGO models and applicable to any pre-manufactured model which is printable, scannable and consisting of solid components (like LEGO bricks, they must not be flexible/easy to damage). 3. "3D Jewelry open marketplace"https://3dpass.org/community#use-cases-jewelry4. "Precious stones"https://3dpass.org/community#use-cases-diamondsAlthough, it doesn't exclude this requirement of having a third-party storage in place to guarantee the assets physical safety as well as - gemological lab for measurements, it allows to identify the asset on the blockchain by several aspects, as such: 3D shape, weight, clarity, density, hardness. Feel free to participate in each and every case of the above and create your own ones on top.
|
|
|
i mined this coin at the start and now my coin are blocked. i dont know what to do to unlock my coins. Use these simple guidelines to unlock: https://3dpass.org/mainnet#unlock
|
|
|
I believe, this information about the profitability might be useful for many. So, I'll repost it here:
|
|
|
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!
|
|
|
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..
|
|
|
I'd like to share an option, which allows to generate your keys in one command by script: New accountGenerate new account and import all of your keys (Mining key, GRANDPA key and ImOnline key) at once with the keygen.sh script. Save your Secret Seed phrase in a safe place: Existing accountHave you already had an account, use the keygen_seed.sh script to generate the keys out of your Secret Seed phrase and import them all at once. Put your Secret Seed phrase into the ~/3DP/keygen_seed.sh file like this: #! /bin/bash # A keyset will be generated out of the seed phrase below MEMO_SEED="PUT YOUR MEMO SEED HERE"
Save the the keygen_seed.sh and execute the script: -- Explore the detail: https://3dpass.org/mainnet#linux-mac-keys
|
|
|
Congratulation, just follow P3D lasy year and now community grow in discord and telegram . needed more than active here. When next AMA with Pauls maybe for DEX ? DEX is there: https://swap.3dpscan.io
|
|
|
Been mining with 2-core VPS for ~24 h and still can hit a block every 6 hours in average.
Is GPU completely disabled for this algo?
It is slowed down to the speeds accessible for CPUs. So, there is an option of "CPU + GPU" possible to be unfolded in the future. It's probably going to take some research to figure out whether it worth it or not to develop.
|
|
|
Hey everyone, I'd like to share some follow-up on the upcoming activities and this proposal to the Council. In my opinion, that will be a good practice to post proposals to the Open Gov, which will contribute to its transparency and accessibility. ------ Bounty: 101 Motion: 711https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.3dpscan.io#/bounties----- Dear Councilors, It is time to prepare and start uploading Public Commons (public domain 3D models related to historical heritage and so forth) on The Ledger of Things. That will facilitate to such aspects as: security aspect and the use of 3DPRC-2, both of which are the most important ones in terms of the project development: - Having uploaded 10-20 GB of low poly 3D models will secure the PoW v2 (https://github.com/3Dpass/whitepaper/blob/main/3DPass_white_paper_v2.pdf) component from presence of `FPGA and ASICs` around the network in the future
- Having Public Commons uploaded allows The Ledger of Things to distinguish public and private assets from one another for most of the cases to ensure the property rights of its owners.
-- According to the above, I would like to propose that we allocate the budget of 1M P3D for the first stage: - R&D, testings, preparing the first collection to be uploaded (finding 3D models, formatting, finding the proper conditions to upload)
- Uploading the models - the verification fee of 500 P3D will be distributed among miners and validators in accordance of 3DPRC-2 rules: https://github.com/3Dpass/whitepaper/blob/main/3DPRC-2.md
The process could be scripted to keep going automatically afterwards. I would appreciate to have you on discussion and voting. Paul --
|
|
|
|