@Eric Ipv4 snow test explorer: http://h.1209k.com:8888/
• JSON RPC improvements for client • Read only wallet-mode • Wallet stores network name as a safety measure • Adding transaction confirmation history for nodes storing tx_index
[snowblossomcoin/snowblossom] Issue closed by fireduck64
nothing relevant for a pool operator?
nope :wink:
@Eric @bitbumper I think 1.3.2 has everything you guys need. This page is probably the best resource: https://github.com/snowblossomcoin/snowblossom/wiki/JSON-RPC-Commands
please let me know if you need anything
@Fireduck Awesome, I'm working on getting it setup now. Any guidance on how to easily generate blocks on the regtest net? I'd like to write some integration tests and work from there.
SpoonTest does that if you want an example
Ah perfect, thanks. So the intended way is running a miner, node, and client all as separate connected processes?
Correct
Cool, I'll be putting together a python based harness for setting up/tearing down. I'll try to keep you up to date on our progress, but I'd estimate it will take a few weeks to get a working relay. Probably another week or two to do final testing/review and get our infrastructure wired up.
Awesome
Would it be possible to allow configuring the (client, node, miner) via command line arg or enviroment variables? We'll be deploying in a cloud environment that doesn't easily support config files.
Command line, no. I don't want to half-ass that and doing it properly wouldn't be compatible with what we have done.
How about config files with override values from environment variables?
Yeah that would work fine.
Cool
[snowblossomcoin/snowblossom] Issue opened by fireduck64