Bitcoin Forum
May 09, 2024, 04:26:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 18, 2017, 09:10:06 PM
A lot of orphans, the daemon always goes to fork.
Developer, what problems and how to fix it?
hi, it should be solved, but we take an eyeto your pool.
We are working on little fixes that will be included around block 30k.
Excuse us for our poor activity at forums these days. If you need something, you can contact our guy Alexis at alexisoweb[at]protonmail[dot]com
He is our webdeveloper, and have a little bit less work than the others! Tongue I hope he can help us, especially about pool setups.

Thanks for all!
Regards!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 08:32:08 PM
blockexplorer?
http://blocks.unotecoin.com will be opened around 1hour after launching.

Regards!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 08:30:23 PM
error, failed to connect any seed peer, any help? windows
yo can't connect any peer because nodes are off. Try again at 00:00 UTC.

Best regards!
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 07:18:02 PM
We are preparing the environment for the lauching.

We check this thread when coin will be launched.

Pool will be opened at http://pool.unotecoin.com at 00:30UTC approx.

For mine first blocks, you can run the daemon, create a wallet and start mining:

Run daemon:
Code:
./miconotecoind

Create wallet:
Code:
./simplewallet --generate-new-wallet WALLET_NAME --password WALLET_PASSWORD

Open wallet:
Code:
./simplewallet --wallet-file WALLET_NAME.wallet --password WALLET_PASSWORD

Once you are connected to your wallet, you can mine runing:
Code:
start_mining

And stop mining with:
Code:
stop_mining
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 07:12:44 PM
Why do not you want to use an alternate client forknote?
Many problems would have disappeared.
Sorry for the inconvenients but I tested the binaries on Windows 7 and 10 of people not involved on the project and works fine.

I ran it on clean installations of Ubuntu 14.04, 16.04, 17.04 and Debian.

I created a new EC2 instance on Amzaon cloud just for download client and run it.... and no problem...

Anyway, I compiled another version, you can try if it can help you: https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-LinuxLegacy.tar.gz

If not, the last solution is clone the github repo and compile yourself!

Best regards
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 06:34:32 PM
just to understand :

you will issue another update to the github source code again tomorrow before the launch ? or
is the current code the one that the coin will be launched on?

Code uploaded at github at now is launching code.

Best regards,
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 02:59:55 PM
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

Hi,

I uploaded final version 11 min ago. Are you check it? Finally I compiled statically boost libs, it's impossible you get an error about libboost shared libs:

Code:
$ wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz
$ tar xzvf micronotecoin-v1.0.1-Linux.tar.gz
$ cd micronotecoin-v1.0.1/
$ ldd micronotecoind
        linux-vdso.so.1 =>  (0x00007ffd2c767000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fccebaff000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcceb7f6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcceb42f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000559cf3ef6000)

Best regards
Code:
[size=10pt][size=10pt][size=10pt][size=10pt][color=red]micronotecoin-v1.0[/color][/size][/size][/size][/size]# ldd micronotecoind
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./micronotecoind)
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./micronotecoind)
        linux-vdso.so.1 =>  (0x00007ffd0cbe5000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9c143f6000)
        libboost_system.so.1.58.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 (0x00007f9c141f2000)
        libboost_filesystem.so.1.58.0 => not found
        libboost_program_options.so.1.58.0 => not found
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9c13fd4000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9c13cd0000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9c13aba000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9c147bf000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9c137b4000)


UP.
Code:
./micronotecoind
Illegal instruction

You are using binaries upload yesterday, v1.0, not v1.0.1, with libboost shared linked. Remove all of them, download and try the last binaries.

http://unotecoin.com/micronotecoin-v1.0.1-Linux.tar.gz

Sorry for the inconveniencies but I detected some thing at testing that needed a fix...

Best regards
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 02:46:51 PM
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

Hi,

I uploaded final version 11 min ago. Are you check it? Finally I compiled statically boost libs, it's impossible you get an error about libboost shared libs:

Code:
$ wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz
$ tar xzvf micronotecoin-v1.0.1-Linux.tar.gz
$ cd micronotecoin-v1.0.1/
$ ldd micronotecoind
        linux-vdso.so.1 =>  (0x00007ffd2c767000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fccebaff000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcceb7f6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcceb42f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000559cf3ef6000)

Best regards
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 02:40:38 PM
Of course, you can.
I have got some errors and a lot of warnings like "conversion from 'size_t' to 'uint32_t', possible loss of data"

========== Build: 36 succeeded, 2 failed, 0 up-to-date, 3 skipped ==========

There are fatal error I have got

27>  DoubleSpend.cpp
31>D:\devtools\boost_1_64_0\boost/type_traits/common_type.hpp(43): fatal error C1001: An internal error has occurred in the compiler.
31>  (compiler file 'msc1.cpp', line 1325)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testtransferscontainerkeyimage.cpp(325): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testtransferscontainer.cpp(432): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testwallet.cpp(2281): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

May be you can help to solve this. Thanks in advance

Hi,

This is my steps for compile for Windows:

- Download and install MSVC 2013
- Download, unzip and install boost 1.57.0:

Code:
cd c:\boost_1_57_0
bootstrap.bat
b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64

- Download and install CMAKE 3.9.1

- Download micronotecoin and uncompress it (https://github.com/micronotecoin/micronotecoin/archive/master.zip). Please download it again because I changed node addresses.

Compilation:
Code:
cd c:\micronotecoin-master
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT=c:\boost_1_57_0 -DBOOST_LIBRARYDIR=c:\boost_1_57_0\stage\lib ..
"c:\Program Files (x86)\MSBuild\12.0\Bin\amd64\MSBuild.exe" micronotecoin.sln  /p:Configuration=release /m

I hope it helps you!

Best regards!
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 09:30:55 AM
Just for fun and no exchange.... wtf  Shocked Shocked Shocked

- Exchanges: We have no problem with talk with exchanges if the community vote for it.

- "It's just for fun": I see some people understands the concept. For us is really funny this process (talk with people involved in cryptocurrencies world, configure server, develop the software, ...). In a world with 800+ cryptocurrencies we can't start this project with another goal that "the funny of the process". This doesn't means anything, just that we do this for fun. Fun and profitability are not fought. But if your priority are profitability, you have lots of altcoins, it's not for you...
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 08:56:51 AM
Hi! Can I compile it for windows or there will be errors?
Of course, you can.

You need:

- CMake
- Boost
- MSVC

I used next versions for build version 1.0:

- MSVC 2013
- Boost 1.55_0
- CMake 3.9.2

Best regards
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 08:53:50 AM
Code:
sudo apt-get install git build-essential cmake libboost-all-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
build-essential is already the newest version.
cmake is already the newest version.
libboost-all-dev is already the newest version.
git is already the newest version.
The following packages were automatically installed and are no longer required:
  apt-xapian-index aptitude-common gccxml laptop-detect libclass-accessor-perl
  libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl  libsigc++-2.0-0c2a libsub-name-perl libxapian22 python-debian python-dev
  python-xapian python2.7-dev
Use 'apt-get autoremove' to remove them.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:
ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0
ln: failed to create symbolic link ‘/usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0’: File exists


Code:
/micronotecoin-v1.0.1# ./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory

How fix?


Hi,

Sorry for waste your time. Finally, I decided to compile one static binary for all distros (size is around 4Mb instead the old 2Mb binaries).

I removed distro-specific packages and uploaded the final binaries: https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz

Please, try again and give me your feedback!
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 15, 2017, 01:03:11 AM
New release, version 1.0.1 with some wallet fixes:

https://github.com/micronotecoin/micronotecoin/releases/tag/micronotecoin-v1.0.1

- Versions for Ubuntu 14.04, 16.04, 17.04 for the moment.
- Versions for Windows 64 bits and Ubuntu 12.04 in progress.

Thanks for your support!
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 14, 2017, 08:35:00 PM
@micronotecoin

thank you for your great help in providing codes for everything Smiley)

just on the compile steps, build-essential is missing an "n" and the daemon is "micronotecoind" (not "unotecoind")

Code:
sudo apt-get install git build-essential cmake libboost-all-dev
...
cd build/release/src
./micronotecoind



cheers ... and awaiting the launch Smiley))
sorry, I copied it from my terminal, just testing daemon locally, and I named it "unotecoind" Tongue

Thanks for the corrections!
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 14, 2017, 07:00:03 PM
micronotecoin, Ubuntu 14.04
Compillation error.

Code:
sudo apt-get install libboost-all-dev
Installed.
Sorry, we only compiled it for 16.04 and 17.4. We understand 14.04 is supported by Cannonical (12.04 too I think) and people not necessarily have to be updated to the latest versions. Give us a few hour and we upload binaries for these TLS versions.

Best regards
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 14, 2017, 06:47:35 PM
And what about forknote?
https://github.com/forknote/forknote/releases/tag/2.1.1
with it it is more convenient.

daemon error, all installed.
Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
You need to install libboost 1.58.0. This is the actual version of libboost on Ubuntu 16.04 respositories.

If you are using Ubuntu 16.04, do:

Code:
sudo apt-get install libboost-all-dev

If you are using another Linux distro, you can compile the sources. For Debian/Ubuntu based distros:

Code:
sudo apt-get update
sudo apt-get install git build-essential cmake libboost-all-dev
git clone https://github.com/micronotecoin/micronotecoin
cd micronotecoin
make
cd build/release/src
./micronotecoind

Best regards,
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 14, 2017, 04:30:36 PM
Can a forknote be used?
I want to launch the pool, this engine will work?
https://github.com/forknote/cryptonote-forknote-pool


Hi,

Yes, you can use it but is really outdated and need (at least with Ubuntu 17.04) some changes in the source code. I updated it (with parts of node-cryptonote-pool) and uploeaded here: https://github.com/micronotecoin/micronote-pool

I'm active working on it, this afternoon I will finish the development Wink

Best regards!
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MSR] Masari - secure, private, untraceable, and fungible cryptocurrency on: September 14, 2017, 08:55:12 AM
Why people are interested in this one? I can't get it.
because monero needs a good fork coin in the table.
Yes, but do you think the "good fork" is a coin that forked monero and the only change on the code is a massive change of "monero" string for "masari" string?

https://github.com/masari-project/masari/commit/a3c700ea9e955af962ba22aac7a8e8426a2dc7a4#diff-5e21fe42e16f418234d83a880b32d999

It's ridiculous, the code have parts (product of this massive rename) with references to:

- Specific blocks, for example in this case: monero block 202612 (Masari not arrived to this blockheight), with his specific hash. And for sure, he changed monerochain.info for the inexistent masarichain.info:


https://github.com/masari-project/masari/blob/a3c700ea9e955af962ba22aac7a8e8426a2dc7a4/src/crypto/tree-hash.c

Quote
void tree_hash(const char (*hashes)[HASH_SIZE], size_t count, char *root_hash) {
// The blockchain block at height 202612 http://masarichain.info/block/bbd604d2ba11ba27935e006ed39c9bfdd99b76bf4a50654bc1e1e61217962698
// contained 514 transactions, that triggered bad calculation of variable "cnt" in the original version of this function
// as from CryptoNote code.

- Inexistent email addresses and change nicknames of people involved on Monero development (moneromoo is masarimoo lol):

https://github.com/masari-project/masari/blob/a3c700ea9e955af962ba22aac7a8e8426a2dc7a4/VULNERABILITY_RESPONSE_PROCESS.md

Quote
ric@getmasari.org
BDA6 BD70 42B7 21C4 67A9  759D 7455 C5E3 C0CD CEB9

luigi1111@getmasari.org
8777 AB8F 778E E894 87A2  F8E7 F4AC A018 3641 E010

masarimooo.masari@gmail.com
48B0 8161 FBDA DFE3 93AD  FC3E 686F 0745 4D6C EFC3

- Monero block checkpoints. I don't know Monero code and I don't know the repercussion of it, but the pair block/hash of Monero blockchain hardcoded in Masari code... Didn't looks good

https://github.com/masari-project/masari/blob/a3c700ea9e955af962ba22aac7a8e8426a2dc7a4/src/cryptonote_basic/checkpoints.cpp

Quote
 bool checkpoints::init_default_checkpoints()
  {
   ADD_CHECKPOINT(1,     "771fbcd656ec1464d3a02ead5e18644030007a0fc664c0a964d30922821a8148");
    ADD_CHECKPOINT(10,    "c0e3b387e47042f72d8ccdca88071ff96bff1ac7cde09ae113dbb7ad3fe92381");
    ADD_CHECKPOINT(100,   "ac3e11ca545e57c49fca2b4e8c48c03c23be047c43e471e1394528b1f9f80b2d");
    ADD_CHECKPOINT(1000,  "5acfc45acffd2b2e7345caf42fa02308c5793f15ec33946e969e829f40b03876");
    ADD_CHECKPOINT(10000, "c758b7c81f928be3295d45e230646de8b852ec96a821eac3fea4daf3fcac0ca2");
    ADD_CHECKPOINT(22231, "7cb10e29d67e1c069e6e11b17d30b809724255fee2f6868dc14cfc6ed44dfb25");
    ADD_CHECKPOINT(29556, "53c484a8ed91e4da621bb2fa88106dbde426fe90d7ef07b9c1e5127fb6f3a7f6");
    ADD_CHECKPOINT(50000, "0fe8758ab06a8b9cb35b7328fd4f757af530a5d37759f9d3e421023231f7b31c");
    ADD_CHECKPOINT(80000, "a62dcd7b536f22e003ebae8726e9e7276f63d594e264b6f0cd7aab27b66e75e3");
    ADD_CHECKPOINT(202612, "bbd604d2ba11ba27935e006ed39c9bfdd99b76bf4a50654bc1e1e61217962698");
    ADD_CHECKPOINT(202613, "e2aa337e78df1f98f462b3b1e560c6b914dec47b610698b7b7d1e3e86b6197c2");
    ADD_CHECKPOINT(202614, "c29e3dc37d8da3e72e506e31a213a58771b24450144305bcba9e70fa4d6ea6fb");
    ADD_CHECKPOINT(205000, "5d3d7a26e6dc7535e34f03def711daa8c263785f73ec1fadef8a45880fde8063");
    ADD_CHECKPOINT(220000, "9613f455933c00e3e33ac315cc6b455ee8aa0c567163836858c2d9caff111553");
    ADD_CHECKPOINT(230300, "bae7a80c46859db355556e3a9204a337ae8f24309926a1312323fdecf1920e61");
    ADD_CHECKPOINT(230700, "93e631240ceac831da1aebfc5dac8f722c430463024763ebafa888796ceaeedf");
    ADD_CHECKPOINT(231350, "b5add137199b820e1ea26640e5c3e121fd85faa86a1e39cf7e6cc097bdeb1131");
    ADD_CHECKPOINT(232150, "955de8e6b6508af2c24f7334f97beeea651d78e9ade3ab18fec3763be3201aa8");
    ADD_CHECKPOINT(249380, "654fb0a81ce3e5caf7e3264a70f447d4bd07586c08fa50f6638cc54da0a52b2d");
    ADD_CHECKPOINT(460000, "75037a7aed3e765db96c75bcf908f59d690a5f3390baebb9edeafd336a1c4831");
    ADD_CHECKPOINT(500000, "2428f0dbe49796be05ed81b347f53e1f7f44aed0abf641446ec2b94cae066b02");
    ADD_CHECKPOINT(600000, "f5828ebf7d7d1cb61762c4dfe3ccf4ecab2e1aad23e8113668d981713b7a54c5");
    ADD_CHECKPOINT(700000, "12be9b3d210b93f574d2526abb9c1ab2a881b479131fd0d4f7dac93875f503cd");
    ADD_CHECKPOINT(825000, "56503f9ad766774b575be3aff73245e9d159be88132c93d1754764f28da2ff60");
    ADD_CHECKPOINT(900000, "d9958d0e7dcf91a5a7b11de225927bf7efc6eb26240315ce12372be902cc1337");
    ADD_CHECKPOINT(913193, "5292d5d56f6ba4de33a58d9a34d263e2cb3c6fee0aed2286fd4ac7f36d53c85f");
    ADD_CHECKPOINT(1000000, "a886ef5149902d8342475fee9bb296341b891ac67c4842f47a833f23c00ed721");
    ADD_CHECKPOINT(1100000, "3fd720c5c8b3072fc1ccda922dec1ef25f9ed88a1e6ad4103d0fe00b180a5903");
    ADD_CHECKPOINT(1150000, "1dd16f626d18e1e988490dfd06de5920e22629c972c58b4d8daddea0038627b2");
    ADD_CHECKPOINT(1200000, "fa7d13a90850882060479d100141ff84286599ae39c3277c8ea784393f882d1f");



    return true;
  }

- Inexistent domains:

Quote
 bool checkpoints::load_checkpoints_from_dns(bool testnet)
  {
    std::vector<std::string> records;

    // All four MasariPulse domains have DNSSEC on and valid
    static const std::vector<std::string> dns_urls = { "checkpoints.masaripulse.se"
                       , "checkpoints.masaripulse.org"
                       , "checkpoints.masaripulse.net"
                       , "checkpoints.masaripulse.co"
    };

    static const std::vector<std::string> testnet_dns_urls = { "testpoints.masaripulse.se"
                          , "testpoints.masaripulse.org"
                          , "testpoints.masaripulse.net"
                          , "testpoints.masaripulse.co"
    };

And this only checking the code for 10 minutes...

Really lazy project... Sad

Best regards...
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 14, 2017, 08:09:36 AM
It's a false positive. Too obvious.

It says monero (and any other cryptocurrency github project) are malicious too: https://www.virustotal.com/#/url/988b5fffd08428cbeb6cab15b06c3ed7c13427f1a9f9da52ff0ea2d1915de362/detection

Before you post a public message insinuating things like this, you can easily check if is a false positive, but well... This is internet! LOL

Best regards!
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system on: September 13, 2017, 10:57:11 PM
Uploaded binaries to Github:

https://github.com/micronotecoin/micronotecoin/releases

Launching will be on 16th September 2017 at 00:00 UTC.

Best regards
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!