It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/mueminerstart.sh
chmod a+x mueminerstart.sh; ./mueminerstart.sh
nano ./mueminerstart.sh
sudo killall minerd
./mueminerstart.sh
Get your own VPS server The very basics, excessively detailed. You can do it! 12 steps ... take less than 12 minutes: 1) Sign up at www.tiny.cc/digocean - thank you for clickthrough [...details above...] ... Get your own VPS server, already starting at 5$ / month, that is only 0.25 BTC / year. And you can do fabulous things with it Cloudmining, Wallets, Linux learning, your own webserver, your private cloud ... anything. When you go through my link, you will probably still get a 10$ welcome bonus! --> www.tiny.cc/digocean Thx. | February 12, 2015, 05:44:16 AM
Hey drakoin, small update on this please as we have changed the source path. It is now https://github.com/MonetaryUnit/MUE-Src Thanks! Done :-) I have updated https://bitcointalksearch.org/topic/m.9007912 , and https://github.com/drakoin/LinuxWallet/blob/master/walletInstallMUE.sh so that https://bitcointalksearch.org/topic/m.9009832 is up-to-date. Enjoy. February 11, 2015, 08:14:10 AM
# P.S.: IF you are updating from an older version of MUE:
monetaryunitd stop # it's always a good idea to backup the wallet.dat file (which holds your private keys!): cd ~ cp .monetaryunit/wallet.dat .monetaryunit/wallet.dat.backup # and you might want to delete, or at least rename the old files'n'folders: mv MUE MUE-2014 sudo mv /usr/local/bin/monetaryunitd /usr/local/bin/monetaryunitd-2014 # and remove the old quickinstaller scripts (so that the above wget works like default) rm walletSystemPrep.sh rm walletInstallMUE.sh # and, after the new compilation, simply edit out possibly duplicate lines from the .conf file: nano ~/.monetaryunit/monetaryunit.conf February 11, 2015, 08:00:18 AM
Hey drakoin, small update on this please as we have changed the source path. It is now https://github.com/MonetaryUnit/MUE-Src Thanks! Done :-) I have updated https://bitcointalksearch.org/topic/m.9007912 , and https://github.com/drakoin/LinuxWallet/blob/master/walletInstallMUE.sh so that https://bitcointalksearch.org/topic/m.9009832 is up-to-date. Enjoy. February 06, 2015, 05:33:13 PM
Hey drakoin, small update on this please as we have changed the source path.
It is now https://github.com/MonetaryUnit/MUE-Src Thanks! October 23, 2014, 11:41:32 AM
Quarkminer Install for MUE monetaryunit Scripts to install and run a quarkcpuminer on muepool.com INSTALL Neisklar quarkminer - works on most linux systems, including raspberryPi Code: wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/install-quarkminer-Neisklar.sh RUN mueminer, comfortably in its own screen (so that you can log off, and later get back to it) Code: wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/mueminerstart.sh That's it. Easy. Please give me feedback about this. Thanks. If something doesn't work, please work line by line through the scripts (click on the links above) to find the line which causes an error. Thanks. Of course, you want to change the POOLUSERNAME= to your own MUE address Code: nano mueminerstart.sh --- Faster? I found forks of the Neisklar miner, namely by uncle-bob, and palmd. Both are utilizing sse2 which unfortunately isn't supported on RaspberryPi's CPU - but they do work on Cloud-VPS. When run with cpulimit 50% on the smallest DigitalOcean-droplet ( http://tiny.cc/digocean for 10$ welcome bonus, thanks for clickthrough ... for my manual scroll up) ... I get these approximate results: Neisklar 21.3 khash/s uncle-bob 41.6 khash/s palmd 42.3 khash/s If you want to try them yourself, I made scripts for you: INSTALL palmd quarkminer Code: wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/install-quarkminer-palmd.sh INSTALL uncle-bob quarkminer Code: wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/install-quarkminer-uncle-bob.sh EDIT: palmd and uncle-bob actually result in identical binaries: Code: diff /usr/local/bin/minerd.palmd /usr/local/bin/minerd.uncle-bob -s Do you know of any other quarkminers that are worthwhile trying? Do you have any suggestions what to improve in my scripts? Do you have a job for me? Reward me [MUE] 7JgWrpXtM67o4uWk7XVnMACMiTBZGGjjoF - thanks! September 28, 2014, 06:11:21 PM
edit: v6.32 = 2015 February 11th # Simpler MUE linux wallet install:# I have made two scripts of the above, to simplify the whole process. # STEP 1: http://tiny.cc/digocean then CREATE YOUR DROPLET AT DIGITALOCEAN # Details are above, but these are the essentials: # monetaryunitd - your wallet in the cloud - new manual # manual v5.2 # ... on the smallest Digital Ocean 5$ droplet (0.5GB RAM) ! [...] # Sign up at digital ocean http://tiny.cc/digocean NL USA Singapur - for my manual scroll up # Create droplet: Choose hostname e.g. 'myLinux01'; 512MB; Region close to you; "Debian 7.0 x64". # Wait for the email with the root password. To connect use ssh / putty.exe (data... auto-login: root) # change password (at digitalocean now automatic when logging in for the first time) # passwd EDIT: NEW VERSION v6.32 --> # STEP 2: PREPARE SYSTEM (5 min) and MUE-WALLET (6 min): These two scripts contain all the steps: Code: wget https://raw.githubusercontent.com/drakoin/LinuxWallet/master/walletSystemPrep.sh # STEP 3: Try out the RPC COMMANDS to CONTROL THE WALLET # ... in the above posting #31 www.tiny.cc/linuxMUE scroll to the bottom third, for instructions. # Enjoy :-) # P.S.: About updating from an older version: https://bitcointalksearch.org/topic/m.10426300 September 28, 2014, 03:20:19 PM
# monetaryunitd - your wallet in the cloud - new manual
# manual v5.31 = 11/Feb/2015 (EDIT: SCRIPTED VERSION OF THIS IS BELOW) # complete instructions how to compile monetaryunitd from github sources # which was forked from ?, like a lot of other altcoins. So this manual should work for many other coins, too. # I succeeded with this on Ubuntu 12.04 and Debian 7.0 x64. # With swapfile, it will work even on the smallest Digital Ocean 5$ droplet (0.5GB RAM) ! # What? "droplet"? Your own server for 5$ per month! # A cheap linux virtual server (VPS) in the cloud, created in 55seconds # Sign up at digital ocean http://tiny.cc/digocean NL USA Singapur - for my manual scroll up # You probably get 10$ welcome bonus if you go through my link before signing up. # Create droplet: Choose 512MB; Region close to you; "Debian 7.0 x64". # Wait for the email with the root password. # To connect use ssh / putty.exe (data... auto-login: root) # change password (at digitalocean now automatic when logging in for the first time) # passwd # become superuser sudo -i # update all software (all the installed packages) apt-get update; apt-get upgrade # prep the system to be able to git & compile & build apt-get install git make automake build-essential libboost-all-dev # might be necessary for other tools & distros (for this wallet on Debian 7 it is not): # apt-get install yasm binutils libcurl4-openssl-dev openssl libssl-dev # compiling needs a large SWAP file: sudo dd if=/dev/zero of=/swapfile bs=80M count=16 sudo mkswap /swapfile; sudo swapon /swapfile # For some reason, bitcoind is stuck in an old database version db4.8, # which is not supported by newest ubuntu / debian anymore, so we get it manually: # Get db4.8 source, compile and install (takes 5 minutes) cd ~ wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz tar zxf db-4.8.30.NC.tar.gz cd db-4.8.30.NC/build_unix; ../dist/configure --enable-cxx make; sudo make install rm -R ~/db-4.8.30.NC* # delete the sources # Link the libraries sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so # # (SERVER IS PREPARED. FROM HERE ON YOU CAN INSTALL OTHER WALLETS) # # where to find db4.8 tell your system (needs to be redone after reboot) export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" # Wallet sources from github, and # build the headless server daemon "monetaryunitd" (takes 7 minutes) cd ~; git clone https://github.com/MonetaryUnit/MUE-Src cd ~/MUE/src mkdir obj; chmod a+x leveldb/build_detect_platform # fix 2 problems with these sources make -f makefile.unix USE_UPNP=- cp ~/MUE/src/monetaryunitd /usr/local/bin # create config file - copy-paste all in one go. Make sure to change your password. cd ~ mkdir ~/.monetaryunit cat << "CONFIG" >> ~/.monetaryunit/monetaryunit.conf listen=1 server=1 daemon=1 testnet=0 rpcuser=LOCALUSER rpcpassword=VERYSECURESUPERLONGSUPERSAFEPASSWORD rpcport=29947 CONFIG chmod 700 ~/.monetaryunit/monetaryunit.conf chmod 700 ~/.monetaryunit ls -la ~/.monetaryunit # start server # Should result in: "Monetaryunit server starting": monetaryunitd # Most important RPC commands: # see if the blockchain is syncing (right now "blocks" : 142874) monetaryunitd getinfo # most important RPC commands (try them one by one, no danger) monetaryunitd getbalance monetaryunitd getnewaddress forDonations monetaryunitd listtransactions forDonations monetaryunitd listreceivedbyaddress 0 true monetaryunitd listaccounts monetaryunitd getaddressesbyaccount forDonations monetaryunitd getaddressesbyaccount "" # for more RPC commands (explanations in the API calls list) monetaryunitd help # if this tutorial was useful, tip me some MUE ( OR write on a PostIt(tm): "Tip drakoin some coins" ) # to my MUE address 7E5tkMCg1VjGwVXVr8SDb5DPCaZ6DkzSHa by using this command: monetaryunitd sendtoaddress 7E5tkMCg1VjGwVXVr8SDb5DPCaZ6DkzSHa 111111 ThanksToDrakoin ThanksForTutorial # or please tip me now in other currencies at www.tiny.cc/drakointip, # or pass on profitable hints to me (read www.tiny.cc/drakoinhints) # stop the server: monetaryunitd stop # if it is still running: ps ux | grep monetaryunitd # ... then kill it the hard way: killall monetaryunitd # tip me! # # P.S.: About updating from an older version: https://bitcointalksearch.org/topic/m.10426300 September 26, 2014, 08:54:36 PM
these offers are eveywhere, and you still have to pay 5 dollars to get started. Thanks. I didn't know that - because myself, I did start with paying, and didn't find that odd :-)But 5$ is really not much. And imagine, besides whatever you do, you can run a tornode on it, and help the world. Gonna try you ref link after my vps month is over, Thanks, yes please do that. If you already have a D.O. account, you might need to log out, and start all over with a new email address, after clicking on my referral link, and that way help yourself to that 10$ welcome package.i have a question, i have install a pool on my VPS but how do i install another one on it? not sure that I understand you.Have you installed a WALLET to your VPS (like my manuals above), or actually POOL-SOFTWARE (like mpos or p2pool) ? I have no clue about poolsoftware. But I guess pools can operate on one server with many different coins in parallel, just by using a different PORTNUMBER for each coin, right? other coin differnt algo, can you tell how to make a subdomain if i have to on my server or different folder, i need the commands thanks... I have no domainnames for my D.O. droplets, just using the IP addresses, sorry cannot help, I guess. About domainnames, I suggest you ask https://cloud.digitalocean.com/support - they are great! Jump to:
|