plowsof
plowsof
``` ./monero-blockchain-export --data-dir /var/lib/monero/.bitmonero --blocksdat --output-file blockchain.dat --block-stop 3088000 sha256sum blockchain.dat 374d836b26c46b9d8fdbc977da7a89a43c2eefb65659901ee4d0053d302e1468 blockchain.dat ``` ```bash height="3088000" difficulty="0x4aed3615c2f8c3e" hash="bddf8ca09110d33d6d497f13a113630c2b6af1c84d4f3a6f35cb1446f2604ade" node=127.0.0.1:18081 REQ=$(curl http://${node}/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_> DATA=$(echo $REQ | jq '.result.block_header') actual_difficulty=$(echo $DATA...
for visibility: https://bounties.monero.social/posts/83/8-999m-bitmessage-rival-or-re-write >Below is a proof of concept of a p2p messenger that runs over i2p. It uses libgpgme for encrypt/decrypt messages and JWP (json web proof) for contacts...
i tried to reproduce with simply : ``` #!/bin/bash exit 127 ``` i could not reproduce hm
i think the next step would be to force the "Failed to execve: Bad file descriptor" error to appear (im not sure how... maybe if the notify script is opened..)...
watching the output with --log-level 2 i notice these lines with `set_daemon` (they seem to not appear when starting rpc with --daemon-address`) so i notice a difference in logs with/without...
same as #9109 but author is copyCat, and 733 files edited instead of 736 because 3 files where deleted in #9125
> I looked at every diff manually... seems okay other than the above errors. Thanks for review! moving forward, in addition to a typos correction PR i will add the...
i first became aware of this bug after @nahuhh mentioned having similar issues with i2p / confirmed it was happening (along with the i2p phantom/double port issue), this is a...
> One of the biggest problems with the RPC documentation right now is that it is pretty outdated, and there is no mechanism to enforce that us lazy developers update...
Spaces in filenames have to be escaped when typing in the terminal. That is out of scope for the Monero CLI and more an issue with your operating system or...