init.vim and settings.vim go under ~/.config/nvim Follow the installation instructions for https://github.com/junegunn/vim-plug and place plug.vim in ~/.config/nvim/autoload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 35855 | |
Not activated: 1307 | |
|__ Code sent: 1297 | |
|__ Code was not sent: 10 | |
=> error check: Passed | |
Activated: 34548 | |
|__ Pending accounts: 89 | |
| |__ waiting for artemis approval: 9 | |
| |__ waiting for staff approval: 79 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 34500 | |
Not activated: 1416 | |
|__ Code sent: 1411 | |
|__ Code was not sent: 5 | |
=> error check: Passed | |
Activated: 33084 | |
|__ Pending accounts: 1974 | |
| |__ waiting for artemis approval: 108 | |
| |__ waiting for staff approval: 1831 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 34133 | |
Not activated: 1389 | |
|__ Code sent: 1386 | |
|__ Code was not sent: 3 | |
=> error check: Passed | |
Activated: 32744 | |
|__ Pending accounts: 2408 | |
| |__ waiting for artemis approval: 79 | |
| |__ waiting for staff approval: 2158 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 30963 | |
Not activated: 1538 | |
|__ Code sent: 1535 | |
|__ Code was not sent: 3 | |
=> error check: Passed | |
Activated: 29425 | |
|__ Pending accounts: 6909 | |
| |__ waiting for artemis approval: 544 | |
| |__ waiting for staff approval: 6322 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 30346 | |
Not activated: 1540 | |
|__ Code sent: 1539 | |
|__ Code was not sent: 1 | |
=> error check: Passed | |
Activated: 28806 | |
|__ Pending accounts: 9417 | |
| |__ waiting for artemis approval: 804 | |
| |__ waiting for staff approval: 8567 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================== | |
Total accounts: 28971 | |
Not activated: 1629 | |
|__ Code sent: 1629 | |
|__ Code was not sent: 0 | |
=> error check: Passed | |
Activated: 27342 | |
|__ Pending accounts: 11235 | |
| |__ waiting for artemis approval: 1529 | |
| |__ waiting for staff approval: 9236 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Total accounts: 27410 | |
Not activated: 1706 | |
|__ Code sent: 1690 | |
|__ Code was not sent: 16 | |
=> error check: Passed | |
Activated: 25704 | |
|__ Pending accounts: 11280 | |
| |__ waiting for artemis approval: 1923 | |
| |__ waiting for staff approval: 8560 | |
| |__ waiting for admin approval: 797 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rejected = User.where(approval: 'rejected').count | |
(15.6ms) SELECT COUNT(*) FROM "users" WHERE "users"."approval" = $1 [["approval", "rejected"]] | |
=> 630 | |
2.4.1 :054 > rejected_by_artemis = User.where(approval: 'rejected', artemis_approval: 'rejected').count | |
(15.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."approval" = $1 AND "users"."artemis_approval" = $2 [["approval", "rejected"], ["artemis_approval", "rejected"]] | |
=> 220 | |
2.4.1 :055 > rejected_not_by_artemis = User.where(approval: 'rejected').where.not(artemis_approval: 'rejected').count | |
(19.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."approval" = $1 AND ("users"."artemis_approval" != $2) [["approval", "rejected"], ["artemis_approval", "rejected"]] | |
=> 387 | |
2.4.1 :056 > rejected_by_manual_check = User.where(approval: 'rejected', admin_approval: ['hard_reject', 'soft_reject']).count |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-bash: ./smartpool: No such file or directory | |
nohup: ignoring input | |
SmartPool is in Hot-Stop mode: It will exit immediately if the contract returns errors. | |
Loaded 153 works from last session. | |
Using miner address: 0xa837c07c0fa74df46e3759e14cb7647480e84ec0 | |
Connected to Ethereum node: Parity//v1.6.8-beta-c396229-20170608/x86_64-linux-gnu/rustc1.17.0 | |
Couldn't read your passphrase file. Abort! | |
nohup: ignoring input | |
SmartPool is in Hot-Stop mode: It will exit immediately if the contract returns errors. | |
Loaded 153 works from last session. |