-
alexbrownhi all
-
OsrsNeedsF2PGetting "curl: (1) Received HTTP/0.9 when not allowed" when trying to run "$ curl -X POST 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'"
-
OsrsNeedsF2PIt's super late, I'm probably doing something stupid
-
OsrsNeedsF2PAnyone seen something like it?
-
OsrsNeedsF2PAh it's probably because I'm using the daemon RPC for a wallet RPC command.
-
jtgrassieOsrsNeedsF2P: port 18082 is likely the zmq port not the wallet rpc port.
-
koeHi, 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.
-
smoothby nodes
-
koeok thanks
-
gingeropolous
-
gingeropolousbinaryFate, think this is brokt: community.xmr.to/blocks/frequencies
-
kovri-slack<woodser> without building the miner code for emscripten, creating a wallet hits an undefined symbol at cryptonote_tx_utils.cpp “find_nonce_for_given_block”: github.com/monero-project/monero/bl…e_core/cryptonote_tx_utils.cpp#L666
-
kovri-slack<woodser> can this call be avoided?
-
moneromoooI guess you can hardcode the nonces for the genesis block. And probably patch up a bit after that.
-
moneromoooThey're in the config (assuming they're actually correct).