Bitcoin Forum
April 22, 2025, 03:29:56 PM *
News: ibminer is now selling real-world Merit Poker collectibles
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 [All]
  Print  
Author Topic: [ANN] [POW] [HTN] NEW GPU CPU ALGO  (Read 1972 times)
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 09, 2024, 06:50:36 PM
Last edit: September 09, 2024, 07:16:10 PM by ogrvar
 #1

Introduction to Hoohash!
Leveling the Playing Field in Hashing Algorithms

Hoohash is a novel and groundbreaking proof of work algorithm designed to address the growing disparity between general-purpose CPUs and highly specialized hardware like GPUs, VPUs, FPGAs, and ASICs in cryptocurrency mining. Traditionally, algorithms such as Blake3, which underpins Hoohash, excel in parallel processing environments, allowing specialized hardware to outperform CPUs by a significant margin. However, Hoohash introduces a novel approach by targeting the weaknesses of these parallelized systems, leveling the playing field across different processing architectures.


The Challenge of Specialized Hardware
Specialized hardware like ASICs has long dominated performance benchmarks due to its ability to leverage parallel processing techniques efficiently, offering massive hashrates with minimal power consumption. This advantage has led to centralization in Proof of Work cryptocurrency scene, where only those with access to this high-performance hardware can compete effectively. However, Hoohash disrupts this landscape by focusing on sequential processing, introducing bottlenecks that affect parallelized systems.

How Hoohash Works: Attacking Parallel Processing
At the heart of Hoohash’s design is the use of non-linear equations that require sequential computation and extensive synchronization. Unlike linear equations that can be easily parallelized across multiple processing cores or specialized units, non-linear equations force hardware to process them step-by-step, creating bottlenecks. This undermines the efficiency gains normally achieved by parallel processing units, like those in GPUs, VPUs, and ASICs. The result is that specialized hardware sees diminished returns when running Hoohash, negating the performance advantages that typically come from parallelization.


Impact on Specialized Hardware: Bottlenecking Hashrate
While Hoohash remains implementable on specialized units like VPUs and ASICs, it introduces inefficiencies that disrupt their typical hashrate dominance. For instance, where specialized hardware might typically achieve 250–400 GH/s on just 100W, implementing Hoohash would require significantly more hardware to approach those speeds, greatly reducing power efficiency.

Real-World Performance: CPU Case Study
Looking at real-world data, the performance bottleneck created by Hoohash is clear.

For example RandomX:

AMD Ryzen 9 3900X 12-Core Processor 17.5 kh/s
AMD Ryzen 5 3600 6-Core Processor 8.8 kh/s
98.86 % hashrate increase with better CPU.
The same CPU’s on Hoohash:

AMD Ryzen 9 3900X 12-Core Processor 27.1 kh/s
AMD Ryzen 5 3600 6-Core Processor 23.12 Kh/s
17.21 % hashrate increase with better CPU.
This in Hoohash defies the usual logic of computing, where more cores typically translate to proportional performance increases. The bottlenecks introduced by Hoohash’s sequential processing requirements significantly slow down parallel execution, leading to only marginal improvements in speed with additional cores.

As such Hoohash is able to be ran on older hardware AMD A4–9125 RADEON R3 does ~1Kh/s. You would need only 27 laptops with that processor to do be comparable to single Ryzen 9 3900X. Though this is extreme example, because buying 27 laptops to run the algorithm separately would not be that cost effective compared to buying single Ryzen 9 3900X to do the task.

Leveling the Playing Field
By attacking the efficiency of parallel processing, Hoohash forces specialized hardware to invest more resources to achieve higher hashrates, thus reducing the gap between general-purpose CPUs and custom-built units like ASICs. This creates a more equitable environment where consumer-grade hardware can remain competitive, promoting decentralization and fairness, particularly in mining and other computationally intensive fields.

In conclusion, Hoohash presents a fresh approach to hashing algorithms, specifically designed to limit the advantage of highly parallelized systems, making it harder for specialized hardware to dominate. By doing so, it democratizes access to efficient computational power, ensuring that the performance gap between CPUs and specialized units is significantly narrowed.

Hoohash V1 whitepaper: https://pdfupload.io/docs/6af0313c

Hope to see you in Thu, 26 Sep 2024 14:32:02 GMT!
https://network.hoosat.fi
https://discord.gg/QaBQvYZv6a
falcon911
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 10, 2024, 03:04:05 AM
 #2

26 Sep 2024 is just a hard fork
coin790
Jr. Member
*
Offline Offline

Activity: 70
Merit: 1


View Profile
September 10, 2024, 04:50:55 AM
 #3

If these results are true, how much hashrate would my old Intel i5 m450 CPU and AMD R5 m330 integrated graphics get? So as not to waste time synchronizing nodes?
HoosatNetwork
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 10, 2024, 05:59:50 AM
 #4

If you want to test Hoohash on a CPU, since GPU miner is not ready. You can use this following guide. And does not require syncing for testing. Just remember that 5 first blocks after genesis are Pyrinhash and then Hoohash.

Install the testnet version of HTND:
git clone https://github.com/Hoosat-Oy/HTND.git
cd HTND
git switch -t origin/testnet
go install . ./cmd/...

Start the node and allow mining on top of genesis block.
~/go/bin/HTND --testnet --utxoindex --allow-submit-block-when-not-synced

Open another terminal window to create new cli wallet .
~/go/bin/htnwallet --testnet create
~/go/bin/htnwallet --testnet start-daemon &
Now another terminal window to create address for the miner.
~/go/bin/htnwallet --testnet new-address

Then open another teminal window to start CPU mining.
~/go/bin/htnminer --testnet --mine-when-not-synced --miningaddr=hoosattest:qpdhxq3exnz7ugunfg28n0vhft8vf8dhmkr02jd50fvrcksv3zpmcfe0nu8rx
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 10, 2024, 07:01:55 AM
Last edit: September 10, 2024, 08:23:37 PM by ogrvar
 #5

If these results are true, how much hashrate would my old Intel i5 m450 CPU and AMD R5 m330 integrated graphics get? So as not to waste time synchronizing nodes?

new htnminer support threads .   use "-t"  param
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 11, 2024, 08:26:18 PM
 #6

dev has ported Hoohash from Golang into C and we can call that our reference implementation. he'll be making this available soon in Github, but there is still some code cleaning etc to do.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 15, 2024, 11:13:34 AM
Last edit: September 15, 2024, 08:36:03 PM by Mr. Big
 #7

