Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOLS] CryptoNote Universal Pool Solution
by
elGuilleAR
on 11/10/2017, 16:02:07 UTC
Thank you so much for your help, but I haven't solved it yet!
Using the command inside the folder I have the following error...
See photo



Please, what's missing?
As for your comment warning, the pool is private and I am testing exactly to learn.

As I've said before.
Remember I've told you, you have to replace the parameters with your own.

Try this:
cd bytecoin

simplewallet --config-file configs/bytecoin.conf  --wallet-file your_wallet_filename --password your_wallet_password --wallet-rpc-bind-ip ip_to_bind_to --wallet-rpc-bind-port wallet_port_to_bind_to --set_log log_level

where:
configs/bytecoin.conf is forknote config file and only applies if you are using forknote to run bytecoin deemon. If not, you should delete the --config-file option.
your_wallet_filename is the name of your pool wallet previously generated
your_wallet_password is the passwork for .....
ip_to_bind_on is the IP (some on your system you are running simplewallet). you can you 127.0.0.1 which is the default ip to bind to.
wallet_port_to_bind_to is the port you have configured in your pool .json file (see there).
log_level is the debug log level you want to show while you run the daemon