ysbluea (OP)
Newbie
Offline
Activity: 10
Merit: 0
|
 |
March 04, 2026, 01:26:07 PM |
|
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
Activity: 30
Merit: 0
|
 |
March 04, 2026, 02:35:11 PM |
|
error: failed to run custom build command for `librocksdb-sys v0.17.3+10.4.2`
|
|
|
|
|
|
|
chn520
Newbie
Offline
Activity: 30
Merit: 0
|
 |
March 04, 2026, 03:12:43 PM |
|
no public ip
|
|
|
|
|
ysbluea (OP)
Newbie
Offline
Activity: 10
Merit: 0
|
 |
March 05, 2026, 04:43:55 AM |
|
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
Activity: 10
Merit: 0
|
 |
March 05, 2026, 04:50:31 AM |
|
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
Activity: 10
Merit: 0
|
 |
March 06, 2026, 02:20:58 PM |
|
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
Activity: 30
Merit: 0
|
 |
March 06, 2026, 03:11:15 PM |
|
how to stop mininig? Waiting have synchronized.
|
|
|
|
|
ysbluea (OP)
Newbie
Offline
Activity: 10
Merit: 0
|
 |
March 06, 2026, 03:25:07 PM |
|
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
Activity: 2058
Merit: 1076
A humble Siberian miner
|
 |
March 06, 2026, 09:44:29 PM |
|
I have forwarded ports 19533 and 8335 to the server. Why there are "No connected peers"? I am alone in my AstramChain network...
|
|
|
|
ysbluea (OP)
Newbie
Offline
Activity: 10
Merit: 0
|
 |
March 07, 2026, 01:08:59 PM |
|
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
Activity: 40
Merit: 0
|
 |
March 08, 2026, 06:42:57 AM |
|
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
Activity: 10
Merit: 0
|
 |
March 08, 2026, 02:19:50 PM |
|
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.1Once 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.
|
|
|
|
|
|
|
zsky
Newbie
Offline
Activity: 40
Merit: 0
|
 |
March 09, 2026, 11:57:15 AM |
|
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.1Once 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
Activity: 10
Merit: 0
|
 |
Today at 03:19:36 PM |
|
Mining is currently not synchronized between nodes. Please check whether port 8335 is blocked by a firewall or NAT. Alternatively, please try running the node with version v1.0.3 to connect to the main node. https://github.com/YSBlueA/AstramChain/releases/tag/v1.0.3
|
|
|
|
|
|