Pages:
Author

Topic: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system - page 7. (Read 7774 times)

newbie
Activity: 28
Merit: 0
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,
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
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
newbie
Activity: 28
Merit: 0
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!
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Can a forknote be used?
I want to launch the pool, this engine will work?
https://github.com/forknote/cryptonote-forknote-pool

newbie
Activity: 28
Merit: 0
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!
newbie
Activity: 28
Merit: 0
Uploaded binaries to Github:

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

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

Best regards
newbie
Activity: 28
Merit: 0
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!
newbie
Activity: 28
Merit: 0
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
member
Activity: 98
Merit: 10
Please tell me there will be Windows binaries for at least the daemon upon launch?

And preferably a GUI too.
sr. member
Activity: 291
Merit: 250
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))
full member
Activity: 280
Merit: 100
interesting project, waiting for more information. how about bounties?? no plan for it??
newbie
Activity: 28
Merit: 0
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
sr. member
Activity: 291
Merit: 250
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!
newbie
Activity: 28
Merit: 0
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. (/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!
sr. member
Activity: 291
Merit: 250
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. (/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
full member
Activity: 588
Merit: 116
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.
full member
Activity: 518
Merit: 107
Any cryptonote miner would work for this?
sr. member
Activity: 291
Merit: 250
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))
newbie
Activity: 48
Merit: 0
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
Pages:
Jump to: