Pages:
Author

Topic: [ANN] NuCoin | Release is now! - page 7. (Read 24106 times)

sr. member
Activity: 1246
Merit: 263
SmartFi - EARN, LEND & TRADE
June 23, 2013, 06:00:05 AM
#23
Updated OP with a real addnode:
220.245.243.95
hero member
Activity: 708
Merit: 500
June 23, 2013, 05:59:34 AM
#22
You know, I think if ever there was a time that I should just sit back and watch a release, nows that time

2nd one today, and it's still early here LOL
newbie
Activity: 18
Merit: 0
June 23, 2013, 05:33:23 AM
#21
Hahaha.. yeah we can all mine now..

"Re: (No subject)
« Sent to: Larry666 on: Today at 08:57:46 AM »
« You have forwarded or responded to this message. »
   Reply with quoteQuote ReplyReply Remove this messageDelete
Quote from: Larry666 on Today at 08:27:43 AM
Forget those haters, what's the addnodes buddy.  Let's mine this to the max.  I will setup a pool

Sorry I was a bit distracted... About the addnodes... will they not work because they are on a local network?

The addnodes are:
192.168.1.68 and 192.168.217.135
"
"Re: (No subject)
« Sent to: Larry666 on: Today at 09:20:12 AM »
   Reply with quoteQuote ReplyReply Remove this messageDelete
Well that sucks... Is there any possible way to fix that?"
hero member
Activity: 686
Merit: 504
always the student, never the master.
June 23, 2013, 05:22:19 AM
#20
at this rate i'll have to wait another 6 months to release NanoToken if i want it to be taken seriously. thanks for stealing my release day douchebag

and i have encountered 9768503 errors so far. most of them were easy fixes, some of them required the advice of a programmer, and now i am finally stuck on one i can't seem to fix. it has to do with the boost library as far as i can tell. maybe something didn't work during the install process?


Quote
c:/deps/boost_1_53_0/boost/variant/detail/visitation_impl.hpp:179: multiple defi
nition of `pwalletMain'
obj-test/test_nano.o:test_nano.cpp:(.bss+0x60): first defined here
obj/init.o: In function `~file_lock':
c:/deps/boost_1_53_0/boost/interprocess/sync/file_lock.hpp:214: multiple definit
ion of `uiInterface'
obj-test/test_nano.o:test_nano.cpp:(.bss+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_unit_test_framework-mgw46-mt-sd-1_53

collect2: ld returned 1 exit status
mingw32-make: *** [NanoToken-d.exe] Error 1

i've bolded the error. can't for the life of me figure out what i did wrong. i installed boost, openssl, berkley db, and all that and now i'm stuck once again. bummer. any insights or suggestions? i humbly beg?

What release?  Grin

i fixed it already. mining on testnet atm.

pro: client is fast and stable
con: diff rises to fast
con: high orphan rate
pro: blockchain is fast and transactions are less than 1 minute
con: blockchain is slow to initialize due to the reverse order of the block chain. i did this using the logic that as the block height grows, it will take less and less time to find the current block and initialize the client.
pro: Genesis block created succesfully
con: second block (the bonus block) was orphaned

back to the drawing board again
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
June 23, 2013, 05:18:29 AM
#19
at this rate i'll have to wait another 6 months to release NanoToken if i want it to be taken seriously. thanks for stealing my release day douchebag

and i have encountered 9768503 errors so far. most of them were easy fixes, some of them required the advice of a programmer, and now i am finally stuck on one i can't seem to fix. it has to do with the boost library as far as i can tell. maybe something didn't work during the install process?


Quote
c:/deps/boost_1_53_0/boost/variant/detail/visitation_impl.hpp:179: multiple defi
nition of `pwalletMain'
obj-test/test_nano.o:test_nano.cpp:(.bss+0x60): first defined here
obj/init.o: In function `~file_lock':
c:/deps/boost_1_53_0/boost/interprocess/sync/file_lock.hpp:214: multiple definit
ion of `uiInterface'
obj-test/test_nano.o:test_nano.cpp:(.bss+0x0): first defined here
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lboost_unit_test_framework-mgw46-mt-sd-1_53

collect2: ld returned 1 exit status
mingw32-make: *** [NanoToken-d.exe] Error 1

i've bolded the error. can't for the life of me figure out what i did wrong. i installed boost, openssl, berkley db, and all that and now i'm stuck once again. bummer. any insights or suggestions? i humbly beg?

What release?  Grin
legendary
Activity: 1470
Merit: 1021
June 23, 2013, 05:10:25 AM
#18
You noticed your seednodes are local network ips, right?

this is great
full member
Activity: 224
Merit: 100
June 23, 2013, 04:24:30 AM
#17
Getting like a block every minute with my 1.5 mhs.  this POS is so screwed.
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
June 23, 2013, 04:23:54 AM
#16
Lots of orphans, now found 86 blocks.

post your nodes

I'm mining it with my friends for a few days, then release the nodes  Grin
legendary
Activity: 1442
Merit: 1000
sr. member
Activity: 462
Merit: 250
June 23, 2013, 04:19:22 AM
#14
Lots of orphans, now found 86 blocks.

post your nodes
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
June 23, 2013, 04:04:49 AM
#13
Lots of orphans, now found 86 blocks.
hero member
Activity: 1073
Merit: 666
June 23, 2013, 04:03:12 AM
#12
Full of errors:

Quote
Info:
Total # of coins: 7000000000
Coins per block: 300
Re-target time: 2 min
Block time: 2 min

From code:

Quote

int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 300 * COIN;

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 1 * 24 * 60 * 60; // NuCoin: 1 days
static const int64 nTargetSpacing = 120; // NuCoin: 2 minute blocks

1. Re-target is every day per code, not 2mins
2. No subsidy? infinite coins??

Looks like an error coin based on smallchange
legendary
Activity: 1064
Merit: 1002
June 23, 2013, 03:57:33 AM
#11
Watching this
full member
Activity: 168
Merit: 100
June 23, 2013, 03:54:43 AM
#10
see how we go
legendary
Activity: 1022
Merit: 1001
June 23, 2013, 03:52:39 AM
#9
Quote
Now because that this coin was first used as an inside coin for me and my friends, there is a slight pre-mine.

 Roll Eyes
Well, I dunno - he does say:

50000 NC for a merchant site that accepts NuCoin
10000 NC for a block explorer
10000 NC for an exchange site
10000 NC for a Mining Pool
4000 NC for a faucet site for NuCoin.
The last 900 that have been mined will be given away.

full member
Activity: 126
Merit: 100
June 23, 2013, 03:52:37 AM
#8
come back in 6months, we're currently full on shit coins.

legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
June 23, 2013, 03:48:10 AM
#7
Quote
Now because that this coin was first used as an inside coin for me and my friends, there is a slight pre-mine.

 Roll Eyes
legendary
Activity: 1022
Merit: 1001
June 23, 2013, 03:46:57 AM
#6
You know, I think if ever there was a time that I should just sit back and watch a release, nows that time
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
June 23, 2013, 03:39:03 AM
#5
NuCoin!

Sample nucoin.conf:
listen=1
daemon=1
server=1
gen=0
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcport=57797
rpcconnect=127.0.0.1
addnode=192.168.217.135
addnode=192.168.1.68


FAIL!
full member
Activity: 224
Merit: 100
June 23, 2013, 03:38:51 AM
#4
________________  .___.____     ___________________  
\_   _____/  _  \ |   |    |    \_   _____/\______ \  
 |    __)/  /_\  \|   |    |     |    __)_  |    |  \
 |     \/    |    \   |    |___  |        \ |    `   \
 \___  /\____|__  /___|_______ \/_______  //_______  /
     \/         \/            \/        \/         \/
  __________________  ____ ___  _____ __________    _____    ________
 /   _____/\_   ___ \|    |   \/     \\______   \  /  _  \  /  _____/
 \_____  \ /    \  \/|    |   /  \ /  \|    |  _/ /  /_\  \/   \  ___
 /        \\     \___|    |  /    Y    \    |   \/    |    \    \_\  \
/_______  / \______  /______/\____|__  /______  /\____|__  /\______  /
        \/         \/                \/       \/         \/        \/
     ____.____ __________   ____  __. _________  ________  .___ _______  
    |    |    |   \      \ |    |/ _| \_   ___ \ \_____  \ |   |\      \  
    |    |    |   /   |   \|      <   /    \  \/  /   |   \|   |/   |   \
/\__|    |    |  /    |    \    |  \  \     \____/    |    \   /    |    \
\________|______/\____|__  /____|__ \  \______  /\_______  /___\____|__  /
                         \/        \/         \/         \/            \/
___________________ __________    _____________ ________________________
\_   _____/\_____  \\______   \  /   _____/    |   \______   \_   _____/
 |    __)   /   |   \|       _/  \_____  \|    |   /|       _/|    __)_
 |     \   /    |    \    |   \  /        \    |  / |    |   \|        \
 \___  /   \_______  /____|_  / /_______  /______/  |____|_  /_______  /
     \/            \/       \/          \/                 \/        \/
_____.___.________   ____ ___  _________     _____    __________________
\__  |   |\_____  \ |    |   \ \_   ___ \   /  _  \   \      \__    ___/
 /   |   | /   |   \|    |   / /    \  \/  /  /_\  \  /   |   \|    |  
 \____   |/    |    \    |  /  \     \____/    |    \/    |    \    |  
 / ______|\_______  /______/    \______  /\____|__  /\____|__  /____|  
 \/               \/                   \/         \/         \/        
_______________   _______________ _______      ______________________________
\_   _____/\   \ /   /\_   _____/ \      \    /  _____/\_   _____/\__    ___/
 |    __)_  \   Y   /  |    __)_  /   |   \  /   \  ___ |    __)_   |    |  
 |        \  \     /   |        \/    |    \ \    \_\  \|        \  |    |  
/_______  /   \___/   /_______  /\____|__  /  \______  /_______  /  |____|  
        \/                    \/         \/          \/        \/            
______________ ______________
\__    ___/   |   \_   _____/
  |    | /    ~    \    __)_
  |    | \    Y    /        \
  |____|  \___|_  /_______  /
                \/        \/
   _____  ________  ________    _______   ________  ________  ___________
  /  _  \ \______ \ \______ \   \      \  \_____  \ \______ \ \_   _____/
 /  /_\  \ |    |  \ |    |  \  /   |   \  /   |   \ |    |  \ |    __)_
/    |    \|    `   \|    `   \/    |    \/    |    \|    `   \|        \
\____|__  /_______  /_______  /\____|__  /\_______  /_______  /_______  /
        \/        \/        \/         \/         \/        \/        \/
 __      __________ __________ ____  __.___ _______    ________
