blockchain/utils/test_api_files/exec_get_blocks_bin.bat
2025-04-10 22:42:56 +04:00

9 lines
159 B
Batchfile

@echo on
:loop
echo Iteration.
curl -X POST http://127.0.0.1:11211/getblocks.bin --data-binary @get_blocks.bin --output @get_blocks_response.bin
goto loop