Bitcoin Forum
April 27, 2024, 01:30:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375256 times)
salinas
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 14, 2014, 11:10:31 AM
 #661

hey guys,

considering launch. I am still keeping an eye on the clock on page one of this announcement. In light of what has been posted on Twitter and Facebook recently, that countdown might be accurate.


I'm fairly new to the forum. Having just written that:

                                                                            Hello to all of you  Smiley




1714224651
Hero Member
*
Offline Offline

Posts: 1714224651

View Profile Personal Message (Offline)

Ignore
1714224651
Reply with quote  #2

1714224651
Report to moderator
1714224651
Hero Member
*
Offline Offline

Posts: 1714224651

View Profile Personal Message (Offline)

Ignore
1714224651
Reply with quote  #2

1714224651
Report to moderator
1714224651
Hero Member
*
Offline Offline

Posts: 1714224651

View Profile Personal Message (Offline)

Ignore
1714224651
Reply with quote  #2

1714224651
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Zlush1337
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 14, 2014, 11:15:22 AM
 #662

3 hours left and no working windows miner / wallet...  Angry
Aladin London
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 14, 2014, 11:18:03 AM
 #663

Can anyone tell me what page the eta is on?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
September 14, 2014, 11:20:52 AM
 #664

still no gpu miner for this? or i'm missing something in the OP?
RedZeppelin
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
September 14, 2014, 11:24:42 AM
 #665

3 hours left and no working windows miner / wallet...  Angry

Dev said yesterday he would postpone until there is a windows miner..

Kahir - Scamming dev of Rebirthcoin https://bitcointalk.org/index.php?topic=798159.msg8977686#msg8977686 gets a free happy meal!!
RedZeppelin
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
September 14, 2014, 11:25:36 AM
 #666

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.

Kahir - Scamming dev of Rebirthcoin https://bitcointalk.org/index.php?topic=798159.msg8977686#msg8977686 gets a free happy meal!!
salinas
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 14, 2014, 11:29:48 AM
 #667

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?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2014, 11:41:38 AM
 #668

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

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
mightname
Full Member
***
Offline Offline

Activity: 408
Merit: 100



View Profile
September 14, 2014, 11:44:30 AM
 #669

Where can I buy some XMG?  Are there exchanges for XMG?
Sellman
Full Member
***
Offline Offline

Activity: 406
Merit: 112



View Profile
September 14, 2014, 11:52:40 AM
 #670

well, is miner and wallet for win ready or no?
EcoChavCrypto
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
September 14, 2014, 12:10:06 PM
 #671

[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.

       ▄▄█████████▄▄
    ▄█████████████████
  ▄████████▀▀▀▀▀▀▀▀▀▀
 ▄███████▀   ▄▄   ▄▄▄▄▄▄▄▄
▄████████▄▄▄████  ▄▄▄▄▄▄▄▄
█████████▀▀▀▀▀▀▀  █████████
█████████   ▄▄▄▄   ▀███████
█████████   █████   ███████
 ▀▀▀▀▀▀▀▀   █████   ██████▀
 ▀▀▀▀▀▀▀▀   ███▀▀   █████▀
      ▄▄▄▄▄▄███▄▄▄▄█████▀
     █████████████████▀
       ▀▀█████████▀▀
Bitcoin Air 
 
.
█      ███
█      ███
  ██
  ██  ███
  ██  ███
  ██  ███
      ███
█  ██
  ███
█  ██
  ███
   ██
  ███
█  ██  ███
█  ██  ███
█  ██
     ██  █
███  ██  █
███  ██
███  ██  █
███  ██  █
███  ██  █
███      █
███  ██ 
███  ██ 
     ██ 
███
  ██ 
███
  ██ 
     ██
 
.
.
popcorn75
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 14, 2014, 12:12:05 PM
 #672

how hard will the windows miner be to set up?

paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
September 14, 2014, 12:15:34 PM
 #673



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. 
Sellman
Full Member
***
Offline Offline

Activity: 406
Merit: 112



View Profile
September 14, 2014, 12:18:30 PM
 #674

well, is miner and wallet for win ready or no?

news?Huh??
lama82
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
September 14, 2014, 12:42:24 PM
 #675

Just hang on. DEV will give launch time!
TorinT
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
September 14, 2014, 12:55:27 PM
 #676

Should we mine with wallet again in the beginning?
aloney
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
September 14, 2014, 12:57:00 PM
 #677

Dev is still sleeping!

PPL:XunifRT3qvqnPi8kQ2PyLSSejHrSnUTHtX
Sellman
Full Member
***
Offline Offline

Activity: 406
Merit: 112



View Profile
September 14, 2014, 01:13:37 PM
 #678

Dev is still sleeping!


!!!!! KMON I WANT TO KNOW IF WALLET AND MINER FOR WIN READY AND WHERE I DOWNLOAD!!!!!!
lama82
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
September 14, 2014, 01:21:19 PM
 #679

Iam trying to contact the dev.
I'll let you know if it worked Grin
cakir
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


★ BitClave ICO: 15/09/17 ★


View Profile WWW
September 14, 2014, 01:35:03 PM
 #680

25 minutes left, is windows miners ready yet? Grin


                  ,'#██+:                 
              ,█████████████'             
            +██████████████████           
          ;██████████████████████         
         ███████:         .███████`       
        ██████               ;█████'      
      `█████                   #████#     
      ████+                     `████+    
     ████:                        ████,   
    ████:    .#              █     ████   
   ;███+     ██             ███     ████  
   ████     ███'            ███.    '███, 
  +███     #████           ,████     ████ 
  ████     █████ .+██████: █████+    `███.
 ,███     ███████████████████████     ████
 ████     ███████████████████████'    :███
 ███:    +████████████████████████     ███`
 ███     █████████████████████████`    ███+
,███     ██████████████████████████    #███
'███    '██████████████████████████    ;███
#███    ███████████████████████████    ,███
████    ███████████████████████████.   .███
████    ███████████████████████████'   .███
+███    ███████████████████████████+   :███
:███    ███████████████████████████'   +███
 ███    ███████████████████████████.   ███#
 ███.   #██████████████████████████    ███,
 ████    █████████████████████████+   `███
 '███    '████████████████████████    ████
  ███;    ███████████████████████     ███;
  ████     #████████████████████     ████ 
   ███#     .██████████████████     `███+ 
   ████`      ;██████████████       ████  
    ████         '███████#.        ████.  
    .████                         █████   
     '████                       █████    
      #████'                    █████     
       +█████`                ██████      
        ,██████:           `███████       
          ████████#;,..:+████████.        
           ,███████████████████+          
             .███████████████;            
                `+███████#,               
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 1310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!