Hoohash 1.0.3 released
@everyone this version includes changes to HoohashV1 to make it more compatible between CPU and GPU architectures, because of precision problems and changes to matrix multiplication so that a + b * c becomes a + complex_non_linear(b * c), which should take CUDA matrix multiplication advantage away.

I'm going to say that HoohashV1 is now finalized, so GPU and Stratum developers can start working on their implementation without myself hopping to do changes when they circumvent something.

Here is also new Testnet datadir available with blocks on the new finalized Hoohash you can do HTND --testnet --outpeers 2 -a mainnet-node-1.hoosat.fi to get synced with the datadir.

Windows and Linux builds are available in Github:
https://github.com/Hoosat-Oy/HTND/releases/tag/v1.0.3



the algorithm kHeavyHash has a weak spot that can be exploited.

Hoohash was designed with a deep understanding of these cryptographic issues, ensuring a more secure and decentralized mining process. By eliminating the probabilistic shortcut vulnerability, Hoohash offers a hashing algorithm that maintains fairness and resists exploitative mining practices, giving miners a more level playing field

full article
https://medium.com/@toni.lukkaroinen/kheavyhash-is-broken-c3484ff82a4e


ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 16, 2024, 05:27:51 PM
 #8

HTN Stratum Bridge is for HTND 1.0.4 and supports hoosattest prefix when connecting to testnet port of HTN node.

https://github.com/Hoosat-Oy/htn-stratum-bridge/tree/V1.0.0
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 18, 2024, 07:22:46 AM
 #9

In the ever-evolving landscape of cryptocurrencies, the quest for a leveled playing field has led to innovations like ASIC resistance, aimed at preventing monopolization by specialized, expensive hardware. Hoosat Network stands at the forefront of this movement, leveraging its unique Hoohash algorithm to ensure that cryptocurrency mining remains accessible to everyone, not just those with deep pockets for ASICs (Application-Specific Integrated Circuits).
Understanding ASIC Resistance

ASICs are designed for specific tasks, like Bitcoin mining, providing unmatched efficiency but at a cost that often excludes small miners or hobbyists. This concentration of mining power can centralize control over a blockchain, potentially compromising its security and decentralization principles. Hoosat Network tackles this issue head-on with its ASIC-resistant approach.

The Hoohash Algorithm: A New Dawn for Fair Mining
The heart of Hoosat Network’s fairness strategy lies in its custom mining algorithm, Hoohash. Unlike algorithms that favor ASICs due to their efficiency in linear computations, Hoohash incorporates non-linear equations and transforms matrix multiplication in ways that creates parallel processing bottleneck —less advantageous to ASICs— . Here’s how it promotes fair mining:

Computational Complexity: By introducing non-linear equations, hoohash ensures that computations cannot be easily optimized for the linear processing paths typical in ASIC designs. This complexity favors general-purpose GPUs, which are more adaptable to varied computational tasks.
Algorithm Updates: The network can evolve its algorithm to stay ahead of potential ASIC optimizations, maintaining a dynamic challenge for would-be ASIC developers and keeping mining accessible to a broader audience.
Impacts on Accessibility

Democratization of Mining: By creating parallel processing bottleneck to reduce the advantage of ASICs, Hoosat Network allows enthusiasts with GPUs to compete effectively. This democratizes mining, enabling participation from individuals worldwide, fostering true decentralization where the participants build up the network.
Cost Efficiency: GPUs, while more expensive than CPUs, are significantly cheaper than ASICs, making entry into mining more feasible for newcomers. This cost efficiency encourages a more diverse mining community.
Sustainability and Fairness: With parallel processing bottleneck causing ASIC resistance, the network avoids the ‘arms race’ of mining hardware upgrades, leading to a more sustainable ecosystem where miners are rewarded based on their contribution rather than their hardware’s cost.
The Broader Implications for Crypto Accessibility

Hoosat Network’s commitment to ASIC resistance through Hoohash not only preserves the integrity of its blockchain but also sets a precedent for how cryptocurrencies can evolve to remain accessible. This approach encourages innovation in mining algorithms, potentially influencing future blockchain designs to prioritize accessibility and fairness.

In conclusion, Hoosat Network’s strategy with Hoohash isn’t just about technological innovation; it’s a philosophical stance on what cryptocurrency should represent: an open, fair, and accessible financial system. By ensuring that mining remains within reach of everyday enthusiasts, Hoosat Network champions a vision where the blockchain’s security and governance are genuinely decentralized, not just theoretically. This move towards ASIC resistance could very well be the blueprint for a more equitable crypto future, where the power of mining lies not in the hands of those with the most resources, but in the collective might of a diverse, global community.

This article encapsulates Hoosat Network’s approach to ASIC resistance, focusing on how it promotes fair mining and accessibility through its innovative Hoohash algorithm, drawing from the essence of information available while emphasizing the broader implications for cryptocurrency accessibility.

HTN Hard Fork to Hoohash
The estimated time to 17,500,000 DAA Score is currently Thu, 26 Sep 2024 14:47:20 GMT. Then we will be forking our blockchain into Hoohash.

In conclusion, Hoosat Network’s commitment to ASIC resistance through the innovative Hoohash algorithm exemplifies a powerful stand for fairness and accessibility in the cryptocurrency landscape. By leveling the playing field and ensuring that mining remains open to everyone, not just those with expensive hardware, Hoosat Network champions true decentralization. Its focus on empowering a global community of miners, rather than centralizing control in the hands of a few, paves the way for a more inclusive and equitable crypto future. The upcoming hard fork to Hoohash represents not just a technical upgrade, but a statement of values — a vision where blockchain remains a tool for everyone.

from
https://medium.com/@toni.lukkaroinen/commitment-to-accessibility-0d613720ba72

https://network.hoosat.fi
https://discord.gg/QaBQvYZv6a
kb-2
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 19, 2024, 06:29:46 PM
Last edit: September 19, 2024, 08:11:45 PM by kb-2
 #10

new post
about Developer Fee

https://medium.com/@toni.lukkaroinen/consensus-level-developer-fee-2e4a16e26280
in my opinion this is the first fork kaspa to implement dev fee
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 20, 2024, 07:46:32 PM
 #11

article about the advantages of the hoosat network project

https://medium.com/@toni.lukkaroinen/redefining-blockchain-innovation-f74ce3444ac6
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 21, 2024, 12:50:32 PM
 #12

explorer is getting graphical update right now to get DAG graph view beneath the infoboxes.

https://explorer.hoosat.fi/
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 21, 2024, 08:40:08 PM
 #13


new article about security, availability, integrity and archive node

https://medium.com/@toni.lukkaroinen/integrity-of-the-blockchain-4148187aca05
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 24, 2024, 10:17:28 PM
 #14

about the scary humpool
https://medium.com/@toni.lukkaroinen/reason-for-humpool-invalid-shares-85d32d79e75a
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 25, 2024, 02:28:33 PM
 #15

here is SRBMiner V2.6.6 with Hoohash!
+ Added algorithm 'hoohash' (Hoosat Network) for GPU mining [AMD/NVIDIA/INTEL], fee 2.00%
+ Added support for dual mining FISHHASH/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA (except Pascal) and INTEL GPU's
+ Added support for dual mining KARLSENHASHV2/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA (except Pascal) and INTEL GPU's
+ Added support for dual mining AUTOLYKOS2/HOOHASH on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
+ Added parameter 'autolykos2-preload' which enables preloading of the next dataset on Autolykos2/Blocx if GPU has enough free memory
+ Fixed mining of algorithm 'verushash' on Nicehash
+ Removed algorithm 'memehash'
+ Removed dual mining support on INTEL GPU's for : AUTOLYKOS2/SHA256DT-RADIANT-HEAVYHASH-PYRINHASH-KARLSENHASH

https://github.com/doktor83/SRBMiner-Multi/releases/tag/2.6.6

Thank you Doktor83 for your work!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 26, 2024, 09:48:11 AM
 #16


Today . in about 5 hours a hard fork of the hoosat network will occur
coin790
Jr. Member
*
Offline Offline

Activity: 70
Merit: 1


View Profile
September 26, 2024, 01:46:20 PM
Last edit: September 26, 2024, 02:00:15 PM by coin790
 #17

And CPU compatibility? According to the fork post, it says that Hoohash will have CPU support.
Will there only be software for graphics cards?
I don't understand, there is no compatibility for the Hoohash algorithm on the CPU. I wanted to extract some coins in a mining pool but  "SRBminer V2.6.6" 
will not provide support. .  Huh
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 27, 2024, 12:04:06 PM
 #18

now  suuport hard fork with new algo

https://mining4people.com/
https://woolypooly.com/
https://baikalmine.com/

hiveos add new algo
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
September 28, 2024, 01:20:59 PM
 #19


hard fork successful
https://medium.com/@toni.lukkaroinen/a-new-dawn-for-hoosat-network-successful-hard-fork-completed-c8e5994416bc
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 01, 2024, 09:14:14 PM
 #20

We apologize on the delays for native wallets on the desktop and mobile and the transaction layer being pushed from webwallet. I hope Q4 does not bring anything unexpected to the table, so that we can completely focus on the wallets. For example Q3 was supposed to be only preliminary testing of Hoohash, instead of rushing it to Mainnet.

https://network.hoosat.fi/changelog
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 03, 2024, 11:42:24 AM
Last edit: October 11, 2024, 08:19:51 AM by ogrvar
 #21

how mine htn .
algo hoohash


use pool

1 download miner
 https://github.com/doktor83/SRBMiner-Multi/releases/

2 ./SRBMiner-MULTI --disable-cpu --algorithm hoohash --pool htnd.baikalmine.com:9961 --wallet hoosat:qqljyu9w2795yqykqerqg7kv7xhgffu4446jsnlemu47qc2xftydxmq4pfd24

no use pool

1 download miner
  https://github.com/doktor83/SRBMiner-Multi/releases/

2 download htnd
  https://github.com/Hoosat-Oy/HTND/releases/tag/v1.0.6
  unzip
  run
  ./HTND  --utxoindex -a mainnet-node-1.hoosat.fi

4 download bridge
  https://github.com/Hoosat-Oy/htn-stratum-bridge/releases/tag/V1.0.0
  unzip
  run  bridge

5 run miner
 ./SRBMiner-MULTI --disable-cpu --algorithm hoohash --pool 192.168.100.60:5555 --wallet hoosat:qqljyu9w2795yqykqerqg7kv7xhgffu4446jsnlemu47qc2xftydxmq4pfd24
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 04, 2024, 09:13:51 PM
 #22

about Layer 2
https://medium.com/@toni.lukkaroinen/layer-2-a-false-heaven-for-decentralization-dab5aa4c3973
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 10, 2024, 09:28:37 PM
 #23

# Hoosat Network Desktop Wallet

We have built Hoosat Network available in Github as Windows and Linux binaries. Remember that you need to make your antivirus to allow execution of the binary.

https://github.com/Hoosat-Oy/hoosat-tauri-wallet/releases/tag/v1.0.0
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 11, 2024, 08:36:12 PM
 #24

                                               AMA

💯 Monday 14.10.2024 12:00 GMT to 13:00 GMT, dev will answer any questions.
The place for presenting those questions will be opened prior to event starting.

🟦#AMA text channel in Hoosat Network Discord
🟦https://discord.gg/CpfJtZZztt
🟦The channel will have slow mode to avoid spam.

As such take this weekend to think what you want to ask from lead developer of Hoosat Network, who does not want to speak out loud. 🚀

Those affected by countries blocking Discord, remember you can use VPN
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 13, 2024, 06:39:26 PM
 #25


What has been forked from HTN?

1 HTN DB Filler: While it doesn’t technically require forking, the HTN DB Filler can be run by any Kaspa node operator, allowing them to benefit from the numerous bug fixes we’ve implemented. These improvements enable our explorer to operate with an archival node from genesis.
2 Top Addresses Feature in HTN Explorer: This feature was among the first to be copied. PugDAG modified the original code, while Astrix implemented a more straightforward copy from PugDAG without significant alterations.
3 DAG View Feature in HTN Explorer: The latest development that has been partially replicated by Spectre. They adopted HTN’s latest block retrieval code and transitioned the visual component from Dagre3D to Vis-Network. Notably, they have submitted a pull request to the Spectre Explorer, seeking to incorporate the fixes and enhancements that our HTN team has developed for the latest block retrieval code.
4 Developer Fee (HTND) Code & Feature: This functionality was quickly copied by two projects, Nexell-ia and PugDAG, following our hard fork that demonstrated its effectiveness. The developer fee feature is likely to see further adoption, as it contributes to the longevity of projects.
5 Hard Fork (HTND) Code & Feature: The hard fork code enables the definition of multiple hard forks by specifying the DAA score and block version, facilitating network updates. Like the developer fee, this feature was swiftly forked by Nexell-ia and PugDAG.
6 Hoohash PoW Algorithm: We take pride in the fact that our PoW algorithm has found a home in PugDAG. As Hoohash continues to showcase its innovative approach to FPGA/ASIC resistance, we anticipate even more interest in this technology.

