layout |
---|
default |
We have been stopped the seed node and the mining node at Dec 29 2021 and the block height 170,443. You can download the last blocks here.
- Windows/Mac
- https://github.com/kusacoin/kusacoin/releases
- Linux
- https://github.com/kusacoin/kusacoin/blob/master/doc/build-unix.md
- Some opcodes are re-enabled
OP_CAT
,OP_SUBSTR
,OP_LEFT
,OP_RIGHT
,OP_INVERT
,OP_AND
,OP_OR
,OP_XOR
,OP_2MUL
,OP_2DIV
,OP_MUL
,OP_DIV
,OP_MOD
,OP_LSHIFT
,OP_RSHIFT
- Non-standard transactions are acceptable
poolrawtransaction
command is implementedpoolrawtransaction
adds a transaction into mempool, but not send to network- You can mine a block containing the transaction by yourself
- Currency unit
- KUSA
- PoW algorithm
- Lyra2REv2
- Difficulty adjustment algorithm
- Linearly Weighted Moving Average
- Default port
- 9393
- Default RPC port
- 9392
- Others
- Same as original Bitcoin
You can mine by any miner which support Lyra2REv2. Supporting segwit is recommended. Cpuminer is here.
This script convert Non-bech32 Kusacoin address into Bitcoin address format.
$ ./kusacoin-qt --server --rpcuser=name --rpcpassword=password
$ python address.py VzmRA4H83cPRffPZiTKXe5KjWSKFyLoLgZq71i
3GEEveDgMNvyFcnFMq34nsTYo5Rt7Ud2e3
$ ./minerd -a lyra2rev2 -o localhost:9392 -O name:password --coinbase-addr=3GEEveDgMNvyFcnFMq34nsTYo5Rt7Ud2e3 --no-longpoll --no-getwork