A bot that attests the user's email address
- Run
npm install
to install node modules. - Run
node import-db.js
to importdb.sql
into the database and appling database migrations. - Run
node attestation.js
first time to generate keys. - Configure
admin_email
,from_email
,attestation_from_name
,attestation_from_email
andsalt
values in new conf.json file (desktopApp.getAppDataDir() folder). Read more about other configuration options there. - Send bytes to
== distribution address
, which is displayed in logs, it is for whitelisted domain emails and referral bonuses. - Run
node attestation.js
again.
- Run
testnetify.sh
to connect to TESTNET hub. Delete and import the database again if you already ran it on MAINNET. - Change
bLight
value to true in conf.json file, so you would not need to wait for long syncing. - Change
socksHost
andsocksPort
values to null in conf.json file, if you are not using TOR.
Join Crowdin project to help with translations.