Skip to content

Mining ROD

Space Expanse edited this page Apr 2, 2023 · 4 revisions

Mining ROD

SpaceXpanse uses a unique triple-purpose mining strategy to arrive at consensus and secure the blockchain. Two algorithms are used:

  1. SHA-256d (merge mined)
  2. Neo-scrypt (solo or pool mined)

SHA-256d miners receive 25% of the block rewards while neo-scrypt miners receive 75%.

Mining Pools

The following are pools you can mine with.

Neo-scrypt Pool Mining

For neo-scrypt pool mining, use this modified ccminer for Nvidia GPUs:

https://github.com/spacexpanse/ccminer/releases

Run the miner as shown. Note the algorithm option.

ccminer -a neoscrypt-spacexpanse -o stratum+tcp://eu.bsod.pw:2534 -u walletaddress -p x

You can also use this for AMD GPUs

https://github.com/spacexpanse/sgminer/releases

Solo Mine Neo-scrypt

To solo mining neo-scrypt, you need an Nvidia GPU and ccminer from here:

https://github.com/spacexpanse/ccminer/releases

Run ccminer as shown below (if not using the electron wallet you can remove the parts of the URL after the port).

ccminer -a neoscrypt -o http://127.0.0.1:11999 -O user:pass

You have to set a user:pass in the spacexpanse.conf file.

Menu

HOME

Step by step - from zero to hero

SpaceXpanse ROD blockchain

ROD core wallet

RPC Methods

Tools

libspex C++ library

SpaceXpance Metaverse Simulator

Downloads

Wallets

Other

Tutorials

Hello World!
Mover Game
Ships
  • Ships (How to get started playing)

Miscellaneous

To top

Clone this wiki locally