🔐 QUOREVIA Node Key Generator
⚠️ IMPORTANT: Save your SEED PHRASE and API KEY!
You will need these to recover your validator wallet.
=== QUOREVIA NODE KEYS GENERATED ===
=========================================
🌱 SEED PHRASE (SAVE THIS - KEEP OFFLINE!)
⚠️ WRITE THESE WORDS DOWN AND STORE SAFELY! august account absurd agree amazing aspect about august absent aim admit away These 12 words can recover your entire validator wallet. Never share them!
📌 VALIDATOR PUBLIC KEY
QUO-80C8CE5896254952
📌 VALIDATOR ID
VAL-FADD7EF43F3D
🔑 API KEY (Keep SECRET! Used for portal login)
ab6ea0d226e235921dbaba5408f3fbc75bc1ec07fe3ccebd853e1c750f5e8f5a
🔒 API KEY HASH (Store in database)
$2y$10$BIDz0UB6gGKUQLAB23nRGerqKqKRuHaxTOxaTvfzSKWACSr924Xb.
🔐 NODE SECRET (For internal encryption)
948b1958e9734a8e2c3c923ef19cacdb3cdc1433c15f80b1e7b2f0e40c6e7e07
🏦 WALLET ADDRESS
QUO-6587439D003443E4
🎫 REGISTRATION TOKEN
e88e7e62013de0797bdce6eb1da93dfc44366900892527452d27555c21d432e4
🔏 ENCRYPTED PRIVATE KEY
eb9d1af88b3262f12cdfb700f421d4fb4dfd12a76d1dc5e78d19e1eff0ffaab6
=========================================
❌ Could not save config file. Please create it manually.
✅ Secure backup saved to: .validator_backup.php
=========================================
📋 SQL TO INSERT ON MAIN NODE (Node1)
=========================================
-- Run this SQL on Node1 to register the new validator
INSERT INTO `validators` (
`validator_id`,
`validator_pubkey`,
`validator_name`,
`business_name`,
`status`,
`bond_amount`,
`voting_power`,
`api_endpoint`,
`api_key_hash`,
`registered_at`,
`seed_phrase_hash`
) VALUES (
'VAL-FADD7EF43F3D',
'QUO-80C8CE5896254952',
'QUOREVIA Community Node',
'Community Validator',
'PENDING',
10000.00,
1,
'https://community.quorevia.com/quorevia/validator/api.php',
'$2y$10$BIDz0UB6gGKUQLAB23nRGerqKqKRuHaxTOxaTvfzSKWACSr924Xb.',
NOW(),
'80c8ce5896254952d76fc6d2c1fcad2a336f4db0ed1d1367aec54905afd5b56b'
);
-- Set allocation
INSERT INTO `validator_allocations` (
`validator_pubkey`,
`total_allocation`,
`used_allocation`
) VALUES (
'QUO-80C8CE5896254952',
25000000,
0
);
-- After admin approval, run:
-- UPDATE validators SET status = 'ACTIVE', activated_at = NOW() WHERE validator_pubkey = 'QUO-80C8CE5896254952';
=========================================
📝 SEED PHRASE BACKUP INSTRUCTIONS
=========================================
Your seed phrase is: august account absurd agree amazing aspect about august absent aim admit away
1. ✅ Write it down on paper and store in a safe place
2. ✅ Store it in a password manager (e.g., Bitwarden, 1Password)
3. ✅ Never store it digitally unencrypted
4. ✅ Never share it with anyone
5. ✅ This seed phrase can recover your entire validator wallet
=========================================
⚠️ IMPORTANT SECURITY NOTES
=========================================
1. SAVE YOUR SEED PHRASE OFFLINE! This is the ONLY way to recover your wallet.
2. DELETE this script immediately after use!
3. The API_KEY is used for portal login - keep it secret!
4. Run the SQL above on Node1 to register this node.
5. After Node1 admin approves, the node will be active.
📋 Copy SQL to Clipboard
🌱 Copy Seed Phrase
🔄 Regenerate Keys
⚠️ DELETE THIS FILE AFTER SAVING YOUR KEYS!