Add support for Scash #127
Replies: 5 comments 4 replies
|
Thanks for the proposal. I will look into it when i have more free time. It won't be an easy implementation since it is a mix between |
|
Are you still working on this Mr? |
|
There is a testnet node running, but it's not mining any blocks. You can do a lookup against the DNS seeder to find testnet nodes: If you run your own testnet node, add the following to your scash.conf file, so the node can use the DNS seeder to find other testnet nodes: Run the cpuminer to mine blocks with your local testnet node: https://github.com/scashnetwork/cpuminer-scash |
|
Hi @blackmennewstyle do you have an ETA for when the next release of MiningCore (as used here https://satoshicash.cedric-crispin.com/) with support for Scash will be released? Thanks. |
|
Commit c04221a adds support for In order to work properly the following procedure details how to setup a The How to configure the The following option is mandatory based the pool config shared as example, however you can obviously adjust the configuration to your own preferences:
A pool configuration for Replace all the specific options with the correct expected values:
|
Uh oh!
There was an error while loading. Please reload this page.
Scash is Bitcoin with SHA256 PoW replaced with Monero's RandomX
Scash is based on Bitcoin Core 26.0 with changes detailed in the protocol spec here: https://github.com/scash-project/sips/blob/main/scash-protocol-spec.md
Highlights:
There is a cpuminer for solo mining with the node, using RPCs getblocktemplate and submitblock
Happy to help with any testing. Thanks!
All reactions