Julián Somoza
Julián Somoza
How are you encoding the Base 16?
These is the params I'm sending: ``` params: %{ data: "0xb3f882400000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000006616e696d757300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009446f63756d656e7431000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000203643323234454645453941453534443831453739423645443445353244423830", from: "0x797F0Da0Ea4725ad23755Ea85D73356a2ab282Eb", gas: "0xc350", gasPrice: nil, to: "0x517B6528ce4DfECB031288B37F5cE910B8153163" } ```
+1 to this request. The previous link is not working anymore.
Same here. ord is also ignoring parameters: ``` sudo ord -t --config ~/blockchain/bitcoin-core/data/bitcoin.conf --bitcoin-data-dir ~/blockchain/bitcoin-core/data preview --http --address localhost 2023-03-28T14:17:32Z Bitcoin Core version v24.0.1 (release build) 2023-03-28T14:17:32Z Default data directory...
I fixed this. First "problem" is that ord uses cookies to connect, so I had to comment the username and password from bitcoin.conf to diable login and use cookies. Then...
Worked fine commented the resources line as @davidahmed commented. Thanks!
Same here... No solution jet?