You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add additional API to server /dat to tell if dat share ... is still serving
if so it should curl https://<digitaloceanserver ip>/dat returns e.g. true
also http://104.248.146.46:3001/list has a broken formatting and the output seems to be formatted with HTML but it woud be better to have raw text with no HTML tags at all
also can you change the README.MD and delete the old content in it and instead write the scraper server address and document the API? :-)
http://104.248.146.46:3001
/dat - indicates true or false to tell whether dat is still active or not
/daturl - returns the dat://<address> which can be used to download all contract
/count - gives the total amount of contracts currently stored on the server
/size - shows how much disk space contracts occupy
/list - shows a list of all contracts on the server
write a tutorial (with screencast) how to update the digital ocean droplet with that changed code and keep it running
scrape source codes manually from URLs below to add them to the database once
contact @serapath for some additional sources to scrape
@todo
sourcecodes/
sourcecodes/**/*
folder is usingls ./sourcecodes
dat share
the folder of stored contracts using the the dat clidatdot-tcir#4
: scraper until presentation for EthIndiadatdot-cir#7
AST/type/data analysisdatdot-cir#5
p2p publish data archivedatdot-cir#2
AST import statement analysis and content hash replacementdatdot-tcir#3
index structure (e.g. hypertrie(s))datdot-tcir#6
maintain always up-to-date list of proxy servers/dat
to tell ifdat share ...
is still servingcurl https://<digitaloceanserver ip>/dat
returns e.g.true
http://104.248.146.46:3001
true
orfalse
to tell whether dat is still active or notdat://<address>
which can be used to download all contracttypeverify#1
: verify itemsdatdot-tcir#3
: hypertrie(s) structureverifier
module to still be able to verify them(https://beakerbrowser.com/)
datdot-tcir
instance on digital ocean to pin the items archivescsen
maybe we even need multiple servers - one on each continent? :-)
We could either use:
hyperdrive
)dat-sdk
to create our own pinning servicedat-store
, see:The text was updated successfully, but these errors were encountered: