Node.js के साथ एक नए ब्लॉकचेन के लिए जेनेसिस ब्लॉक कैसे बनाएं
प्रूफ ऑफ वर्क सर्वसम्मति एल्गोरिथ्म के साथ एक नया सिक्का बनाना शुरू करना। आपको एक जेनेसिस ब्लॉक बनाना होगा। यह लिब सपोर्ट बिटकॉइन, लिटकोइन, डैश, एक्स11, एक्स13, एक्स15, एक्स17, गीक, क्वार्क, केकक, क्यूबिट, नियोस्क्रिप्ट, स्क्रीप्ट के लिए जेनेसिस ब्लॉक बनाता है।
कुकोइन पर केसीएस कैसे खरीदें
विकल्प:
-t TIME, --time=TIME the (unix) time when the genesisblock is created -z TIMESTAMP, --timestamp=TIMESTAMP the pszTimestamp found in the coinbase of the genesisblock -n NONCE, --nonce=NONCE the first value of the nonce that will be incremented when searching the genesis hash -a ALGORITHM, --algorithm=ALGORITHM the PoW algorithm: [x11|neoscrypt|quark|qubit|keccak|lyra2re] -p PUBKEY, --pubkey=PUBKEY the pubkey found in the output script -v VALUE, --value=VALUE the value in coins for the output, full value (exp. in bitcoin 5000000000 - To get other coins value: Block Value * 100000000) -b BITS, --bits=BITS the target in compact representation, associated to a difficulty of 1
git clone https://github.com/nasa8x/node-genesis-block.git genesis-block cd genesis-block npm install
node genesis -a x11 -z 'Don't work for weekends, work for our goals - 18/Jan/2018.' -p '04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f'
algorithm: x11 pzTimestamp: Don't work for weekends, work for our goals - 18/Jan/2018. pubkey: 04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f bits: 504365040 time: 1521537891 merkle root hash: 77fc7d6cfbc4ec91703444a515955092d4b7c04dbb8f23be59deb42a39ec0057 Searching for genesis hash... nonce: 1827816 genesis hash: 0000084e98003628c45719136940cf7068805f4024419a51d6259fb676c299da
जेनेसिस ब्लॉक बनाने के बाद |_+_| बदलें।
एल्गोरिदम
x11
x13
x15
x16r
निस्ट5
निओस्क्रिप्ट
स्क्रीप्ट
केकका
क्वार्क
बीक्रिप्ट
जंगली पक्षियों का झुंड
अभिवादन
तिर्यक
ब्लेक
लोप
qubit
भारी1
शैवाइट3
क्रिप्टोनाइट
बरबेरी
हाँ क्रिप्ट
ताज़ा
सोर्स कोड: https://github.com/nasa8x/node-genesis-block
#बिटकॉइन #नोडजस
यह सभी देखें:
- कीव: मल्टीपल बैकएंड्स के लिए सपोर्ट के साथ सिंपल की-वैल्यू स्टोरेज
- यूएसबी पोर्ट काम नहीं कर रहे? इसे ठीक करने का तरीका यहां बताया गया है
- सुपरफार्म (सुपर) क्या है | सुपरफार्म टोकन क्या है | सुपर टोकन क्या है
- उदाहरण के साथ TensorFlow चर और प्लेसहोल्डर ट्यूटोरियल
- डेबियन 10 . पर npm के साथ Node.js कैसे स्थापित करें