SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 1 forks source link

Add posting to blockpub goroutine #332

Closed kastolars closed 4 years ago

kastolars commented 5 years ago

Description: BlockPub is a page owned by the ACM used by SIG Blockchain as a "meeting place" for active network users of Aurum. The idea here is to create a "heartbeat" for the producer, periodically advertising its IP:Port combo publicly to say its alive and accepting requests.

Vineet77 commented 4 years ago

http://blockchain.acmapp.tech/peers is currently not working More specifically it has the following exception:

SQLSTATE[HY000] [2002] Connection refused (SQL: select * from peers where updated_at >= 2019-10-11 00:37:31)

Vineet77 commented 4 years ago

Resolved by https://github.com/SIGBlockchain/project_aurum/pull/391