List all your installed packages:
dpkg --get-selections | grep -v deinstall
Install a new package:
apt-get install qt4-qmake
Remove an installed package:
apt-get remove qt4-qmake
Managing x11vnc:
sudo pkill -f x11vnc sudo start xllvnc
List all your installed packages:
dpkg --get-selections | grep -v deinstall
Install a new package:
apt-get install qt4-qmake
Remove an installed package:
apt-get remove qt4-qmake
Managing x11vnc:
sudo pkill -f x11vnc sudo start xllvnc
MazaCoin was an interesting coin, as it inspires to be a national currency. Good luck to them.
Compiling MazaCoin was the most straightforward as I already had the necessary libraries from the previous attempts, so here are the commands that I ran to make get this running.
cd ~/source git clone https://github.com/MazaCoin/MazaCoin.git cd ~/source/MazaCoin qmake make
UniversalCurrency (UNIT) was a fairly new Crypto Currency at the time I started playing with it. It’s genesis block was created in May 2015.
I downloaded the source from github:
https://github.com/unitcurrency/unitcurrency/
If you already compiled the Bitcoin Core in my previous post, you should already have most of the dependencies that this software needs. I did have some trouble compiling this, even after reading all the instructions provided with this version.
cd ~/source git clone https://github.com/unitcurrency/unitcurrency/
Follow the instructions in the ./source/unitcurrency/doc/readme-qt.rst
Running “qmake”, then “make” will give you some errors however, until you change permissions to a particular folder and make a few changes to the “UniversalCurrency-qt.pro” file.
The first error you get will be a permissions denied, which can be fixed by:
chmod 755 ./src/leveldb/build_detect_platform
I found this info here from another blogger who successfully compiled memecoin-qt in ubuntu, and it fixed my problem with UniversalCurrency:
https://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/
Basically, the developers of UniversalCurrency linked a specific version of Boost and we are changing this now:
Look for:
LIBS += -lboost_system-mgw49-mt-s-1_57 -lboost_filesystem-mgw49-mt-s-1_57 -lboost_program_options-mgw49-mt-s-1_57 -lboost_thread-mgw49-mt-s-1_57 BOOST_LIB_SUFFIX=-mgw49-mt-s-1_57
Change to:
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread BOOST_LIB_SUFFIX=
Look for:
isEmpty(BOOST_LIB_SUFFIX) { macx:BOOST_LIB_SUFFIX = -mt windows:BOOST_LIB_SUFFIX = -mgw49-mt-s-1_57 }
Comment out, so it will look like this:
#isEmpty(BOOST_LIB_SUFFIX) { # macx:BOOST_LIB_SUFFIX = -mt # windows:BOOST_LIB_SUFFIX = -mgw49-mt-s-1_57 #}
After these changes, you can then run
qmake make
The build will take a while, but then you can copy the UniversalCurrency-qt file to your bin folder and it should be good to go.
The obvious choice of which Crypto Currency to attempt to compile from source is the bitcoin core. It has the most support and I found many resources. The best of these came from this blog:
http://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/
I just followed the step by step instructions and soon had a compiled bitcoin-qt which I then configured.
I’ve been hearing about Bitcoins for a few years now, and then just decided to check it out. Read a few articles explaining what they were, how they were abused, sad stories of people losing their coins etc…
Then I decided to get a mining rig. My first one was the AntMiner U3. This thing took a while to figure out how to configure, but once I got it running, I started to connect to mining pools.
Decided to try some other crypto coins, so I downloaded some more wallets to see if I can mine solo. Successfully and Unsuccessfully was able to mine on some of them solo.
Found a pool that uses NOMP (Node Open Mining Portal) which is an open source mining pool. It looked nice, although seems to be in beta, but I’m currently in the process of setting this up.
https://github.com/zone117x/node-open-mining-portal
First thing I had to do was get some wallets compiled. I’m running Ubuntu on an old Alienware X11 laptop that currently crashed while I was trying to upgrade to Windows 10, so decided to load Ubuntu on it.
So far I was able to compile the bitcoin-qt successfully thanks to this blog:
http://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/
My most recent Crypto Coin is UniversalCurrency
https://github.com/unitcurrency/unitcurrency/
Had some trouble compiling this, but was eventually able to get it going after googling some of the error messages.
Will be tackling a few more Crypto Coin compiles from source before I even begin to try to set up NOMP.
Now I have 5 Bitmain AntMiner U3’s running an average of 300 Gh’s.
This post is just a quick summary of what I’ve been doing the past month or so. More to come later, or more details if anyone is curious.
C:\common\apps\cgminer-run\cgminer.exe --bmsc-options 115200:0.54 --bmsc-voltage 0830 --bmsc-freq 0982
Command line:
Password Handling:
control userpasswords2
Lock Screen:
rundll32.exe user32.dll,LockWorkStation
Export Book
Book Caption Templates
Sort By Series/Number/Volume/Altseries
[{series}][-#{number}][-{volume}][-{alternateseries}][-{title}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Title/Number/Volume/Altseries
[{series}][-{title}][-#{number}][-{volume}][-{alternateseries}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Number/Volume/Altseries/Title
[{series}][-#{number}][-{volume}][-{alternateseries}][-{title}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Volume/Number/Altseries
[{series}][-{volume}][-#{number}][-{alternateseries}][-{title}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Volume/Number/Altseries
[{series}][-{alternateseries}][-{title}][-#{number}][-{volume}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Altseries/Number/Volume
[{series}][-{alternateseries}][-#{number}][-{volume}][-{title}][-{writer}][-({year}[/{month}][/{day}])]
Sort By Series/Altseries/Volume/Number
[{series}][-{alternateseries}][-{volume}][-#{number}][-{title}][-{writer}][-({year}[/{month}][/{day}])]