Pages:
Author

Topic: [ANN][LimecoinX Rebrand to BitSend] - page 47. (Read 110652 times)

copper member
Activity: 2324
Merit: 1348
April 27, 2015, 09:08:15 AM
I see #4

#4 is me Smiley

But I had to copy the "wallet.dat" with 5000 LIMX from windows machine directly to the server. Otherwise it would not work and kept saying "Could not find suitable coins!". I am not sure if that is correct though, as now the wallet is online and exposed (so it is hot wallet, not a cold one as I would prefer).
How others are doing? Did you copy the wallet.dat to server, or there is another way to tie masternode to filled wallet, without the need to have the wallet.dat with 500 coins on the server?

The server does not need coins. Start your masternode from the remotely.

(Example Server conf)
Quote
rpcuser=worker
rpcpassword=123fasdjnhfjkasdfkjandkjasndjnaldnalsndasd1231241324
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=32
masternode=1
masternodeprivkey=7r6pasdasdasdasdHFPsFXpUH2eWyTOAE7QnN4CQkzZMf9Pj9vuz2

(Your Client Remoute)
Quote
Code: [Auswählen]
rpcuser=your-desired-username
rpcpassword=your-favourite-password
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
masternode=1
masternodeprivkey=MasternodeGeneratedKey
masternodeaddr=UbuntuServerIP:8886

Just as it is safe. Wink Regards
legendary
Activity: 2576
Merit: 1073
April 27, 2015, 08:59:15 AM
I see #4

#4 is me Smiley

But I had to copy the "wallet.dat" with 5000 LIMX from windows machine directly to the server. Otherwise it would not work and kept saying "Could not find suitable coins!". I am not sure if that is correct though, as now the wallet is online and exposed (so it is hot wallet, not a cold one as I would prefer).
How others are doing? Did you copy the wallet.dat to server, or there is another way to tie masternode to filled wallet, without the need to have the wallet.dat with 5000 coins on the server?
copper member
Activity: 2324
Merit: 1348
April 27, 2015, 05:34:55 AM
@ Mangle Blue http://forum.limx.eu/index.php?topic=10.0

Hi,

a brief overview.

Regards Christian  Wink




sr. member
Activity: 299
Merit: 250
April 27, 2015, 04:41:55 AM
actual nodelist:
"5.56.209.255:8886"
"85.214.68.75:8886"
"52.16.80.228:8886"
"46.101.151.114:8886
"88.215.150.2:8886
full member
Activity: 130
Merit: 100
April 27, 2015, 03:39:27 AM





Limx now on coinwik: http://coinwik.org/LimeCoinX

copper member
Activity: 2324
Merit: 1348
April 27, 2015, 03:10:29 AM
I see #4

 I see #5 Wink

I'm still looking for a forum moderator. http://www.forum.limx.eu/
sr. member
Activity: 299
Merit: 250
April 27, 2015, 02:52:44 AM
network hashrate 200mh/s.....ouch...
1      anonymous   167,111   7,694.405   0.00962 WTF(((( Diff go to moon now
2      anonymous   22,606   1,040.844   0.00130
3      anonymous   7,551   347.686   0.00043
4      Velgelm   7,393   340.423   0.00043
legendary
Activity: 2576
Merit: 1073
April 26, 2015, 09:50:09 PM
It all synched well. Now I am trying to understand how to tie the funded wallet with the masternode. Should I copy the wallet.dat from my Windows PC to the Ubuntu server? Or there is a more secure method.

The guide on http://forum.limx.eu/index.php?topic=8.0 says:

Quote
Once your linux shows the same block number as the website, you have completed the linux part. You can leave console/putty open, but in order to complete setup, you need to enter come commands on your Windows PC. With commands there, you will initiate connection from your funded wallet (5000 LIMX balance), which will enable masternode on linux.

But what are those secret commands? They are not listed in the guide...


Once you have the local wallet setup and the 5000LIMX with 15 confirmations you input into console

masternode start

It says "Could not find suitable coins!". I have now just 10 confirmations, so this could be the problem. Will wait a bit  Smiley
Thanks a lot!
legendary
Activity: 2576
Merit: 1073
April 26, 2015, 09:24:50 PM
It all synched well. Now I am trying to understand how to tie the funded wallet with the masternode. Should I copy the wallet.dat from my Windows PC to the Ubuntu server? Or there is a more secure method.

The guide on http://forum.limx.eu/index.php?topic=8.0 says:

Quote
Once your linux shows the same block number as the website, you have completed the linux part. You can leave console/putty open, but in order to complete setup, you need to enter come commands on your Windows PC. With commands there, you will initiate connection from your funded wallet (5000 LIMX balance), which will enable masternode on linux.

But what are those secret commands? They are not listed in the guide...
legendary
Activity: 2576
Merit: 1073
April 26, 2015, 09:12:40 PM
For use limecoinxd Ubuntu & Debian please install.

sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

https://github.com/LIMX-SUPPORT/LimecoinX/blob/master/doc/build-unix.md

Code:
for Ubuntu 12.04 and later:

sudo apt-get install libboost-all-dev

Thanks a lot for this link! I was stuck on libdb version issue (ubuntu does not use version 4.8 anymore, but 5.1 or 5.3, and its hard to find the 4.8 lins), but the guide covers that. Theses command from the guide should be added to any tutorial:
Quote
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
[/color]
Only after doing that this
Quote
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
will work.

Thanks to Mangled Blue for the guide too! That's very useful not to forget some details such as securing, cronjob etc! A heap of useful commands too, great!

Syncing finally now! Smiley
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 05:37:40 PM
LOL - had to do a lot more than that - I'll post it all soon - LOL

sync'n blockchain now on remote
local is ready

Won't be long now and you'll have 3 MN's

yawn.......
Oh lovely  Grin
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 04:37:21 PM
For use limecoinxd Ubuntu & Debian please install.

sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

https://github.com/LIMX-SUPPORT/LimecoinX/blob/master/doc/build-unix.md

Code:
for Ubuntu 12.04 and later:

sudo apt-get install libboost-all-dev
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 02:37:50 PM
Thank you Mangled Blue and BanzaiBTC.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
April 26, 2015, 02:07:06 PM
np man  Wink

Its a guide to teach people something, feel free to use it  Wink

I will create a new and updated one if I find the time  Wink
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 02:05:11 PM
Did you alter my masternode guide from Icash?  Roll Eyes Grin

Yes i have  Grin I will prove myself like to gratefully.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
April 26, 2015, 02:03:45 PM
Did you alter my masternode guide from Icash?  Roll Eyes Grin
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 02:00:05 PM
Nice to see this coin in good health. I will mine some and setup a few masternodes  Smiley How many Limx are required for running a masternode?

Cheers,

Banzai

You need 5000 Limx for a Masternode.  http://forum.limx.eu/index.php?topic=7.0

You can earn. 40/10 (20%) (Poolminer) or 25/25 50% (Solominer) @ Mangle Blue





legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
April 26, 2015, 01:56:51 PM
Nice to see this coin in good health. I will mine some and setup a few masternodes  Smiley How many Limx are required for running a masternode?

Cheers,

Banzai
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 12:50:25 PM
copper member
Activity: 2324
Merit: 1348
April 26, 2015, 11:36:20 AM
Hello,

I've recompiled my server's wallet, encrypt the new wallet, set masternode's private key...

Is there a way to check that my server is running a masternode?

Hi th3.r00t,

you can check with "masternode debug" or "masternodelist".

Regards

Code:
17:36:49

Welcome to the Limecoinx RPC console.
Pfeiltaste hoch und runter, um den Verlauf durchzublättern und Strg-L, um die Konsole zurückzusetzen.
Bitte help eingeben, um eine Übersicht verfügbarer Befehle zu erhalten.


17:37:09

masternodelist


17:37:09

{
    "5.56.209.255:8886" : "ENABLED",
    "85.214.68.75:8886" : "ENABLED"
}


17:37:27

masternode debug


17:37:27

masternode started remotely
Pages:
Jump to: