Bitcoin Forum
March 04, 2026, 11:40:11 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Haven (HVN) 21B RandomX Fair Launch L1 No Pre mine Keys Burned  (Read 528 times)
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 24, 2025, 06:10:20 PM
 #1

Haven (HVN) – 21 000 000 000 RandomX Fair-Launch L1 – LIVE
No pre-mine · No ICO · No dev tax · Genesis keys burned forever



Block 0 – Mined solo on a single CPU – November 24, 2025

[img width=800px]https://i.postimg.cc/vchhcLjz/35273ec5.png[/img]

Hash:       20814f7f6959e41c9797227cfccc9c70e0ae8a0247aeeec199336e06825ad663 
Timestamp:   2025-11-24 01:46:31 UTC 
Nonce:       13 13 575 545 140 
Reward:      29 166 666 HVN 
→ Private keys overwritten 10× with random data. These coins are unspendable forever.



Specifications

Algorithm            RandomX (CPU-only) 
Block time           10 seconds 
Difficulty retarget  Every block (EMA + BWIP12) 
Total supply         Exactly 21 000 000 000 HVN 
Emission             Smooth geometric decay – last coin ~2043 
Current status       LIVE – height 600+ 
Network hashrate     ~130 KH/s (you can still dominate)



Mine in one command (Rust required)

Code:
git clone https://github.com/havenhvn/havencore.git
cd havencore
cargo run --release --bin haven-node -- --mine

Your node syncs in seconds and starts mining immediately. 
No pools needed yet – solo mining = full block reward.



I am the person who mined block 0 yesterday and burned the keys. 
There is no team, no company, no allocation. 
Just a chain and CPUs.

One CPU, one vote. 
Welcome to Haven.

Source: https://github.com/havenhvn/havencore
YTTRREY
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 24, 2025, 06:51:08 PM
 #2

dis ?
VeniaminCaver
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 24, 2025, 07:20:38 PM
 #3

 Compiling havencore v0.1.0 (/root/havencore)
warning: unused import: `hex`
 --> src/block.rs:4:5
  |
4 | use hex;
  |     ^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `socket`
 --> src/p2p.rs:9:20
  |
9 |         if let Ok((socket, addr)) = listener.accept().await {
  |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: `havencore` (lib) generated 2 warnings (run `cargo fix --lib -p havencore` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 5.42s
     Running `target/release/haven-node --mine`
Starting Haven node...
Haven node listening on port 3033

And that's it. But what if I run it through

cargo run --release --bin haven-mine -- 24
warning: unused import: `hex`
 --> src/block.rs:4:5
  |
4 | use hex;
  |     ^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `socket`
 --> src/p2p.rs:9:20
  |
9 |         if let Ok((socket, addr)) = listener.accept().await {
  |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: `havencore` (lib) generated 2 warnings (run `cargo fix --lib -p havencore` to apply 1 suggestion)
   Compiling havencore v0.1.0 (/root/havencore)
error[E0425]: cannot find function `mine_block` in module `miner`
  --> src/bin/mine.rs:11:15
   |
11 |     if miner::mine_block(&mut block, threads) {
   |               ^^^^^^^^^^ not found in `miner`

warning: unused import: `consensus::calculate_reward`
 --> src/bin/mine.rs:1:24
  |
1 | use havencore::{Block, consensus::calculate_reward, miner};
  |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

For more information about this error, try `rustc --explain E0425`.
warning: `havencore` (bin "haven-mine") generated 1 warning
error: could not compile `havencore` (bin "haven-mine") due to 1 previous error; 1 warning emitted


icminers.com
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 25, 2025, 12:25:44 AM
 #4

Haven (HVN) – 21 000 000 000 RandomX Fair-Launch L1 – LIVE
No pre-mine · No ICO · No dev tax · Genesis keys burned forever



Block 0 – Mined solo on a single CPU – November 24, 2025

[img width=800px]https://i.postimg.cc/vchhcLjz/35273ec5.png[/img]

Hash:       20814f7f6959e41c9797227cfccc9c70e0ae8a0247aeeec199336e06825ad663 
Timestamp:   2025-11-24 01:46:31 UTC 
Nonce:       13 13 575 545 140 
Reward:      29 166 666 HVN 
→ Private keys overwritten 10× with random data. These coins are unspendable forever.



Specifications

Algorithm            RandomX (CPU-only) 
Block time           10 seconds 
Difficulty retarget  Every block (EMA + BWIP12) 
Total supply         Exactly 21 000 000 000 HVN 
Emission             Smooth geometric decay – last coin ~2043 
Current status       LIVE – height 600+ 
Network hashrate     ~130 KH/s (you can still dominate)



Mine in one command (Rust required)

Code:
git clone https://github.com/havenhvn/havencore.git
cd havencore
cargo run --release --bin haven-node -- --mine

Your node syncs in seconds and starts mining immediately. 
No pools needed yet – solo mining = full block reward.



I am the person who mined block 0 yesterday and burned the keys. 
There is no team, no company, no allocation. 
Just a chain and CPUs.

One CPU, one vote. 
Welcome to Haven.

Source: https://github.com/havenhvn/havencore

warning: unused import: `hex`
 --> src/block.rs:4:5
  |
4 | use hex;
  |     ^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `socket`
 --> src/p2p.rs:9:20
  |
9 |         if let Ok((socket, addr)) = listener.accept().await {
  |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: `havencore` (lib) generated 2 warnings (run `cargo fix --lib -p havencore` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 30.56s
     Running `target/release/haven-node --mine`
Starting Haven node...
Haven node listening on port 3033

im nots not mining at all.
gall00tech
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
November 26, 2025, 04:49:33 PM
 #5

Dev is banning for telling people on discord that this stuff dont work. Watch out.
MiningCoinsPool
Member
**
Offline Offline

Activity: 570
Merit: 27


View Profile
November 27, 2025, 01:52:55 AM
 #6

Must be the same guy that did BC2 Cheesy
BitcoinII-Dev
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 27, 2025, 07:18:15 AM
 #7

Must be the same guy that did BC2 Cheesy

Nah, not hardly.
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 30, 2025, 01:29:53 AM
 #8

https://hvngim.org/

Haven is a clean experiment in decentralised money. No premine, no special addresses, no VC allocation, and no dev fee. Anyone with a CPU can mine from block 1 under the same rules.
gall00tech
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
November 30, 2025, 10:01:26 PM
 #9

https://hvngim.org/

Haven is a clean experiment in decentralised money. No premine, no special addresses, no VC allocation, and no dev fee. Anyone with a CPU can mine from block 1 under the same rules.

Why ban the peeps in dis? Why delete all the messages?

Shady AF.
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 01, 2025, 06:22:21 AM
 #10

🟢 HVN MAINNET IS LIVE

✅ Seed node: hvngim.org (P2P 4000, RPC 4001)
✅ Public API: https://hvngim.org/api/hvn/status
✅ Official wallet CLI: hvn-wallet
✅ Mining rewards: 7,200 HVN per block, 10s target block time

🔹 Create your wallet (Linux):
./hvn-wallet new mywallet
./hvn-wallet show mywallet → copy your hvn1...

🔹 Start mining (Linux full node):
./hvn-node --data-dir ./data --rpc-bind 127.0.0.1:5001 --p2p-bind 0.0.0.0:4000 --peer hvngim.org:4000 --coinbase-address hvn1YOURADDRESS

🔹 Or use the one-click miner bundle from the website downloads.

This is a pure CPU PoW chain with RandomX. No premine beyond bootstrap, no VC, no hidden supply. Fair mining from day one. 🧡
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 01, 2025, 06:36:52 AM
 #11

🚀 Haven (HVN) — The Fair-Launch CPU Mineable Coin is LIVE!
No Premine • No VC • No Presale • 100% Community • Real POW • Real Decentralization
https://hvngim.org/static/hvn_logo.png



Welcome to HAVEN (HVN)


Haven (HVN) is a brand-new CPU-mineable cryptocurrency designed for fairness, accessibility,
and long-term sustainability. No tricks. No hidden supply. No insider allocations.

Anyone with a computer can mine HVN today.




🔥 HVN Highlights

  • ⛏️ CPU-only Proof of Work (RandomX-based)
  • 🚫 No premine
  • 🚫 No presale
  • 🚫 No VC influence
  • 💻 Open-source full node, wallet, and explorer
  • 🌐 Public seed node: https://hvngim.org
  • 📦 Windows, Linux, macOS miners supported



💾 Downloads

Windows Miner Package (ZIP): 
Download Here

Latest Linux & macOS Binaries: 
https://hvngim.org/static/downloads/

GitHub Source Code (Full Open Source): 
https://github.com/havenhvn/haven-hvn



🛠 How to Start Mining (Windows)


Step 1 — Download the ZIP. 
Step 2 — Edit `start-miner.bat` and insert your HVN address. 
Step 3 — Double-click to start mining! 
Step 4 — Verify your balance on the explorer:
https://hvngim.org/api/hvn/balance/YOURADDRESS




🛠 How to Start Mining (Linux)

Code:
./hvn-node \
  --data-dir ./data \
  --rpc-bind 127.0.0.1:5001 \
  --p2p-bind 0.0.0.0:4000 \
  --peer hvngim.org:4000 \
  --coinbase-address hvn1YOURADDRESSHERE



📡 Explorer & API

Explorer: 
https://hvngim.org

API Endpoints: 
Code:
/api/hvn/status
/api/hvn/block/latest
/api/hvn/balance/ADDRESS



🤝 Join the Community

Discord: https://discord.gg/haven 
Twitter: https://twitter.com/HavenHVN

We’re building a fair and powerful grassroots cryptocurrency — 
Join us and help shape the future of HVN!
Sergick2023
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 01, 2025, 08:26:31 AM
 #12

How create wallet? "./hvn-node info --new-wallet" not work on Windows
boshler
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 04, 2025, 08:40:47 PM
 #13

How create wallet? "./hvn-node info --new-wallet" not work on Windows
No way. Not through Windows, not through Linux, not to create your own wallet. Only mining to the developer's wallet.
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 06, 2025, 09:28:07 AM
 #14


🌐 HVN – Global Internet Money
⚡ How to Download, Run a Node & Mine HVN (Mainnet)

HVN is a CPU-only RandomX Layer-1 blockchain with fair mining and no premine.
Anyone can run a node and mine instantly using any desktop or server CPU.

This guide explains exactly how to:

✔ Download the official HVN node binary
✔ Join the HVN mainnet
✔ Start mining HVN instantly
✔ Verify your miner is on the correct chain

This is the same setup used by the official seed nodes and developer nodes.

1. 📥 Download the Official HVN Mainnet Binary

You can always download the latest trusted binary from the mainnet seed:

wget https://hvngim.org/static/bin/havend-mainnet -O havend
sudo mkdir -p /opt/haven
sudo mv havend /opt/haven/havend
sudo chmod +x /opt/haven/havend


This installs the HVN node into:

/opt/haven/havend

2. 📂 Create the HVN Data Directory
sudo mkdir -p /var/lib/haven


This folder will store blockchain data and your node’s state.

3. 🚀 Start Your HVN Node & Begin Mining

Replace <YOUR_HVN_ADDRESS> with your HVN wallet address.

/opt/haven/havend \
  --data-dir=/var/lib/haven \
  --p2p-bind=0.0.0.0:4000 \
  --rpc-bind=127.0.0.1:4001 \
  --coinbase-address=<YOUR_HVN_ADDRESS> \
  --peer=46.224.87.212:4000 \
  --peer=77.42.21.48:4002

What this does:

Connects you to HVN Mainnet

Syncs the blockchain from the official seed nodes

Starts mining immediately using your CPU
→ Rewards go to your HVN address

Exposes a local RPC server at:

http://127.0.0.1:4001/status


HVN uses an implicit built-in miner — no separate miner program is required.

4. 🔍 Verify You Are Synced to HVN Mainnet

Check your local node status:

curl -s http://127.0.0.1:4001/status


Check the official mainnet explorer:

curl -s https://hvngim.org/api/hvn/status


If the height values are close or equal, your node is successfully synced.

5. 💰 Confirm You Are Mining

As soon as your node is running, you will see logs like:

Mined block #1234 → reward: 7200 HVN


To check your mining progress programmatically:

curl -s http://127.0.0.1:4001/status


Your total_mined value will increase over time.

6. 🛑 Stopping and Restarting Your Node

Stop:

sudo pkill -f havend


Start again:

/opt/haven/havend --data-dir=/var/lib/haven ...

7. ⚙️ Optional: Run HVN Node as a System Service

Create a systemd service (Linux):

sudo nano /etc/systemd/system/havend.service


Paste:

[Unit]
Description=Haven HVN Node
After=network-online.target

[Service]
User=root
ExecStart=/opt/haven/havend \
  --data-dir=/var/lib/haven \
  --p2p-bind=0.0.0.0:4000 \
  --rpc-bind=127.0.0.1:4001 \
  --coinbase-address=<YOUR_HVN_ADDRESS> \
  --peer=46.224.87.212:4000 \
  --peer=77.42.21.48:4002
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target


Enable + start:

sudo systemctl daemon-reload
sudo systemctl enable havend
sudo systemctl start havend
sudo systemctl status havend

🎉 You’re Mining HVN!

You’re now part of the decentralized HVN Global Internet Money network.

No special hardware required

No premine

No dev tax

RandomX CPU mining

True fair-launch Layer-1 blockchain
automatikjack
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 20, 2025, 12:29:11 PM
 #15

is this related to the already existing haven in any way?
HeavenHVN (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 20, 2025, 11:46:03 PM
 #16

🚀 Haven (HVN) — The Fair-Launch CPU Mineable Coin is LIVE!
No Premine • No VC • No Presale • 100% Community • Real POW • Real Decentralization
https://hvngim.org/static/hvn_logo.png



Welcome to HAVEN (HVN)


Haven (HVN) is a brand-new CPU-mineable cryptocurrency designed for fairness, accessibility,
and long-term sustainability. No tricks. No hidden supply. No insider allocations.

Anyone with a computer can mine HVN today.




🔥 HVN Highlights

  • ⛏️ CPU-only Proof of Work (RandomX-based)
  • 🚫 No premine
  • 🚫 No presale
  • 🚫 No VC influence
  • 💻 Open-source full node, wallet, and explorer
  • 🌐 Public seed node: https://hvngim.org
  • 📦 Windows, Linux, macOS miners supported



💾 Downloads

Windows Miner Package (ZIP): 
Download Here

Latest Linux & macOS Binaries: 
https://hvngim.org/static/downloads/

GitHub Source Code (Full Open Source): 
https://github.com/havenhvn/haven-hvn



🛠 How to Start Mining (Windows)


Step 1 — Download the ZIP. 
Step 2 — Edit `start-miner.bat` and insert your HVN address. 
Step 3 — Double-click to start mining! 
Step 4 — Verify your balance on the explorer:
https://hvngim.org/api/hvn/balance/YOURADDRESS




🛠 How to Start Mining (Linux)

Code:
./hvn-node \
  --data-dir ./data \
  --rpc-bind 127.0.0.1:5001 \
  --p2p-bind 0.0.0.0:4000 \
  --peer hvngim.org:4000 \
  --coinbase-address hvn1YOURADDRESSHERE



📡 Explorer & API

Explorer: 
https://hvngim.org

API Endpoints: 
Code:
/api/hvn/status
/api/hvn/block/latest
/api/hvn/balance/ADDRESS



🤝 Join the Community

Discord: https://discord.gg/rAakg42K 
Twitter: https://twitter.com/havengim

We’re building a fair and powerful grassroots cryptocurrency — 
Join us and help shape the future of HVN!

Pages: [1]
  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!