Skip to content

Connect to exchange via Bitcoin P2P protocol (only version and verack frames)

Notifications You must be signed in to change notification settings

yisonPylkita/rust-p2p-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin protocol handshake

Usage

cargo run -- --ip 79.189.211.201 --port 8333

After executing this command you should see such logs

Version message sent
Received command: version
Received command: verack
Handshake complete. Closing connection

this means Bitcoin protocol handshake occurred

About

Connect to exchange via Bitcoin P2P protocol (only version and verack frames)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages