MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20250327223100|188",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 198,
                "ns": 0,
                "title": "N33Bcoin",
                "pageid": 162,
                "logpage": 162,
                "revid": 522,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-21T21:51:00Z",
                "comment": "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...\""
            },
            {
                "logid": 197,
                "ns": 0,
                "title": "Windows 10 VirtualBox N33Bcoin",
                "pageid": 161,
                "logpage": 161,
                "revid": 521,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-21T21:49:53Z",
                "comment": "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...\""
            },
            {
                "logid": 196,
                "ns": 0,
                "title": "N33Bcoin 0.0.1",
                "pageid": 160,
                "logpage": 160,
                "revid": 520,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-21T21:47:08Z",
                "comment": "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...\""
            },
            {
                "logid": 195,
                "ns": 0,
                "title": "N33Bcoin Address Generator Bitcoin",
                "pageid": 159,
                "logpage": 159,
                "revid": 517,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-20T19:21:14Z",
                "comment": "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...\""
            },
            {
                "logid": 194,
                "ns": 0,
                "title": "Python Generate Public Private Key Pair Crypto Bitcoin",
                "pageid": 158,
                "logpage": 158,
                "revid": 516,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-20T18:31:44Z",
                "comment": "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...\""
            },
            {
                "logid": 193,
                "ns": 0,
                "title": "GenesisH0 Creating Genesis Hash",
                "pageid": 157,
                "logpage": 157,
                "revid": 515,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-20T15:19:26Z",
                "comment": "Created page with \"{{:LICENCE_HEADER_APACHE2}}  * Append same license to page containing script  * https://github.com/lhartikk/GenesisH0 ** [[GenesisH0_Python_Script| 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...\""
            },
            {
                "logid": 192,
                "ns": 0,
                "title": "GenesisH0 Python Script",
                "pageid": 156,
                "logpage": 156,
                "revid": 513,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-20T15:16:24Z",
                "comment": "Created page with \"{{:LICENCE_HEADER_APACHE2}}\""
            },
            {
                "logid": 191,
                "ns": 2,
                "title": "User:JaquelineMaconoc",
                "pageid": 155,
                "logpage": 155,
                "revid": 512,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "JaquelineMaconoc",
                "timestamp": "2025-04-19T01:24:24Z",
                "comment": "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.\""
            },
            {
                "logid": 190,
                "ns": 2,
                "title": "User:JaquelineMaconoc",
                "pageid": 155,
                "logpage": 0,
                "params": {
                    "userid": 12
                },
                "type": "newusers",
                "action": "create",
                "user": "JaquelineMaconoc",
                "timestamp": "2025-04-18T03:51:50Z",
                "comment": ""
            },
            {
                "logid": 189,
                "ns": 0,
                "title": "Creating a Windows USB installer from linux",
                "pageid": 154,
                "logpage": 154,
                "revid": 504,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "AwesomO",
                "timestamp": "2025-04-16T22:07:49Z",
                "comment": "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_...\""
            }
        ]
    }
}