We are excited to announce the launch of the
Spectre Network! Leveraging a fork from Kaspa, Spectre introduces the cutting-edge
SpectreX algorithm, which incorporates the robust
AstroBWTv3 for CPU-only mining.
Spectre is committed to enhancing scalability and privacy, with plans to integrate the innovative GhostFACE protocol for fully anonymous transactions.
Highlights:
- Untraceable mining with AstroBWTv3, optimized for ARM/x86 architectures.
- Multicore miner already available, ensuring equitable mining opportunities.
- Ongoing development of a Rust-based AstroBWT proof-of-concept, with community-led optimization efforts encouraged.
Join us in shaping the future of decentralized, privacy-focused digital transactions. No pre-mine, just pure privacy.
-
Website:
https://spectre-network.org/-
Block Explorer:
https://explorer.spectre-network.org/-
Whitepaper:
https://spectre-network.org/docs/Spectre-Network-Whitepaper.pdf-
GitHub:
https://github.com/spectre-project-
Rust CLI Wallet:
https://github.com/spectre-project/rusty-spectre/releases-
Webwallet:
https://wallet.spectre-network.org/-
Desktop Wallet:
https://github.com/spectre-project/spectre-desktop/releases-
Android Mobile Wallet:
https://github.com/spectre-project/spectre-mobile/releases-
Download Latest Binaries:
https://spectre-network.org/downloads/-
SpectreX is the AstroBWTv3 CPU mining algorithm in Rust.-
https://github.com/spectre-project/rusty-spectrex-
https://crates.io/crates/spectrex-
Exchanges:
- Xeggex:
https://xeggex.com/market/SPR_USDT- NonKYC:
https://nonkyc.io/market/SPR_USDT- Exbitron:
https://exbitron.com/trade?market=SPR-USDT-
Coingecko:
https://www.coingecko.com/en/coins/spectre-network-
Twitter:
https://twitter.com/SpectreNetwrk-
Discord:
https://discord.spectre-network.org/-
Telegram:
https://t.me/Spectre_NetworkWhy another fork?We chose to fork Kaspa because it offers great speed and scalability. However, we wanted to enhance privacy features, which led us to integrate aspects from privacy-focused cryptocurrencies like Monero and DERO, combining the best of both worlds—speed from Kaspa and privacy from the others.
Happy Mining!Welcome to the
Rust-based implementation of the Spectre full-node and its ancillary libraries. This node release is a drop-in replacement for the established Golang node and
is now the recommended node software for the Spectre network. It introduces developers to the possibilities of Rust within the Spectre network's context,
offering enhanced performance and reliability.
With the switch to Spectre on Rust, users are no longer required to download anything manually. The first sync takes approximately 30 minutes.To get started with the Rust binaries, please follow these steps:1.
Start the Node: - Download and unzip the latest binaries from our Github:
https://github.com/spectre-project/rusty-spectre/releases - Run the command: `spectred --utxoindex`.
- Wait until you see the message `2024-06-18 20:30:45.630+02:00 [INFO] Accepted block 59209d...`, indicating the node is up and running properly.
2.
Create a Wallet: - Run `spectre-wallet` to start the wallet
- Run `network mainnet` to configure the wallet for mainnet mode
- Run `wallet create` to generate a new wallet.
- Secure your wallet's mnemonic, which will be displayed under "Your default wallet account mnemonic" (12 words)
- Copy the wallet address found under "Your default account deposit address" (starting with "spectre:...").
3.
Begin Mining: - Download and extract the latest Rust miner binaries from our Github:
https://github.com/spectre-project/spectre-miner/releases - Start mining by executing: `spectre-miner --mining-address spectre:YourWalletAddress --threads X`, where `X` is the number of CPU cores you want to use.
- You can operate a single node within the network and direct all miners to it. To do this, set the `--rpclisten=0.0.0.0:18110` option in the node (using: `spectred --utxoindex --rpclisten=0.0.0.0:18110`), as the default is set to 127.0.0.1
- Now, in the miner, you need to specify where Spectred (the full node) is running. To do this, add the `--spectred-address X.X.X.X` option (where X.X.X.X is the local IP address of the machine running your node). For example: `spectre-miner --mining-address spectre:YourWalletAddress --threads X --spectred-address X.X.X.X`
Importing Your Existing WalletNote: There is a minor bug that requires manual configuration to connect. Ensure your node is started with `--rpclisten-borsh=127.0.0.1:19110`.
1. Start `spectre-wallet`.
2. Type: `server 127.0.0.1:19110` and then `connect`. This will connect the wallet to the locally running full node.
3. Type `wallet import` and follow the on-screen instructions.
Thank you for joining our network and helping us enhance its growth and stability!