Presentations and BananaCoin (BANC): Difference between pages

From Mr. Bitcoin
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
[[Image:Backarrow.png|30px|link=Main_Page]][[Main_Page|Back]]<div>
[[Image:Backarrow.png|30px|link=Main_Page]][[Main_Page|Back]]<div>
<!--Ikke fjern __NOTOC__-->
__NOTOC__


{| width="100%" cellspacing="10" celladding="15" border="0" style="background: #eeeeee;"
| width="100%" style="text-align:center; vertical-align: top; font-size:180%; color:#17780F;"|'''Bjørn Kienholz Bjercke'''<div>''Mr. Bitcoin Norway''<div>
[[File:BB TaketSS.jpg|600px|Mr. Bitcoin Norge]]<div>
'''Verifiable Decentralized Cryptographic Technologist'''<div> Cryptocurrency, Blockchain Expert, and Public speaker.
|}
= Contakt Info =
{| width="100%" cellspacing="10" celladding="15" border="0" style="font-size:180%; background: #eeeeee;"
| width="30%" style="text-align:center;"|
<div>
E-MAIL:<div>
WEB:<div>
Linkedin:<div>
| width="70%" style="text-align:left;"|
<div>
b@mrbtc.no<div>
http://mrbitcoin.no <div>
https://no.linkedin.com/in/bbjercke<div>
|}


= Demo =
[https://andersbrownworth.com/blockchain/hash Anders Blockchain Demo]<div>
[http://rettit.no/mrbitcoin/Blockchain.v1.0.pdf Blockchain Presentation (.pdf)]<div>
[https://www.blockchain.com/explorer Bitcoin Block explorer]<div>


= Presentations =
=En mere detaljert Whitepaper enn OneCoin noen gang har hatt=
 
BananaCoin (BANC) er en helt ekte desentralisert kryptovaluta og her er whitepaperet<Div>
OneCoin er ikke en kryptovalutta og whitpaperet til Onecoin er bare toalettpapir. OneCoin har brukt over 6 år på å få på plass en kyptovaluta på en blockchain, jeg brukte i underkant av 15min på å sette opp BananaCoin. LOL!
 
1. Last ned den offisielle Ethereum wallet. https://github.com/ethereum/mist/releases<Div>
2. Klikk på "CONTRACTS"<div>
3. Klikk på "WATCH CONTRACT"<div>
* CONTRACT ADDRESS: 0xDcc3f8CfA66225Ba470eA3492D3F41c4EC031429 <div>
* CONTRACT NAME: BANANACOIN <div>
* JSON INTERFACE:<div>
[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "BANANACOIN" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "42000000000000000" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "8" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" } ], "name": "burn", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "standard", "outputs": [ { "name": "", "type": "string", "value": "Token 0.1" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "burnFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "BANC" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "inputs": [ { "name": "initialSupply", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "initial Supply", "template": "elements_input_uint", "value": "42000000000000000" }, { "name": "tokenName", "type": "string", "index": 1, "typeShort": "string", "bits": "", "displayName": "token Name", "template": "elements_input_string", "value": "BANANACOIN" }, { "name": "decimalUnits", "type": "uint8", "index": 2, "typeShort": "uint", "bits": "8", "displayName": "decimal Units", "template": "elements_input_uint", "value": "8" }, { "name": "tokenSymbol", "type": "string", "index": 3, "typeShort": "string", "bits": "", "displayName": "token Symbol", "template": "elements_input_string", "value": "BANC" } ], "payable": false, "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Burn", "type": "event" } ]


[http://rettit.no/Acces_notWeb/Blockchain.v1.0.pdf Presentation for Sopra Steria]<div>
[[Start Sudoku]]<div>
[https://ethereum.org/en/ Intro to Ethereum]<div>
[https://anders.com/blockchain Blockchain Demo]<div>


= Resources =
[https://storage.googleapis.com/bc_public_assets/video/blockchain-ad.mp4 Intro Blockchain.info]<div>
{| width="100%" cellspacing="10" celladding="1" border="1" style="font-size:100%; background: #eeeeee; text-align:center; vertical-align:top;"
| width="33%" |<youtube>gcwnpvODd-8</youtube>
| width="34%" |<youtube>lUF6klWuB38</youtube>
| width="33%" |<youtube>tmxqlSevtkQ</youtube>
|-
|<youtube>Gc2en3nHxA4</youtube>
|<youtube>GmOzih6I1zs</youtube>
|<youtube>YIVAluSL9SU</youtube>
|-
|[https://organisedclutter.files.wordpress.com/2013/02/age-test-cassette-tape-pencil.jpg tape and pencil]
|[[BTCSW|Bitcoin Software]]
|[[Blockchain Lego]]
|-
|[http://3.bp.blogspot.com/-O5s0uX_77po/VQmTprRtoQI/AAAAAAAAK5Y/fMQ1i6kE8lY/s1600/Cassette%2Bpencil%2B2.jpg tape and pencil answer]
|[[Support Bitcoin]]
|[[BananaCoin (BANC)]]
|-
|[[VDC Tech]]
|[[OneCoinSCAM]]
|[[File:Zimbabwe5b.png|100px|Zimbabwe]]
|-
|}
<div>&nbsp;<div>
<center>[[Image:Bb.png|50px|link=https://Bjercke.com]]<div>'''Copyright {{CURRENTYEAR}}'''<div>Rett IT AS<div>'''Mr. Bitcoin Norway<div>
<center>[[Image:Bb.png|50px|link=https://Bjercke.com]]<div>'''Copyright {{CURRENTYEAR}}'''<div>Rett IT AS<div>'''Mr. Bitcoin Norway<div>
[[Image:Backarrow.png|30px|link=Main_Page]][[Main_Page|Back]]<div>
[[Image:Backarrow.png|30px|link=Main_Page]][[Main_Page|Back]]<div></center>

Latest revision as of 15:09, 7 February 2023

Backarrow.pngBack


En mere detaljert Whitepaper enn OneCoin noen gang har hatt

BananaCoin (BANC) er en helt ekte desentralisert kryptovaluta og her er whitepaperet

OneCoin er ikke en kryptovalutta og whitpaperet til Onecoin er bare toalettpapir. OneCoin har brukt over 6 år på å få på plass en kyptovaluta på en blockchain, jeg brukte i underkant av 15min på å sette opp BananaCoin. LOL!

1. Last ned den offisielle Ethereum wallet. https://github.com/ethereum/mist/releases
2. Klikk på "CONTRACTS"
3. Klikk på "WATCH CONTRACT"
  • CONTRACT ADDRESS: 0xDcc3f8CfA66225Ba470eA3492D3F41c4EC031429
  • CONTRACT NAME: BANANACOIN
  • JSON INTERFACE:

[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "BANANACOIN" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "42000000000000000" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "8" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_value", "type": "uint256" } ], "name": "burn", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "standard", "outputs": [ { "name": "", "type": "string", "value": "Token 0.1" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "burnFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "BANC" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "inputs": [ { "name": "initialSupply", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "initial Supply", "template": "elements_input_uint", "value": "42000000000000000" }, { "name": "tokenName", "type": "string", "index": 1, "typeShort": "string", "bits": "", "displayName": "token Name", "template": "elements_input_string", "value": "BANANACOIN" }, { "name": "decimalUnits", "type": "uint8", "index": 2, "typeShort": "uint", "bits": "8", "displayName": "decimal Units", "template": "elements_input_uint", "value": "8" }, { "name": "tokenSymbol", "type": "string", "index": 3, "typeShort": "string", "bits": "", "displayName": "token Symbol", "template": "elements_input_string", "value": "BANC" } ], "payable": false, "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Burn", "type": "event" } ]


Bb.png
Copyright 2024
Rett IT AS
Mr. Bitcoin Norway