Pages:
Author

Topic: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! - page 8. (Read 125150 times)

jr. member
Activity: 260
Merit: 6
Are there any public mining pool for NDL?

Also I noticed that there is only one connection for my running full node.  Hopefully the network of full nodes can grow in size. 

Glad to see us up on your website!  The nodes can be kind of fickle, but it seems like everyone always has connections.  I see the DNP node on mine.  Sometimes I run a couple of nodes myself as well.
member
Activity: 1545
Merit: 23
Are there any public mining pool for NDL?

Also I noticed that there is only one connection for my running full node.  Hopefully the network of full nodes can grow in size. 
member
Activity: 1545
Merit: 23
Noodlyappendagecoin (NDL)  is listed on live trading at ShorelineCrypto



https://shorelinecrypto.com/market/DOGE-NDL


NDL/DOGE pair,   The  chart will come after first trade goes through.

anonymous account sign up,  no restriction on buy/sell, deposit/withdraw

Trading Commission
Total trading fees: 0.2%. buy fee: 0.2% / sell fee: 0%

Deposit Fees
Free for all cryptocurrencies.

Withdraw Fees
We impose one time fee only per coin per account. The transaction fees are appointed by the coin blockchain. To ensure the withdrawal, we will freeze the minimum balance per coin per account

Coin   Min. balance
   Dogecoin   2 DOGE
   Noodlyappendagecoin 1 NDL
member
Activity: 1545
Merit: 23
The source code has problems.

Just for testing, I checked out v0.15 branch of litecoin, and compile successfully in the same Ubuntu 16.04 box that cashed on NDL code base (0.15.2 or master).

Another issue,  v0.15.x branch of bitcoin or litecoin clones are known to have inflation bug and many altcoins were hit by this a while back.  This means that NDL source code base better upgrade or downgrade to bypass this serious known bug.
jr. member
Activity: 260
Merit: 6
WE ARE NOW BEING TRADED ON ALTEXCHANGER!!!

Check it out at:

https://www.altexchanger.com/

full member
Activity: 407
Merit: 101
member
Activity: 1545
Merit: 23
Compiling errors under Ubuntu 16.04:


Crap, that looks familiar.  Its been a while, but I think it has to do with one of the dependencies not being updated.  Oh man, I am not looking forward to figuring this one out.  Will probably take me at least a few days.

Thanks for looking into the compiling issue.  I think Ubuntu 16.04 is still more popular than Ubuntu 18.04 and our exchange wallet server is Ubuntu 16.04 based.    The coin can be listed after I obtain linux Ubuntu 16.04 binary wallet successfully.

I obtained your addnode IP   (23.233.2.252   and 74.113.36.2 ) and I got window wallet syncing working. The syncing speed is extremely slow.  I will let the windows wallet syncing ongoing as the blockchain data files can be transferred eventually to be used for linux wallet.    

The Ubuntu 18.04 linux wallet never works even with the new syncing IPs addnode.  The error is below:

Code:
honglu@ubuntu18:~/.noodlyappendagecoin$ grep tx=  debug.log
2019-06-15 03:37:32 UpdateTip: new best=45e34031cd491ea08d7224b91435c465cd40e0837642d6cfd1cccad93122e901 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-02 03:16:40' progress=0.000000 cache=0.0MiB(0txo)
honglu@ubuntu18:~/.noodlyappendagecoin$ tail debug.log
2019-06-15 18:01:42 addcon thread start
2019-06-15 18:01:42 init message: Done loading
2019-06-15 18:01:42 opencon thread start
2019-06-15 18:01:42 msghand thread start
2019-06-15 18:01:53 Loading addresses from DNS seeds (could take a while)
2019-06-15 18:01:53 1 addresses found from DNS seeds
2019-06-15 18:01:53 dnsseed thread exit
2019-06-15 18:03:33 receive version message: /NoodlyappendagecoinCore:0.15.2/: version 70015, blocks=5472, us=[::]:0, peer=0
2019-06-15 18:08:27 Potential stale tip detected, will try using extra outbound peer (last tip update: 360 seconds ago)
2019-06-15 18:11:27 Potential stale tip detected, will try using extra outbound peer (last tip update: 540 seconds ago)
honglu@ubuntu18:~/.noodlyappendagecoin$

The window wallet can see my Ubuntu 18.04 wallet (in private  homenetwork) as peer. But there is no block syncing for the linux wallet.   This could indicate that the current v15.2 Linux wallet is problematic.  Any way,  we are not going to to use Ubuntu 18.04 wallet  and we will need Ubuntu 16.04 eventually.

Update:  Ubuntu 18.04 wallet (v15.2)  now starts to sync after waiting for an hour. It looks good so far.  





member
Activity: 1545
Merit: 23
Compiling errors under Ubuntu 16.04:

 
Code:
CXX      rpc/libbitcoin_server_a-rawtransaction.o
  CXX      rpc/libbitcoin_server_a-server.o
rpc/server.cpp: In function ‘void RPCTypeCheckArgument(const UniValue&, UniValue::VType)’:
rpc/server.cpp:80:132: error: ‘strprintf’ was not declared in this scope
 xpected type %s, got %s", uvTypeName(typeExpected), uvTypeName(value.type())));
                                                                             ^
rpc/server.cpp: In function ‘void RPCTypeCheckObj(const UniValue&, const std::map, UniValueType>&, bool, bool)’:
rpc/server.cpp:92:79: error: ‘strprintf’ was not declared in this scope
           throw JSONRPCError(RPC_TYPE_ERROR, strprintf("Missing %s", t.first));
                                                                             ^
rpc/server.cpp:96:73: error: ‘strprintf’ was not declared in this scope
                 uvTypeName(t.second.type), t.first, uvTypeName(v.type()));
                                                                         ^
rpc/server.cpp:107:67: error: ‘strprintf’ was not declared in this scope
                 std::string err = strprintf("Unexpected key %s", k);
                                                                   ^
rpc/server.cpp: In function ‘uint256 ParseHashV(const UniValue&, std::__cxx11::string)’:
rpc/server.cpp:134:125: error: ‘strprintf’ was not declared in this scope
 , strprintf("%s must be of length %d (not %d)", strName, 64, strHex.length()));
                                                                             ^
rpc/server.cpp: In member function ‘std::__cxx11::string CRPCTable::help(const string&, const JSONRPCRequest&) const’:
rpc/server.cpp:212:69: error: ‘strprintf’ was not declared in this scope
         strRet = strprintf("help: unknown command: %s\n", strCommand);
                                                                     ^
rpc/server.cpp: In function ‘UniValue uptime(const JSONRPCRequest&)’:
rpc/server.cpp:263:20: error: ‘GetTime’ was not declared in this scope
     return GetTime() - GetStartupTime();
                    ^
rpc/server.cpp:263:39: error: ‘GetStartupTime’ was not declared in this scope
     return GetTime() - GetStartupTime();
                                       ^
rpc/server.cpp: In function ‘bool StartRPC()’:
rpc/server.cpp:314:14: error: ‘BCLog’ has not been declared
     LogPrint(BCLog::RPC, "Starting RPC\n");
              ^
rpc/server.cpp:314:42: error: ‘LogPrint’ was not declared in this scope
     LogPrint(BCLog::RPC, "Starting RPC\n");
                                          ^
rpc/server.cpp: In function ‘void InterruptRPC()’:
rpc/server.cpp:322:14: error: ‘BCLog’ has not been declared
     LogPrint(BCLog::RPC, "Interrupting RPC\n");
              ^
rpc/server.cpp:322:46: error: ‘LogPrint’ was not declared in this scope
     LogPrint(BCLog::RPC, "Interrupting RPC\n");
                                              ^
rpc/server.cpp: In function ‘void StopRPC()’:
rpc/server.cpp:329:14: error: ‘BCLog’ has not been declared
     LogPrint(BCLog::RPC, "Stopping RPC\n");
              ^
rpc/server.cpp:329:42: error: ‘LogPrint’ was not declared in this scope
     LogPrint(BCLog::RPC, "Stopping RPC\n");
                                          ^
rpc/server.cpp: In member function ‘void JSONRPCRequest::parse(const UniValue&)’:
rpc/server.cpp:378:14: error: ‘BCLog’ has not been declared
     LogPrint(BCLog::RPC, "ThreadRPCServer method=%s\n", SanitizeString(strMetho
              ^
rpc/server.cpp:378:82: error: ‘LogPrint’ was not declared in this scope
 LogPrint(BCLog::RPC, "ThreadRPCServer method=%s\n", SanitizeString(strMethod));
                                                                              ^
rpc/server.cpp: In function ‘void RPCRunLater(const string&, std::function, int64_t)’:
rpc/server.cpp:548:14: error: ‘BCLog’ has not been declared
     LogPrint(BCLog::RPC, "queue run of timer %s in %i seconds (using %s)\n", na
              ^
rpc/server.cpp:548:116: error: ‘LogPrint’ was not declared in this scope
  timer %s in %i seconds (using %s)\n", name, nSeconds, timerInterface->Name());
                                                                              ^
rpc/server.cpp: In function ‘int RPCSerializationFlags()’:
rpc/server.cpp:555:9: error: ‘gArgs’ was not declared in this scope
     if (gArgs.GetArg("-rpcserialversion", DEFAULT_RPC_SERIALIZE_VERSION) == 0)
         ^
Makefile:5834: recipe for target 'rpc/libbitcoin_server_a-server.o' failed
make[2]: *** [rpc/libbitcoin_server_a-server.o] Error 1
make[2]: Leaving directory '/home/honglu/Noodlyappendagecoin-project/src'
Makefile:9346: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/honglu/Noodlyappendagecoin-project/src'
Makefile:747: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
honglu@ubuntu16:~/Noodlyappendagecoin-project$
member
Activity: 1545
Merit: 23
To whomever applied new coin listing at ShorelineCrypto:

We have received a new coin listing of NDL at https://shorelinecrypto.com/ from  email "[email protected]",  which is invalid email address.
Please come forward to us with correct email address.  We can not proceed listing process with incorrect email address.  



-------- log of email failure-----
[email protected].com10:17 AM
support
[email protected] INVALID_ADDRESS, ERROR_CODE :550, ERROR_CODE :5.5.0 Requested action not taken: mailbox unavailable. [DB3EUR04FT022.eop-eur04.prod.protection.outlook.com]

Reporting-MTA: dns; mx.zoho.com
Arrival-Date: Wed, 12 Jun 2019 10:17:46 -0700
Original-Recipient: rfc822; "number43598" <[email protected]>
Final-Recipient: rfc822; [email protected]
Status: 550
Action: failed
Last-Attempt-Date: 12 Jun 2019 17:17:56 GMT
Diagnostic-Code: [email protected] INVALID_ADDRESS, ERROR_CODE :550, ERROR_CODE :5.5.0 Requested action not taken: mailbox unavailable. [DB3EUR04FT022.eop-eur04.prod.protection.outlook.com]


Received:from mail.zoho.com by mx.zohomail.com
    with SMTP id 1560359866700675.4619698807714; Wed, 12 Jun 2019 10:17:46 -0700 (PDT)
Message-ID:<16b4cb2114a.c1c2b3da251145.4368293430993385208@shorelinecrypto.com>
Date:Wed, 12 Jun 2019 10:17:46 -0700
From:Support <[email protected]>
User-Agent:Zoho Mail
To:"number43598" <[email protected]>
Subject:Re: ShorelineCrypto Mailer Ticket #30: Request for New Coin Listing
N
Content-Type:multipart/alternative;
    boundary="----=_Part_804173_489991511.1560359866698"
Me10:17 AM
number43598
Payment received is confirmed.

In fact, we raised new coin listing fee to 200 million NENG because of price drop of NENG. However, we noticed that your payment came before we raised our NENG fee.  We will honor your
NENG payment for old listing fee here and you should be fine.

One question on the NDL coin:  where is the official linux wallet binary download (for Ubuntu specifically)? I have noticed multiple download links for linux binary download
in bitcointalk ann forum, but quite confusing there.  

Thanks,

ShorelineCrypto Support
 
------------------------------------------
jr. member
Activity: 260
Merit: 6
now only half of NDL rewards you mean?

Yes.  It's down to 1,250 per block.  "Happy Block Halving" is a phrase that, as far as I know, is one used with regards to bitcoin when it happens on their network.
legendary
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
now only half of NDL rewards you mean?
jr. member
Activity: 260
Merit: 6
STT
legendary
Activity: 3878
Merit: 1411
Leading Crypto Sports Betting & Casino Platform
Perfect opportunity for you to present your visage to KYC in a noodly attire as prophesied by the master himself.    Jokes have a habit of running parallel to reality, in this they are protected by law as part of democracy as is Pastafarianism

Quote
okay to have multiple files in the same code project have the same filename

awful idea always in my experience
jr. member
Activity: 260
Merit: 6
People, there's some sort of KYC (Know Your Customer) "requirement" on this forum right now.  I can only assume its a total fraud.  There's no such requirement I'm aware of and the information they seek is enough to steal your identity.  I'm assuming something weird is happening or they or my computer have been hacked.  Everyone in the Noodlyappendagecoin community beware!  I wouldn't provide that information without further reason to do so.  Seriously guys.  Some of you were afraid of new versions of the wallet stealing your NDL?  This is like 1 Quadrillion times worse.

edit: could also be an april fools' joke.

they totally got you mate. nobody wants your data. it is most likely a joke if you check today's date. Cheesy
---> https://bitcointalksearch.org/topic/kyc-now-required-5124947
any other ramen news... what else is in the soup today?

Well, at least I was looking out for the community.  In my defense I did notice that around 1 hour into the day without noticing it was past midnight...
legendary
Activity: 2128
Merit: 1109
Graphic Design & Translation - BTC accepted here!
People, there's some sort of KYC (Know Your Customer) "requirement" on this forum right now.  I can only assume its a total fraud.  There's no such requirement I'm aware of and the information they seek is enough to steal your identity.  I'm assuming something weird is happening or they or my computer have been hacked.  Everyone in the Noodlyappendagecoin community beware!  I wouldn't provide that information without further reason to do so.  Seriously guys.  Some of you were afraid of new versions of the wallet stealing your NDL?  This is like 1 Quadrillion times worse.

edit: could also be an april fools' joke.

they totally got you mate. nobody wants your data. it is most likely a joke if you check today's date. Cheesy
---> https://bitcointalksearch.org/topic/kyc-now-required-5124947
any other ramen news... what else is in the soup today?
jr. member
Activity: 260
Merit: 6
People, there's some sort of KYC (Know Your Customer) "requirement" on this forum right now.  I can only assume its a total fraud.  There's no such requirement I'm aware of and the information they seek is enough to steal your identity.  I'm assuming something weird is happening or they or my computer have been hacked.  Everyone in the Noodlyappendagecoin community beware!  I wouldn't provide that information without further reason to do so.  Seriously guys.  Some of you were afraid of new versions of the wallet stealing your NDL?  This is like 1 Quadrillion times worse.

edit: could also be an april fools' joke.
newbie
Activity: 7
Merit: 0
Guys, you have made a great project description. One of the best White Paper I have read so far. I can see the value and the practical side of the project. And the industry they are in is growing. I hope and believe I will multiply the investment that I am going to make.
jr. member
Activity: 260
Merit: 6
so why not starting a new thread? i think you are the main driving force since a while so it would be ok i think if you just start a new ANN with the newest version including relevant info from the old post. what do the other pirates think?

I won't say much right now, but let's just say there are some things in the works.  DaveF has done and continues to do a lot behind the scenes too.
ok keep it cooking. looking forward to a nice new noodle shop soon Tongue

Oh, someone is definitely cooking.  Have you checked the current hashrate?  312MH/s!  As much as I would like to mine some more myself, that's still a good sign.  When we're worth someone to expend that kind of hashing on our blockchain instead of another one, that's a good thing!  Its almost as if someone else currently realizes just how valuable NDL is going to be in the near future...
member
Activity: 324
Merit: 79
so why not starting a new thread? i think you are the main driving force since a while so it would be ok i think if you just start a new ANN with the newest version including relevant info from the old post. what do the other pirates think?

I won't say much right now, but let's just say there are some things in the works.  DaveF has done and continues to do a lot behind the scenes too.
ok keep it cooking. looking forward to a nice new noodle shop soon Tongue
Pages:
Jump to: