aglkm
aglkm
I didn't find a way to get the information from the RPC what is the chain type the node currently running: mainnet or testnent. It would be good to have...
As suggested on grin forum: "A minor suggestion to re-work directories structure of this wallet, it’s a bit messy in my “.grin” directory now as I have cli wallet and...
1. Call `get_block` rpc to ensure it can produce the expected output in time. `curl -u grin:secret --data '{"jsonrpc":"2.0","method":"get_block","params":[2824162, null, null],"id":1}' 127.0.0.1:3413/v2/foreign` 2. Call `get_outputs` rpc. `curl -u grin:secret --data...
Added chain type field into get_status rpc as following: ``` { "id": 1, "result": { "Ok": { "chain": "main", "connections": 8, "protocol_version": 1000, "sync_status": "no_sync", "tip": { "height": 2813226, "last_block_pushed":...
I've enabled grin donation address (tor) on Grincoin. But sometimes it is stop working, so I need to restart it. It doesn't look like tor network or other external issue,...
Wallet 1: ``` ./target/release/grin-wallet --testnet contract new --send=1 --encrypt-for=tgrin1pj5wlv3nhvua5lgr72dq9ufu8aw2m05ke5z47j5463zvrgej54qsstc3rg Password: --------------- SLATEPACK METADATA -------------- Slate encrypted: true Slate finalized: false Slate saved to file: /slatepack/3198ee9b-f033-4e6e-8699-19c9cb58f82d.S1.slatepack -------------- CUT BELOW THIS LINE...
``` ./target/release/grin-wallet --testnet contract new --send=1 Password: 20241204 11:26:16.021 ERROR grin_util::logger - thread 'main' panicked at 'called `Option::unwrap()` on a `None` value': src/cmd/wallet_args.rs:974 0: grin_util::logger::send_panic_to_log::{{closure}} 1: std::panicking::rust_panic_with_hook 2: std::panicking::begin_panic_handler::{{closure}} 3:...
The wallet allows you to cancel a transaction that has been broadcasted to the network, but has not yet received any confirmation. Let's imagine that you have an unspent output...