Donate VRC/VRM for the Wiki to VBzaNDExHyFpnNvYc5QH5e4ipBZqxxPnKJ . Thank you, Joe.

Difference between revisions of "Wiki Creation"

From VeriCoin & Verium Wiki
Jump to: navigation, search
(DONE)
(Get proper Branding done)
Line 19: Line 19:
 
** Work out lose sample/template content.
 
** Work out lose sample/template content.
 
* Announcement!
 
* Announcement!
** Secure wiki access by adding to LocalSettings.php
+
** Secure wiki access by adding to LocalSettings.php [https://www.mediawiki.org/wiki/Manual:Preventing_access mediawiki access manual]
 
  <nowiki>// But allow them to access the login page or else there will be no way to log in!
 
  <nowiki>// But allow them to access the login page or else there will be no way to log in!
 
// (You also might want to add access to "Main Page", "Help:Contents", etc.)
 
// (You also might want to add access to "Main Page", "Help:Contents", etc.)

Revision as of 18:29, 3 February 2018

Get proper Branding done

Propose artwork here: User_talk:Joe_rondx#Proposed_Logos

TODO

  • Discuss Initial Layout and Design Requirements
    • Top-Logo Standards: 135 x 135 or 150 x 150 Vrcmwiki.png
    • Bottom-Logos Standard: 31 x 88 Vrc logo footer.png Vrm logo footer.png
    • (maybe later?) CSS: MediaWiki:Common.css MediaWiki:Vector.css
    • Consider: keep wiki informal and stick with rather standard design
  • Provide Access to VRM/VRC branded art
  • Review Branding of Site
  • Private Testing - QA/QC by Team
    • we'll need mod maintenance to insure we've got accurate updates going in
    • Can we front page some instructions for volunteers? visual content people instructions (asically give them a work area) and then written content people, explaining how you would like things added. Wiki Contribution
  • Closed Content Development Period
    • Work out lose sample/template content.
  • Announcement!
// But allow them to access the login page or else there will be no way to log in!
// (You also might want to add access to "Main Page", "Help:Contents", etc.)
$wgWhitelistRead = array ("Special:Userlogin");

// Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;

// Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false;
    • Backup!
  • Public Content Period

DONE

Artwork update Version beta 2

Content

    • (3/4) Gather all the infos
    • Done Get contents from resources: VeriCoin resources
    • Done official websites
    • Done slack channel

Slack infos

done here !minegeneral (Slack Guide??) Use the following commands to get more information about #VRM mining! - Type any of these in a direct message to yourself and I will respond! - !tools !hashcomp !miningstats !miningcal !pools !solo !linuxguide - Welcome to Verium mining!


done !vrmwallets

!vrcwallets to be change to

 https://wiki.vericoin.info/index.php?title=VeriCoin_Wallet


done !vrcwallets

!vrmwallets to be change to:

 https://wiki.vericoin.info/index.php?title=Verium_Wallet

done !miningcal https://docs.google.com/spreadsheets/d/1b02BuES4AwZW9kpqzmyrPlEfO55TWdU_mFhgnVaakQ4/edit#gid=366374027

done !whatisthebinarychain

done [Verium Bootstrap https://vrm.mining-pool.ovh/bootstrap/bootstrap.zip !bootstrap]

done !miningtools

done !mac Mining on OSX https://github.com/Roykk/veriumMinerDocker/tree/master/OSXwithoutDocker

done !swap Here is a helpful link explaining how to increase your windows swap file! Many users find a 32GB swap file helps! http://www.thewindowsclub.com/increase-page-file-size-virtual-memory-windows

done !rpi Thanks to Joe_Rondx for this RPi verium mining guide! http://indiweb.de/doku.php (Jesus, I didn't know this exists ;) )

done !linuxguide Thanks to technikpto for this helpful guide! https://vericoinandverium.slack.com/files/U6JB348M6/F7ML8F7JS/install-verium-cpu-miner-linux.pdf.pdf

done !exchangecontacts https://slack-files.com/T4U2GGTM3-F7PEMNEBB-fce724d53e


done Slack: !tools [@darkwofultima's GUI Miner ]

done [@yatteers's Window's Miner]

done Slack: !hashcomp See a comparison of hashrates across a variety of processors! [Spreadsheet]

done Slack !hashcomp2 Help us out by adding your hashrate to the growing database! [Verium Hashrate Comparison (solo mining only)]

done Slack: !conf [Technical support files]

done Slack: !pools

[1] Admin = @niteuser

[beertendr]

[bloxstor]

[mining-pool.ovh]

[poolinat0r 1]

[poolinat0r 2]

[poolium]

[poolsloth]

Reminder: when solomining there is zero downtime, zero pool fees, zero withdrawal fees, zero trust, zero dependency, plus all transaction fees per block!

done For solo mining read

 Slack: !solo

[Birty's Guide]

[Drawde's Guide]

Branding

How to change the footer: [2]

In LocalSetting.php...

Unset standard poweredby

 unset( $wgFooterIcons['poweredby'] );

Vrc logo footer.png

 $wgFooterIcons['poweredby']['myicon'] = array(
	"src" => "$wgScriptPath/images/5/51/Vrc_logo_footer.png", // you may also use a direct path to the source, 
	"url" => "http://vericoin.info/",
	"alt" => "VeriCoin",
	// For HiDPI support, you can specify paths to larger versions of the icon.
//	"srcset" =>
//		"/path/to/1.5x_version.png 1.5x, " .
//		"/path/to/2x_version.png 2x",
	// If you have a non-default sized icon you can specify the size yourself.
	"height" => "31", 
	"width" => "88", 
);

Vrm logo footer.png

 $wgFooterIcons['poweredby']['myicon2'] = array(
	"src" => "$wgScriptPath/images/1/17/Vrm_logo_footer.png", 
	"url" => "https://portal.vericoin.info/verium/",
	"alt" => "Verium",
	"height" => "31", 
	"width" => "88", 

	// For HiDPI support, you can specify paths to larger versions of the icon.
//	"srcset" =>
//		"/path/to/1.5x_version.png 1.5x, " .
//		"/path/to/2x_version.png 2x",
	// If you have a non-default sized icon you can specify the size yourself.
);
  

How to change the favicon: [3]

File:Favicon.ico

Add: $wgFavicon = "$wgScriptPath/path/to/your/favicon.ico"; to LocalSettings.php

 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#418bca">
<meta name="theme-color" content="#ffffff">

How to enable file uploading: [4]

  1. make the upload directory (default images) writable by the web server (chmod -R 777 ./images or allow the Apache user to write to it, etc.)
  2. then set $wgEnableUploads to true in LocalSettings.php (i.e. "$wgEnableUploads = true;").
  • Provision Development Environment
    • mediawiki, wikiadmin,

How to change the logo: [5]

Vrcmwiki.gif

Vrcmwiki.png

The logo that appears in the top left of each page is determined by the $wgLogo configuration line in the LocalSettings.php file.

 $wgLogo             = "$wgScriptPath/images/7/7c/Vrcmwiki.gif";