Bitcoin Forum
June 17, 2024, 02:51:15 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 »  All
  Print  
Author Topic: [ANN] [MAGA] Magacoin - Build the Wall! -- NO PREMINE | NO ICO/CROWDFUND  (Read 17634 times)
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 10, 2017, 11:45:14 PM
Last edit: July 11, 2017, 01:44:34 AM by magatoshi
 #61

I have finished building the Mac wallet, it can be found in the link provided in the OP. Thanks!


MAGA
Hey guys, a few people brought to my attention that the Mac wallet was not executing properly. It looks like the build relies on dynamically linked boost libraries. I'll try to get this fixed today.

In the meantime, if you are trying to use the Mac wallet, please install homebrew. See: https://brew.sh/

After installing homebrew, you will need to install boost.
1. Open a terminal.
2. Type: brew install boost
3. The Magacoin wallet should now work properly.

Thanks everyone!


MAGA
robin_slood
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 11, 2017, 04:50:04 AM
 #62

I can't seem to mine.
Can someone write up a step by step?
Got the wallet up and running fine.
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 11, 2017, 06:59:15 AM
 #63

I can't seem to mine.
Can someone write up a step by step?
Got the wallet up and running fine.
What OS are you running? Have you downloaded magaminer?

Magacoin was designed to make it more difficult for ASICs and Mining Pools to get on the network to allow for a fair, equal launch of the coin.


MAGA
robin_slood
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 11, 2017, 08:02:34 AM
 #64

What OS are you running? Have you downloaded magaminer?

Magacoin was designed to make it more difficult for ASICs and Mining Pools to get on the network to allow for a fair, equal launch of the coin.


MAGA
I've tried in Linux Mint and Win7.
I've never solo mined before so i'm assuming it's something wrong in that regard. I've got a wallet running in server mode in Win7 and am trying to mine from Mint on my local network. Getting this:

[2017-07-11 15:40:50] HTTP request failed: Connection timed out after 30000 milliseconds
[2017-07-11 15:40:50] json_rpc_call failed, retry after 30 seconds
ayamark789
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
July 11, 2017, 08:15:08 AM
 #65

Project in the United States? What a participant!
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2017, 01:06:51 AM
 #66

I've tried in Linux Mint and Win7.
I've never solo mined before so i'm assuming it's something wrong in that regard. I've got a wallet running in server mode in Win7 and am trying to mine from Mint on my local network. Getting this:

[2017-07-11 15:40:50] HTTP request failed: Connection timed out after 30000 milliseconds
[2017-07-11 15:40:50] json_rpc_call failed, retry after 30 seconds

Are you using magaminer?

Did you properly configure rpcuser and rpcpassword on the wallet? I believe on Windows, it's located in %APPDATA%\Magacoin\magacoin.conf.

You need the following:

Code:
server=1
rpcuser=xxxxx
rpcpassword=xxxxx
rpcallowip=(Mining System's IP)


Is there a guide to getting this working on win10?

These linux/github based installs are like dealing in the dark arts...
You can most likely compile it on Ubuntu on Windows fairly easily:
https://msdn.microsoft.com/en-us/commandline/wsl/about

If I have some extra time tonight, I'll try to get around to providing pre-built binaries, unless someone beats me to it.


MAGA
leonard_amc
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 12, 2017, 01:31:33 AM
 #67

Pool was not working. Running a network?
robin_slood
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 12, 2017, 03:07:57 AM
 #68

Are you using magaminer?

Did you properly configure rpcuser and rpcpassword on the wallet? I believe on Windows, it's located in %APPDATA%\Magacoin\magacoin.conf.

You need the following:

Code:
server=1
rpcuser=xxxxx
rpcpassword=xxxxx
rpcallowip=(Mining System's IP)

Yeah, that's how I have it set up. Using magaminer on Mint machine:
Code:
./minerd -a scrypt -o http://local ip:5332/ -u username -p password --coinbase-addr=AXZrCL4eUq3uo9r5RbSuqdcKY4JJbkQjua -P
Still getting the timeout.


How long until you have a linux wallet set up?
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2017, 04:04:21 AM
 #69

Are you using magaminer?

Did you properly configure rpcuser and rpcpassword on the wallet? I believe on Windows, it's located in %APPDATA%\Magacoin\magacoin.conf.

You need the following:

Code:
server=1
rpcuser=xxxxx
rpcpassword=xxxxx
rpcallowip=(Mining System's IP)

Yeah, that's how I have it set up. Using magaminer on Mint machine:
Code:
./minerd -a scrypt -o http://local ip:5332/ -u username -p password --coinbase-addr=AXZrCL4eUq3uo9r5RbSuqdcKY4JJbkQjua -P
Still getting the timeout.


How long until you have a linux wallet set up?
Is Windows firewall enabled? It may be blocking port 5332. Try running an nmap.

You should be able to compile the Linux wallet; it looks like you were able to compile the magaminer software.


MAGA
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2017, 04:11:16 AM
 #70

Pool was not working. Running a network?
What pool were you using? I am not operating a pool, leaving that to the community.  Smiley


MAGA
robin_slood
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 12, 2017, 04:47:16 AM
 #71

Is Windows firewall enabled? It may be blocking port 5332. Try running an nmap.

You should be able to compile the Linux wallet; it looks like you were able to compile the magaminer software.


MAGA
Ahh yep. It was the firewall. Not windows but Norton. All working now MAGA!
qiman
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 504



View Profile WWW
July 12, 2017, 05:00:18 AM
 #72

So this alt coin is mainly for Miner's benefit correct? There is nothing else to add here for the rest of the Community, except those in the U.S interested to build the Wall to keep the Mexican people out of the U.S? What other goals does this coin have?


▄▄▄███████▄▄▄
▄▄█████▀▀''`▀▀█████▄▄
▄███P'            `YY██▄
▄██P'                  `Y██▄
███'                      `███
███'                         ███
▄██'   ▄█████▄▄  ,▄▄▄▄▄▄▄▄▄▄p   ███
▄██▀  ,████▀P▀███.`██████████P   ▀██▄
███[ ,████ __. ███.   ,▄████▀    ███
███[ ]████████████[  ▄████▀       ███
███[ `████   ,oo2 ▄████▀'       ,███
▀██▄  `████▄▄█████d███████████   ▄██▀
▀██.   `▀▀▀▀▀▀"  Y▀▀▀▀▀▀▀▀▀▀▀  ,██▀
███.                        ,███
▀██▄                      ▄██▀
▀███▄_                 ,███▀
▀███▄▄_          _▄▄███▀
▀▀████▄▄ooo▄▄█████▀
▀▀███████▀▀'

365

TM

EZ365 is a digital ecosystem that combines
the best aspects of online gaming, cryptocurrency
trading
and blockchain education. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

..WHITEPAPER..    ..INVESTOR PITCH..

.Telegram     Twitter   Facebook

                       .'M████▀▀██  ██
                      W█Ws'V██  ██▄▄███▀▀█
                     i█████m.~M████▀▀██  ███
                     d███████Ws'V██  ██████
                     ****M██████m.~███f~~__mW█
          ██▀▀▀████████=  Y██▀▀██W ,gm███████
      g█████▄▄▄██   █A~`_WW Y█  ██!,████████
   g▀▀▀███   ████▀▀`_m████i!████P W███  ██
 _███▄▄▄██▀▀▀███Af`_m███   █W ███A ]███  ██
__ ~~~▀▀▀▀▄▄▄█*f_m██████   ██i!██!i███████
Y█████▄▄▄▄__. i██▀▀▀██████████ █!,██████
 8█  █▀▀█████.!██   ██████████i! █████
 '█  █  █   █W M█▄▄▄██████   ██ !██
  !███▄▄█   ██i'██████████   ██
   Y███████████.]██████████████
   █   ███████b ███   ██████
   Y   █   █▀▀█i!██   ████
    V███   █  █W Y█████
      ~~▀███▄▄▄█['███
            ~~*██

Play

            │
    │      ███
    │      ███
    │      ███
    │   │  ███
   ███  │  ███
   ███ ███ ███
 │  ███ ███ ███
███ ███ ███ ███
███ ███  │   │
███ ███  │   │
 │   │
 │

Trade

           __▄▄████▄▄
     __▄▄███████████████▄▄▄
 _▄▄█████████▀▀~`,▄████████████▄▄▄
 ~▀▀████▀▀~`,_▄▄███████████████▀▀▀
   d█~  =▀███████████████▀▀
   ]█! m▄▄ '~▀▀▀████▀▀~~ ,_▄▄
  ,W█. *████▄▄__ '  __▄▄█████
  !██P  █████████████████████
   W█. - ██████████████████▀
  i██[   ~ ▀▀█████████▀▀▀
 g███!
Y███

Learn
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2017, 05:34:49 AM
Last edit: July 12, 2017, 06:25:59 AM by magatoshi
 #73

So this alt coin is mainly for Miner's benefit correct? There is nothing else to add here for the rest of the Community, except those in the U.S interested to build the Wall to keep the Mexican people out of the U.S? What other goals does this coin have?
The current cryptocurrency scene has been overridden by junk ICOs, buzz words, and premined fiascos. I feel that this new trend is nothing, but predatory and disingenuous.

Instead of following suit, this coin and the surrounding community are being built from the ground up -- this means no ICO, no pre-mining, and no bounties. MAGA is the largest counterculture movement of our time, and Magacoin will be one of its many tools. Magacoin will become a very large network.


MAGA
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2017, 06:00:30 AM
 #74

Ahh yep. It was the firewall. Not windows but Norton. All working now MAGA!
Nice! I am glad to hear that you got it working Smiley


MAGA
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 13, 2017, 02:57:53 AM
 #75

can hillary supports buy these or will the system block them??
Hillary has supporters? Grin


MAGA
StealthDad
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
July 13, 2017, 10:38:49 AM
 #76

Anyone willing to compile minerd on windows and give us a link?
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 14, 2017, 07:26:32 AM
 #77

Anyone willing to compile minerd on windows and give us a link?
Happy to announce that a compiled version of magaminer for Windows 64-bit is now available at the following link:
https://github.com/magacoin/magaminer/releases

Please note that I do not have immediate access to a Windows machine and will need someone to help test/evaluate the build. Thanks!


MAGA
magatoshi (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 14, 2017, 07:33:03 AM
Last edit: July 15, 2017, 04:13:15 AM by magatoshi
 #78

I'd also like to provide some updates.

I've been really hard at work on the initial website and brick explorer. Everything is coming along very very nicely and I hope to reveal them shortly.


MAGA
VladimirN
Sr. Member
****
Offline Offline

Activity: 405
Merit: 251



View Profile
July 14, 2017, 01:17:44 PM
 #79

pool pls
StealthDad
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
July 15, 2017, 07:15:18 AM
 #80

Anyone willing to compile minerd on windows and give us a link?
Happy to announce that a compiled version of magaminer for Windows 64-bit is now available at the following link:
https://github.com/magacoin/magaminer/releases

Please note that I do not have immediate access to a Windows machine and will need someone to help test/evaluate the build. Thanks!


MAGA


TY! TESTING NOW!
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 »  All
  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!