Nexusoft / NexusInterface

The official Logical and Interface layers of the Nexus Software Stack.
https://crypto.nexus.io/wallet
MIT License
32 stars 12 forks source link

Create a Tritium Wallet with a Built in CPU Prime Miner and change Prime Channel Mining to Signed-POW to Require running a Node to mine #198

Closed Github-420 closed 1 year ago

Github-420 commented 1 year ago

Create a Tritium Wallet with a Built in CPU Prime Miner and change Prime Channel Mining to Signed-POW to Require running a Node to mine

IDK if it's possible or desired to allow the Built in Tritium Mining Wallet to also Stake at the same time as Mining?

Signed-POW is first deployed from the https://Karbo.org Cryptocurrency project using a Wallet with Built in Miner

I want to have a Nexus Dedicated Tritium Wallet with a Signed-POW for the Prime Mining Channel, with Bare-Bones support for the other features of Nexus, by taking a Minimalistic Tritium Wallet TEMPLATE and turning it into a simple GUI for Nexus CPU mining

The purpose of this is to Decentralize the Mining and dramatically Simplify the ability for New people to Mine

Github-420 commented 1 year ago

Signed-POW would makes Pools obsolete since running a NODE is required to Sign the Block Template Header with their Signing Key produced from the Tritium Account

VidereLicet commented 1 year ago

Proof of Work blocks already require a signature, we have deployed this since 2014. CPU mining is obsolete with Prime, currently requires a GPU to remain competitive, so there is no built-in miner as you will not have enough cycles in your CPU to remain competitive with the rest of the network.

https://github.com/Nexusoft/LLL-TAO/blob/merging/src/TAO/Ledger/block.cpp#L512