Skip to content

Instantly share code, notes, and snippets.

@lengyijun
Last active April 26, 2019 05:47
Show Gist options
  • Select an option

  • Save lengyijun/5c8b3d35aff48a072362007d9eb1af5c to your computer and use it in GitHub Desktop.

Select an option

Save lengyijun/5c8b3d35aff48a072362007d9eb1af5c to your computer and use it in GitHub Desktop.

Overview

  • free to join
  • not fully p2p. non-relay node connect to relay node
  • relays / non-relays
  • join consensus / not join consensus
carpenter -d data 
# you can monitor the consensus process using the carpenter tool for a given node.
# This tool parses the node.log file and prints out details for consensus-related events.

watch ./goal node status -d data
watch ./goal node lastround -d data
  • non-relay node don't need open port through firewall,don't store full state
  • can create a private network
@lengyijun

lengyijun commented Apr 25, 2019

Copy link
Copy Markdown
Author
./goal account balance -d data -a OMGRRVPYQO5EUNRORH7HL5JAGZEC2BGYPQNQWXFCH64574P3VBHRWNWZFI

@lengyijun

lengyijun commented Apr 26, 2019

Copy link
Copy Markdown
Author
goal clerk send -a 100 	-t NJY27OQ2ZXK6OWBN44LE4K43TA2AV3DPILPYTHAJAMKIVZDWTEJKZJKO4A -d data
goal clerk send -a 100 	-t NJY27OQ2ZXK6OWBN44LE4K43TA2AV3DPILPYTHAJAMKIVZDWTEJKZJKO4A -d data -n "hello world"

https://www.algorand.com/task-spend-some-money/

@lengyijun

lengyijun commented Apr 26, 2019

Copy link
Copy Markdown
Author

REST API

curl http://$(cat algod.net)/v1/block/31538 -H "X-Algo-API-Token: $(cat algod.token)" 

sdk 通过127.0.0.1::8080 和algo testnet交互
https://medium.com/@jsign.uy/algochat-a-public-chat-on-algorand-testnet-f59bb2d15417

https://developer.algorand.org/docs/algod-rest-paths

@lengyijun

lengyijun commented Apr 26, 2019

Copy link
Copy Markdown
Author

Dutch auction

  • instead of fixed price
  • fair (大家的价格都一样)
  • recode on blockchain

The Algorand network has not yet launched and there are no token sales. The team has not yet sold any token. At launch, in the Mainnet, tokens are planned to be sold through a dutch auction, hence letting the market decides at which fair price these should be acquired.

@lengyijun

lengyijun commented Apr 26, 2019

Copy link
Copy Markdown
Author

Support

  • pay && receive money
  • multi signature
  • create && restore wallet
  • join consensus && monitor consensus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment