Bitcoin Forum
April 23, 2024, 01:03:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 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 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 165 »
  Print  
Author Topic: MinexCoin  (Read 122131 times)
bitboxxer
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
July 21, 2017, 03:30:37 PM
 #1761

when we see minexcoin on the bittrex exchange? tell me please. Thanks
1713877400
Hero Member
*
Offline Offline

Posts: 1713877400

View Profile Personal Message (Offline)

Ignore
1713877400
Reply with quote  #2

1713877400
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713877400
Hero Member
*
Offline Offline

Posts: 1713877400

View Profile Personal Message (Offline)

Ignore
1713877400
Reply with quote  #2

1713877400
Report to moderator
1713877400
Hero Member
*
Offline Offline

Posts: 1713877400

View Profile Personal Message (Offline)

Ignore
1713877400
Reply with quote  #2

1713877400
Report to moderator
Continuous
Sr. Member
****
Offline Offline

Activity: 1064
Merit: 264


View Profile
July 21, 2017, 03:34:54 PM
 #1762

I mean .. come on, really Minexcoin? ..

rafajunior99
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile WWW
July 21, 2017, 05:59:04 PM
 #1763

Hello, dear Minexcoin community. We are glad to inform you that MNXcore is ready to use.

1. Link for download and install wallet here https://github.com/minexcoin/minexcoin -->README.md -->Linux binary file: http://minexcoin.com/bin/linux/minexcoin-qt
Now the wallet works only on Linux. Soon will be release for Windows, and after this for Mac.
2. Here is the link for GitHub with open source code https://github.com/minexcoin/minexcoin
3. Now is available for mine only CPU mining.
4. Network difficulty is high. Because of this, mining will be slowly.
5. How to mine coins:
Open your MNXcore -->Help -->Debug window -->Console --> than write ''generate'' and amount you want mining.


I am very glad to see minexcoin has updated its wallet to transfer coins, but unfortunately you are newly available for Linux not for Windows, hope you soon update your wallet for Windows, maybe i will wait for it to actually work for it thanks.
jt byte
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
July 22, 2017, 12:43:46 PM
 #1764

Hello, dear Minexcoin community. We are glad to inform you that MNXcore is ready to use.

1. Link for download and install wallet here https://github.com/minexcoin/minexcoin -->README.md -->Linux binary file: http://minexcoin.com/bin/linux/minexcoin-qt
Now the wallet works only on Linux. Soon will be release for Windows, and after this for Mac.
2. Here is the link for GitHub with open source code https://github.com/minexcoin/minexcoin
3. Now is available for mine only CPU mining.
4. Network difficulty is high. Because of this, mining will be slowly.
5. How to mine coins:
Open your MNXcore -->Help -->Debug window -->Console --> than write ''generate'' and amount you want mining.


I am very glad to see minexcoin has updated its wallet to transfer coins, but unfortunately you are newly available for Linux not for Windows, hope you soon update your wallet for Windows, maybe i will wait for it to actually work for it thanks.
Someone said they created a windows version themselves...
on the other thread. Undecided
" Racquemis, [22.07.17 07:36]
You guys being to paranoid, you can compile yourself for windows and see its legit. Currently mining on Windows already. 4 mnx mined atm

Racquemis, [22.07.17 07:38]
The one in Telegram virus free, and to address changes. But no problem with waiting. Think the official Wil be released Monday.

Racquemis, [22.07.17 07:39]
If you want to compile yourself: There are some patch files missing which you can get from the official bitcoin repo."
lukax8
Sr. Member
****
Offline Offline

Activity: 1554
Merit: 297


View Profile WWW
July 22, 2017, 03:16:16 PM
Last edit: July 22, 2017, 03:26:54 PM by lukax8
 #1765

Code:
  AR       libbitcoin_server.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libbitcoin_util.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libbitcoin_wallet.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libbitcoin_zmq.a
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  CXXLD    bitcoind
  CXXLD    bitcoin-cli
  CXXLD    bitcoin-tx
  CXX      test/test_test_bitcoin-blockencodings_tests.o
In file included from ./pow.h:9:0,
                 from ./chainparams.h:14,
                 from test/blockencodings_tests.cpp:7:
./crypto/equihash.h:157:65: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 inline constexpr const size_t max(const size_t A, const size_t B) { return A > B ? A : B; }
                                                                 ^
test/blockencodings_tests.cpp: In function ‘CBlock blockencodings_tests::BuildBlockTestCase()’:
test/blockencodings_tests.cpp:50:86: error: no match for ‘operator++’ (operand type is ‘uint256’)
 ProofOfWork(block.GetHash(), block.nBits, Params().GetConsensus())) ++block.nNonce;
                                                                     ^~~~~~~~~~~~~~
test/blockencodings_tests.cpp: In member function ‘void blockencodings_tests::EmptyBlockRoundTripTest::test_method()’:
test/blockencodings_tests.cpp:292:86: error: no match for ‘operator++’ (operand type is ‘uint256’)
 ProofOfWork(block.GetHash(), block.nBits, Params().GetConsensus())) ++block.nNonce;
                                                                     ^~~~~~~~~~~~~~
Makefile:8175: set di istruzioni per l'obiettivo "test/test_test_bitcoin-blockencodings_tests.o" non riuscito
make[2]: *** [test/test_test_bitcoin-blockencodings_tests.o] Errore 1
make[2]: uscita dalla directory "/home/lukax8/wallet/minexcoin/src"
Makefile:8999: set di istruzioni per l'obiettivo "all-recursive" non riuscito
make[1]: *** [all-recursive] Errore 1

Error when I try to install from github...

lukax8
Sr. Member
****
Offline Offline

Activity: 1554
Merit: 297


View Profile WWW
July 22, 2017, 03:17:45 PM
 #1766

if I try to run minexcoin-qt

Code:
./minexcoin-qt: error while loading shared libraries: libprotobuf.so.9: cannot open shared object file: No such file or directory

How can I fix the problem?

DrMsEr
Hero Member
*****
Offline Offline

Activity: 728
Merit: 501



View Profile
July 22, 2017, 08:55:42 PM
 #1767

I mean .. come on, really Minexcoin? ..


This happens when you try to copy pasta from some whom you dream of, clearly the idea behind mnx is shady and most probably is centralised within 1-2 person.
I fear of this coin will ever get to an exchange..
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 24, 2017, 08:23:19 AM
 #1768

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!

| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
trannamtan
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500


View Profile
July 24, 2017, 08:31:57 AM
 #1769

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!
Good information  Cool

we will all hope for the launch of Minexcoin on the exchange  Cool

thank you very much Dev and Teams MineCoin
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 24, 2017, 01:39:31 PM
 #1770

Testing of Minexbank and Minexcoin is nearing its completion
Link for submitting the form in Telegram: https://t.me/minexsystemsbot

https://blog.minecoin.org/minexbank-and-minexcoin-is-nearing-its-completion-163b76b5d5a9



| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
danim1130
Sr. Member
****
Offline Offline

Activity: 616
Merit: 250


View Profile
July 24, 2017, 01:43:45 PM
 #1771

Testing of Minexbank and Minexcoin is nearing its completion
Link for submitting the form in Telegram: https://t.me/minexsystemsbot

https://blog.minecoin.org/minexbank-and-minexcoin-is-nearing-its-completion-163b76b5d5a9



well good to know that there is a news and updates about the campaign manager,. i am preparing my self to transfer my minex coins in some exchangers like bittrex soon. Smiley
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 24, 2017, 01:51:36 PM
 #1772

well good to know that there is a news and updates about the campaign manager,. i am preparing my self to transfer my minex coins in some exchangers like bittrex soon. Smiley
Thank you for your participation!

| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
zuggu-1
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
July 24, 2017, 03:49:49 PM
 #1773

I have participated in the test minexbank, submitted the forms to Telegram bot as described on your blog but no response from the bot  Undecided
aisyah88
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
July 25, 2017, 07:15:21 AM
 #1774

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!
I am very happy to hear this and your statement, that there is such a great exchange as Bittrex exchange for all of us, I am very confident that this will be a very big project ...

By the way when did you start the distribution of MNX funds Huh
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 25, 2017, 08:26:21 AM
 #1775

Hello, dear Minexcoin community. We are glad to inform you that MNXcore is ready to use.

1. Link for download and install wallet here https://github.com/minexcoin/minexcoin -->README.md -->Linux binary file: http://minexcoin.com/bin/linux/minexcoin-qt
Now the wallet works only on Linux. Soon will be release for Windows, and after this for Mac.
2. Here is the link for GitHub with open source code https://github.com/minexcoin/minexcoin
3. Now is available for mine only CPU mining.
4. Network difficulty is high. Because of this, mining will be slowly.
5. How to mine coins:
Open your MNXcore -->Help -->Debug window -->Console --> than write ''generate'' and amount you want mining.


hello i will ask something because im new here, what are we going to do with the mnxCORE? did this wallet something to do with our bounties? should we transfer our bounties there or we can should just wait the bittrex and transfer their our minex? thank you for answering Smiley


Hello!
You can move your mnx after 1-2 of August, when we will be launched on exchange.
In your account you will see special tab for move your Bounty coins to your wallet.
And then you can transfer your mnx to exchange.
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex).

Thank you for paricipate!

| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
cryptogeek101
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


homt.net


View Profile WWW
July 25, 2017, 08:28:41 AM
 #1776

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!
I am very happy to hear this and your statement, that there is such a great exchange as Bittrex exchange for all of us, I am very confident that this will be a very big project ...

By the way when did you start the distribution of MNX funds Huh

This is great news for all of us who are in love with Minex project. I will be very delighted to see Minex in Bittrex comes August 1,2.

HOMT


















Powered by,
anfisa75
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
July 25, 2017, 08:42:15 AM
 #1777

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!
I am very happy to hear this and your statement, that there is such a great exchange as Bittrex exchange for all of us, I am very confident that this will be a very big project ...

By the way when did you start the distribution of MNX funds Huh

This is great news for all of us who are in love with Minex project. I will be very delighted to see Minex in Bittrex comes August 1,2.
Yes the news is really great, waiting for parking for real coins.
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 25, 2017, 08:45:15 AM
 #1778

I mean .. come on, really Minexcoin? ..



Hello!

No, it isn't right link.

You can find info here:

https://github.com/minexcoin/minexcoin

Thank you for paricipation!

| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
aisyah88
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
July 25, 2017, 08:47:10 AM
 #1779

when we see minexcoin on the bittrex exchange? tell me please. Thanks

Hello!
Very soon!
We are planing to be listed on Bittrex and other exchanges (YoBit, Livecoin, C-Cex)
Exchange will be avaliable on August 1, 2.
Thank you for participation!
I am very happy to hear this and your statement, that there is such a great exchange as Bittrex exchange for all of us, I am very confident that this will be a very big project ...

By the way when did you start the distribution of MNX funds Huh

This is great news for all of us who are in love with Minex project. I will be very delighted to see Minex in Bittrex comes August 1,2.

Maybe that's the right reason for dev, to launch on August 1-2 that we know that bittrex exchanges are being handled on btcoin purse, so hopefully on the 1st - 2nd, it's not Disaibel ...
MineCoin.org (OP)
Sr. Member
****
Offline Offline

Activity: 924
Merit: 299


minexcoin.com


View Profile WWW
July 25, 2017, 09:03:27 AM
 #1780

hello,dear dev,I want to know why I can't sign in my bounty account by
https://minexcoin.com/?r=bounty/signin
my account's email and password is true!

Hello!

If you can't enter to your account(with that password and e-mail) we can try to help you, but the password will be changed.

So, if you agree, please, tell me your e-mail.


| Minexcoin | Trade. Park. Earn.
The low volatility cryptocurrency. Trade on exchanges from November 1

Site || Blog || Bounty
Pages: « 1 ... 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 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 ... 165 »
  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!