Pages:
Author

Topic: [ANN] Mincoin Cryptocurrency Project, World's Fastest Rare Altcoin [ANN] - page 36. (Read 114841 times)

full member
Activity: 126
Merit: 100
full member
Activity: 224
Merit: 100
I'm using guiminer to mine mincoins.
It says I have 17(17) accepted.
Does that mean i've mined 17 blocks?
If so, when does the mincoin go to my wallet?
legendary
Activity: 1073
Merit: 1000


     
    Mining started at 12:20 GMT April 3 and was announced on IRC and the WWW not long after. There is no premine!
     
     
    Bounties
    10000 MNC for the first exchange (Paid to Vipah for http://vircurpool.com/index) Nice Job Vipah !
    10000 MNC for the first pool to adopt it
    5000 MNC for the second pool to adopt it
 

Oops! SuperTramp, Vircurpool was the first Pool, not exchange.  Might want to update the post, as not cause conclusion.


Oops! Thanks for catching that RLH !
All fixed  Grin
sr. member
Activity: 280
Merit: 252
On VirCurPool, I'm putting out 1.8 MH/s via CGMiner - but VirCurPool web interface only reports I'm putting out 113 KH/s? Any idea why?

That would be because mincoin is a scrypt based hash coin and not sha-256 based, so you will see much "slower" hashing going on when using scrypt.
full member
Activity: 224
Merit: 100
On VirCurPool, I'm putting out 1.8 MH/s via CGMiner - but VirCurPool web interface only reports I'm putting out 113 KH/s? Any idea why?

Nevermind... figured it out... ignore.
sr. member
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
How about ZombieCoin?  It could be very useful in the coming Zombie apocalypse.
full member
Activity: 224
Merit: 100
On VirCurPool, I'm putting out 1.8 MH/s via CGMiner - but VirCurPool web interface only reports I'm putting out 113 KH/s? Any idea why?
rlh
hero member
Activity: 804
Merit: 1004


     
    Mining started at 12:20 GMT April 3 and was announced on IRC and the WWW not long after. There is no premine!
     
     
    Bounties
    10000 MNC for the first exchange (Paid to Vipah for http://vircurpool.com/index) Nice Job Vipah !
    10000 MNC for the first pool to adopt it
    5000 MNC for the second pool to adopt it
 

Oops! SuperTramp, Vircurpool was the first Pool, not exchange.  Might want to update the post, as not cause conclusion.
rlh
hero member
Activity: 804
Merit: 1004
Are one minute blocks really the fastest? Isn't GeistGeld or Tenebrix or some such coin like 30 seconds or less?

-MarkM-


I think you are right, one of those coins had really fast block times. Wasn't it 10 seconds? One minute blocks are probably on the cusp of acceptable for a p2p currency but it means transactions appear to move around faster.

Bitcoin is 10 minutes
Litecoin is 2.5 minutes
Mincoin is 1 minute

I'm unaware of tenebrix setup but I ran the geistgeld client a long time ago.  I remember when I checked out there sight, it stated that the coin was a bit of an experiment, and not to be taken to seriously as a coin.  As such, I think block times were less than 30 seconds.  This could have possibly been the coin that had 10 second block times.  Do people still use GG?  I haven't heard or seen mention of it in months.
legendary
Activity: 1073
Merit: 1000
*Updated Original Post*

First Bounty Paid To Vipah For 1st MNC Pool !!!  Smiley
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
Even with the 2 MNC block reward, you can still get a lot of coins using the pool that is out now.

These coins are only going to get more rare by the day.
sr. member
Activity: 280
Merit: 252
I can't build the file after running the following code:

Quote
make -f makefile.unix USE_UPNP=- USE_IPV6=0 USE_QRCODE=0 BDB_INCLUDE_PATH='/usr/include/db4.8'

Here is my compilation log:

Quote
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/addrman.d -o obj/addrman.o addrman.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypter.d -o obj/crypter.o crypter.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/db.d -o obj/db.o db.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -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++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/irc.d -o obj/irc.o irc.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/keystore.d -o obj/keystore.o keystore.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In function âbool Reorganize(CTxDB&, CBlockIndex*)â:
main.cpp:1458:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
main.cpp: At global scope:
main.cpp:3316:21: warning: âunsigned int ScanHash_CryptoPP(char*, char*, char*, char*, unsigned int&)â defined but not used [-Wunused-function]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/net.d -o obj/net.o net.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/protocol.d -o obj/protocol.o protocol.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mincoinuser/mincoin/src -I/home/mincoinuser/mincoin/src/obj -I/usr/include/db4.8 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/bitcoinrpc.d -o obj/bitcoinrpc.o bitcoinrpc.cpp
bitcoinrpc.cpp: In function âjson_spirit::Value listtxfromblock(const Array&, bool)â:
bitcoinrpc.cpp:1588:51: error: conversion from âlong long intâ to âconst Value_type {aka const json_spirit::Value_impl > >}â is ambiguous
bitcoinrpc.cpp:1588:51: note: candidates are:
In file included from json/json_spirit_reader_template.h:9:0,
                 from bitcoinrpc.h:14,
                 from bitcoinrpc.cpp:15:
json/json_spirit_value.h:283:5: note: json_spirit::Value_impl::Value_impl(double) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:275:5: note: json_spirit::Value_impl::Value_impl(uint64_t) [with Config = json_spirit::Config_vector >; uint64_t = long unsigned int]
json/json_spirit_value.h:267:5: note: json_spirit::Value_impl::Value_impl(int64_t) [with Config = json_spirit::Config_vector >; int64_t = long int]
json/json_spirit_value.h:259:5: note: json_spirit::Value_impl::Value_impl(int) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:251:5: note: json_spirit::Value_impl::Value_impl(bool) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:219:5: note: json_spirit::Value_impl::Value_impl(json_spirit::Value_impl::Const_str_ptr) [with Config = json_spirit::Config_vector >; json_spirit::Value_impl::Const_str_ptr = const char*]
json/json_spirit_value.h:219:5: note:   no known conversion for argument 1 from âlong long intâ to âjson_spirit::Value_impl > >::Const_str_ptr {aka const char*}â
json/json_spirit_value.h:439:5: error:   initializing argument 2 of âjson_spirit::Pair_impl::Pair_impl(const String_type&, const Value_type&) [with Config = json_spirit::Config_vector >; json_spirit::Pair_impl::String_type = std::basic_string; json_spirit::Pair_impl::Value_type = json_spirit::Value_impl > >]â
bitcoinrpc.cpp:1556:18: warning: unused variable âpindexâ [-Wunused-variable]
bitcoinrpc.cpp:1557:9: warning: unused variable âtarget_confirmsâ [-Wunused-variable]
make: *** [obj/bitcoinrpc.o] Error 1

Any ideas?
full member
Activity: 126
Merit: 100
Are one minute blocks really the fastest? Isn't GeistGeld or Tenebrix or some such coin like 30 seconds or less?

-MarkM-


I think you are right, one of those coins had really fast block times. Wasn't it 10 seconds? One minute blocks are probably on the cusp of acceptable for a p2p currency but it means transactions appear to move around faster.

Bitcoin is 10 minutes
Litecoin is 2.5 minutes
Mincoin is 1 minute
legendary
Activity: 2940
Merit: 1090
Are one minute blocks really the fastest? Isn't GeistGeld or Tenebrix or some such coin like 30 seconds or less?

-MarkM-
hero member
Activity: 868
Merit: 1001
https://keybase.io/masterp FREE Escrow Service
manface, I will update the original post with this info! Thanks !!!

No problem. Do you know if BTC-e or vircurex are going to add Mincoins to their exchange?

Very unlikely to happen.
full member
Activity: 126
Merit: 100
manface, I will update the original post with this info! Thanks !!!

No problem. Do you know if BTC-e or vircurex are going to add Mincoins to their exchange?
legendary
Activity: 1073
Merit: 1000
On the vircurpool web site there is a link to a compiled windows version in case anyone here wants to use it. Tested in my virtual machine and it's working good, virus scan passed too.

http://www.vircurpool.com/qt/mnc-w32-0.6.3.0-beta-setup.exe

Got from this page.

http://vircurpool.com/gettingstarted

manface, I will update the original post with this info! Thanks !!!
full member
Activity: 126
Merit: 100
On the vircurpool web site there is a link to a compiled windows version in case anyone here wants to use it. Tested in my virtual machine and it's working good, virus scan passed too.

http://www.vircurpool.com/qt/mnc-w32-0.6.3.0-beta-setup.exe

Got from this page.

http://vircurpool.com/gettingstarted
full member
Activity: 126
Merit: 100
I found a pool link on the github page just now when I was looking at recent commits the author made. No announcement by pool owner? No new binaries for the changes? Looks like the QT client is now building properly with its own icons/resources now which is nice.

Here is the pool anyhow. http://www.vircurpool.com/
newbie
Activity: 14
Merit: 0
Any latest update on Mincoin?

Pool(s), client(s), market(s), whatever relevant?
Pages:
Jump to: