no configure file. i am not programmer.
|
|
|
|
|
How to build on Centos 6. Could you release binary miner for centos 6
|
|
|
|
How could, my miner say, failed to update height im on 180
I've got 268, do I win a cookie?
|
|
|
|
|
I don't see miner on Centos 6 linux. Can you support this
|
|
|
|
|
I am mining with 3Mhash from the launch, no block found..
using the lastest minerd, and lastest wallet source built on ubuntu
unlucky for me
|
|
|
|
tks, I use several servers to connect to 1 wallet, how to get my hash speed in this case on wallet? How to get my magiaddress by command Hello joe,
I build wallet from source, and on ubuntu, run wallet by cmd: magid &
How to see coins in wallet, getmininginfo?
./magid getmininginfo ps. run ./magid --daemon (it's more elegant  )
|
|
|
|
|
Hello joe,
I build wallet from source, and on ubuntu, run wallet by cmd: magid &
How to see coins in wallet, getmininginfo?
|
|
|
|
|
joe,
I have 2Mhash, connect to 1 wallet, but no coin found. The wallet require dll is okie to me, this one is not fine to me
|
|
|
|
Joe, I build magi-cpuminer 5 hours ago, is it okie how about magi-cpuminer yesterday? still okie? Extremely busy now, will put all information at the fist page.
Also, please take time, some info, 5 XMG/block rewarding (most likely at the beginning), compared to 500 XMG/block rewards, probably few days later
|
|
|
|
|
Hello joe
I test with 1 Mhash for 31 minutes and do not find any block.
I can find block on the old wallet (wallet that need dll)
any problem?
|
|
|
|
I test with 1 Mhash for 25 minutes and do not find any block. I can find block on the old wallet (wallet that need dll) guys, you're just fine with the new miners, every one does have less hash now. Please let me know if you find blocks, just to be sure working fine. (I do see mining in my computer)
|
|
|
|
Great, thanks, delete old dir to fix it. assertion failed on windows 7 Make sure tesnet is enabled, and prior block data is deleted (folder: %appdata%\magi\testnet2)
|
|
|
|
windows7, Windows 2k8 assertion failed src\kernel.cpp line 494 My problem is that the wallet doesn't work for me. Windows 7 32 bit. the wallet has a miner, see few posts above how to activate
What exactly the issue? can you come to IRC to chat with me?
|
|
|
|
assertion failed on windows 7
|
|
|
|
Could you please plus 2 hours, it will be the good time for people around the world. Thanks. I set the countdown; let me know if you agree with this or not
|
|
|
|
use stratum+tcp://eu.lifeforce.info:9012 to solve your problem @dev,
couldn't rig the hash to the last 2 pools.Both showed 'disconnected. Pool difficulty too low.'
what's wrong?
|
|
|
|
Dear FoldingCoin, Got it, foldingcoin' s developers are active as I see. Best Rgrds, We dont expect to crowdsale to sell fully right away, we really need the 6 BTC to get our new platform started, thats why it doesnt have an expiration. If you have other thoughts on what we should do i would be all ears on hearing them  Centrino will work, just slow  Thanks Superxfast  and just to be clear, one comment i get alot is "it looks like just one guy on the internet." That is not the case, we do have 3 developers, one of my big duties though is being the forum guy
|
|
|
|
|
The purpose of this project is good for people. I followed topics of this developer on bitcointalk and LTB for a while. He is active, talent. Hope foldingcoin is success.
|
|
|
|
|
Can I install only one wallet qt on ubuntu, and 5 servers running minerd to connect to this 1 wallet?
Thanks.
|
|
|
|
Dear joelao95 Can I install only one wallet qt on ubuntu, and 5 servers running minerd to connect to this 1 wallet? Thanks. [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: 1) Sign up for an account. If you like, use my referral link, and support this project too.  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 ssh root@IP to login the system 3) Once you login, copy and paste following commands (magi is username, use any else you like) adduser magi follow instructions /usr/sbin/visudo to edit the section: ## User privilege specification root ALL=(ALL:ALL) ALL magi ALL=(ALL:ALL) ALL 3) exit and ssh again with ssh magi@IP 4) Upgrade and install packages: 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 sudo dd if=/dev/zero of=/swapfile bs=64M count=16 sudo mkswap /swapfile sudo swapon /swapfile 6) run magi wallet 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) cd ~/.magi emacs magi.conf emacs is text edit tool, use any you like. save the following content: daemon=1 server=1 rpcport=18232 rpcallowip=127.0.0.1 rpcuser=rpcuser rpcpassword=rpcpass cd ~/magi/src ./magi & The last command runs the daemon. 7) compile cpuminer 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 ./magi-minerd.sh to run the miner.
|
|
|
|
|