full article
https://medium.com/@toni.lukkaroinen/what-has-been-forked-from-htn-c13094433826
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 14, 2024, 10:13:18 PM
 #26


HTN Webwallet runnable from bash script or docker!
@everyone here is root project for HTN Webwallet, so that you can run it simply from bash script or build docker image. It's also available in dockerhub

The webwallet runs by default on port 3080. Requires Node.js and NPM.

git clone https://github.com/Hoosat-Oy/htn-webwallet.git
cd htn-webwallet
git submodule update --init --recursive
./build-run.sh


Open your webwallet in browser https://localhost:3080/
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 14, 2024, 10:14:30 PM
 #27


We are here for the long haul. After the successful hard fork that brought in our new algorithm Hoohash, we've been laser-focused on adding more value to the Hoosat Network.

Hoosat started with two developers talking about the state of cryptocurrencies and they are passionate about cryptocurrencies, not alone Kaspa. We want to take that further by leveling the playing field of miners, lowering the barrier to entry, to ensure true decentralization. Everyone can participate, if you want to run service's we are here to help you to do that.

Hoosat has no pre-mine, and we stand firm in our commitment that no new tokens will ever be minted that way. There’s no “fake it till you make it” mindset here. We understand GhostDAG’s potential, and we’re not about overpromising. We only talk about new features when we know we can deliver, which is why we announce our plans quarterly.

The 2024 Q4 roadmap remains steady. We've already built Windows/Linux desktop wallet wrapping the webwallet. Next it's time for the flutter based mobile wallet and backend of address translation layer is done. In Q1 of 2025 we are planning to start building our first service, real world marketplace utilizing HTN cryptocurrency as payments.

ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 15, 2024, 07:36:12 PM
 #28

How to run HTN DNS Seeder. 🦉

@everyone Interested in running your own HTN Seeder?

Check out this step-by-step guide to get your node up and running smoothly. 🌐💻👇

https://medium.com/@toni.lukkaroinen/how-to-run-htn-seeder-f81be4a8d02f

For effective decentralization, it’s crucial to include multiple DNS seeders in the HTN Node by default. Without DNS seeders, new nodes cannot automatically discover and join the network, creating a single point of failure and hindering network connectivity. Including multiple seeders ensures reliable access and prevents dependency on a single source.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 19, 2024, 02:57:24 PM
Last edit: October 19, 2024, 03:25:41 PM by ogrvar
 #29

about the stability of the HOOSAT project

doxxed dev .
opensource
no prime
protection against asic/fpga/entity

full article
https://medium.com/@toni.lukkaroinen/why-htn-can-not-be-destroyed-b1641190691c
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 24, 2024, 01:48:50 PM
 #30

Proof of work validation and transfer for htn-stratum-bridge basically done.
The stratum bridge modifications for proof of work hash validation and transfer are basically done.

Here you can view the work in powhash-validation branch: 👇

https://github.com/Hoosat-Oy/htn-stratum-bridge/tree/powhash-validation

HTN will be one of the cryptocurrencies soon that does not allow nonce spamming,
guessing, etc. Since the proof of proof of work will be validated.
cyno12
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
October 24, 2024, 11:15:28 PM
 #31

nothing personal, faith in the project has come to an end, the fork and the new algorithm are the best that could happen, but all this was crossed out by toxicity when the showdown with kaspa began, yes Kaspa does not have a good reputation after the story with fake pampas against the background of asik sales, but if you compare the capitalization, it looks like a puppy barking at an elephant. therefore, faith has come to an end.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 25, 2024, 08:04:21 PM
Last edit: October 25, 2024, 08:34:25 PM by ogrvar
 #32

nothing personal, faith in the project has come to an end, the fork and the new algorithm are the best that could happen, but all this was crossed out by toxicity when the showdown with kaspa began, yes Kaspa does not have a good reputation after the story with fake pampas against the background of asik sales, but if you compare the capitalization, it looks like a puppy barking at an elephant. therefore, faith has come to an end.


you need to believe in the truth.
mathematics is a stubborn woman with whom it is impossible to come to an agreement, even if some project has a large mcap.
Even if some project has a large mcap, this does not give their representative the right to be rude and rude.

but you made your choice and I don't blame you
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 25, 2024, 09:17:50 PM
 #33

1 now we have a fully protected project from fpga/asic/entity
2 dev is working on a real pow.
htn will be the first fork of kaspa with a valid pow.
3 hoosat is the first fork of kaspa, which made a dev fee
The project still has a lot of work ahead.
thanks for your support

ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 26, 2024, 07:16:19 PM
 #34

wiki is open at https://wiki.hoosat.fi/.
We are going to start adding information myself and we are ready to take on people for wiki editor position.

If you like organizing information you can submit your application through ⁠🆘-open-ticket.
Your job will be organization of the wiki, writing explanations and tutorial into the wiki.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 28, 2024, 08:05:52 PM
 #35

about ama
https://medium.com/@toni.lukkaroinen/the-htn-ama-of-october-14-2024-eb801a6b5a21
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 29, 2024, 07:17:47 PM
 #36

Plans for Ensuring Safety in Layer 1
 Cryptocurrency Payment Gateways
https://medium.com/@toni.lukkaroinen/plans-for-ensuring-safety-in-layer-1-cryptocurrency-payment-gateways-8407c76807ab


ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
October 29, 2024, 07:25:55 PM
 #37

1. We are currently only fork of Kaspa with doxxed team.
2. We have the slowest tokenomics of Kaspaverse.
3. We have our own novel algorithm Hoohash.
4. We have fixed the database filler from big-block attacks.
5. We have made open source top addresses.
6. We have created developer fee!
7.  We have added burn button to web wallet!
8. We have implemented True Proof of Work validation.
9. We have backend done for translation layer + automatic account creation and authentication into web wallet!
10. We are still running after almost 8 months, blockchain from genesis behind explorer publicly!
11. We have had Ledger side loadable app available for some time.

Extra: We are now testing faster than 1 BPS in Golang.

 

ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 01, 2024, 09:49:13 AM
 #38

Hoohash precision fixes

 Hoohash has rounding precision problems between architectures, because of the floating point arithmetic's.
 We have now fine tuned the algorithm out of ~1.5% invalid shares into only 0.009% invalid shares.

All of this with Real Proof of Work validation, where stratum miner submits the whole proof of hash to stratum bridge and validates it before submitting it to node for validation.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 04, 2024, 06:53:15 PM
 #39

HTN Upcoming HF fixes.

- Real proof of work hash validation.
- Floating point rounding precision of Hoohash

This is a latest 4 hour test with latest SRBMiner.
- 0 Invalid hashes submitted from miner to Stratum bridge.
- 0 Invalid hashes submitted from Stratum bridge to node.
- Only 9 invalid hashes send in the miner GPU to CPU validation.

That's only 0.14% invalid hashes in the SRBMiner GPU to CPU. Since SRBMiner validates GPU work with CPU prior to sending to Stratum.

SRBMiner is HF ready.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 06, 2024, 09:24:52 PM
 #40

Future of Blockchain: Hoosat Network

https://www.youtube.com/watch?v=_3klbyOhZxw

subscribe and like please. this is important for youtube algorithms
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 06, 2024, 09:25:12 PM
 #41

Hoohash V1.0.1 released.

This update introduces a fix for rounding precision, improving the consistency of Hoohash hashes across different processing architectures. This ensures that hashes generated on different systems now match more reliably than in the previous version (V1.0.0).

Hoohash V1.0.1 is the version that will be used in next Hoosat block version 3, which will also include the proof of work hash validation.

https://github.com/Hoosat-Oy/hoohash/releases/tag/v1.0.1
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 08, 2024, 06:51:25 PM
 #42

Hoosat Network Hard Fork Announcement

Date and Time: The Hoosat Network will undergo a scheduled hard fork at DAA Score 21821800, anticipated to occur on Friday, November 15, 2024, at approximately 15:50:09 GMT.

🛠️ What’s Changing?
This hard fork introduces critical updates designed to enhance the security and precision of the Hoosat Network, specifically targeting the Hoohash algorithm. Key improvements include:

Real Proof of Work Hash Validation:
With this upgrade, the network will implement robust, real-time proof of work hash validation. This ensures that each block undergoes a more secure verification process, bolstering the network's integrity and resistance to potential attack vectors.

Block Version 3: Rounding Precision Fixes:
Precision issues within the Hoohash algorithm are being addressed, bringing increased accuracy to calculations and data storage. This refinement is intended to streamline transaction handling and further enhance the efficiency of the Hoosat Network.


Why This Matters
These updates reinforce the Hoosat Network’s commitment to a secure, reliable, and highly precise decentralized environment. The implementation of real-time hash validation and increased calculation accuracy are foundational steps toward advancing the network’s performance and security.

ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 12, 2024, 09:25:22 AM
 #43

🌟 Hoosat Network v1.1.0 is Here! 🌟

📅 Save the Date: Our next significant hard fork is scheduled for Friday, November 15, 2024, at 15:46:56 GMT with a DAA Score of 21821800.

Here's what's on the horizon:
🔐Strengthened Security
Block Version 3: Features advanced hash validation to shield from nonce guessing attacks, enhancing network integrity.

🛠️Hoohash v1.0.1:
A refined algorithm for superior floating-point accuracy, ensuring consistent proof of work hash reliability across different systems.

🔗Dive Deeper into the Changes:

HTND v1.1.0
https://github.com/Hoosat-Oy/HTND/releases/tag/v1.1.0
HTN Stratum Bridge v1.2.0 👇
https://github.com/Hoosat-Oy/htn-stratum-bridge/releases/tag/v1.2.0
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 13, 2024, 02:42:05 PM
 #44

# HTND 1.1.1 Released

This is compatible release with the upcoming hard fork. You may use either one of the 1.1.0 or 1.1.1, but this includes fix in RPC handle submit block function so that **Block Versions less than 3** wont require the proof of work hash to be submitted. This basically so that if you are running old stratum bridge and updating only node to 1.1.0, they will conflict.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 13, 2024, 09:47:29 PM
 #45

SRBMiner 2.7.0 released
SRBMiner 2.7.0 release includes support for Hoohash V1.0.1, the hard fork for Friday 15.11.2024.
 
https://github.com/doktor83/SRBMiner-Multi/releases/tag/2.7.0

Works while mining Hoohash V1.0.0 on pools and stratum bridge, because only nonce is checked even though the proof work hashes are completely different.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 14, 2024, 10:36:32 AM
 #46

How resistant is HTN to Quantum Computing?
$HTN proof of work hash Hoohash uses the Blake3 hashing algorithm to generate a 256-bit output, which defines one point of resilience to quantum threats.
Here’s a breakdown of the quantum security:

1. Grover’s Algorithm Impact: With quantum brute-force, Grover's algorithm would reduce a 2^256 search space to ~2^128. This means:
- Preimage resistance drops from 256 bits to 128 bits
- Collision resistance drops to 64 bits—still requiring a staggering 18.45 ExaHash/s to match the network’s speed. ⚡

2. Quantum Hardware Requirements: To leverage Grover's for Blake3, you’d need at least 512 qubits (256 for the hash, 256 ancillary) and unprecedented parallel processing to achieve quantum gate speeds at 18 Eh/s—well beyond current tech.

3. Practical Security Enhancements: HTN leverages GhostDAG for rapid block creation, making it nearly impossible for a quantum attacker to precompute valid hashes in real time. Additionally, our custom proof-of-work hash validation extends the search space by forcing quantum attacks to target the proof of work output hash values, not just the nonce which has maximum value of only 2^32.

Bottom Line: While no algorithm is entirely quantum-proof, Hoohash and Real proof of work hash validation offers robust resistance today and for the future
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 14, 2024, 07:54:55 PM
 #47

We just published How Hoosat Network’s Real Proof of Work Hash Validation Protects Against Brute-Forcing of Blocks…
https://medium.com/@toni.lukkaroinen/how-hoosat-networks-real-proof-of-work-hash-validation-protects-against-brute-forcing-of-blocks-bc075dba4fc9

ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 14, 2024, 08:43:50 PM
 #48

Listing suggestion
@everyone confirmed Coinstore.com agent just contacted. Their listing packages start from the 15,000 to 200,000 USDT.

Some facts they wanted to share:
Total users: 9mil (70% Asia)
Average daily trading volume: $500 million/24 hours

Like normal, Thumbs up if you want us to continue talks. Thumbs down if you want to stop


join discord for polls
https://discord.gg/kgFRW5sV
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 17, 2024, 09:45:02 PM
Last edit: November 21, 2024, 09:41:13 PM by ogrvar
 #49

 Hoosat Network (HTN) Hard Fork Complete!

@everyone We are thrilled to announce the  completion of the Hoosat Network (HTN) hard fork! This milestone introduces **Hoohash V1.0.1** and implements **Proof-of-Work Hash Validation**, marking a significant step forward in our journey to enhance network security, efficiency, and scalability.

## 🌟 **What’s New?**

1.  **Hoohash V1.0.1**
    -   A robust and optimized hashing algorithm with strength against FPGA and ASIC implementations.
    -   Enchanced floating point rounding precision between architectures.

2.  **Proof-of-Work Hash Validation**
    -   Strengthens consensus integrity by validating the authenticity of mined blocks.
    -   Ensures consistency and trust within the network by preventing tampering and malicious activities.

## 🚀 **Why It Matters**

This upgrade reinforces HTN's commitment to delivering a decentralized, secure, and high-performance blockchain. The integration of Hoohash V1.0.1 alongside proof-of-work validation enhances the reliability of our infrastructure, paving the way for future innovations and partnerships.

We extend our deepest gratitude to the **Hoosat community**, developers, and miners for their unwavering support and dedication. Your collaboration was crucial in making this upgrade a seamless success.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 18, 2024, 08:04:04 PM
 #50

## ⚡ **Upgrade to the latest version**

-   SRBMiner 2.7.1 version minimum
-   HTND 1.1.5 version minimum
-   HTN Stratum Bridge version 1.2.0 minimum

Thank you for being an integral part of Hoosat Network’s growth. Together, we’re building the future of decentralized technology! Thank you Baikalmine, Mining4People, Zergpool and Pools4Mining for your continued support.

_Let’s keep moving forward, one block at a time!_
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 19, 2024, 12:41:11 AM
 #51

 Now, proof-of-work hashes are transferred securely from miners to nodes via Stratum.

Here’s what this means:
1️⃣ Quantum-level security: Blocks are confirmed with just 288 bytes, resisting even brute-force attacks.
2️⃣ Stratum innovation: We’ve proven Stratum can now transmit meaningful data between miners and nodes. The possibilities? Endless.

 What’s next?
Soon, PoW hashes will transfer between nodes for added validation—no breaking changes, just stronger security.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
November 22, 2024, 06:42:10 PM
 #52

you can download Hoosat Mobile APK from this link:
https://network.hoosat.fi/downloads/hoosat-mobile.apk

If we have time next week we will push it to play store after some theme fixing and minor touches.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
December 02, 2024, 07:01:33 PM
 #53

 Next-Gen Blockchain Innovation on Hoosat Network   

  We're researching how Artificial Intelligence Work (AIW) could complement Proof-of-Work (PoW), blending secure blockchain consensus with cutting-edge AI capabilities.

  AIW Integration with PoW:
Thanks to insights from the Stratum protocol (handling PoW hash validation updates), we've basically devised a model where AI workers, PoW miners and nodes seamlessly interact through stratum:
1 Users send AI requests via a web interface.
2 Nodes receive this requests and distribute it to AI workers.
3 AI workers process these tasks, respond to nodes.
4 Results are returned to the user through the web interface.
5 AI workers are paid for their work done, like the proof of work workers.

 How It Works:
AI workers perform decentralized AI computations while PoW ensures security. This dual system combines trustless AI processing with blockchain integrity.

 Why It Matters:
Decentralized AI: Moves AI processing off centralized servers into blockchain-based systems decentralized network.
Enhanced Utility: Mining isn't just solving hashes; it's powering real-world AI tasks.
Synergized Ecosystem: PoW miners and AI workers collaborate, creating value for both blockchain & AI communities.

This PoW+AIW framework could redefine what blockchain mining can achieve.   

Self learning prototype LLM with TensorFlow has already been developed.

Tweet: https://x.com/HoosatNetwork/status/1863463110675501109
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
December 03, 2024, 08:51:06 PM
 #54

Hoosat Network Mobile Wallet is Here!

We are thrilled to announce that the Hoosat Network Mobile Wallet is now live and available for download on the Google Play Store!

Android users can now enjoy secure and convenient access to their Hoosat wallet directly from their smartphones.
Download Now: https://play.google.com/store/apps/details?id=fi.hoosat_mobile.hoosatwallet

We haven’t forgotten about our Apple users! However, releasing the iOS version requires some additional steps, including the purchase of a MacBook and Apple Developer rights (mandatory for secure app submission to the App Store).
To make this happen, Tonto is organizing a fundraiser to help cover these costs. Your support can make the iOS wallet a reality faster!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
December 18, 2024, 09:50:19 PM
 #55

HTN Rich list is now fast.
https://explorer.hoosat.fi/addresses
We have updated explorer Rich List to fetch real time updated balances for addresses. The addresses page refreshes every 60 seconds.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 02, 2025, 10:46:18 PM
 #56

 Happy New Year from Hoosat Network (HTN)!

 As we enter this new chapter, we reflect on the incredible growth and milestones HTN has achieved with the support of our dedicated community. Together, we’re building a decentralized future powered by the strength of our proof-of-work blockchain. 💪

 2024 Highlights:

 Hoohash Proof-of-Work Algorithm: In Q3 2024, the team developed and implemented the Hoohash algorithm, designed to enhance security and promote fair mining practices

 Wallet Development: Throughout Q4 2024, HTN focused on creating mobile and desktop wallets to improve user accessibility. Android is released in Play Store and iOS under testing for release in App Store.

 Translation Layer Integration: The integration of a translation layer with the web wallet backend has been completed. Work on the Transaction Layer integrations will move to 2025.

 Community Engagement: HTN established community and comprehensive wiki for documentation and support, fostering community involvement and feedback.

 Tokenomics: The network outlined a transparent monetary policy, capping the total coin supply at approximately 17.1 billion HTN and implementing regular yearly deflation to ensure long-term sustainability.

 Patent pending for solution: We have filed EPO patent with first to file right to USA, for Integrity and security of Proof of Work against brute forcing of nonces even with Quantum machines.


 Mainnet Launch: HTN successfully launched its mainnet on March 8, 2024, marking the network's official entry into the blockchain space.

Happy New years! We will rock the boat!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 04, 2025, 06:17:33 PM
 #57

Roadmap for Q1 of 2025 released:
here you can read the roadmap for first quarter of 2025: https://wiki.hoosat.fi/en/roadmap/2025Q1
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 05, 2025, 08:37:26 PM
 #58

$HTN proof of work Quantum brute-force security upgrade.

Next step in 2025 will be completing this security update to Hoosat Network.

Please read more about our patent pending solution:
https://medium.com/@toni.lukkaroinen/the-future-of-proof-of-work-in-the-quantum-era-patent-pending-7825ce164f28
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 06, 2025, 09:04:58 PM
 #59

iOS testflight available:
https://testflight.apple.com/join/z3Ppsm4C
please inform  if it runs and if it runs please send me screenshots of the app.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 11, 2025, 08:48:57 PM
 #60

[MecaCEX] AnnouncesListing: Hoosat (HTN)
https://mecacex.com/news/detail/49
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 20, 2025, 07:14:49 AM
 #61

Hoosat Mobile now available in Play & App Store!
 
https://apps.apple.com/us/app/hoosat-mobile/id6739613804
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 22, 2025, 05:12:43 PM
 #62

BiFinance just offered listing for 3-4k worth in tokens after the Testnet PoW security news
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 25, 2025, 11:40:41 PM
 #63

There is now Turkish pool where HTN available mining is available.
https://iturkmining.com/index.html#HTNSOLO
HTN Pool Ports
stratum+tcp://iturkmining.com:2010
stratum+tcp://iturkmining.com:2011
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 26, 2025, 07:09:30 PM
 #64

Hoosat Network POW validation is Next Level!

  We will be soon secure against against any kind of Proof of Work brute-forcing, spamming and guessing.

  We are currently testing for different scenarios as our node needs to currently support 3 different types of blocks and none of the others can cause problems in mining, relaying blocks or syncing new nodes.

 We have also placed automatic instant banning of nodes that relay blocks without PoW hash.

 Quantum level machines running Grover's algorithm will break Bitcoin before $HTN!

 Time for update will be announced, but we will take this slowly and securely so we won't make last Hard Fork to rehappen.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
January 29, 2025, 07:18:19 PM
 #65

Major Milestone Achieved: Securing PoW Integrity is Live on Testnet! 🎉

We’re thrilled to announce that our Securing PoW Integrity solution has been successfully implemented on our testnet nodes! The testnet is running smoothly, marking a significant step forward in enhancing the security and reliability of our network.

With this milestone reached, we are now ready to decide on the update date. However, before making the final decision, we need to thoroughly test Initial Block Download (IBD) syncing from scratch to ensure everything functions seamlessly.

A huge thank you to our team and community for their continued support—your contributions drive our innovation! Stay tuned for updates as we finalize testing and move toward deployment.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
February 05, 2025, 04:07:53 PM
 #66

The Hoosat "Securing PoW Integrity" solution has been successfully implemented in Block Version 4, requiring a mandatory Hard Fork. To stay in sync with the network, all node operators must update before:

📅 Monday, 10 Feb 2025, 12:39:57 GMT
📈 DAA Score: 29,335,426

🔹 Live Countdown Available – Check the block explorer for a real-time ticker!
🔹 HTND Updated – The Master branch has been upgraded to version 1.2.0.
🔹 Download Now – Get the latest Linux & Windows releases here: 👇
📦 https://github.com/Hoosat-Oy/HTND/releases/tag/v1.2.0

Ensure your node is updated before the deadline to avoid network disruptions
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
February 11, 2025, 03:33:41 PM
 #67

Hoosat Network (HTN) Hard Fork Successful!

We are excited to announce that the Hoosat Network (HTN) hard fork has been successfully implemented, bringing us one step closer to our mission of ensuring the highest security for our users. The hard fork includes the integration of our patent-pending "Securing PoW Integrity" solution, making HTN the most secure Proof of Work (PoW) cryptocurrency on the market today.

This innovative upgrade dramatically enhances HTN’s resistance against brute-forcing of nonces, ensuring that our blockchain remains impenetrable to attackers. Moreover, it provides unprecedented protection against Grover’s algorithm, a potential threat posed by quantum computing, which could undermine traditional cryptographic protocols.

With this upgrade, HTN has taken a giant leap forward in securing its network and offering peace of mind to our community. HTN now stands as the gold standard in Proof of Work security.

🔐 Key Features of the Upgrade:
🔹Enhanced defense against brute-forcing attacks
🔹Protection against Grover's algorithm and quantum threats
🔹Cutting-edge, patent-pending "Securing PoW Integrity" solution

A special thank you goes out to our mining pools and exchanges for their unwavering support during this critical upgrade! Your dedication and collaboration have been invaluable in ensuring the smooth transition and continued success of Hoosat Network.

This is a huge milestone for HTN, and we are thrilled to continue leading the charge in blockchain security. Stay tuned for more exciting updates as we continue to innovate and protect our network!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
February 12, 2025, 09:00:16 PM
 #68

This includes minor fix to remove odd call to processOrphan that has creeped its way into processBlock. Though that does not remove all the orphan issues. The second feature is addition of automatic banning of nodes that send wrong block version blocks.

Does not break compatibility with with 1.2.0 HTND or 1.2.1 HTN Startum Bridge.

https://github.com/Hoosat-Oy/HTND/releases/tag/v1.2.1
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
March 06, 2025, 06:16:16 PM
 #69

Is a dive into blockchain's nonce security, learn how this tiny 32 bit number is a problem for Proof of Work algorithms!


https://medium.com/@toni.lukkaroinen/once-upon-a-nonce-f21749532f6f


join to our discord https://discord.gg/QfR2HuUq
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
March 18, 2025, 09:26:13 AM
 #70

@everyone Let’s keep the positive updates coming!

Development of Hoohash V1.2.0 for OneZeroMiner is underway.
Once the algorithm and miner are complete, we’ll move forward with a hard fork to implement the changes. There will be a one-week window for node updates, stay tuned for updates!

I’ve given Mining4People permission to relist HTN, as the recent leadership change in M4P will resolve past communication issues. I’ve also requested they prioritize efforts to address share-stealing endeavors in timely manner. While this doesn’t guarantee M4P will relist HTN, it’s now a possibility.

First Bitcoin nonce brute-force attempt conducted by @cryptonoob | HTN using Grover’s Algorithm on a 125-qubit quantum machine. However, the process still require refinement and is constrained by both free-time of the users and machine access. I have not seen such enthusiasm on proving something that has been already proven on smaller scale.

Exciting times ahead, stay engaged!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
March 22, 2025, 07:04:18 PM
 #71

Securing PoW Integrity

Taiwan patent application registered today. Now we have EU, US and Taiwan applications registered for the patent. More to come when they come. This is a long process.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
March 27, 2025, 07:17:59 PM
 #72

HTN's Securing Proof-of-Work Integrity patent pending solution registration has been done in China. 🚀

Grover's algorithm is brute-force Quantum algorithm and Hoosat Network's patent pending solution works against any kind of brute-forcing of "nonces" work submissions.

Hoosat network requires 320 bits of unique data to be submitted for block creation. Resistance currently to Grover's algorithm up to 2^160 steps. Comparatively Kaspa 2^32 (64 bit nonce), Bitcoin ~2^64 (32 bit nonce, 32-64 bit extranonce). Effectively we can raise the brute-force search space to the PoW Hash.
Hoosat network nodes instantly bans work submissions if nonce or pow hash submission is incorrect, which makes brute-forcing obsolete because you would need to guess every attempt right instantly!
You can not ban only for incorrect nonce, because pool mining requires nonce submissions outside of network target to calculate shares.

Through the fact that we can notice incorrect and correct work submissions instantly we have Quantum safety in PoW against Grover's algorithm and anyone can test this by trying to submit nonce's to Hoosat Network nodes and get banned instantly!

We do not tolerate False Accusations or False Statements, we do not tolerate False Nonces or False PoW Hashes!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
April 01, 2025, 06:38:19 PM
 #73

we’re excited to announce the Hoohash V1.1.0!
This update brings significant improvements to the Hoohash algorithm, and we do not expect any further major changes moving forward. With the upcoming integration of OneZeroMiner, we anticipate that mining pools will require some time to implement the updates. We appreciate your patience and continued support during this transition as we work towards updating our algorithm.

Key Details:
The reference C implementation source is available: Hoohash V1.1.0 Hoohash-lookup-table-fix branch
The HTND --testnet will begin using Hoohash V1.1.0 after DAA Score 30.

Notable Changes in Hoohash V1.1.0:
Matrix generation has shifted from 4-bit integer values to 64-bit double-precision values.
The ForComplex function now calls the ComplexNonLinear function during matrix multiplication and ensures that the output is neither INF nor NaN by adjusting the input for subsequent ComplexNonLinear calls to get valid output.
ForComplex is applied randomly to approximately 2% of matrix values, based on the prior product value.
ComplexNonLinear input uses matrix value, vector value, values generate from the header hash, and the nonce.
The ComplexNonLinear function now branches differently by introducing an additional transformer value.
The HighComplexNonLinear equation has been modified for improved performance.
Some other minor additions. If you are more interested, read the code.

I would say that LUT skipping ForComplex is dead for now since would require around 7.18 * 10^25 Petabyte LUT, astronomically large number to store.

Thank you again for your support as we continue to refine and enhance Hoohash!
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
April 03, 2025, 04:33:03 AM
 #74

 Check it out here: https://wiki.hoosat.fi/roadmap/2025Q2

@everyone on another matter I want to take a moment to address an issue that has persisted for over a year, false statements and misinformation meant to cause panic. Let me be absolutely clear: this will never be tolerated in our community as long as I am the lead developer.

To set the record straight: The Hoosat Network team has never engaged in price manipulation or artificially influenced market trends. We have never needed to push market orders to move the price in any direction.

That said, I acknowledge past mistakes. Over the last year, I deleted and rebuilt the Discord server, burned the premine, and introduced a developer fee in pursuit of more sustainable project. I also previously claimed that Hoohash V1.0.1 was FPGA-secure, I was wrong. I take full responsibility for those mistakes.

As the lead developer, my priority is advancing Hoosat Network’s groundbreaking technology, and we are excelling in that. One of our most significant achievements is our patent-pending solution against brute-forcing of nonces, a game-changing innovation that strengthens blockchain security and integrity. If that challenges certain expectations, so be it. We’re here to build, not to chase illusions.

Our focus has always been, and will always be, on technology and innovation. The price is simply a reflection of how committed the community is to driving the project forward.

Hoosat Network exists to redefine the industry, not to play market games. As a community, be mindful of your words and ensure that the information you share is accurate. Let’s move forward together with integrity and a shared vision for the future.

Thank you for your continued support.
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
April 06, 2025, 05:30:23 PM
 #75

1 Securing Proof-of-Work Integrity solution implemented in Hoosat Networks mainnet and patent applications registered in EU, US, Taiwan & China by team of patent lawyers who have done their due diligence and are ready to defend it.
2 Nodes bans nonce brute-forcing on the first incorrect attempt and works network wide to mitigate Sybil & Eclipse attacks from block tampering and force 51% attacks to be done with the intended algorithm.
3 Hoosat Network has solved Blockchain trilemma without sacrificing any of the three: security, scalability and decentralization.

Read here:
https://medium.com/@toni.lukkaroinen/benefits-of-securing-pow-integrity-ec26b6cc4a70
ogrvar (OP)
Newbie
*
Offline Offline

Activity: 194
Merit: 0


View Profile
April 13, 2025, 08:45:20 PM
 #76

Testers requested.
 the voting for changing GhostDAG reorg Finality Depth seems to be going towards 30 minutes. So we need slow network machines to test if the 30 minute Finality Depth does not cause too much network issues.  The testnet is already using Hoohash V1.1.0. You can report success and problems and ask for help in -node

In Linux:
Git clone and install latest master branch:

git clone https://github.com/Hoosat-Oy/HTND.git
cd HTND
go install . ./cmd/...

Download the datadir2, (replace YOUR_USER):
wget https://network.hoosat.fi/downloads/testnet-datadir2.zip
mkdir -p /home/YOUR_USER/.htnd/hoosat-testnet
unzip testnet-datadir2.zip -d /home/YOUR_USER/.htnd/hoosat-testnet


Run the testnet node:
HTND --utxoindex --testnet  --allow-submit-block-when-not-synced -a mainnet-node-1.hoosat.fi

Run the CPU miner, there's no need to create mining address yourself.
htnminer --testnet --miningaddr hoosattest:qpu3wn0cdx8222mfpxnrpv4gfyre56ry7nyttqhjjpv2rha6p8jvw2ylg6eus --threads 1 --mine-when-not-synced

Thank you for your support in HTN!
Pages: 1 2 3 4 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!