tobernguyen / madmax-manager

Lightweight manager for MadMax Plotter. Support both Linux (Ubuntu, CentOS, etc.) and Unix (macOS).
GNU General Public License v3.0
10 stars 3 forks source link

update #3

Closed Saperlipopette01 closed 3 years ago

Saperlipopette01 commented 3 years ago

Hello, with the new version of MADMAX chia plotter which contains the -c argument, when do you plan to modify the script? Thank you for your response .

Vincent FRENCH FARMERS POOL :-)

rsulym commented 3 years ago

you can just change -p to -c key and key value and you're good to go

tobernguyen commented 3 years ago

I will look into this soon

tobernguyen commented 3 years ago

Hello, with the new version of MADMAX chia plotter which contains the -c argument, when do you plan to modify the script? Thank you for your response .

Vincent FRENCH FARMERS POOL :-)

I just updated the code to support -c argument. Please pull the latest version of the manager and add a new config to your config.ini

pool_contract_address=""

I'm not sure if you can specify both pool_public_key and pool_contract_address but from MadMax's README, it said that you will want to specify pool_contract_address (-c) instead of pool_public_key (-p). I haven't tested specifying both. Can you please let me know what happens when you specify both? Thanks.

rsulym commented 3 years ago

@tobernguyen it should be only one argument, -c or -p, not both together.

tobernguyen commented 3 years ago

Thanks @rsulym . I will add validation for that. Anyway, I just updated the code to remove the requirement of pool_public_key so the manager won't complain about pool_public_key not provided.

tobernguyen commented 3 years ago

@Saperlipopette01 Please pull the latest code again and let me know if you have any issues.

tobernguyen commented 3 years ago

Close for now as it has been resolved. Feel free to re-open if you still have the issue.