Search content
Sort by

Showing 20 of 1,137 results by chum_yum
Post
Topic
Board Announcements (Altcoins)
Re: 3DPass: The Ledger of Things L1| New Proof of Scan algo
by
chum_yum
on 15/05/2025, 07:15:31 UTC
We are welcoming everyone to participate in public code review on the new version coming soon on mainnet.

New version description:

1. Frontier – EVM compatibility layer (https://github.com/polkadot-evm/frontier) - full integration of both the EVM executor and eth type blockchain emulator.

2. Precompiles (precompiled smart contracts):
 A. Standard Ethereum precompiles: https://github.com/3Dpass/3DP/tree/test/pallets/evm/precompile
 B. Custom precompiles (Solidity interfaces) for LoT runtime modules:
  - Native token P3Dt - balances-erc20 precompile: https://github.com/3Dpass/3DP/tree/test/precompiles/balances-erc20
  - Local assets 3DPRC2 - assets-erc20 precompile https://github.com/3Dpass/3DP/tree/test/precompiles/assets-erc20
  - Proxy module precompile https://github.com/3Dpass/3DP/tree/test/precompiles/proxy
  - Utils and batch calls precompiles

3. The Proxy runtime module which allows for one account to delegate certain calls to another account, so the calls can be executed on the delegator's behalf. https://github.com/paritytech/substrate/tree/master/frame/proxy

The source codes: https://github.com/3Dpass/3DP/tree/test

Looking forward to your feedback!

Is it going to be like Layer2 blockchain operating on top of mainnet?
Post
Topic
Board Mining (Altcoins)
Re: 3DPass (P3D) distributed mining | new algo | CPU oriented, ASIC-resistant
by
chum_yum
on 15/05/2025, 07:09:54 UTC
When next halving happens?  Grin
Post
Topic
Board Mining (Altcoins)
Re: 3DPass (P3D) distributed mining | new algo | CPU oriented, ASIC-resistant
by
chum_yum
on 11/04/2025, 13:42:48 UTC
Hey everyone,

I've got some exciting news to share!

The latest release opened up the possibility for Validators to join freely: https://github.com/3Dpass/3DP/releases/tag/v28
Validators represent the second layer of Nodes in Proof of Scan: https://3dpass.org/features#scanproof-network-structure

--

Explore how to set up Validator: https://3dpass.org/mainnet#validator








Can you still install node? Can mining be done? I like the project very much, I wish I had discovered it earlier Smiley

Just use one of these db snapshots to speed up syncing:
1. https://github.com/Snezhnaya-Fatui/p3d-mainnet-db
2. https://github.com/xchainw/p3d-db

Post
Topic
Board Mining (Altcoins)
Re: CPU Mining coins
by
chum_yum
on 12/02/2025, 10:55:26 UTC
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
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 03/11/2024, 09:34:29 UTC
В недавнем релизе (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 - 40000 P3D в зависимости от нарушения (уход в офлайн, атаки и тп)

Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 22/09/2024, 10:21:02 UTC
Вот что еще выяснилось.  Cool

Подстройка параметров по умолчанию для штатного майнера:
Если у вас очень производительная машина (или наоборот слабая), вы можете расширить лимиты скорости генерации 3D моделей для улучшения производительности.

Вам понадобится модифицировать файл miner.js:
https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17

Code:
const 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.

Запуск:
Code:
yarn miner --interval 10


По истечение месяца выяснилось, что эти подстройки добавляют x1,5..  Grin
Post
Topic
Board Announcements (Altcoins)
Re: 3DPass: The Ledger of Things L1| New Proof of Scan algo
by
chum_yum
on 22/09/2024, 10:18:40 UTC
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/1835695740577849687


Yeah, the team's progress is amazing! imho
Post
Topic
Board Mining (Altcoins)
Re: 3DPass (P3D) distributed mining | new algo | CPU oriented, ASIC-resistant
by
chum_yum
on 22/09/2024, 10:14:15 UTC
Still accessible.
Post
Topic
Board Altcoin Discussion
Re: 3DPass: Directly Storing 3D Objects on the Blockchain – A New Era for RWAs?
by
chum_yum
on 20/09/2024, 14:55:31 UTC

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  Roll Eyes

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-1vote

And 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  Grin
Post
Topic
Board Altcoin Discussion
Re: 3DPass: Directly Storing 3D Objects on the Blockchain – A New Era for RWAs?
by
chum_yum
on 18/09/2024, 14:49:15 UTC

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?
Post
Topic
Board Altcoin Discussion
Re: 3DPass: Directly Storing 3D Objects on the Blockchain – A New Era for RWAs?
by
chum_yum
on 18/09/2024, 09:46:48 UTC
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.




Post
Topic
Board Marketplace (Altcoins)
Re: Tokenize your ideas and earn! | Play-to-Earn game for everyone
by
chum_yum
on 27/08/2024, 08:51:51 UTC
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-ideas

How-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/u24WkXcwug
Telegram: https://t.me/pass3d

Everyone is welcome!




How to check who is playing?
Post
Topic
Board Mining (Altcoins)
Re: 3DPass (P3D) distributed mining | new algo | CPU oriented, ASIC-resistant
by
chum_yum
on 27/08/2024, 08:48:32 UTC
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#L17

Code:
const 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:

Code:
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 miner

In order to adjust this good old miner https://github.com/3Dpass/miner
Just set up fix interval manually:
 
Code:
yarn miner --interval 10

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?
Post
Topic
Board Mining (Altcoins)
Re: 3DPass (P3D) distributed mining | new algo | CPU oriented, ASIC-resistant
by
chum_yum
on 07/08/2024, 14:23:32 UTC
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#L17

Code:
const 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:

Code:
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 miner

In order to adjust this good old miner https://github.com/3Dpass/miner
Just set up fix interval manually:
 
Code:
yarn miner --interval 10
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 07/08/2024, 14:06:33 UTC
Вот что еще выяснилось.  Cool

Подстройка параметров по умолчанию для штатного майнера:
Если у вас очень производительная машина (или наоборот слабая), вы можете расширить лимиты скорости генерации 3D моделей для улучшения производительности.

Вам понадобится модифицировать файл miner.js:
https://github.com/3Dpass/3DP/blob/1c696ee89ce4acc3274209aab8bc7ec597bfc4f5/miner.js#L17

Code:
const 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.

Запуск:
Code:
yarn miner --interval 10
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 02/08/2024, 16:23:53 UTC
Переведу еще одну полезную фичу - как сгенерировать и импортировать все необходимые ключи скриптом.

Новый аккаунт

Скрипт сгенерирует новый аккаунт и импортирует все ключи (Mining key, GRANDPA key and ImOnline key):

Code:
cd 3DP
sh keygen.sh
                   
Существующий аккаунт

Если у вас уже есть аккаунт, и вы хотите его использовать для майнинга, то существует скрипт keygen_seed.sh, который сгенерирует и импортирует все ключи из вашей секретной  seed фразы.

Пропишите вашу секретную seed фразу в  ~/3DP/keygen_seed.sh:

Code:
#! /bin/bash
# A keyset will be generated out of the seed phrase below
MEMO_SEED="PUT YOUR MEMO SEED HERE"
 
                
Сохраните изменения в keygen_seed.sh и запустите скрипт:

Code:
sh keygen_seed.sh

--

Оригинал: https://3dpass.org/mainnet#linux-mac-keys
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 17/07/2024, 13:14:00 UTC
Есть возможность использовать снэпшот недавней блокчейн базы, чтобы ускорить процесс начальной синхронизации ноды с сетью (иначе несколько дней можно синкаться):

Linux or Mac OS:

- Местоположение базы `db`: ~/3dp-chain/chains/3dpass/db
- Скачайте папку `db` из одного из репозиториев комьюнити repo 1: https://github.com/Snezhnaya-Fatui/p3d-mainnet-db  or repo 2: https://github.com/xchainw/p3d-db/releases
- Замените папку `db` на только что скачанную
- Перезапустите ноду

Docker:

- Местоположение базы `db`: ./3DP/data/chain/chains/3dpass/db
- Скачайте папку `db` из одного из репозиториев комьюнити: https://github.com/Snezhnaya-Fatui/p3d-mainnet-db  or repo 2: https://github.com/xchainw/p3d-db/releases
- Замените папку `db` на только что скачанную
- Перезапустите ноду
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 16/07/2024, 07:54:18 UTC
а совмещать гпу майнинг с цпу возможно? в смысле запустить на гпу ферме еще и цпу майнинг?  если цпу не грузится, то вполне реально совмещать имхо.
хотя даже бакс в сутки без затрат на одном цпу не сильно уступает ригу 5600. но на перспективу интереснее совмещение, конечно.

 Они пишут, что принципиально возможно совмещать (CPU+GPU) но они сделали все, чтобы уравнять скорость с CPU. Насколько это будет быстрее не понятно, майнера такого тоже нет пока.

Если есть желание, можно посмотреть, как устроен алгоритм здесь: https://github.com/3Dpass/whitepaper/blob/main/3DPass_white_paper_v2.pdf

Там используется RAM и сам блокчейн еще на диске подтверждается в каждом лупе (то есть, ты не можешь найти блок без доступа к db). Наверняка, есть какие-то возможности для оптимизации.. нужно смотреть.
не. я имею ввиду дуал-майнинг. копать другую монету на гпу, а их на цпу. если загрузка цпу далека от 100% можно совместить по идее.

A.., так можно, я думаю. Нужно тестить.
Post
Topic
Board 中文 (Chinese)
Topic OP
3DPass PoW CPU | 具备抗击FPGA和ASICs的特性
by
chum_yum
on 14/07/2024, 12:29:38 UTC
Hello, everyone.

Please take my apologies for my Chinese, which is very poor. I just wanted to let you know about this opportunity. So, I reposted this topic here for you. The original one: https://bitcointalk.org/index.php?topic=5502515.msg64314080#msg64314080
---
大家好。
我的中文很差,请原谅我。我只是想让你们知道这个机会。所以我在这里重新发布了这个主题。原文如下: https://bitcointalk.org/index.php?topic=5502515.msg64314080#msg64314080

---
3dpass刚刚升级了网络,新增了代表分布式挖矿的新PoW组件。该组件专为CPU设计,具备抗击FPGA和ASICs的特性.可以在VPS上或pc挖矿上进行挖矿,经过实测,一个双核VPS在24小时内可以挖掘两个区块

3dpass支持Linux,MAC OS上进行挖矿,并且可以在任何系统上通过全平台的docker进行挖矿(Windows;Linux;Mac OS等) 详见官方教程
官方linux教程:https://www.3dpass.org/mainnet#linux-mac
官方docker教程:https://3dpass.org/mainnet#docker

本文主要是Linux 挖矿教程

设置完整节点

1. 打开终端并从 GitHub 克隆节点:

git clone https://github.com/3Dpass/3DP.git
cd 3DP
                   
2. 按照https://github.com/3Dpass/3DP#getting-started-with-3dpass-node 指南自行编译节点源代码或从https://github.com/3Dpass/3DP/releases 下载二进制文件
注意!如果选择下载预构建的 poscan-consensus,请将二进制文件放入./target/release目录内
建议直接下载二进制文件使用,因为编译可能存在系统缺少环境依赖等问题.导致失败。如果编译报错可以把大部分环境依赖安装一遍(文末)。


3.生成您的挖矿账户: (注意!请保存好 Secret seed,这12个单词就是你的助记词,用于将来钱包恢复和转账等)

./target/release/poscan-consensus generate-mining-key --base-path ~/3dp-chain/ --chain mainnetSpecRaw.json
                   

输出将会像这样:   
Public key: 0x48a04c1639efea00fabef12e9425906cc3363449edcf876483952a62a5c16a77
Secret seed: ticket slam leisure runway people pretty tomato human media axis typical brick
Address: d1DtwdMt3jdZBnntqKjFa2ne6MQDenJ9ZF3JVjQUY5RvRPfNu

4.在密钥库中注册您的挖矿密钥:

./target/release/poscan-consensus import-mining-key '你的seed phrase' --base-path ~/3dp-chain/ --chain mainnetSpecRaw.json

输出将会像这样:   
Public key: 0x48a04c1639efea00fabef12e9425906cc3363449edcf876483952a62a5c16a77
Secret seed: ticket slam leisure runway people pretty tomato human media axis typical brick
Address: d1DtwdMt3jdZBnntqKjFa2ne6MQDenJ9ZF3JVjQUY5RvRPfNu   
           
7.使用以下命令启动节点:

./target/release/poscan-consensus --base-path ~/3dp-chain/ --chain mainnetSpecRaw.json --name MyNodeName --validator --telemetry-url "wss://submit.telemetry.3dpscan.io/submit 0" --author 填入你的Public key  --threads 2 --no-mdns
              
--author 是您挖矿账户的公钥,也就是Public key .--threads "是您准备用于挖矿的线程数("--threads 2 "表示您将利用 2 个线程进行挖矿)
成功启动节点后会开始同步区块,如果从1开始的话同步时间大约需要7天。同步到最新区块后才能开始挖矿...............
也可以下载由xchainw提供的区块数据文件,只需将其解压放入./3dp-chain/chains/3dpass/db 目录中。可以大大的缩短同步时间,仅需要数小时就能够同步到最新区块
下载地址:https://github.com/xchainw/p3d-db/releases

                 

准备挖矿


确保您已设置好完整节点,并继续以下步骤:
1.安装bun
 
curl -fsSL https://bun.sh/install | bash

source /root/.bashrc


2. 安装 miner:

cd 3DP
bun install
                   

3.运行矿工,开始挖矿(节点必须在运行中):

bun miner.js --host 127.0.0.1 --port 9933
                   


适用于ubuntu22的常用的环境依赖
apt-get install -y build-essential cmake libgmp-dev libnuma-dev ocl-icd-libopencl1 gcc make libhugetlbfs-dev libc-dev libc6-dev build-essential g++  git clang curl libssl-dev llvm libudev-dev libstdc++-12-dev

如果遇到任何问题,可以加中文qq群:216688322 或官方discord https://discord.com/invite/u24WkXcwug 咨询,
3dpass官网:https://www.3dpass.org/
Github: https: //github.com/3Dpass/3DP
挖矿爆块排行:https://www.3dpassmining.info/
discord https://discord.com/invite/u24WkXcwug

交易所
https://xeggex.com/market/P3D_USDT
https://www.mexc.com/zh-CN/exchange/P3D_USDT
https://www.coinex.com/en/exchange/p3d-usdt
https://www.xt.com/zh-CN/trade/p3d_usdt
Post
Topic
Board Майнеры
Re: Майнинг P3D | CPU устройства | устойчивость к ASIC/FPGA/GPU
by
chum_yum
on 12/07/2024, 09:35:11 UTC
а совмещать гпу майнинг с цпу возможно? в смысле запустить на гпу ферме еще и цпу майнинг?  если цпу не грузится, то вполне реально совмещать имхо.
хотя даже бакс в сутки без затрат на одном цпу не сильно уступает ригу 5600. но на перспективу интереснее совмещение, конечно.

 Они пишут, что принципиально возможно совмещать (CPU+GPU) но они сделали все возможное, чтобы уравнять скорость с CPU. Насколько это будет быстрее не понятно, майнера такого тоже нет пока.

Если есть желание, можно посмотреть, как устроен алгоритм здесь: https://github.com/3Dpass/whitepaper/blob/main/3DPass_white_paper_v2.pdf