mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
doc: update self-select doc now PR merged
This commit is contained in:
parent
0d8479a3b2
commit
65e746bab5
1 changed files with 7 additions and 15 deletions
|
@ -22,29 +22,21 @@ simple miner, [monero-powpy](https://github.com/jtgrassie/monero-powpy)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
First you'll need to compile the Monero master branch with pull request
|
The only variation to the standard build instructions in the
|
||||||
[#5728](https://github.com/monero-project/monero/pull/5728). For example:
|
[README](./README.md#compiling-from-source), is that you'll first need to fetch
|
||||||
|
and compile the latest Monero ***master*** branch.
|
||||||
cd "$MONERO_ROOT"
|
|
||||||
git fetch origin pull/5728/head:pr-5728
|
|
||||||
git checkout -b stratum-ss
|
|
||||||
git rebase pr-5728
|
|
||||||
make release
|
|
||||||
|
|
||||||
Now proceed to building the pool as per the instructions in the
|
|
||||||
[README](./README.md#compiling-from-source).
|
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Start your newly patched and compiled `monerod` and `monero-wallet-rpc`. For
|
Start your newly compiled `monerod` and `monero-wallet-rpc`. For example, in one
|
||||||
example, in one shell:
|
shell:
|
||||||
|
|
||||||
cd "$MONERO_ROOT"/build/Linux/stratum-ss/release/bin
|
cd "$MONERO_ROOT"/build/Linux/master/release/bin
|
||||||
./monerod --testnet
|
./monerod --testnet
|
||||||
|
|
||||||
And in another shell:
|
And in another shell:
|
||||||
|
|
||||||
cd "$MONERO_ROOT"/build/Linux/stratum-ss/release/bin
|
cd "$MONERO_ROOT"/build/Linux/master/release/bin
|
||||||
./monero-wallet-rpc --testnet --rpc-bind-port 28084 --disable-rpc-login \
|
./monero-wallet-rpc --testnet --rpc-bind-port 28084 --disable-rpc-login \
|
||||||
--password "" --wallet-file ~/testnet-pool-wallet
|
--password "" --wallet-file ~/testnet-pool-wallet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue