Difference between revisions of "Digital Asset"

From MgmtWiki
Jump to: navigation, search
(Testnet)
(Testnet)
Line 8: Line 8:
  
 
===Testnet===
 
===Testnet===
 +
"Cpoins" and transferred on Testnet they same way that they are on Mainnet, but they have no value.
 
* [https://en.bitcoin.it/wiki/Testnet Testnet] on the bitcoin wiki.
 
* [https://en.bitcoin.it/wiki/Testnet Testnet] on the bitcoin wiki.
 
* [https://www.armedia.com/blog/bitcoin-testnet-beginners-guide/ Learning How to Use Bitcoin: A Beginner’s Guide to Using the Bitcoin Testnet]
 
* [https://www.armedia.com/blog/bitcoin-testnet-beginners-guide/ Learning How to Use Bitcoin: A Beginner’s Guide to Using the Bitcoin Testnet]
  
 
==References==
 
==References==

Revision as of 21:18, 21 August 2020

Full Title

Bitcoin was the first successful demonstration of the value of Distributed Ledger Technology (DLT) often referenced as Blockchain which has been around for decades.

Implementation

Terminology

You can set any values you want for rpcuser and rpcpassword in bitcoin.conf. Those values will be your username and password when you will be connecting to your bitcoind through HTTP JSON RPC. Also be sure to set other important values in .conf file, like server, rpcallowip and a few others to ensure your server is running correctly and securely.

Testnet

"Cpoins" and transferred on Testnet they same way that they are on Mainnet, but they have no value.

References