Skip to main content

Posts

Showing posts from October, 2017

How to Install JBOSS EAP 7.0.0 – a step by step tutorial of Console Mode...

How to Install JBOSS EAP 7.0.0 on RHEL6.5/CentOS6.5 – a step by step tutorial of Console Mode Installation

INTRODUCTION In our previous blog - How to Install JBOSS EAP 7.0.0 on RHEL6.5/CentOS6.5 – a step by step tutorial of INSTALLER Installation , we have already mentioned how to configure JDK 8 JAVA_HOME and also shared the JBoss EAP 7 installer link. In this tutorial, we will demonstrate How To Install and Start a JBoss EAP 7.0.0 Server using Console Mode On RHEL 6.5/CentOS 6.5. Step 1: Run the below command and an installer console interface comes up. Follow the below step by step instructions and install your JBoss EAP 7.0.0. $ java -jar jboss-eap-7.0.0-installer.jar -console Step 2: Choose option “0” for language “English”, if you wants to setup any other language you can choose your own language. Press Enter to next option. Step 3: A license agreement window will comes up and you will get three option “press 1 to continue, 2 to quit, 3 to redisplay”. Here we will choose option “1” to proceed next.  Step 4: By default, the installer will create...

Bitcoin Mining: How to Set Up bitcoin miner

Bitcoin is a digital currency which don't have any physical existence. We can buy/sell it only in internet because its is decentralized. If there is no central government regulating it, then how do we know that the transactions are accurate? So the answer is – miners help us to complete the transactions. What is Bitcoin Mining? A process by which transactions are verified and added to the public ledger, known as the block chain, and also released new bitcoin. That's called Bitcoin mining. Anyone who have access to the internet and suitable hardware can participate in mining. The mining process involves compiling recent transactions into blocks and trying to solve a computationally difficult puzzle. The participant who first solve the puzzle gets to place the next block on the block chain and claim the rewards. The rewards, which encouraged mining, are both the transaction fees associated with the transactions compiled in the block as well as newly released bitco...