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
(Slack infos)
(Slack infos)
Line 74: Line 74:
  
 
done !vrcwallets
 
done !vrcwallets
 +
 +
!vrmwallets to be change to:
 +
  https://wiki.vericoin.info/index.php?title=Verium_Wallet
  
 
done !miningcal
 
done !miningcal

Revision as of 11:10, 3 December 2017

Get proper Branding done

Propose artwork here: User_talk:Joe_rondx#Proposed_Logos

TODO

  1. https://wiki.vericoin.info/index.php?title=User_talk:Joe_rondx#Proposed_Logos

Wiki Contribution

  • 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!
  • Public Content Period

File tranfer and upload

We're planning on the wiki to also house all the media that gets developed for use in all formats, tweets, whitepapers, graphic novels.

  • In the "go here" for graphic people, if you could list the things you can think of that you'd want images or artwork for that would help them complete examples without needing to directly contact people beyond basic questions I'm hoping

needed

Upload Additional formats (e.g. pdf): [1]

In LocalSettings.php:

 $wgFileExtensions = array_merge($wgFileExtensions, array( 'pdf', '???' ));

Consider security issues tho:

if they're things that won't be changing frequently we can host it statically on the main site or portal verimad has portal upload access, for example and we can add other trusted members

Samples

Bitcoin wiki: [2]

Vertcoin on Wikipedia [3]

VeriCoin on Wikipedia [4]

DONE

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

[5] 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: [6]

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: [7]

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: [8]

  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: [9]

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";