1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/test_api_files/exec_get_blocks_bin.bat

10 lines
159 B
Batchfile
Raw Permalink Normal View History

@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