/  \    /  \_____  \\______   \    |/ _|   |\      \  /  _____/
\   \/\/   //   |   \|       _/      < |   |/   |   \/   \  ___
 \        //    |    \    |   \    |  \|   /    |    \    \_\  \
  \__/\  / \_______  /____|_  /____|__ \___\____|__  /\______  /
       \/          \/       \/        \/           \/        \/
__________.___  ________  ___ ______________
\______   \   |/  _____/ /   |   \__    ___/
 |       _/   /   \  ___/    ~    \|    |  
 |    |   \   \    \_\  \    Y    /|    |  
 |____|_  /___|\______  /\___|_  / |____|  
        \/            \/       \/          
_____.___.________   ____ _____________  _________  ________  .___ _______  
\__  |   |\_____  \ |    |   \______   \ \_   ___ \ \_____  \ |   |\      \  
 /   |   | /   |   \|    |   /|       _/ /    \  \/  /   |   \|   |/   |   \
 \____   |/    |    \    |  / |    |   \ \     \____/    |    \   /    |    \
 / ______|\_______  /______/  |____|_  /  \______  /\_______  /___\____|__  /
 \/               \/                 \/          \/         \/            \/
  _____________ ____________  ____  __.  _________ ___________________  
 /   _____/    |   \_   ___ \|    |/ _| /   _____/ \__    ___/\_____  \  
 \_____  \|    |   /    \  \/|      <   \_____  \    |    |    /   |   \
 /        \    |  /\     \___|    |  \  /        \   |    |   /    |    \
/_______  /______/  \______  /____|__ \/_______  /   |____|   \_______  /
        \/                 \/        \/        \/                     \/
______________ ______________    _____      _____  ____  ___  
\__    ___/   |   \_   _____/   /     \    /  _  \ \   \/  /  
  |    | /    ~    \    __)_   /  \ /  \  /  /_\  \ \     /    
  |    | \    Y    /        \ /    Y    \/    |    \/     \    
  |____|  \___|_  /_______  / \____|__  /\____|__  /___/\  \ /\
                \/        \/          \/         \/      \_/ \/
________    ___ ___      _____ _____.___.  __      __  ___ ___ _____.___.
\_____  \  /   |   \    /     \\__  |   | /  \    /  \/   |   \\__  |   |
 /   |   \/    ~    \  /  \ /  \/   |   | \   \/\/   /    ~    \/   |   |
/    |    \    Y    / /    Y    \____   |  \        /\    Y    /\____   |
\_______  /\___|_  /  \____|__  / ______|   \__/\  /  \___|_  / / ______|
        \/       \/           \/\/               \/         \/  \/      
________   ________    _____.___.________   ____ ___
\______ \  \_____  \   \__  |   |\_____  \ |    |   \
 |    |  \  /   |   \   /   |   | /   |   \|    |   /
 |    `   \/    |    \  \____   |/    |    \    |  /
/_______  /\_______  /  / ______|\_______  /______/  
        \/         \/   \/               \/          
__________ ______________________ ________________________
\______   \\_____  \__    ___/   |   \_   _____/\______   \
 |    |  _/ /   |   \|    | /    ~    \    __)_  |       _/
 |    |   \/    |    \    | \    Y    /        \ |    |   \
 |______  /\_______  /____|  \___|_  /_______  / |____|_  /
        \/         \/              \/        \/         \/
 __      __  ___ ___ _____.___.
/  \    /  \/   |   \\__  |   |
\   \/\/   /    ~    \/   |   |
 \        /\    Y    /\____   |
  \__/\  /  \___|_  / / ______|

In case you didn't get that!!

FAILED SCUMBAG  JUNK COIN FOR SURE YOU CANT EVEN GET THE ADDNODE WORKING RIGHT YOUR COIN SUCKS TO THE MAX.  OH MY WHY DO YOU BOTHER WHY

       \/         \/  \/      
Pages:
Jump to: