Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
21 April 2025
|
N 23:49 | N33Bcoin 2 changes history +1,227 [Noob; AwesomO] | |||
|
23:49 (cur | prev) +50 Noob talk contribs (→Todo) | ||||
N |
|
21:51 (cur | prev) +1,177 AwesomO talk contribs (Created page with "n33bcoin is a very light fork of bitcoin 0.14.3 code base, so we can learn more about bitcoin by doing (without losing/risking your bitcoin) Bitcoin is one of the grestest open source projects of are time and should come with a free and open education project to go along side it. Buying and losing bitcoin can be expensive. But thanks to bitcoin being free and open source software, learning about bitcoin by creating and playing with your very own fork is not. Can be don...") |
N 21:49 | Windows 10 VirtualBox N33Bcoin diffhist +9,783 AwesomO talk contribs (Created page with "==Installing Virtual box in windows 10 == ===depends on c++=== https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version * https://aka.ms/vs/17/release/vc_redist.x64.exe ===VirtualBox and extension pack=== https://www.virtualbox.org/wiki/Downloads * https://download.virtualbox.org/virtualbox/7.1.8/VirtualBox-7.1.8-168469-Win.exe * https://download.virtualbox.org/virtualbox/7.1.8/Oracle_Virtu...") |
N 21:47 | N33Bcoin 0.0.1 diffhist +121,855 AwesomO talk contribs (Created page with "==Start up HardWare== * OS (local) Ubuntu-Mate 24.04 - this tut is done on a clean install of ubuntu-mate 24.04 ** Hardware: HP EliteDesk G1 - ram = 8GB - HD = 120GB ssd - CPU = i5-4590S CPU @ 3.00GHz ** Hardware: Thinkpad X270 - Ram - HD - CPU * Server VPS ubuntu-server 24.04 ** vultr.com ===Software OS=== * Will be using Ubuntu 24.04 as main OS - but to build this version of litecoin 0.14.2 we will be using ubuntu 18.04 in a lxc container - trying to build in 24.04...") |
|
17:02 | Host Your Own Mediawiki Online Ubuntu 22.04 2 changes history +1,745 [AwesomO (2×)] | |||
|
17:02 (cur | prev) −25 AwesomO talk contribs (→Delete a User from MediaWiki Database) | ||||
|
17:02 (cur | prev) +1,770 AwesomO talk contribs (→Remove admin rights) |
20 April 2025
N 19:21 | N33Bcoin Address Generator Bitcoin diffhist +5,727 AwesomO talk contribs (Created page with "Note: Should work on Bitcoin - Untested on Bitcoin - developed by Noob's do not trust, you been warned. * This script does the following: ** It takes user input as a seed (which can be 12 words or any random input). ** It generates a deterministic seed by hashing the input. ** It uses this seed to create an ECDSA private key on the secp256k1 curve (used by Bitcoin and n33bcoin). ** It derives the public key from the private key. ** It generates a N33B coin address from...") |
N 18:31 | Python Generate Public Private Key Pair Crypto Bitcoin diffhist +2,191 AwesomO talk contribs (Created page with "== Script Depends - Install == <code>sudo apt install python3-ecdsa</code> == Generating a Genesis private and public key == <code>$EDITOR GenPub.py</code> <pre> import ecdsa import hashlib # sudo apt install python3-ecdsa # required def generate_key_pair(): sk = ecdsa.SigningKey.generate(curve=ecdsa.SECP256k1) vk = sk.get_verifying_key() x_coord = vk.pubkey.point.x() y_coord = vk.pubkey.point.y() if y_coord % 2 == 0: compressed_pub_key...") |
N 15:19 | GenesisH0 Creating Genesis Hash diffhist +15,180 AwesomO talk contribs (Created page with "{{:LICENCE_HEADER_APACHE2}} * Append same license to page containing script * https://github.com/lhartikk/GenesisH0 ** The Script is under the Apache Version 2 License * Due to the age of the script, the best way i found to get it working was in a LXC container with python2.5 and some depends installed, this way your main system remains clean. ==Create container== <code>lxc launch ubuntu:24.04 pygen</code> <code>lxc exec pygen bash</cod...") |
|
N 15:17 | GenesisH0 Python Script 2 changes history +8,175 [AwesomO (2×)] | |||
|
15:17 (cur | prev) +8,148 AwesomO talk contribs Tag: Visual edit: Switched | ||||
N |
|
15:16 (cur | prev) +27 AwesomO talk contribs (Created page with "{{:LICENCE_HEADER_APACHE2}}") |
19 April 2025
N 01:24 | User:JaquelineMaconoc diffhist +165 JaquelineMaconoc talk contribs (Created page with "I'm Isabell and I live in a seaside city in northern Australia, Warringah Mall. I'm 27 and I'm will soon finish my study at Continuing Education and Summer Sessions.") |
17 April 2025
16 April 2025
N 22:07 | Creating a Windows USB installer from linux diffhist +1,843 AwesomO talk contribs (Created page with " * Been wasting a whole day following tuts on how to create a windows install usb using linux and running into non stop errors, best method so far booted windows, but had media driver issue. * '''Working method''', install windows on virtual box and passthrough usb to use windows ''Media Creation Tool''' to create working USB. ==Install windows in VirtualBOX and pass through usb== * Need license key now just to install windows in VBox - using win10pro '''Windows_10_...") |