Bitcoin Forum
May 25, 2024, 03:24:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 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 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 18, 2017, 02:39:05 PM
Hi,
if you have install sentinel as root you can change the owner of sentinel directory with :
Code:
chown -R USER_NAME DIRECTORY
And try to run sentinel with same user of monacoCoind

thanks ill try that later.. after 16h i now got the status WATCHDOG_EXPIRED
i have sentinel installed and passed the test, something is wrong. maybe my crontab?

currently no time to work on that :/
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) on: August 18, 2017, 12:22:43 PM
Swapping has closed.

aha, really..  Angry
this is not even a scam, just a bunch of amateurs
363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 18, 2017, 08:22:30 AM
Masternode explorer finished ,so explorer bounty closed.

nice Smiley url?
364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 18, 2017, 08:12:33 AM
Another Dash clone
actually its ion clone
365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚡ [ANN] ⚡ DeepOnion TOR Integrated ⚡ No ICO 🚀 FREE Airdrops 🚀 5th of 40 Rounds on: August 18, 2017, 08:09:05 AM
#happyonionday

its only round 5/40
we almost at 500 pages.
keep it up guys!
these onions wont make us cry
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) on: August 17, 2017, 10:21:38 PM
Hi,

Can i still swap my CXT for CXTX ?

There is 7 days maximum swapping period, which has now ended, but if you don't swap during the 7 days then you will have to go with CXT or pay 20% extra CXT to swap.

You can still do the swap but pay 20% extra. Please use only the contact us form in http://coinonat.org/

- support team.


im still waiting for my swapping mail 7 days now
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 17, 2017, 07:05:49 PM
so to get a quick start i setup windows masternode for now.
but status is WATCHDOG_EXPIRED

i guess its because of sentinel?
sentinel for windows available?
or is it because of something else?

Yes , your masternode is set to WATCHDOG_EXPIRED with you dont have sentinel running every time, for my part i already run sentinel to linux, but is Phyton language normaly your can run to windows ou MaxOsX but i never try.

I send to devteam for try to run to windows and after post here if i have solution .

Why masternode is set to Watchdog_expired after few hours ?

Because sentinel software verify is masternode is up and syncronysed after verify  send to networks "ok is up" and if masternode is up he can reveice reward. Also sentinel is available for gouvernance systeme object (Masternode vote for project) post tutoriel in few week about Gouvernance object systeme.

Thank's for you support

thanks so back to linux, ill try to fix the symlinks first....
symlinks fix worked but now it needs miniupnp, which is a pain to install...
guess ill try to build again xD building....

ok i successfully build and launched the masternode.
ill write it down later, took some notes. i hope it stays online.

one problem:
i installed sentinel as root,
i now only works if i launch monacoCoin as root too, even if i configured the right path to .conf file

maybe i could have installed sentinel as user and it will work. ill try soon, maybe someone can confirm?
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 17, 2017, 06:50:09 PM
so to get a quick start i setup windows masternode for now.
but status is WATCHDOG_EXPIRED

i guess its because of sentinel?
sentinel for windows available?
or is it because of something else?
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 17, 2017, 04:43:31 PM
i have a problem when trying to start the wallet on linux vps ubuntu 16.04:

Code:
./monacoCoind: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

i installed all dependencies from tutorial..
what can it be ?!

Code:
/home/monaco# sudo updatedb && locate "libboost_system.so"
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.46.1
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0

i tried to generate symbolic link
Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0

still not working

The main dependencies for monacoCoin is :

Code:
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

You can check : https://github.com/monacocoin-net/monacoCoin-Core/blob/master/doc/build-unix.md for help you to build on linux,

also Try to ubuntu 14.04 is very easy to build

Thank's

thanks, the helpfile is very clear exept on this line:

Code:
git clone https://github.com/monacocoin-net/monacoCoin-Core.git cd monacoCoin-Core ./autogen.sh ./configure make make install # optional

i think it goes like this:

Code:
git clone https://github.com/monacocoin-net/monacoCoin-Core.git
cd monacoCoin-Core
./autogen.sh
./configure --without-miniupnpc
make
make install # optional
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 17, 2017, 12:59:50 PM
Code:
ldd monacoCoind

And look from where it wants to load the library.

Code:
/home/monaco# ldd monacoCoind
        linux-vdso.so.1 =>  (0x00007ffe59ff7000)
        libboost_system.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0 (0x00007f7186326000)
        libboost_filesystem.so.1.54.0 => not found
        libboost_program_options.so.1.54.0 => not found
        libboost_thread.so.1.54.0 => not found
        libboost_chrono.so.1.54.0 => not found
        libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f7185f80000)
        libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f7185b3c000)
        libminiupnpc.so.8 => not found
        libevent_pthreads-2.0.so.5 => not found
        libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f71858f5000)
        libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f71856f1000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f718536e000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7185065000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7184e4f000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7184c31000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7184867000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7184663000)
        /lib64/ld-linux-x86-64.so.2 (0x0000560922d93000)

ill try to build from source later

but now i see what you did there, i guess i would have to symlink all the missing files to make it work.
i dont use libminiupnp, i do have to disable it in source anyway.. great help thanks
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE] on: August 17, 2017, 10:02:29 AM
i have a problem when trying to start the wallet on linux vps ubuntu 16.04:

Code:
./monacoCoind: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

i installed all dependencies from tutorial..
what can it be ?!

Code:
/home/monaco# sudo updatedb && locate "libboost_system.so"
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.46.1
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0

i tried to generate symbolic link
Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0

still not working
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) on: August 17, 2017, 06:40:20 AM
i still heard nothing in regards of the swap, it seems you just dont care.
the problem i loose money everyday! how much does masternode earn? please hurry up!
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Neutron (NTRN) - Simple Staking, Medium Supply, Digital piggybank on: August 16, 2017, 05:24:34 PM
how to disable logfile in config?
on my winvps the log has reached 5gb in one day.
too much  Shocked

looks like one of these does the trick:

debug=0
log=0

also i havent been paid for 36h .. something is off...
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 16, 2017, 04:43:28 PM
anybody know who can set up block explorer,  i have no linux vps, so we need help. and we need blockchain explorer before exchange. thanks.

i would like to but it may take some time as i have never done it and have to read a lot
375  Alternate cryptocurrencies / Announcements (Altcoins) / How to - Masternodecoin - Cold Wallet (any OS) + Windows Masternode VPS on: August 16, 2017, 04:40:41 PM
How to - Masternodecoin - Cold Wallet (any OS) + Windows Masternode VPS

- Install and open wallet on Home Pc & Windows VPS
- Your Address is already created. We Use Home PC Wallet.
- Encrypt Wallet, Receive exactly 50,000 MTNC
- Backup your Wallet
- now still in Home Pc enter debug console, save all the data from the following commands:

you wallets private key
Code:
dumpprivkey <YOUR_WALLET_ADDRESS>

your masternodes private key
Code:
masternode genkey

your masternode transaction id
Code:
masternode outputs

got all that? keep this data save! ok, next up windows vps.

- close the wallet
- go to %appdata%/masternodecoin/
- you will find the masternodecoin.conf file
- edit the file, paste and edit the following:

Code:
rpcallowip=127.0.0.1
rpcuser=<ANY_USERNAME>
rpcpassword=<STRONG_PASSWORD_YOU_PROBABLY_WONT_NEED>
server=1
listen=1
staking=0
maxconnections=128
masternodeaddr=<YOUR_WIN-VPS_IP><YOUR_PREFERED_PORT>
masternode=1
externalip=<YOUR_WIN-VPS_IP><YOUR_PREFERED_PORT>
masternodeprivkey=<YOUR_MASTERNODE_PRIVATE_KEY>

- now launch the wallet, btw, we dont need to encrypt this. there wont be any currency on the node.

back on your Home PC Wallet

- go to masternode tab and create a new masternode.
- fill out the form, by now you should know what to paste:
-- Alias: nice name
-- Address: your vps ip address and port
-- PrivKey: your masternode private key
-- Txhash: the first long line from "masternode outputs" command
-- Output Index: its either 0 or 1, the only number behind the Txhash.

- Update the Tab at the bottom and start the Node.
- Backup your Wallet
- Hold Your MTNC
 



376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 16, 2017, 04:16:19 PM

tvym, also i think people would prefer .zip files



on first try, cold wallet with win vps masternode, thats how i like it, tutorial comming up...
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 16, 2017, 03:09:57 PM
i cannot download the windows wallet.
tried firefox and chrome
download wont start

maybe provide a mirror at sendspace or mediafire or somewhere
I now tried to download - everything works, everything is downloaded. I can perezalit in another place, the link will be published here.

yeah i got it too, took a while, mega seems to have problems.

@dev, please add version number to filename or foldername
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ Masternodecoin ▉▉▉▉░ Airdrop ░▉▉▉▉ Dark Send & Economic of Masternode on: August 16, 2017, 02:56:16 PM
i cannot download the windows wallet.
tried firefox and chrome
download wont start

maybe provide a mirror at sendspace or mediafire or somewhere
379  Alternate cryptocurrencies / Altcoin Discussion / Re: Coins with Masternode? on: August 16, 2017, 02:45:48 PM
New coin with masternodes is going to airdrop.

https://bitcointalk.org/index.php?topic=2056867

this is MTNC - Masternodecoin
if you want a masternode for masternodecoin you have to pay 0.075 btc now (for exchange listing) to own it. (50,000 MTNC)
if you wait for the airdrops it will take too long.

ill try my luck and get in early.
or wait for exchange, but we are not going to sell cheap Tongue
maybe some airdroped coins will be cheap..
380  Alternate cryptocurrencies / Altcoin Discussion / Re: Coins with Masternode? on: August 16, 2017, 02:38:11 PM
Masternodes = Centralization!

pretty much this.
 

masternode are only part of a good pos system
masternodes are not central, they are decentralized.
masternodes and pos are much more energy friendly, envioument friendly than pow
pow wont sustain in the long run, masternodes are for now the next best alternative.
you can hate them or love them, but they are here to stay.
dont miss the train, get in while you can.
Pages: « 1 2 3 4 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!