Pages:
Author

Topic: [ANN][MCR] Macrocoin - Relaunched (Old Thread) - page 9. (Read 43321 times)

newbie
Activity: 11
Merit: 0
http://mcr.validerrorpool.com/

stratum appears to not work
newbie
Activity: 15
Merit: 0
macro.morecoins.org - down, missing 40 coins.
mcr.gaincoins.net - have 5 coins, then the balance of zero Shocked Huh, then down

macro.stablehash.com - Works Well Cool
newbie
Activity: 54
Merit: 0
Still up! No scam! Just the best macrocoin pool.




Stablehash Features:

  • 48GB DDR3 ram + Xeon 4/8 core processor
  • 2TB HDD + RAM memcache
  • 160 Gbps DDoS mitigation
  • 99+% efficiency
  • 99+% uptime
  • PROP 0% fee on launch!
  • VARDIFF
  • Commitment to uptime and stability
  • IRC chat

http://macro.stablehash.com/
newbie
Activity: 28
Merit: 0
Here's what I got:

http://macro.morecoins.org/ 
Had at least 2 coins, site seems to be down.  Hope they didn't steal my coins.

http://macro.mining-road.com/ 
Started here, seems broken, no idea what is going on.  Hope they won't steal my coins.

http://macro.dogemoon.com/ 
Mining here now.  No indication of how much I made.  Hope they are not planning to steal my coins.

No Windows wallet?  Why did I even bother...

Huh

Thank you for the answer, i'm kind of like in the same situation. Anyone can help us out?
full member
Activity: 168
Merit: 100
Pool is UP and RUNNING

MINING AT 46 MHs/s

MCR.GAINCOINS.NET




You seem to be down/gone.
What's going on?
hero member
Activity: 2296
Merit: 506
Cryptocasino.com
maxcoin started with no windows wallet either. this is at least a coin that launched when stated and doesnt have billions of coins
newbie
Activity: 26
Merit: 0
Here's what I got:

http://macro.morecoins.org/ 
Had at least 2 coins, site seems to be down.  Hope they didn't steal my coins.

http://macro.mining-road.com/ 
Started here, seems broken, no idea what is going on.  Hope they won't steal my coins.

http://macro.dogemoon.com/ 
Mining here now.  No indication of how much I made.  Hope they are not planning to steal my coins.

No Windows wallet?  Why did I even bother...

Huh
newbie
Activity: 28
Merit: 0
Please anyone:

1. Windows wallet!
2. Any confirmations on shares from http://mcr.validerrorpool.com/ ??
3. Don't be greedy, let's work together. We can do it together, more mining on the coin.
4. Any news on giveways? Were there any payouts? Please respond someone. Much love.
sr. member
Activity: 249
Merit: 250
Compiled wallet in ubuntu from source in github.


Wallet and solo mining working: 9CDkRk2KoR8Wr97fTTC2FGW2fcRKhXYMYt


sent you 0.1 coin, please check if it's ok

Yeah, everything OK !


My MCR Wallet address:
9CDkRk2KoR8Wr97fTTC2FGW2fcRKhXYMYt
newbie
Activity: 11
Merit: 0
mining at macro.stablehash.com


hero member
Activity: 644
Merit: 500
WINDOWS USER SHIT ON AGAIN?
would u not want a wallet for everyone so more people will support coin by mining
anyway i dont waste time with coins who have lazy devs
is to lazy to build or organise someone to before launch you can only imagine the tech support to follow lol
and last of all the premine says all i need to know lol
seeya guys
good luck mining
hero member
Activity: 646
Merit: 500
windows client?
member
Activity: 94
Merit: 10
Compiled wallet in ubuntu from source in github.


Wallet and solo mining working: 9CDkRk2KoR8Wr97fTTC2FGW2fcRKhXYMYt


sent you 0.1 coin, please check if it's ok
full member
Activity: 168
Merit: 100
We had a slight misconfiguration that caused a few issues on our pool.

However, it should all be squared away now. Sorry for wasting anyone's time/resources. I hate that as much as you.

I guess the excitement of Macrocoin Fever took over!  Grin Please try again: http://mcr.majorminers.com/
sr. member
Activity: 249
Merit: 250
Compiled wallet in ubuntu from source in github.


Wallet and solo mining working: 9CDkRk2KoR8Wr97fTTC2FGW2fcRKhXYMYt
hero member
Activity: 1428
Merit: 538
http://mcr.bondni.com

Up & Running.

Use at your own risk since no valid block found yet.
newbie
Activity: 56
Merit: 0
Oh the ennui.

./macrocoind listtransactions | grep category
        ...
        "category" : "orphan",
        "category" : "orphan",
        ...
member
Activity: 94
Merit: 10
embi3   2014-02-10 19:15:51   Debit_AP   Confirmed   
embi3    please say, is it ok?
bmL
member
Activity: 95
Merit: 10
Linux

Code:
git clone https://github.com/macrocoin/macrocoin
cd macrocoin/src
sudo apt-get install build-essential libssl-dev libboost-all-dev libqrencode-dev
make -f makefile.unix

but:

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/macrocoin/src -I/root/macrocoin/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/init.o] Error 4
root@akd001:~/macrocoin/src#
Worked for me too. I've used "make -f makefile.unix USE_UPNP=- " thought.
newbie
Activity: 56
Merit: 0
Linux

Code:
git clone https://github.com/macrocoin/macrocoin
cd macrocoin/src
sudo apt-get install build-essential libssl-dev libboost-all-dev libqrencode-dev
make -f makefile.unix

but:

Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/macrocoin/src -I/root/macrocoin/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/init.o] Error 4
root@akd001:~/macrocoin/src#

Working here on Ubuntu 13.10.
Pages:
Jump to: