Activity for someone235
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #42 |
Post edited: Explain reasoning |
— | about 7 hours ago |
Edit | Post #42 | Initial revision | — | about 10 hours ago |
Answer | — |
A: Fees and VSPC(Virtual Selected Parent Chain) No, in Kaspa each blue block receives a reward. The main reason is that rewarding only chain blocks (VSPC blocks) creates incentives for selfish mining. But there are other (milder) advantages to being a chain block: 1. In GHOSTDAG ordering, it precedes any block in the same mergeset - therefo... (more) |
— | about 10 hours ago |
Comment | Post #38 |
This post violates the guidelines for two clear reasons:
1. Language – Both the question and the answer are written in Russian. Since the site requires all content to be in English, this prevents most of the community from being able to read, answer, or moderate effectively.
2. Exchange Recomme... (more) |
— | about 10 hours ago |
Edit | Post #38 | Question closed | — | about 10 hours ago |
Edit | Post #33 |
Post edited: |
— | 1 day ago |
Edit | Post #35 | Initial revision | — | 1 day ago |
Answer | — |
A: Public Node Incentives There are no incentives to run a public node other than altruism. (more) |
— | 1 day ago |
Edit | Post #33 | Initial revision | — | 1 day ago |
Answer | — |
A: Is there a CLI tool to send RPC commands? Yes, `rusty-kaspa` comes with the tool `kaspa-cli` that supports sending RPC command. For example, to send the RPC command `get-block-dag-info` you'll need to do the following: ``` git clone https://github.com/kaspanet/rusty-kaspa.git cd rusty-kaspa git checkout stable cargo run --release -... (more) |
— | 1 day ago |
Edit | Post #32 | Initial revision | — | 1 day ago |
Question | — |
Is there a CLI tool to send RPC commands? Is there a CLI tool to send RPC commands? (more) |
— | 1 day ago |
Edit | Post #24 | Initial revision | — | 3 days ago |
Answer | — |
A: What's the difference between transaction payload and OP_RETURN data? In Bitcoin, OPRETURN is essentially a hack for publishing data on-chain without bloating the UTXO set: `OPRETURN` is a Bitcoin opcode that makes the script fail instantly. Therefore, an output with scriptPubKey of `OPRETURN ` is provably unspendable and therefore Bitcoin Core v0.9 introduced a pol... (more) |
— | 3 days ago |
Edit | Post #22 | Initial revision | — | 3 days ago |
Question | — |
What's the difference between transaction payload and OP_RETURN data? What's the difference between Kaspa's transaction payload and Bitcoin's OPRETURN data? (more) |
— | 3 days ago |
Edit | Post #21 | Initial revision | — | 3 days ago |
Answer | — |
A: Do red blocks get block reward? Yes — red blocks themselves don’t receive rewards, but there’s an important subtlety. If rewards were simply destroyed whenever a red block appeared, the issuance rate of new KAS would fall behind schedule. To avoid that, the protocol almost always reallocates the reward to the “merging block” — t... (more) |
— | 3 days ago |
Edit | Post #20 | Initial revision | — | 3 days ago |
Question | — |
Do red blocks get block reward? GHOSTDAG partitions the blockDAG into blue blocks and red blocks. In the final ordering, blue blocks take precedence, while red blocks are placed after them (unless the DAG’s topology forces otherwise). My question is: does Kaspa penalize red blocks by excluding them from block rewards? (more) |
— | 3 days ago |
Edit | Post #19 | Initial revision | — | 3 days ago |
Answer | — |
A: Does Kaspa support atomic swaps? Yes. Any cryptocurrency that supports HTLC can support atomic swaps, and since Kaspa-script is very similar to Bitcoin-script, the implementation would be practically the same. (more) |
— | 3 days ago |
Edit | Post #18 | Initial revision | — | 3 days ago |
Question | — |
Does Kaspa support atomic swaps? Does Kaspa support atomic swaps? (more) |
— | 3 days ago |