Bitcoin Forum
April 26, 2024, 06:19:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system  (Read 7742 times)
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 04, 2017, 09:28:40 AM
Last edit: September 15, 2017, 09:31:27 AM by micronotecoin
 #21

Hi all.

First of all, thanks for your time, your votes and your support!

I'm going to try to answer some question about the project:

- Pools: I talked with some pool admins, and at least 3 pools will be opened. If someone is interested in open a pool, just send me a PM.

- 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...

Best regards!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714112363
Hero Member
*
Offline Offline

Posts: 1714112363

View Profile Personal Message (Offline)

Ignore
1714112363
Reply with quote  #2

1714112363
Report to moderator
1714112363
Hero Member
*
Offline Offline

Posts: 1714112363

View Profile Personal Message (Offline)

Ignore
1714112363
Reply with quote  #2

1714112363
Report to moderator
1714112363
Hero Member
*
Offline Offline

Posts: 1714112363

View Profile Personal Message (Offline)

Ignore
1714112363
Reply with quote  #2

1714112363
Report to moderator
Supercoiner111
Full Member
***
Offline Offline

Activity: 490
Merit: 100


View Profile
September 05, 2017, 08:27:35 AM
 #22

I would invest and support this once I see this on a few exchanges and pools that will increase the value of this coin........

micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 09, 2017, 10:23:30 AM
 #23

We are excited to announce that the online wallet will be available on 16th September, at the official launch of the currency:

https://wallet.unotecoin.com

Thanks for your support!
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 09, 2017, 09:15:13 PM
 #24

im trying to compile the node on ubuntu 16.04 and this is what i get:

Code:
mylin@MyPool:~/Coins/XUNC/micronotecoin$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - not found
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.5/Modules/FindThreads.cmake:223 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  /usr/share/cmake-3.5/Modules/CMakeFindDependencyMacro.cmake:65 (find_package)
  /usr/share/cmake-3.5/Modules/FindBoost.cmake:1338 (find_dependency)
  CMakeLists.txt:112 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/mylin/Coins/XUNC/micronotecoin/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/mylin/Coins/XUNC/micronotecoin/build/release/CMakeFiles/CMakeError.log".
Makefile:16: recipe for target 'cmake-release' failed
make: *** [cmake-release] Error 1


▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
tottong
Hero Member
*****
Offline Offline

Activity: 1191
Merit: 555



View Profile
September 09, 2017, 09:27:22 PM
 #25

I like this no pre mine, but how much total supply of coin?
I vote for exchanges like bittrex, poloniex and c-cex I think that is a good place to listing your coin there.

micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 09, 2017, 09:32:04 PM
 #26

im trying to compile the node on ubuntu 16.04 and this is what i get:

Code:
mylin@MyPool:~/Coins/XUNC/micronotecoin$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - not found
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.5/Modules/FindThreads.cmake:223 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  /usr/share/cmake-3.5/Modules/CMakeFindDependencyMacro.cmake:65 (find_package)
  /usr/share/cmake-3.5/Modules/FindBoost.cmake:1338 (find_dependency)
  CMakeLists.txt:112 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/mylin/Coins/XUNC/micronotecoin/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/mylin/Coins/XUNC/micronotecoin/build/release/CMakeFiles/CMakeError.log".
Makefile:16: recipe for target 'cmake-release' failed
make: *** [cmake-release] Error 1

Hi,

You can download and try to compile it, but the code is not complete for now. I post here when you can download and compile a functional version.

But responding to your question, do:

Code:
sudo apt-get update
sudo apt-get install build-essential

And try to compile again.

Best regards
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 09, 2017, 09:38:44 PM
 #27

I like this no pre mine, but how much total supply of coin?
I vote for exchanges like bittrex, poloniex and c-cex I think that is a good place to listing your coin there.
Hi,

Total supply is one of three topics of the first public referendum: http://unotecoin.com/#referendum

At this moment, "Less than 8,000,000" is the winner option (you can vote until September 11). In this case, I can advance that the total supply will be 7,890,123.456789012345 coins.

I voted for 18,4M coins options, but seems the community have another ideas!

About the exchanges, next week we will talk with them. But the most important is finish all ecosystem around the coin for the launchment!

Best regards!
espalhacartas
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
September 09, 2017, 10:03:21 PM
 #28

Im a newbie in mining, only mined so far some coins in pools.
Im interested in a "Just For Fun" coin like this to try out the real mining, but i don´t know how, can someone give me a hint?
I don´nt know how to build a wallet or the files needed from the Github to get started...

Good luck for the project Cheesy
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 09, 2017, 11:04:58 PM
 #29

Smiley))))) im an idiot  .... didnt notice the launch date is still in 6 days Smiley)) for some reason i thought it was the 16th of last month !!!

cheers Smiley))

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
rattle99
Full Member
***
Offline Offline

Activity: 518
Merit: 107


View Profile
September 10, 2017, 06:28:17 AM
 #30

Any cryptonote miner would work for this?
Children of Gaia
Full Member
***
Offline Offline

Activity: 588
Merit: 116


View Profile
September 10, 2017, 06:43:32 AM
 #31

I like this no pre mine, but how much total supply of coin?
I vote for exchanges like bittrex, poloniex and c-cex I think that is a good place to listing your coin there.

Back to reality, this markets will never add a coin with "just for fun" purpose.

Any cryptonote miner would work for this?

Quote
Mining algorithm: POW, CryptoNight

So it's xmr-stak-cpu, ccminer, claymore etc.
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 10, 2017, 11:03:45 AM
 #32

quick question, you have forked pool source [cryptonote-forknote-pool], i was wondering what part is used to verify the login name? I'm trying to see if your fork will work with Masari coin, where the forknote pool's version always gives this error:

Code:
Error: Failed to parse block
    at BlockTemplate.nextBlob (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:129:23)
    at Miner.getJob (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:308:41)
    at handleMinerMethod (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:510:28)
    at handleMessage (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:645:13)
    at Socket.<anonymous> (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:699:25)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:191:7)
    at readableAddChunk (_stream_readable.js:178:18)
    at Socket.Readable.push (_stream_readable.js:136:10)
    at TCP.onread (net.js:561:20)

2017-09-08 03:44:20 [master] Pool fork 1 died, spawning replacement worker...

when i tried to run your version of the pool with the masari coin i always got an "invalid address" when connecting the miner!

I know this is not related to you here, but .... if its all in the name of fun and learning ... then i thought i'd ask Smiley

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 11, 2017, 08:00:37 PM
 #33

quick question, you have forked pool source [cryptonote-forknote-pool], i was wondering what part is used to verify the login name? I'm trying to see if your fork will work with Masari coin, where the forknote pool's version always gives this error:

Code:
Error: Failed to parse block
    at BlockTemplate.nextBlob (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:129:23)
    at Miner.getJob (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:308:41)
    at handleMinerMethod (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:510:28)
    at handleMessage (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:645:13)
    at Socket.<anonymous> (/home/mylin/Pools/cryptonote-xmr-pool/lib/pool.js:699:25)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:191:7)
    at readableAddChunk (_stream_readable.js:178:18)
    at Socket.Readable.push (_stream_readable.js:136:10)
    at TCP.onread (net.js:561:20)

2017-09-08 03:44:20 [master] Pool fork 1 died, spawning replacement worker...

when i tried to run your version of the pool with the masari coin i always got an "invalid address" when connecting the miner!

I know this is not related to you here, but .... if its all in the name of fun and learning ... then i thought i'd ask Smiley
Hi,

Don't worry for the off-topic.

As I know, Masari is a clone of Monero, right? Are you tried with https://github.com/zone117x/node-cryptonote-pool?

Best regards!
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 11, 2017, 11:18:29 PM
 #34

i tried them all ... they all come to where the miner connects and give the same error!! ... but then again, all of them have not been actively updated for a while, so i thought maybe yours is more up to date than all the other forks!

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 12, 2017, 09:43:24 AM
 #35

i tried them all ... they all come to where the miner connects and give the same error!! ... but then again, all of them have not been actively updated for a while, so i thought maybe yours is more up to date than all the other forks!
Ouch! Sad Yes, pools are really outdated. I will work on micronote pool code this afternoon. I will check what happen with Masari too, and I will upload code for Masari pool to Github if I can make it work! Stay in touch... Wink
admosfir
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
September 12, 2017, 09:51:30 AM
 #36

interesting project, waiting for more information. how about bounties?? no plan for it??
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 12, 2017, 10:59:17 AM
 #37

Ouch! Sad Yes, pools are really outdated. I will work on micronote pool code this afternoon. I will check what happen with Masari too, and I will upload code for Masari pool to Github if I can make it work! Stay in touch... Wink

really appreciate it ... following the thread here .... and the launch too Smiley))

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
weedoge
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
September 12, 2017, 03:53:09 PM
 #38

Please tell me there will be Windows binaries for at least the daemon upon launch?

And preferably a GUI too.

micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 12, 2017, 08:02:31 PM
Last edit: September 13, 2017, 11:53:43 PM by micronotecoin
 #39

Please tell me there will be Windows binaries for at least the daemon upon launch?

And preferably a GUI too.
Hi,

You can download the sources here: https://github.com/micronotecoin/micronotecoin

In the next days will be upload binaries for Windows and Linux.

I post here when are uploaded!

Best regards
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 12, 2017, 08:11:11 PM
 #40

First referendum will be closed yesterday. According to the results, the final specs are:

Total supply: 7,890,123.456789012345 XUNC
Time per block: 45 seconds
Fee: 0.0001 XUNC

Thanks for your votes!

Best regards!
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!