# Bee Scripts ``` git clone https://github.com/ethersphere/bee-scripts.git cd bee-scripts/readsi ``` ## Redistribution :::info Note: `reveals`: shows counts of hashes submitted as <Hash1Count>-<Hash2Count>-<Hash3Count>... ::: ### Fetch 6 hours: ```bash go run main.go --since=6h --cmd=redistribution ``` ### Fetch last six months: ``` nohup go run main.go --since=4416h --cmd=redistribution > redistribution.txt 2>&1 & ```  ## Stake ### Fetch 6 hours: ```bash go run main.go --since=200h --cmd=stake ``` ### Fetch last six months: ``` nohup go run main.go --since=4416h --cmd=stake > stake.txt 2>&1 & ```  ## Postage Stamps ```bash go run main.go --since=6h --cmd=postage ``` ### Fetch last six months: ```bash nohup go run main.go --since=4416h --cmd=postage > postage.txt 2>&1 & ```  ## Reward ### Fetch 6 hours: ```bash go run main.go --since=6h --cmd=reward ``` ### Fetch last six months: ```bash nohup go run main.go --since=4416h --cmd=reward > reward.txt 2>&1 & ``` 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up