Pages:
Author

Topic: [ANN] Nanite [XNAN] - X11 | PoS | HTML5/NodeJS | Point-of-Sale Software | Mobile - page 14. (Read 48357 times)

sr. member
Activity: 381
Merit: 250
https://xnan.minerpools.com = 0MHZ

http://suchpool.pw/xnan/ = 14.27 GHZ

https://xnan.suprnova.cc = 1.33 GHZ

https://xnan.maxminers.net = 0 MHZ

http://x11-x13-pool.org/nanitecoin = 0 MHZ

https://coinking.io - 0 MHZ



Total = 15.6 GHZ

Network Overall = 41.54 GHZ


Difference = 25.94 GHZ


Is is possible that 25.94 GHZ is coming from solo mining??



Edit: now suddenly the 41.54 GHZ net hashrate has dropped, strange..

The Nethash calculation code is buggy - don't trust it

Thank you for sir for informing me.
member
Activity: 80
Merit: 10
member
Activity: 80
Merit: 10
nanite https://bitcointalksearch.org/topic/ann-nanite-xnan-x11-pos-html5nodejs-point-of-sale-software-mobile-849856

Heritage: very similar to SPARK

Problems:

* MINOR: 1 extra block was premined, yielding an additional 400 coins (extra 0.03%)
* MINOR: Launch was somewhat unfair/obscured. Reports of windows wallet being released early, along with mining starting about 30 seconds early with initially very low hashrate. This affects at most 20 blocks

Notes:

good genesis seed is a recent news event from the day of ANN

Supply: 1,009,600
Premine: 10400 or ~1.03%

Watermarks: uint64_t, pos, smsg, drm-like

Honorable person, I love you!
full member
Activity: 205
Merit: 100
legendary
Activity: 1453
Merit: 1030
Might as well call the coin SuchNanite now.  Grin
newbie
Activity: 14
Merit: 0
nanite https://bitcointalksearch.org/topic/ann-nanite-xnan-x11-pos-html5nodejs-point-of-sale-software-mobile-849856

Heritage: very similar to SPARK

Problems:

* MINOR: 1 extra block was premined, yielding an additional 400 coins (extra 0.03%)
* MINOR: Launch was somewhat unfair/obscured. Reports of windows wallet being released early, along with mining starting about 30 seconds early with initially very low hashrate. This affects at most 20 blocks

Notes:

good genesis seed is a recent news event from the day of ANN

Supply: 1,009,600
Premine: 10400 or ~1.03%

Watermarks: uint64_t, pos, smsg, drm-like

Thanks for that Earlz!

Windows wallet would have been released 10 seconds before source if that, its hard to try and update/upload 3 things at once.



Yes ocminer the code is from Spark which its base source code is from Silkcoin.
We are not affiliated with either, just cloned from them as a base. Once the new HTML5 wallet/NodeJS wallet comes out the QT wallet/code will become obsolete.
legendary
Activity: 2688
Merit: 1240
https://xnan.minerpools.com = 0MHZ

http://suchpool.pw/xnan/ = 14.27 GHZ

https://xnan.suprnova.cc = 1.33 GHZ

https://xnan.maxminers.net = 0 MHZ

http://x11-x13-pool.org/nanitecoin = 0 MHZ

https://coinking.io - 0 MHZ



Total = 15.6 GHZ

Network Overall = 41.54 GHZ


Difference = 25.94 GHZ


Is is possible that 25.94 GHZ is coming from solo mining??



Edit: now suddenly the 41.54 GHZ net hashrate has dropped, strange..

The Nethash calculation code is buggy - don't trust it
legendary
Activity: 2688
Merit: 1240
Just a short heads up from me, I don't want to FUD, but earlz will come sooner or later and review this thing so its just a matter of time:

This is a 100% clone of Spark, not Silk.

Look here:
https://github.com/occompare

If you are on Linux, do the following:

mkdir compare
git clone https://github.com/occompare/Nanite.git
git clone https://github.com/occompare/Spark.git
diff Nanite/src Spark/src

The "diff" commands shows you the similarities and differencies between two directories, usually this yields a lot of Info for two different coins, this is the output for this coin, the code is 100% the same, even the Genesis Timestamps were both taken from CoinDesk.com so either both devs are using CoinDesk or its the same Person. Only the Name was bumped from Spark to Nanite...


Code:
2545c2538: Nanite
<         const char* pszTimestamp = "November 06 2014 - CoinDesk.com - Silk Road 2.0 Seized Alleged Operator Unmasked in FBI Crackdown";
---
>         const char* pszTimestamp = "Oct 11, 2014 - Coindesk.com - Bitcoin’s Killer Apps – A Look Into the Future";
2547c2540: Spark



Code:
diff Nanite/src/base58.h Spark/src/base58.h
279c279
<         PUBKEY_ADDRESS = 76, // Start with X
---
>         PUBKEY_ADDRESS = 63,
diff Nanite/src/bitcoinrpc.cpp Spark/src/bitcoinrpc.cpp
46c46
<     return GetBoolArg("-testnet", false) ? 13535 : 23535;
---
>     return GetBoolArg("-testnet", false) ? 26666 : 16666;
222c222
<             "Stop Nanite server (and possibly override the detachdb config value).");
---
>             "Stop Spark server (and possibly override the detachdb config value).");
227c227
<     return "Nanite server stopping";
---
>     return "Spark server stopping";
358c358
<       << "User-Agent: Nanite-json-rpc/" << FormatFullVersion() << "\r\n"
---
>       << "User-Agent: Spark-json-rpc/" << FormatFullVersion() << "\r\n"
389c389
<             "Server: Nanite-json-rpc/%s\r\n"
---
>             "Server: Spark-json-rpc/%s\r\n"
416c416
<             "Server: Nanite-json-rpc/%s\r\n"
---
>             "Server: Spark-json-rpc/%s\r\n"
687c687
<     RenameThread("Nanite-rpclist");
---
>     RenameThread("Spark-rpclist");
791c791
<         string strWhatAmI = "To use Nanited";
---
>         string strWhatAmI = "To use Sparkd";
799c799
<               "rpcuser=Naniterpc\n"
---
>               "rpcuser=Sparkrpc\n"
805c805
<               "for example: alertnotify=echo %%s | mail -s \"Nanite Alert\" [email protected]\n"),
---
>               "for example: alertnotify=echo %%s | mail -s \"Spark Alert\" [email protected]\n"),
991c991
<     RenameThread("Nanite-rpchand");
---
>     RenameThread("Spark-rpchand");
diff Nanite/src/clientversion.h Spark/src/clientversion.h
10c10
< #define CLIENT_VERSION_MINOR       0
---
> #define CLIENT_VERSION_MINOR       1
diff Nanite/src/init.cpp Spark/src/init.cpp
71c71
<     RenameThread("Nanite-shutoff");
---
>     RenameThread("Spark-shutoff");
99c99
<         printf("Nanite exited\n\n");
---
>         printf("Spark exited\n\n");
154c154
<             std::string strUsage = _("Nanite version") + " " + FormatFullVersion() + "\n\n" +
---
>             std::string strUsage = _("Spark version") + " " + FormatFullVersion() + "\n\n" +
156,159c156,159
<                   "  Nanited [options]                     " + "\n" +
<                   "  Nanited [options] [params]  " + _("Send command to -server or Nanited") + "\n" +
<                   "  Nanited [options] help                " + _("List commands") + "\n" +
<                   "  Nanited [options] help      " + _("Get help for a command") + "\n";
---
>                   "  Sparkd [options]                     " + "\n" +
>                   "  Sparkd [options] [params]  " + _("Send command to -server or Sparkd") + "\n" +
>                   "  Sparkd [options] help                " + _("List commands") + "\n" +
>                   "  Sparkd [options] help      " + _("Get help for a command") + "\n";
169c169
<             if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "Nanite:"))
---
>             if (!IsSwitchChar(argv[i][0]) && !boost::algorithm::istarts_with(argv[i], "Spark:"))
209c209
<     uiInterface.ThreadSafeMessageBox(str, _("Nanite"), CClientUIInterface::OK | CClientUIInterface::MODAL);
---
>     uiInterface.ThreadSafeMessageBox(str, _("Spark"), CClientUIInterface::OK | CClientUIInterface::MODAL);
215c215
<     uiInterface.ThreadSafeMessageBox(str, _("Nanite"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
---
>     uiInterface.ThreadSafeMessageBox(str, _("Spark"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
237,238c237,238
<         "  -conf=           " + _("Specify configuration file (default: Nanite.conf)") + "\n" +
<         "  -pid=            " + _("Specify pid file (default: Nanited.pid)") + "\n" +
---
>         "  -conf=           " + _("Specify configuration file (default: Spark.conf)") + "\n" +
>         "  -pid=            " + _("Specify pid file (default: Sparkd.pid)") + "\n" +
248c248
<         "  -port=           " + _("Listen for connections on (default: 23534 or testnet: 13534)") + "\n" +
---
>         "  -port=           " + _("Listen for connections on (default: 16665 or testnet: 26665)") + "\n" +
294c294
<         "  -rpcport=        " + _("Listen for JSON-RPC connections on (default: 23535 or testnet: 13535)") + "\n" +
---
>         "  -rpcport=        " + _("Listen for JSON-RPC connections on (default: 16666 or testnet: 26666)") + "\n" +
510c510
<         return InitError(strprintf(_("Cannot obtain a lock on data directory %s.  Nanite is probably already running."), strDataDir.c_str()));
---
>         return InitError(strprintf(_("Cannot obtain a lock on data directory %s.  Spark is probably already running."), strDataDir.c_str()));
537c537
<     printf("Nanite version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
---
>     printf("Spark version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
546c546
<         fprintf(stdout, "Nanite server starting\n");
---
>         fprintf(stdout, "Spark server starting\n");
578c578
<             uiInterface.ThreadSafeMessageBox(msg, _("Nanite"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
---
>             uiInterface.ThreadSafeMessageBox(msg, _("Spark"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
797c797
<             uiInterface.ThreadSafeMessageBox(msg, _("Nanite"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
---
>             uiInterface.ThreadSafeMessageBox(msg, _("Spark"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
800c800
<             strErrors << _("Error loading wallet.dat: Wallet requires newer version of Nanite") << "\n";
---
>             strErrors << _("Error loading wallet.dat: Wallet requires newer version of Spark") << "\n";
803c803
<             strErrors << _("Wallet needed to be rewritten: restart Nanite to complete") << "\n";
---
>             strErrors << _("Wallet needed to be rewritten: restart Spark to complete") << "\n";
diff Nanite/src/irc.cpp Spark/src/irc.cpp
184c184
<     RenameThread("Nanite-ircseed");
---
>     RenameThread("Spark-ircseed");
297,298c297,298
<             Send(hSocket, "JOIN #NaniteTEST\r");
<             Send(hSocket, "WHO #NaniteTEST\r");
---
>             Send(hSocket, "JOIN #SparkTEST\r");
>             Send(hSocket, "WHO #SparkTEST\r");
300c300
<             // randomly join #Nanite00-#Nanite05
---
>             // randomly join #Spark00-#Spark05
Common Directories: Nanite/src/json und Spark/src/json.
Common Directories: Nanite/src/leveldb und Spark/src/leveldb.
Common Directories: Nanite/src/lz4 und Spark/src/lz4.
diff Nanite/src/main.cpp Spark/src/main.cpp
75c75
< const string strMessageMagic = "Nanite Signed Message:\n";
---
> const string strMessageMagic = "Spark Signed Message:\n";
977c977
<     nSubsidy = 10000 * COIN;
---
>     nSubsidy = 21600 * COIN;
979c979
< else if (nHeight < 500)
---
> else if (nHeight < 7200)
981c981
<     nSubsidy = 400 * COIN;
---
>     nSubsidy = 200 * COIN;
983c983
< else if (nHeight < 1500)
---
> else
985,993c985
<     nSubsidy = 350 * COIN;
< }
< else if (nHeight < 3000)
< {
<     nSubsidy = 150 * COIN;
< }
< else if (nHeight < 4000)
< {
<     nSubsidy = 225 * COIN;
---
>     nSubsidy = 100 * COIN;
995a988
>
2450c2443
<         uiInterface.ThreadSafeMessageBox(strMessage, "Nanite", CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
---
>         uiInterface.ThreadSafeMessageBox(strMessage, "Spark", CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | CClientUIInterface::MODAL);
2510,2513c2503,2506
<         pchMessageStart[0] = 0xd1;
<         pchMessageStart[1] = 0xe4;
<         pchMessageStart[2] = 0xa0;
<         pchMessageStart[3] = 0xb2;
---
>         pchMessageStart[0] = 0xa3;
>         pchMessageStart[1] = 0xb1;
>         pchMessageStart[2] = 0xd2;
>         pchMessageStart[3] = 0xc0;
2545c2538
<         const char* pszTimestamp = "November 06 2014 - CoinDesk.com - Silk Road 2.0 Seized Alleged Operator Unmasked in FBI Crackdown";
---
>         const char* pszTimestamp = "Oct 11, 2014 - Coindesk.com - Bitcoin’s Killer Apps – A Look Into the Future";
2547c2540
<         txNew.nTime = 1415309483;
---
>         txNew.nTime = 1413065951;
2557c2550
<         block.nTime    = 1415309483;
---
>         block.nTime    = 1413065951;
2559,2560c2552
<         block.nNonce   = 3859946;
<
---
>         block.nNonce   = 2670831;
2564c2556
<         assert(block.hashMerkleRoot == uint256("0x42494d7f0a55247abd212c94c82633097f954a1c12a58ac13264f1f7133ba9d0"));
---
>         assert(block.hashMerkleRoot == uint256("0xcde7abae9307fd7db1ba64ad79143609df03a9c614570b1a06eb5e28b1932b24"));
2834c2826
< unsigned char pchMessageStart[4] = { 0xd1, 0xe4, 0xa0, 0xb2 };
---
> unsigned char pchMessageStart[4] = { 0xa3, 0xb1, 0xd2, 0xc0 };
diff Nanite/src/main.h Spark/src/main.h
29,30c29,30
< static const int LAST_POW_BLOCK = 4001; // ~ 10 Days
< static const int POS_START_BLOCK = 3800; // Near End of PoW
---
> static const int LAST_POW_BLOCK = 14400; // ~ 10 Days
> static const int POS_START_BLOCK = 14000; // Near End of PoW
41c41
< static const int64_t COIN_YEAR_REWARD = 200 * CENT; // 200% per year
---
> static const int64_t COIN_YEAR_REWARD = 17.5 * CENT; // 17.5% per year
53,54c53,54
< static const uint256 hashGenesisBlock("0x00000139d0ee73575b0464bc01153a4602eae635916d3602e26dd8bbf89bad38");
< static const uint256 hashGenesisBlockTestNet("0x00000139d0ee73575b0464bc01153a4602eae635916d3602e26dd8bbf89bad38");
---
> static const uint256 hashGenesisBlock("0x000004da60ca5d48823887462af287d466c726eb564a568a6d70d804f6dc2a8a");
> static const uint256 hashGenesisBlockTestNet("0x000004da60ca5d48823887462af287d466c726eb564a568a6d70d804f6dc2a8a");
diff Nanite/src/makefile.bsd Spark/src/makefile.bsd
146c146
< all: Nanited
---
> all: Sparkd
187c187
< Nanited: $(OBJS:obj/%=obj/%)
---
> Sparkd: $(OBJS:obj/%=obj/%)
191c191
< -rm -f Nanited
---
> -rm -f Sparkd
diff Nanite/src/makefile.linux-mingw Spark/src/makefile.linux-mingw
119c119
< all: Nanited.exe
---
> all: Sparkd.exe
143c143
< Nanited.exe: $(OBJS:obj/%=obj/%)
---
> Sparkd.exe: $(OBJS:obj/%=obj/%)
145c145
< $(STRIP) Nanited.exe
---
> $(STRIP) Sparkd.exe
156c156
< -rm -f Nanited.exe
---
> -rm -f Sparkd.exe
diff Nanite/src/makefile.mingw Spark/src/makefile.mingw
117c117
< all: Nanited.exe
---
> all: Sparkd.exe
142c142
< Nanited.exe: $(OBJS:obj/%=obj/%)
---
> Sparkd.exe: $(OBJS:obj/%=obj/%)
146c146
< -del /Q Nanited
---
> -del /Q Sparkd
diff Nanite/src/makefile.osx Spark/src/makefile.osx
6c6
< # Mac OS X makefile for Nanite
---
> # Mac OS X makefile for Spark
28c28
< # Build STATIC if you are redistributing the Nanited binary
---
> # Build STATIC if you are redistributing the Sparkd binary
138c138
< all: Nanited
---
> all: Sparkd
178c178
< Nanited: $(OBJS:obj/%=obj/%)
---
> Sparkd: $(OBJS:obj/%=obj/%)
182c182
< -rm -f Nanited
---
> -rm -f Sparkd
diff Nanite/src/makefile.unix Spark/src/makefile.unix
166c166
< all: Nanited
---
> all: Sparkd
214c214
< Nanited: $(OBJS:obj/%=obj/%)
---
> Sparkd: $(OBJS:obj/%=obj/%)
218c218
< -rm -f Nanited
---
> -rm -f Sparkd
diff Nanite/src/miner.cpp Spark/src/miner.cpp
524c524
<     RenameThread("Nanite-miner");
---
>     RenameThread("Spark-miner");
diff Nanite/src/net.cpp Spark/src/net.cpp
383c383
<                      "User-Agent: Nanite\r\n"
---
>                      "User-Agent: Spark\r\n"
402c402
<                      "User-Agent: Nanite\r\n"
---
>                      "User-Agent: Spark\r\n"
419c419
<     RenameThread("Nanite-ext-ip");
---
>     RenameThread("Spark-ext-ip");
644c644
<     RenameThread("Nanite-net");
---
>     RenameThread("Spark-net");
998c998
<     RenameThread("Nanite-UPnP");
---
>     RenameThread("Spark-UPnP");
1059c1059
<         string strDesc = "Nanite " + FormatFullVersion();
---
>         string strDesc = "Spark " + FormatFullVersion();
1149c1149,1150
<     {"104.236.34.234", "104.236.34.234"},
---
>     {"getsparkcoin.com", "178.62.47.198"},
>     {"seed.getsparkcoin.com", "seed.getsparkcoin.com"},
1155c1156
<     RenameThread("Nanite-dnsseed");
---
>     RenameThread("Spark-dnsseed");
1249c1250
<     RenameThread("Nanite-adrdump");
---
>     RenameThread("Spark-adrdump");
1264c1265
<     RenameThread("Nanite-opencon");
---
>     RenameThread("Spark-opencon");
1445c1446
<     RenameThread("Nanite-opencon");
---
>     RenameThread("Spark-opencon");
1576c1577
<     RenameThread("Nanite-msghand");
---
>     RenameThread("Spark-msghand");
1744c1745
<             strError = strprintf(_("Unable to bind to %s on this computer. Nanite is probably already running."), addrBind.ToString().c_str());
---
>             strError = strprintf(_("Unable to bind to %s on this computer. Spark is probably already running."), addrBind.ToString().c_str());
1827c1828
<     RenameThread("Nanite-start");
---
>     RenameThread("Spark-start");
Common Directories: Nanite/src/obj und Spark/src/obj.
Common Directories: Nanite/src/obj-test und Spark/src/obj-test.
diff Nanite/src/protocol.h Spark/src/protocol.h
21c21
<     return testnet ? 13534 : 23534;
---
>     return testnet ? 26665 : 16665;
Common Directories: Nanite/src/qt und Spark/src/qt.
diff Nanite/src/rpcdump.cpp Spark/src/rpcdump.cpp
112c112
<             "importprivkey [label]\n"
---
>             "importprivkey [label]\n"
239,240c239,240
<             "dumpprivkey \n"
<             "Reveals the private key corresponding to .");
---
>             "dumpprivkey \n"
>             "Reveals the private key corresponding to .");
247c247
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
291c291
<     file << strprintf("# Wallet dump created by Nanite %s (%s)\n", CLIENT_BUILD.c_str(), CLIENT_DATE.c_str());
---
>     file << strprintf("# Wallet dump created by Spark %s (%s)\n", CLIENT_BUILD.c_str(), CLIENT_DATE.c_str());
diff Nanite/src/rpcmining.cpp Spark/src/rpcmining.cpp
108c108
<         throw JSONRPCError(-9, "Nanite is not connected!");
---
>         throw JSONRPCError(-9, "Spark is not connected!");
111c111
<         throw JSONRPCError(-10, "Nanite is downloading blocks...");
---
>         throw JSONRPCError(-10, "Spark is downloading blocks...");
243c243
<         throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Nanite is not connected!");
---
>         throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Spark is not connected!");
246c246
<         throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Nanite is downloading blocks...");
---
>         throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Spark is downloading blocks...");
388c388
<         throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Nanite is not connected!");
---
>         throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Spark is not connected!");
391c391
<         throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Nanite is downloading blocks...");
---
>         throw JSONRPCError(RPC_CLIENT_IN_INITIAL_DOWNLOAD, "Spark is downloading blocks...");
diff Nanite/src/rpcrawtransaction.cpp Spark/src/rpcrawtransaction.cpp
169c169
<                 throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Nanite address: ")+input.get_str());
---
>                 throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Spark address: ")+input.get_str());
261c261
<             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Nanite address: ")+s.name_);
---
>             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Spark address: ")+s.name_);
diff Nanite/src/rpcsmessage.cpp Spark/src/rpcsmessage.cpp
2c2
< // Copyright (c) 2014 The Nanite developers
---
> // Copyright (c) 2014 The Spark developers
diff Nanite/src/rpcwallet.cpp Spark/src/rpcwallet.cpp
150c150
<             "Returns a new Nanite address for receiving payments.  "
---
>             "Returns a new Spark address for receiving payments.  "
217c217
<             "Returns the current Nanite address for receiving payments to this account.");
---
>             "Returns the current Spark address for receiving payments to this account.");
235c235
<             "setaccount \n"
---
>             "setaccount \n"
240c240
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
265c265
<             "getaccount \n"
---
>             "getaccount \n"
270c270
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
305c305
<             "sendtoaddress [comment] [comment-to]\n"
---
>             "sendtoaddress [comment] [comment-to]\n"
311c311
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
368c368
<             "signmessage \n"
---
>             "signmessage \n"
403c403
<             "verifymessage \n"
---
>             "verifymessage \n"
440,441c440,441
<             "getreceivedbyaddress [minconf=1]\n"
<             "Returns the total amount received by in transactions with at least [minconf] confirmations.");
---
>             "getreceivedbyaddress [minconf=1]\n"
>             "Returns the total amount received by in transactions with at least [minconf] confirmations.");
447c447
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
668c668
<             "sendfrom [minconf=1] [comment] [comment-to]\n"
---
>             "sendfrom [minconf=1] [comment] [comment-to]\n"
675c675
<         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Nanite address");
---
>         throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Spark address");
732c732
<             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Nanite address: ")+s.name_);
---
>             throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, string("Invalid Spark address: ")+s.name_);
776c776
<             "each key is a Nanite address or hex-encoded public key\n"
---
>             "each key is a Spark address or hex-encoded public key\n"
1377c1377
<     RenameThread("Nanite-key-top");
---
>     RenameThread("Spark-key-top");
1385c1385
<     RenameThread("Nanite-lock-wa");
---
>     RenameThread("Spark-lock-wa");
1556c1556
<     return "wallet encrypted; Nanite server stopping, restart to run with encrypted wallet.  The keypool has been flushed, you need to make a new backup.";
---
>     return "wallet encrypted; Spark server stopping, restart to run with encrypted wallet.  The keypool has been flushed, you need to make a new backup.";
1599,1600c1599,1600
<             "validateaddress \n"
<             "Return information about .");
---
>             "validateaddress \n"
>             "Return information about .");
1628,1629c1628,1629
<             "validatepubkey \n"
<             "Return information about .");
---
>             "validatepubkey \n"
>             "Return information about .");
diff Nanite/src/smessage.cpp Spark/src/smessage.cpp
2c2
< // Copyright (c) 2014 The Nanite developers
---
> // Copyright (c) 2014 The Spark developers
592c592
<     RenameThread("Nanite-smsg"); // Make this thread recognisable
---
>     RenameThread("Spark-smsg"); // Make this thread recognisable
703c703
<     RenameThread("Nanite-smsg-pow"); // Make this thread recognisable
---
>     RenameThread("Spark-smsg-pow"); // Make this thread recognisable
diff Nanite/src/smessage.h Spark/src/smessage.h
2c2
< // Copyright (c) 2014 The Nanite developers
---
> // Copyright (c) 2014 The Spark developers
Common Directories: Nanite/src/test und Spark/src/test.
diff Nanite/src/util.cpp Spark/src/util.cpp
967c967
<     const char* pszModule = "Nanite";
---
>     const char* pszModule = "Spark";
1016,1019c1016,1019
<     // Windows < Vista: C:\Documents and Settings\Username\Application Data\Nanite
<     // Windows >= Vista: C:\Users\Username\AppData\Roaming\Nanite
<     // Mac: ~/Library/Application Support/Nanite
<     // Unix: ~/.Nanite
---
>     // Windows < Vista: C:\Documents and Settings\Username\Application Data\Spark
>     // Windows >= Vista: C:\Users\Username\AppData\Roaming\Spark
>     // Mac: ~/Library/Application Support/Spark
>     // Unix: ~/.Spark
1022c1022
<     return GetSpecialFolderPath(CSIDL_APPDATA) / "Nanite";
---
>     return GetSpecialFolderPath(CSIDL_APPDATA) / "Spark";
1034c1034
<     return pathRet / "Nanite";
---
>     return pathRet / "Spark";
1037c1037
<     return pathRet / ".Nanite";
---
>     return pathRet / ".Spark";
1079c1079
<     boost::filesystem::path pathConfigFile(GetArg("-conf", "Nanite.conf"));
---
>     boost::filesystem::path pathConfigFile(GetArg("-conf", "Spark.conf"));
1110c1110
<     boost::filesystem::path pathPidFile(GetArg("-pid", "Nanited.pid"));
---
>     boost::filesystem::path pathPidFile(GetArg("-pid", "Sparkd.pid"));
1240c1240
<                     string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Nanite will not work properly.");
---
>                     string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Spark will not work properly.");
1243c1243
<                     uiInterface.ThreadSafeMessageBox(strMessage+" ", string("Nanite"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION);
---
>                     uiInterface.ThreadSafeMessageBox(strMessage+" ", string("Spark"), CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION);
diff Nanite/src/version.cpp Spark/src/version.cpp
11c11
< const std::string CLIENT_NAME("Nanite");
---
> const std::string CLIENT_NAME("Spark");
diff Nanite/src/walletdb.cpp Spark/src/walletdb.cpp
536c536
<     RenameThread("Nanite-wallet");
---
>     RenameThread("Spark-wallet");
Common Directories: Nanite/src/xxhash und Spark/src/xxhash.
Common Directories: Nanite/src/zerocoin und Spark/src/zerocoin.


It is NOT said that this is anything bad ... The Coin currently works and as long as no fork occurs everything is cool, we will see how and where this goes.

EDIT: Whoops and earlz was quicker than me Smiley
sr. member
Activity: 381
Merit: 250
https://xnan.minerpools.com = 0MHZ

http://suchpool.pw/xnan/ = 14.27 GH/s

https://xnan.suprnova.cc = 1.33 GH/s

https://xnan.maxminers.net = 0 GH/s

http://x11-x13-pool.org/nanitecoin = 0 MHZ

https://coinking.io - 0 MHZ



Total = 15.6 GH/s

Network Overall = 41.54 GH/s


Difference = 25.94 GH/s


Is is possible that 25.94 GH/s is coming from solo mining??



Edit: now suddenly the 41.54 GH/s net hashrate (the unknown 25.94 went down) has dropped, strange..


Edit:Corrected from GHz to Gh/s typo. Thanks NSCrypto
sr. member
Activity: 439
Merit: 250
mmmmmm
nanite https://bitcointalksearch.org/topic/ann-nanite-xnan-x11-pos-html5nodejs-point-of-sale-software-mobile-849856

Heritage: very similar to SPARK

Problems:

* MINOR: 1 extra block was premined, yielding an additional 400 coins (extra 0.03%)
* MINOR: Launch was somewhat unfair/obscured. Reports of windows wallet being released early, along with mining starting about 30 seconds early with initially very low hashrate. This affects at most 20 blocks

Notes:

good genesis seed is a recent news event from the day of ANN

Supply: 1,009,600
Premine: 10400 or ~1.03%

Watermarks: uint64_t, pos, smsg, drm-like
newbie
Activity: 14
Merit: 0
Why so similar to spark? Why is this a clone of a coin that got forked because of bad code? Hope dev doesn't abandon this but 3 days POW, 40 GH/s I think we all know how this will end

The base code is actually from Silkcoin, and the UI was taken from Spark.

Just an observation:

First you say: "Yes there may be some similarity's as we got ideas from other coins/launches but what coin hasn't?"

and then later: "Coin was based of Silkcoin/Spark as we thought the base code was a great base to build off."

HMM. Undecided

Sorry for the misunderstanding, we meant that ideas on layouts, headings the way to portray to the community etc.

The code is based from Silkcoin, and the UI was taken/modified from Spark.
full member
Activity: 224
Merit: 100
here for a while
All we have monkeys for grandparents, if you know! Wink
legendary
Activity: 1453
Merit: 1030
Just an observation:

First you say: "Yes there may be some similarity's as we got ideas from other coins/launches but what coin hasn't?"

and then later: "Coin was based of Silkcoin/Spark as we thought the base code was a great base to build off."

HMM. Undecided
member
Activity: 80
Merit: 10
Why so similar to spark? Why is this a clone of a coin that got forked because of bad code? Hope dev doesn't abandon this but 3 days POW, 40 GH/s I think we all know how this will end
legendary
Activity: 2688
Merit: 1240
Spread the hash guys..  90% on one pool... At least you wont have Problems with forking Wink
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Not trying to fud, but I'm curious about the similarities between this coin and Spark. Wallet is exactly the same and the title and OP is very similar.

Coin was based of Silkcoin/Spark as we thought the base code was a great base to build off. Also the layout and heading etc was based off watching multiple coin launches and gathering what things worked and didn't to ensure that Nanite has the best chance at surviving the harsh crypto market. All that was explained in the first post Wink

Now I feel dumb. Sorry. I shall go back to sleep.
newbie
Activity: 14
Merit: 0
Not trying to fud, but I'm curious about the similarities between this coin and Spark. Wallet is exactly the same and the title and OP is very similar.

Coin was based of Silkcoin/Spark as we thought the base code was a great base to build off. Also the layout and heading etc was based off watching multiple coin launches and gathering what things worked and didn't to ensure that Nanite has the best chance at surviving the harsh crypto market. All that was explained in the first post Wink
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Not trying to fud, but I'm curious about the similarities between this coin and Spark. Wallet is exactly the same and the title and OP is very similar.
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
I'm shutting down xnan.minerpools.com - no point in keeping it up, I launched too late because of some issues with the source.
to the miner still there, please go to http://suchpool.pw/xnan/

Thank you Wink
Pages:
Jump to: