FishPool Tutorial | CKB Official (cli version) Wallet Transfer Tutorial

FishPool Tutorial | CKB Official (cli version) Wallet Transfer Tutorial


1

Running a Node


1. Download the node.

Available from Github (https://github.com/nervosnetwork/ckb/releases).


2. After downloading, unzip it and copy the original (old version) backed up privkey to the unzipped folder.


3. For example, store the decompressed folder on the desktop, the path is

C:\Users\ray\Desktop\ckb_v0.25.1_x86_64-pc-windows-msvc (If it is saved in other folders, you can open the folder and get the folder path from the location shown in the figure below. There cannot be Chinese characters in the path)

4. Run the node.

First, press and hold the "Windows+R" keys, enter cmd, click "OK" to run cmd.


enter:

cd C:\Users\ray\Desktop\ckb_v0.25.1_x86_64-pc-windows-msvc

Enter


enter:

ckb init --chain mainnet

Enter


Then enter

ckb run

Enter


The CKB node will start running and automatically synchronize data. Do not close the window. The node needs to remain online when transferring money.


As shown below:

2

transfer


1. Run the wallet.

Open another cmd window, hold down the "Windows+R" keys, enter cmd, click "OK" to run cmd.

enter

cdC:\Users\ray\Desktop\ckb_v0.25.1_x86_64-pc-windows-msvc

Press Enter to enter the folder just now.


enter

ckb-cli

Press Enter to run the wallet.


enter

walletget-capacity --address wallet address

Press Enter. You can view the balance of the specified wallet address (in shannon, 1 CKB = 1000,0000 shannon). The wallet address is the main network wallet address you used for the fourth phase of mining.


Example:

wallet get-capacity--address ckb1qyqyz82dk3htdyylvc3sn4p7xykh6mupgfts083sx9

Note the spaces between the parameters.


2. Transfer money.

enter

wallet transfer --privkey-path privkey storage path --to-address payment address --capacity transfer amount --tx-fee 0.001

Enter


Among them, --privkey-path is followed by your privkey storage path; "/" should be used in the input command; the payment address can be the wallet address provided by the exchange.


The transfer amount and handling fee units are in CKB. Note: The transfer amount and handling fee units here are different from the units shown in the balance query above. It is recommended to test with a small amount of coins first.


Example:

wallettransfer --privkey-pathC:/Users/ray/Desktop/ckb_v0.25.1_x86_64-pc-windows-msvc/privkey --to-addressckb1qyq02rkj7w0r2l7w9u7ts5k9y649uwzd7gesgrsnf7 --capacity 1000 --tx-fee 0.001


As shown in the figure:

After completion, just wait for the funds to be credited to your account. To check the progress of the transfer, you can visit the block explorer: https://explorer.nervos.org/, search for the transfer hash or wallet address, and follow the balance changes.


Please note that the wallet balance must be greater than or equal to 61 CKB, otherwise it cannot be transferred out.


<<:  CKB: It’s so hard for me!

>>:  F2Pool Tutorial | Bitcoin (BTC) Mining Tutorial

Recommend

In-depth analysis | Filecoin fork project

Editor's note: There has never been a star pr...

The face of a man who can't marry a good wife

What are the facial features of men who cannot ma...

What is the sleeping phoenix eye?

Sleepy Phoenix Eyes: Sleepy Phoenix Eyes are diff...

The 2020 Chengdu Digital Mining Summit of Wabi.com is coming as scheduled

Gathering the top forces in the mining circle and...

Are people with upturned lips all talk and no action? People with upturned lips

Sometimes, some people talk well, but most of the...

Roger Ver plans to deploy cloud mining, is this BU's chance?

Since Bitcoin.com owner Roger Ver announced that ...