Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 1282. (Read 2375926 times)

full member
Activity: 238
Merit: 100
Dev told me he has the windows miner and wallets ready.
I'm not sure what he meant by the launch.
I hope to get an aswer quick. The the time on the clock is or is not launching time?
Yesterday, he told he would give the tie for launch not the clock.  I look forward to a response.
sr. member
Activity: 378
Merit: 258
Something new here?  Grin
hero member
Activity: 924
Merit: 1000
Smells like delay.
legendary
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
25 minutes left, is windows miners ready yet? Grin
full member
Activity: 238
Merit: 100
Iam trying to contact the dev.
I'll let you know if it worked Grin
full member
Activity: 406
Merit: 112
Dev is still sleeping!


!!!!! KMON I WANT TO KNOW IF WALLET AND MINER FOR WIN READY AND WHERE I DOWNLOAD!!!!!!
full member
Activity: 122
Merit: 100
Dev is still sleeping!
full member
Activity: 173
Merit: 100
Should we mine with wallet again in the beginning?
full member
Activity: 238
Merit: 100
Just hang on. DEV will give launch time!
full member
Activity: 406
Merit: 112
well, is miner and wallet for win ready or no?

news?Huh??
hero member
Activity: 820
Merit: 1000


If I set up a Digital Ocean VPS using these settings and run the miner will it start mining when the timer hits 0?  Also what should I do in regards to the threads? I am planing on renting a 12 core server for as long as I can afford.
No, the wallet source / compiled wallets will not be made available until the timer hits zero.  So You will need to follow this process AFTER they are released (check github now and you'll see the source in those instructions is not available)

As for threads, start with 12 and see how you go.  If you're just using a single machine like this you should be fine with 12. 
sr. member
Activity: 350
Merit: 250
how hard will the windows miner be to set up?
sr. member
Activity: 448
Merit: 250
[A guide for VPS mining]

Setting Amazon AWS up is not that much different from VPS. Here is a reference; notice this is for GPU spot instance (http://aloysius.wordpress.com/2013/12/02/is-mining-litecoins-on-aws-ec2-profitable-part-2-gpu-mining/)

A conversation about setting up wallet & cpuminer:
Quote

1) Sign up for an account.
If you like, use my referral link, and support this project too.  Smiley
Quote
Input a name for the vps, Select Size (all types work), Select image: Debian 7.0 x64; all others default, then click Create Droplet.

2) You will receive an email about login info, typically
Code:
ssh root@IP
to login the system

3) Once you login, copy and paste following commands (magi is username, use any else you like)

Code:
adduser magi
follow instructions
Code:
/usr/sbin/visudo
to edit the section:
Quote
## User privilege specification
root    ALL=(ALL:ALL) ALL
magi   ALL=(ALL:ALL) ALL

3) exit and ssh again with
Code:
ssh magi@IP

4) Upgrade and install packages:
Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libboost-all-dev libdb5.1-dev libdb5.1++-dev libminiupnpc-dev git
sudo apt-get install gfortran
sudo apt-get install libgmp-dev

5) this is needed if you choose the minimum size during VPS creation
Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

6) run magi wallet
Code:
cd
git clone https://github.com/magi-project/magi
cd magi/src
make -f makefile.unix
Create a conf file which should be in the folder: ~/.magi (magi is the user we created)
Code:
cd ~/.magi
emacs magi.conf
emacs is text edit tool, use any you like. save the following content:
Quote
daemon=1
server=1
rpcport=18232
rpcallowip=127.0.0.1
rpcuser=rpcuser
rpcpassword=rpcpass

Code:
cd ~/magi/src
./magi &
The last command runs the daemon.

7) compile cpuminer
Code:
cd
git clone https://github.com/magi-project/magi-minerd
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
make
Edit magi-minerd.sh in case you need to change something, and "--threads 1" to change the number of threads
Code:
./magi-minerd.sh
to run the miner.

If I set up a Digital Ocean VPS using these settings and run the miner will it start mining when the timer hits 0?  Also what should I do in regards to the threads? I am planing on renting a 12 core server for as long as I can afford.
full member
Activity: 406
Merit: 112
well, is miner and wallet for win ready or no?
full member
Activity: 408
Merit: 100
Where can I buy some XMG?  Are there exchanges for XMG?
legendary
Activity: 2688
Merit: 1240
I don't see anything (really) special about the algo - its almost the same from Cryptonite.

I'll add a pool too later after some testing, a GPU Miner should not be a big problem for my understanding
newbie
Activity: 19
Merit: 0
i thought not providing / not beeing able to supply a gpu miner was intended. maybe I misunderstood ...


however. isn't the cpu miner provided on page 32 working?
member
Activity: 70
Merit: 10
still no gpu miner for this? or i'm missing something in the OP?

GPU/FPGA supposed to be resistant coin, CPU only it seems at least at the moment.
member
Activity: 70
Merit: 10
3 hours left and no working windows miner / wallet...  Angry

Dev said yesterday he would postpone until there is a windows miner..
legendary
Activity: 3248
Merit: 1070
still no gpu miner for this? or i'm missing something in the OP?
Jump to: