02:45:04 hi all 05:11:26 Getting "curl: (1) Received HTTP/0.9 when not allowed" when trying to run "$ curl -X POST http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_address","params":{"account_index":0,"address_index":[0]}}' -H 'Content-Type: application/json'" 05:11:32 It's super late, I'm probably doing something stupid 05:11:45 Anyone seen something like it? 05:22:34 Ah it's probably because I'm using the daemon RPC for a wallet RPC command. 05:24:00 OsrsNeedsF2P: port 18082 is likely the zmq port not the wallet rpc port. 07:05:35 Hi, question: is the minimum base fee enforced at protocol level or just by node consensus? It seems like in v7 and earlier it was not required by protocol. 08:19:18 by nodes 08:19:32 ok thanks 12:01:04 https://old.reddit.com/r/Monero/comments/eg9ey0/trying_to_spend_xmr_transaction_spends_more_than/ 12:07:14 binaryFate, think this is brokt: https://community.xmr.to/blocks/frequencies/ 17:09:31 without building the miner code for emscripten, creating a wallet hits an undefined symbol at cryptonote_tx_utils.cpp “find_nonce_for_given_block”: https://github.com/monero-project/monero/blob/b4e1dc83d275f8ee9a8c12615cf952f05161c7a3/src/cryptonote_core/cryptonote_tx_utils.cpp#L666 17:09:37 can this call be avoided? 17:11:01 I guess you can hardcode the nonces for the genesis block. And probably patch up a bit after that. 17:11:14 They're in the config (assuming they're actually correct).