added missing circle files and bulmaswatch
parent
f4d7a2acb9
commit
578a238f2e
|
@ -24,6 +24,8 @@ testdata/*
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
dist/*
|
||||||
|
|
||||||
# log files
|
# log files
|
||||||
output.log
|
output.log
|
||||||
*.log
|
*.log
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Deterministic address
|
||||||
|
|
||||||
|
Deterministic addresses are simply Onionr user IDs that are generated from a passphrase rather than general entropy.
|
||||||
|
|
||||||
|
To generate an Onionr deterministic, create a random passphrase of at least 25 characters of length. **It is very important that your passphrase is highly random. 9+ words is recommended for your passphrase**
|
||||||
|
|
||||||
|
`$ onionr add-id true`
|
|
@ -0,0 +1,6 @@
|
||||||
|
recommendedIDs = document.getElementById('recommendedBoards')
|
||||||
|
|
||||||
|
recommendedIDs.onchange = function(){
|
||||||
|
document.getElementById('feedIDInput').value = recommendedIDs.value
|
||||||
|
getBlocks()
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue