Bitcoin Forum
March 09, 2026, 05:38:35 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] AstramChain – GPU Mineable PoW Blockchain | Open Source  (Read 309 times)
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 04, 2026, 01:26:07 PM
 #1

Hello Bitcointalk community,

I’d like to introduce AstramChain — a GPU-mineable Proof-of-Work blockchain currently under active development.

AstramChain is designed with a Bitcoin-style PoW structure, focusing on simplicity, transparency, and long-term network stability. The goal is to create a clean and efficient mining-based blockchain that can evolve toward testnet and mainnet deployment.

🔹 Key Features
• GPU Mineable (PoW-based)
• Bitcoin-style difficulty adjustment
• Independent blockchain (not an ERC-20 token)
• Open-source development
• Public block explorer available

🔹 GitHub Repository
https://github.com/YSBlueA/AstramChain

🔹 Block Explorer
https://explorer.astramchain.com/

AstramChain is being actively developed, and feedback from miners and developers is highly welcome.

If you are interested in early-stage PoW projects, blockchain architecture, or mining infrastructure, feel free to check the repository and share your thoughts.

More updates (including testnet details) will be shared soon.

Thank you.
chn520
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 04, 2026, 02:35:11 PM
 #2

error: failed to run custom build command for `librocksdb-sys v0.17.3+10.4.2`
yoshikiazuma
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile WWW
March 04, 2026, 02:58:09 PM
 #3

ERROR Astram_node] DNS registration failed; shutting down node: error sending request for url (http://161.33.19.183:8053/register)
chn520
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 04, 2026, 03:12:43 PM
 #4

no public ip
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 05, 2026, 04:43:55 AM
 #5

ERROR Astram_node] DNS registration failed; shutting down node: error sending request for url (http://161.33.19.183:8053/register)

When the node starts, it checks whether port 19533 is accessible for communication between nodes.
If the node cannot be reached from the outside network, it cannot be registered with the DNS seed.
Please make sure that TCP port 19533 is properly port-forwarded so that the node is accessible from external networks.
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 05, 2026, 04:50:31 AM
 #6

error: failed to run custom build command for `librocksdb-sys v0.17.3+10.4.2`


We are currently preparing a Docker environment for the build setup.
This error appears to occur while building the RocksDB library (librocksdb-sys).
Please try updating the required development packages and build again:
sudo apt update
sudo apt install build-essential clang cmake pkg-config libssl-dev
sudo apt install libsnappy-dev liblz4-dev libzstd-dev zlib1g-dev
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 06, 2026, 02:20:58 PM
 #7

ERROR Astram_node] DNS registration failed; shutting down node: error sending request for url (http://161.33.19.183:8053/register)

When the node starts, it checks whether port 19533 is accessible for communication between nodes.
If the node cannot be reached from the outside network, it cannot be registered with the DNS seed.
Please make sure that TCP port 19533 is properly port-forwarded so that the node is accessible from external networks.

Astram-dns has been updated. The default port for P2P verification is 8335, and this port must be accessible from external networks.
chn520
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 06, 2026, 03:11:15 PM
 #8

how to stop mininig? Waiting have synchronized.
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 06, 2026, 03:25:07 PM
 #9

how to stop mininig? Waiting have synchronized.

You can stop it by pressing Ctrl + C in the terminal where the node is running.
Rabinovitch
Legendary
*
Offline Offline

Activity: 2058
Merit: 1076


A humble Siberian miner


View Profile
March 06, 2026, 09:44:29 PM
 #10

I have forwarded ports 19533 and 8335 to the server. Why there are "No connected peers"? I am alone in my AstramChain network...

From Siberia with love!
Fundraising for BOINC Farm
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 07, 2026, 01:08:59 PM
 #11

I have forwarded ports 19533 and 8335 to the server. Why there are "No connected peers"? I am alone in my AstramChain network...

Thank you for your feedback. After investigating the issue, we found a problem with the P2P peer connection. We are currently reviewing the block synchronization scenarios and will release a patch soon.
zsky
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
March 08, 2026, 06:42:57 AM
 #12

Hello Bitcointalk community,

I’d like to introduce AstramChain — a GPU-mineable Proof-of-Work blockchain currently under active development.

AstramChain is designed with a Bitcoin-style PoW structure, focusing on simplicity, transparency, and long-term network stability. The goal is to create a clean and efficient mining-based blockchain that can evolve toward testnet and mainnet deployment.

🔹 Key Features
• GPU Mineable (PoW-based)
• Bitcoin-style difficulty adjustment
• Independent blockchain (not an ERC-20 token)
• Open-source development
• Public block explorer available

🔹 GitHub Repository
https://github.com/YSBlueA/AstramChain

🔹 Block Explorer
https://explorer.astramchain.com/

AstramChain is being actively developed, and feedback from miners and developers is highly welcome.

If you are interested in early-stage PoW projects, blockchain architecture, or mining infrastructure, feel free to check the repository and share your thoughts.

More updates (including testnet details) will be shared soon.

Thank you.


After launching the project, mining started immediately, and the GPUs are running at full tilt. However, the blockchain hasn’t begun syncing at all. As a result, everyone is mining independently on their own chains. What’s causing this issue? We need to sync first before starting mining.
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 08, 2026, 02:19:50 PM
 #13

After launching the project, mining started immediately, and the GPUs are running at full tilt. However, the blockchain hasn’t begun syncing at all. As a result, everyone is mining independently on their own chains. What’s causing this issue? We need to sync first before starting mining.

Thank you for your interest.

As you pointed out, there was an issue with block synchronization between P2P nodes.
Please download and use the latest patch (v1.0.1):
https://github.com/YSBlueA/AstramChain/releases/tag/v1.0.1

Once the block synchronization starts, previously mined blocks will be reset.
At the moment, we have identified four separate blockchains.

Please reply to this post with your wallet address, and we will send coins to you on the main chain.

Thank you for your support.
zhurakovsky
Newbie
*
Online Online

Activity: 2
Merit: 0


View Profile
Today at 06:49:05 AM
 #14

https://explorer.astramchain.com/address/0x9e2f138680229bd3b3961b3bd1bffd02817aa981
Why 0?
Quote
root@hive4090G7900:/home/user/linux# wallet-cli balance 0x9e2f138680229bd3b3961b3bd1bffd02817aa981
Balance: 720 ASRM
zsky
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
Today at 11:57:15 AM
 #15

After launching the project, mining started immediately, and the GPUs are running at full tilt. However, the blockchain hasn’t begun syncing at all. As a result, everyone is mining independently on their own chains. What’s causing this issue? We need to sync first before starting mining.

Thank you for your interest.

As you pointed out, there was an issue with block synchronization between P2P nodes.
Please download and use the latest patch (v1.0.1):
https://github.com/YSBlueA/AstramChain/releases/tag/v1.0.1

Once the block synchronization starts, previously mined blocks will be reset.
At the moment, we have identified four separate blockchains.

Please reply to this post with your wallet address, and we will send coins to you on the main chain.

Thank you for your support.

Thank you !
my wallet:   0x1aa02abd5da9a2ef7437aa859e1269eb108e7776
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
Today at 01:36:48 PM
 #16

The version has been updated.
If your node stops, please run the new version v1.0.2.
Thank you.

https://github.com/YSBlueA/AstramChain/releases/tag/v1.0.2
ysbluea (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
Today at 02:17:09 PM
 #17


Thank you !
my wallet:   0x1aa02abd5da9a2ef7437aa859e1269eb108e7776

https://explorer.astramchain.com/transactions/b36a70a649ea8fbd3a420ccc9cb275847fb41f0fc659181f86a3a13464a42583

This is the first transaction.
After checking, it seems that wallet-cli also needs to be patched.
Thank you.
zhurakovsky
Newbie
*
Online Online

Activity: 2
Merit: 0


View Profile
Today at 03:04:40 PM
 #18

The version has been updated.
If your node stops, please run the new version v1.0.2.
Thank you.

https://github.com/YSBlueA/AstramChain/releases/tag/v1.0.2
Why does it show 0?
https://explorer.astramchain.com/address/0x9e2f138680229bd3b3961b3bd1bffd02817aa981
Quote
./wallet-cli balance  # или ./wallet-cli balance 0x9e2f138680229bd3b3961b3bd1bffd02817aa981
[INFO] Wallet loaded: 0x9e2f138680229bd3b3961b3bd1bffd02817aa981
Balance: 2872 ASRM
root@hive4090G7900:/home/user/linux#
ocminer
Legendary
*
Offline Offline

Activity: 2856
Merit: 1246



View Profile WWW
Today at 03:09:19 PM
Last edit: Today at 03:27:34 PM by ocminer
 #19

never mind

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
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!