Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancil Cleetus authored Feb 19, 2018
1 parent 3a38acf commit 6691b7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions network/roofs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from clove.network.bitcoin import Bitcoin


class Roofs(Bitcoin):
"""
Class with all the necessary Roofs (ROOFS) network information based on
https://github.com/roofsdev/roofs/blob/master/src/net.cpp
(date of access: 02/19/2018)
"""
name = 'roofs'
symbols = ('ROOFS', )
seeds = ('192.161.48.19')
port = 20019


# no testnet

0 comments on commit 6691b7c

Please sign in to comment.