Bitcoin Forum
May 24, 2024, 05:10:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 »
1081  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: June 16, 2019, 05:39:33 PM
i think if cpu can mine with pool, maybe miners can grow up up up!

At this moment, technically not feasible for a cpu only mining pool.

Cheetah solo mining should serve well for all the cpu miners.  Just checked my 24 hours running old linux (dual core, Ubuntu linux), it generated 380,000 NENG over last 24 hours. That is
pretty decent yield in that GPU  or ASIC miners would not mine NENG that easily.

NENG CPU solo mining on Cheetah software should work well even for very old single-CPU  desktop/laptop PC or Mac.  

For decentralization purpose,  the more solo miners, the better security for NENG blockchain.   Decentralization comes with responsibility.  At this moment,  GPU and ASIC miners can come and go without affecting normal operation of NENG blockchain because we have CPU miners.  However,  if there are no CPU miners solo mining NENG, NENG blockchain could get stuck there for hours with no blocks even if all GPU/ASIC miners are mining with high hashrate.  Therefore,  CPU miners are actually the mining backbone of NENG blockchain at current design.  
1082  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: June 15, 2019, 06:20:05 PM
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.  





1083  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: June 15, 2019, 05:04:07 AM
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<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$
1084  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Selfiecoin [SLFI] - Scrypt - PURE POS 2015% NEW DEV! REVIVED!! on: June 14, 2019, 01:43:27 PM
Selfiecoin is listed on live trading at ShorelineCrypto


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

SLFI/DOGE pair,

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
   Selfiecoin   0.01 SLFI
1085  Economy / Exchanges / Re: ShorelineCrypto Exchange Cut Listing Fee to 0.005-0.01 BTC on DOGE Pair on: June 14, 2019, 04:04:06 AM
Welcome Selfiecoin (SLFI)!  Selfiecoin (SLFI) is listed and on live trading at the exchange.
1086  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: 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
 
------------------------------------------
1087  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: June 10, 2019, 12:43:34 AM
2nd round of airdrop has been paid for 100,000 per sign up.  The airdrop is ongoing until 1000 max.  Hurry up to sign on free 100k NENG!
1088  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: June 01, 2019, 08:25:35 PM
Upon notification from Square, Inc, which provides Cash App,  the fiat project of buying NENG with USD cash for U.S. residents is discontinued.
1089  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: May 27, 2019, 02:00:59 AM
can setup cpu pools ?

Not profitable nor feasible to do cpu mining pools.

CPU miners have to be solo miners.  Use the cheetah_cpuminer software  in the first post.
1090  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✨ RESPAWN (RPWN) | Lyra2Z-PoW-MasterNode | Community takeover ✨ on: May 17, 2019, 02:17:56 AM
RPWN will be delisted on May 31, 2019 from ShorelineCrypto exchange.  Please withdraw the coin from the exchange.
1091  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✨ RESPAWN (RPWN) | Lyra2Z-PoW-MasterNode | Community takeover ✨ on: May 17, 2019, 02:12:22 AM
What happened? The blocks are stopped three days ago.   It appears that all miners have left the coin.
1092  Economy / Exchanges / Re: ShorelineCrypto Exchange Cut Listing Fee to 0.005-0.01 BTC on DOGE Pair on: May 09, 2019, 10:58:25 PM
On the event of Binance hack, our take is that centralized exchange regardless of big verses small exchanges all have risk of hacking.  The best practice now should be on both users and exchange.  Exchange should boost the safety and security and  charge low transaction fees to allow users to quickly trade and withdraw coins.  Users should trade and withdraw coins as much as possible.  Do not leave large sum of worth of coins at exchange.
1093  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: May 06, 2019, 01:29:33 AM
can setup cpu mining pool?

Not possible on NENG for CPU only pool.  All CPU miners are solo miners.

CPU miners can have two choices: Cheetah method, good for small CPU or casual miners.  Or a dedicated 24 hours solo miners, good for big CPU machine.
I would also like to get this coin.Where can I find instructions for setting up a miner for the processor?I see the pools, but I didn’t understand how to mine.

If you have GPU or ASIC,  mine NENG in same way as a typical scrypt coin (such as litecoin, dogecoin or New york coin).

If you want to mine with CPU,  desktop or laptop (Intel PC or Mac or Linux),  follow Cheetah software README on github page, scroll down a bit there:

https://github.com/ShorelineCrypto/cheetah_cpuminer
1094  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: May 06, 2019, 12:38:00 AM
First round of airdrop was paid for 100k NENG each.

The twitter airdrop is still ongoing until max 1000 is hit.

Graphic logo bounty reward is still ongoing extending the deadline to May 31, 2019.
1095  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: April 28, 2019, 04:50:51 PM
Again,  the base difficulty of the mining is reset to quite a low number now.  GPU miners should join now.
1096  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: April 24, 2019, 04:08:52 PM
The first Fiat NENG/USD purchase went through yesterday successfully for the dollar amount $5 USD for total of 20 million NENG.

The process is still manual, the NENG trading liquidity is still quite poor. But it is starting point. We have hope and confidence that NENG will become a niche and important cryptocurrency in the long run.

Cheer for New England!
1097  Local / 山寨币 / Re: 新英格兰币赏金: 图形设计奖9千万, 空投10万 on: April 23, 2019, 12:32:03 AM
空投要求很简单, 只要加个TWITTER follow 即可。  空投增加到每人10万
1098  Economy / Exchanges / Re: ShorelineCrypto Exchange Cut Listing Fee to 0.005-0.01 BTC on DOGE Pair on: April 22, 2019, 06:37:20 PM
Update: the listing price is adjusted to 0.01 BTC or 100 million NENG.   NewEnglandcoin (NENG) has problem to transfer 100 million, please do two transactions, 50 million NENG each to avoid NENG sending limit.

Note for U.S. residents:  using fiat NENG/USD typically can save some money for the purpose of listing fees.  One might consider to buy some of listing fees on NENG from NENG/USD using Square Cash App method.
Buy NENG (U.S. Only)


Update: upon notice from Square, Inc, which owns the Cash App, the fiat project is stopped.
1099  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: April 22, 2019, 03:48:08 PM
Clarification on non-U.S. users:

A member in DISCORD raised question whether UK users can buy NENG with USD or not.  The fiat project rely on Cash App, which we thought that it is only available in U.S.   But indeed Cash App is in UK too with restricted functions.  In U.S.A,  user can buy sell withdraw bitcoin in Cash App while the U.K. version of Cash App has no bitcoin feature.  We do not know whether cross border US/UK payment in USD is allowed or not.  My gut feeling is NOT.

ShorelineCrypto is not going to restrict countries in Fiat NENG project.  If a UK member can pay with Cash App in USD cross border, yes, he/she can buy NENG with fiat USD at offered price.
1100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AIRDROP][BOUNTY] NewEnglandcoin: A Scrypt DynDiff Coin with Rich Culture on: April 22, 2019, 03:35:31 PM
NENG Fiat Project is Launched by ShorelineCrypto

Immediately today, ShorelineCrypto launch NENG/USD purchase for all U.S. residents. Any U.S. citizen or resident who has a debit card can purchase NewEnglandcoin with USD. At the initial launch, all transactions are manual and a weekly purchase limit of $5 USD per person is imposed on all persons.

ShorelineCrypto will improve the NENG fiat project service user interface and is expected to gradually to make the transaction instant in the future.

Please visit page for details of how to purchase NENG easily with USDs with just a cell phone or a computer:  
https://shorelinecrypto.com/buy_neng


Sweet news. Any plan to integrate NENG into larger more liquid exchange?

NENG Community can either vote or pay for other larger liquid exchange.  Currently NENG dev team is mainly focused on software development on Fiat project and the Mobile Miner Project.

If community want to do that for other liquid exchange, dev can facilitate or help on that, for example,  set up donation funds.  But we do not want to focus our time on those activities for now. 
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!