Pages:
Author

Topic: [ANN] AMERICAN COIN - AMC - Now About To Start - pool available already.. - page 31. (Read 75481 times)

legendary
Activity: 1148
Merit: 1018
Well.. Just explain me one thing: how is this the most "patriotic" crypto-currency? Is the monetary supply controlled by the FED? By the US Government? Where's the patriotism in it?

it's AMERICAN  Grin

Why it is american? It's owned by the US Government?
member
Activity: 84
Merit: 10
Well.. Just explain me one thing: how is this the most "patriotic" crypto-currency? Is the monetary supply controlled by the FED? By the US Government? Where's the patriotism in it?

it's AMERICAN  Grin
legendary
Activity: 1148
Merit: 1018
Well.. Just explain me one thing: how is this the most "patriotic" crypto-currency? Is the monetary supply controlled by the FED? By the US Government? Where's the patriotism in it?
hero member
Activity: 672
Merit: 501

Looking at the source for this it appears that they have a block reward of 0 between blocks 6500 and 14000

WARNING ** No Block Reward between 6500 and 14000 **

if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
                nSubsidy = 0;

WARNING

Lol read bud been stated over and over again already... I understand if the thread was 80 pages long but it was stated in the first 2 pages.
member
Activity: 84
Merit: 10


where is the getting started page?  what is the cgminer bat code to use and which port ?

http://149.210.130.171:8080??


thanks man.

cool come on lets get the pool filled up then so we all get a fair chance for once.

will this pool hold?  i mean is the server ddos proof and have good hardware?

There is a problem with payment address, impossible to save it

edit:
ARE YOUR SERIOUSLY USING XAMPP?
Fatal error: Call to undefined function sqlerr() in /opt/lampp/htdocs/includes/templates/stats.php on line 49



what's the problem with xampp?

also using a direct ip?  is that a good idea for ddos?


can someone just set up a really good solid pool that will work and won't collapse under ddos or over use after 5 mins not saying this pool is not good just would be good to have some back up options.


It's good for testing etc (quick and complete setup), but really not for production (ie slow security updates). And Apache is much more vulnerable to DDOS then for example nginx Wink
member
Activity: 217
Merit: 10

Looking at the source for this it appears that they have a block reward of 0 between blocks 6500 and 14000

WARNING ** No Block Reward between 6500 and 14000 **

if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
                nSubsidy = 0;

WARNING

oh really? it has been said many times in this thread already
hero member
Activity: 1394
Merit: 505

Looking at the source for this it appears that they have a block reward of 0 between blocks 6500 and 14000

WARNING ** No Block Reward between 6500 and 14000 **

if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release
                nSubsidy = 0;

WARNING
legendary
Activity: 882
Merit: 1000
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [americancoin-qt] Error 1 

what to do now?

Never mind-installing boost won't help you. What WILL help is fixing the americancoin-qt.pro. Check it out, I'm compiling on unix and clearly there isn't a c:/xxxx/xxxx

BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=c:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=c:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=c:/deps/openssl-1.0.1e/include
OPENSSL_LIB_PATH=c:/deps/openssl-1.0.1e

to get this working, just delete the above lines from americancoin-qt.pro

hehe thanks, so if i hit a few blocks, one has your name on it.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


where is the getting started page?  what is the cgminer bat code to use and which port ?

http://149.210.130.171:8080??


thanks man.

cool come on lets get the pool filled up then so we all get a fair chance for once.

will this pool hold?  i mean is the server ddos proof and have good hardware?

There is a problem with payment address, impossible to save it

edit:
ARE YOUR SERIOUSLY USING XAMPP?
Fatal error: Call to undefined function sqlerr() in /opt/lampp/htdocs/includes/templates/stats.php on line 49



what's the problem with xampp?

also using a direct ip?  is that a good idea for ddos?


can someone just set up a really good solid pool that will work and won't collapse under ddos or over use after 5 mins not saying this pool is not good just would be good to have some back up options.
member
Activity: 84
Merit: 10
Automatic payments?

Yes, and I'm getting disconnected from the site like all the time
newbie
Activity: 30
Merit: 0
member
Activity: 84
Merit: 10


where is the getting started page?  what is the cgminer bat code to use and which port ?

http://149.210.130.171:8080??


thanks man.

cool come on lets get the pool filled up then so we all get a fair chance for once.

will this pool hold?  i mean is the server ddos proof and have good hardware?

There is a problem with payment address, impossible to save it

edit:
ARE YOUR SERIOUSLY USING XAMPP?
Fatal error: Call to undefined function sqlerr() in /opt/lampp/htdocs/includes/templates/stats.php on line 49
sr. member
Activity: 336
Merit: 250
yeah however i think only just now do the block generate coins? however i am seeing accepted and i don't see anything in the wallet so maybe still not generating coins? but how is that guy selling some?

6500 block premine
sr. member
Activity: 336
Merit: 250
annoying...


if( nHeight > 6500 && nHeight < 14000 ) // no block reward while miners prep for release

so they premined the first 6500 blocks and then gave us miners a chance to get our rigs ready...weak.
member
Activity: 84
Merit: 10
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [americancoin-qt] Error 1 

what to do now?

Never mind-installing boost won't help you. What WILL help is fixing the americancoin-qt.pro. Check it out, I'm compiling on unix and clearly there isn't a c:/xxxx/xxxx

BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=c:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=c:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=c:/deps/openssl-1.0.1e/include
OPENSSL_LIB_PATH=c:/deps/openssl-1.0.1e

to get this working, just delete the above lines from americancoin-qt.pro

Yeah, that's working Wink
sr. member
Activity: 336
Merit: 250
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [americancoin-qt] Error 1 

what to do now?

Never mind-installing boost won't help you. What WILL help is fixing the americancoin-qt.pro. Check it out, I'm compiling on unix and clearly there isn't a c:/xxxx/xxxx

BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
BOOST_INCLUDE_PATH=C:\deps\boost_1_53_0
BOOST_LIB_PATH=C:\deps\boost_1_53_0\stage\lib
BDB_INCLUDE_PATH=c:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=c:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=c:/deps/openssl-1.0.1e/include
OPENSSL_LIB_PATH=c:/deps/openssl-1.0.1e

to get this working, just delete the above lines from americancoin-qt.pro
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


where is the getting started page?  what is the cgminer bat code to use and which port ?

http://149.210.130.171:8080??


thanks man.

cool come on lets get the pool filled up then so we all get a fair chance for once.

will this pool hold?  i mean is the server ddos proof and have good hardware?
newbie
Activity: 30
Merit: 0
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
A bit of a different idea for a launch, problem is a limited few in on the release were able to mined it on the official premine of 6500 blocks and now if the botnet folks think the coin is worthy they'll be setup and mining before the "official" launch at block 14000.

Don't think this will go anywhere but will throw some hash in that direction.



Yeah but nothing can stop the botnets or huge farms really can it? i mean the only thing that can be done is to make sure they only get the coins their hash deserves. If someone has 50x the hash they will get 50x the coins fair enough, however what is a pain in the ass is that they grab it all with low diff and leave nothing for anyone else. I see the same people selling 20k coins a few mins after launch whilst everyone else still saying orphans only.

A pool on startup can stop this since if you united all the small hashes they have a fair chance against the huge hashes with low latency. I mean the pool needs to have low latency too i guess though or it won't help all that much. If there was a pool ready with a ton of small fish on it say 200mhs on start then the farms would have a tougher time at it.
Pages:
Jump to: