honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
June 12, 2019, 05:36:37 PM |
|
To whomever applied new coin listing at ShorelineCrypto: We have received a new coin listing of NDL at https://shorelinecrypto.com/ from email " number43598@outlook.com", 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----- mailer-daemon@mail.zoho.com10:17 AM support number43598@outlook.com 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" < number43598@outlook.com> Final-Recipient: rfc822; number43598@outlook.com Status: 550 Action: failed Last-Attempt-Date: 12 Jun 2019 17:17:56 GMT Diagnostic-Code: number43598@outlook.com 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 < support@shorelinecrypto.com> User-Agent:Zoho Mail To:"number43598" < number43598@outlook.com> 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 ------------------------------------------
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
June 15, 2019, 05:04:07 AM |
|
Compiling errors under Ubuntu 16.04: 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<std::__cxx11::basic_string<char>, 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<void()>, 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$
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
June 15, 2019, 05:56:44 AM |
|
Compiling errors under Ubuntu 16.04: 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<std::__cxx11::basic_string<char>, 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<void()>, 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$
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.
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
June 15, 2019, 06:20:05 PM Last edit: June 15, 2019, 07:00:46 PM by honglu69 |
|
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: 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.
|
|
|
|
QQ6693606
|
|
June 17, 2019, 01:05:44 PM |
|
where can trade thsi coin?
|
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 09, 2019, 05:18:39 AM |
|
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.
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 21, 2019, 06:58:40 PM Last edit: July 21, 2019, 08:54:03 PM by honglu69 |
|
Noodlyappendagecoin (NDL) is listed on live trading at ShorelineCrypto https://shorelinecrypto.com/market/DOGE-NDLNDL/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
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 22, 2019, 03:13:06 AM |
|
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.
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
July 22, 2019, 05:49:03 AM |
|
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.
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 22, 2019, 06:31:00 AM |
|
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. Typically there should be many connections, 4 to 20 in many coins that I played with. The node that I see now was not even mentioned here in the thread: 23.233.55.92:40021 Also, I did not find any mining pool there. Usually each mining pool is full node helping decentralization of NDL too. I would love to mine a few NDL so that I can test trading myself in the ShorelineCrypto exchange. Unfortunately I have zero coin to start with.
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 22, 2019, 06:36:43 AM |
|
number435398, it appears the original dev abandoned this coin. You should start a new Ann thread in bitcointalk with all the proper correct information on addnode IPs, explorers, wallet, coin info, mining pool, exchanges, etc. The information on this old pile of articles are difficult to sift through.
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
July 22, 2019, 06:37:44 AM |
|
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. Typically there should be many connections, 4 to 20 in many coins that I played with. The node that I see now was not even mentioned here in the thread: 23.233.55.92:40021 Also, I did not find any mining pool there. Usually each mining pool is full node helping decentralization of NDL too. I would love to mine a few NDL so that I can test trading myself in the ShorelineCrypto exchange. Unfortunately I have zero coin to start with. I agree, there should be many connections, it just seems sometimes its delayed because we had so many dud ip addresses that were added and it seems like it takes time for it to ignore them. That is also the only node I see. What is the IP address for your node? No pools as of yet. All of it is solo mining right now. If you give me an address I'll send some your way as well so you have some to play with.
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
July 22, 2019, 06:38:19 AM |
|
number435398, it appears the original dev abandoned this coin. You should start a new Ann thread in bitcointalk with all the proper correct information on addnode IPs, explorers, wallet, coin info, mining pool, exchanges, etc. The information on this old pile of articles are difficult to sift through.
You're right; DaveF is working on that. I think he's nearly done.
|
|
|
|
QQ6693606
|
|
July 22, 2019, 06:38:35 AM |
|
active nodes infor?
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
July 22, 2019, 06:42:23 AM |
|
active nodes infor?
74.113.36.2 74.113.33.65 185.244.214.244 23.233.55.92:40021 47.144.227.79 Those should cover it
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 22, 2019, 06:48:11 AM |
|
I agree, there should be many connections, it just seems sometimes its delayed because we had so many dud ip addresses that were added and it seems like it takes time for it to ignore them. That is also the only node I see. What is the IP address for your node?
No pools as of yet. All of it is solo mining right now. If you give me an address I'll send some your way as well so you have some to play with.
My node is: 76.28.105.88:57804 IP won't change, but the port may change if I restart the node because it is behind firewall. Here it is my NDL wallet address: Ne3SnDmSP7tkvBBuCG5DBgr89DmjNoBBSa
|
|
|
|
honglu69
Member
Offline
Activity: 1571
Merit: 23
|
|
July 22, 2019, 07:31:47 AM |
|
Got the NDL donation, made the test trade in ShorelineCrypto , deposit/withdraw all tested and all works fine. The chart of NDL is up now too there.
Thanks, appreciate the NDL donations that I got.
|
|
|
|
QQ6693606
|
|
July 22, 2019, 02:38:17 PM |
|
the last ver is v0.15.2?
|
|
|
|
number435398
Jr. Member
Offline
Activity: 260
Merit: 6
|
|
July 22, 2019, 04:42:07 PM |
|
the last ver is v0.15.2?
Yes, the latest version is 0.15.2
|
|
|
|
|