Pages:
Author

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

legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
July 14, 2015, 11:17:40 PM
Alias MN guide
LOCAL WALLET
1. create a file masternode.conf
~/.limecoinx/masternode.conf
2. masternode.conf format
ALIAS_NAME IP_MASTERNODE::8886 MASTERNODE_PRIVKEY TRANSACTIONHASH INDEX_NUMBER(0 or 1 - 5000 limx transaction)

example:
MN1 8.8.8.8:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f6abe037c5a3391b3d31c60b51a3b 0
MN2 8.8.8.4:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f8abe037c5a3391b3d34c60b51a3b 0

3. starting your MN
./limecoinxd masternode start-many
or
./limecoinxd masternode start-alias ALIAS_NAME

i'm having trouble with start-many . i keep receiving a "could not allocate vin"

i followed https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

.
i created an empty wallet.
imported two privkeys
did a > masternode genkey
also > masternode outputs (two of them were output)

placed output in masternode.conf

master1 1.2.3.4:8886 genkey txHash1 index
master2 1.2.3.4:8886 samegenkey txHash2 index


limecoinx.conf has contents as suggested by reubens walk though
Code:
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1


any suggestions ??

 if(!GetMasterNodeVin(vin, pubKeyCollateralAddress, keyCollateralAddress, txHash, strOutputIndex)) {
        errorMessage = "could not allocate vin";
        LogPrintf("CActiveMasternode::Register() - Error: %s\n", errorMessage.c_str());
        return false;
    }

Something is missing ??

lol but what ? and how ?

as far as i can tell i have put correct and appropriate data in masternode.conf
copper member
Activity: 2324
Merit: 1348
July 14, 2015, 04:13:36 PM
Alias MN guide
LOCAL WALLET
1. create a file masternode.conf
~/.limecoinx/masternode.conf
2. masternode.conf format
ALIAS_NAME IP_MASTERNODE::8886 MASTERNODE_PRIVKEY TRANSACTIONHASH INDEX_NUMBER(0 or 1 - 5000 limx transaction)

example:
MN1 8.8.8.8:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f6abe037c5a3391b3d31c60b51a3b 0
MN2 8.8.8.4:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f8abe037c5a3391b3d34c60b51a3b 0

3. starting your MN
./limecoinxd masternode start-many
or
./limecoinxd masternode start-alias ALIAS_NAME

i'm having trouble with start-many . i keep receiving a "could not allocate vin"

i followed https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

.
i created an empty wallet.
imported two privkeys
did a > masternode genkey
also > masternode outputs (two of them were output)

placed output in masternode.conf

master1 1.2.3.4:8886 genkey txHash1 index
master2 1.2.3.4:8886 samegenkey txHash2 index


limecoinx.conf has contents as suggested by reubens walk though
Code:
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1


any suggestions ??

 if(!GetMasterNodeVin(vin, pubKeyCollateralAddress, keyCollateralAddress, txHash, strOutputIndex)) {
        errorMessage = "could not allocate vin";
        LogPrintf("CActiveMasternode::Register() - Error: %s\n", errorMessage.c_str());
        return false;
    }

Something is missing ??
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
July 14, 2015, 09:58:28 AM
Alias MN guide
LOCAL WALLET
1. create a file masternode.conf
~/.limecoinx/masternode.conf
2. masternode.conf format
ALIAS_NAME IP_MASTERNODE::8886 MASTERNODE_PRIVKEY TRANSACTIONHASH INDEX_NUMBER(0 or 1 - 5000 limx transaction)

example:
MN1 8.8.8.8:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f6abe037c5a3391b3d31c60b51a3b 0
MN2 8.8.8.4:8886 MASTERNODE_PRIVKEY dffd1b04eaa08d355243209f29646078302f8abe037c5a3391b3d34c60b51a3b 0

3. starting your MN
./limecoinxd masternode start-many
or
./limecoinxd masternode start-alias ALIAS_NAME

i'm having trouble with start-many . i keep receiving a "could not allocate vin"

i followed https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/

.
i created an empty wallet.
imported two privkeys
did a > masternode genkey
also > masternode outputs (two of them were output)

placed output in masternode.conf

master1 1.2.3.4:8886 genkey txHash1 index
master2 1.2.3.4:8886 samegenkey txHash2 index


limecoinx.conf has contents as suggested by reubens walk though
Code:
rpcuser=SomeRandomString
rpcpassword=EvenLongerRandomString
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1


any suggestions ??
copper member
Activity: 2324
Merit: 1348
copper member
Activity: 2324
Merit: 1348
July 13, 2015, 04:28:02 PM
What will be the next improvements for the coin?

Technically I have ideas.More important is rather the marketing and community building.
legendary
Activity: 1414
Merit: 1003
Bagholder. Hodling shit since 2014
July 13, 2015, 03:42:13 PM
What will be the next improvements for the coin?
sr. member
Activity: 280
Merit: 250
July 13, 2015, 11:51:54 AM
Hi,

bchain is on the correct chain again. Sry, it took me some time to upgrade it.

https://bchain.info/LIMX/

- dcct
copper member
Activity: 2324
Merit: 1348
July 13, 2015, 10:07:26 AM
https://coinwallet.co don't seem to work  Undecided

Yes it is already known. We have repeatedly written to him. Thank you Smiley
full member
Activity: 239
Merit: 100
July 13, 2015, 09:54:00 AM
https://coinwallet.co don't seem to work  Undecided
copper member
Activity: 2324
Merit: 1348
July 13, 2015, 08:15:51 AM
Hi Mates... the Hacker has forked https://blockexperts.com/limx/height/106715v !!Blockexpert, cyptopia, wrong Chain.

The correct Chain is 106920
( Aika poo http://aikapool.com/limx/index.php?page=statistics&action=pool l)
All Masternode correct.
Reference Node correct.
Bittrex Node correct.
Bchain correct.
Aika correct...
legendary
Activity: 1120
Merit: 1004
July 13, 2015, 03:30:24 AM
I love the tool in the wallet that said how much data is sent and received Wink !
copper member
Activity: 2324
Merit: 1348
July 13, 2015, 03:28:55 AM
I think he means,

Why does LimX only work with 1 portnr, when coins like crave etc dont have a " fixed"  port for the masternodes Wink


Yes that would solve my problem I think. But if there is a reason for havind a fixed port... can i circumvent this loop?

or

How can i run multiple LIMX nodes on a single windows system?

Ehm... I would really prefer to avoid anyone to run many masternodes... Just because I like the current payouts  Grin

But I have really enjoyed reading your posts in 8BIT thread (clever and educated people are a kind of rarity here Undecided), so here is a hint:

my masternodes are actually working on different ports on the server (according to what I wrote in limecoinx.conf). But I have started them remotely on a machine where 8886 written in the limecoinx.conf. Not sure if that is intended use, but it works  Wink

Hope it helps. Let me know if it doesn't.

Don't run too many MN's please  Grin.


Can you a tutorial in the forum post?
http://forum.limx.eu/index.php?board=5.0
Regards  Wink
legendary
Activity: 2576
Merit: 1073
July 12, 2015, 07:14:21 PM
I think he means,

Why does LimX only work with 1 portnr, when coins like crave etc dont have a " fixed"  port for the masternodes Wink


Yes that would solve my problem I think. But if there is a reason for havind a fixed port... can i circumvent this loop?

or

How can i run multiple LIMX nodes on a single windows system?

Ehm... I would really prefer to avoid anyone to run many masternodes... Just because I like the current payouts  Grin

But I have really enjoyed reading your posts in 8BIT thread (clever and educated people are a kind of rarity here Undecided), so here is a hint:

my masternodes are actually working on different ports on the server (according to what I wrote in limecoinx.conf). But I have started them remotely on a machine where 8886 written in the limecoinx.conf. Not sure if that is intended use, but it works  Wink

Hope it helps. Let me know if it doesn't.

Don't run too many MN's please  Grin.
sr. member
Activity: 441
Merit: 251
July 12, 2015, 06:48:33 PM
I think he means,

Why does LimX only work with 1 portnr, when coins like crave etc dont have a " fixed"  port for the masternodes Wink


Yes that would solve my problem I think. But if there is a reason for havind a fixed port... can i circumvent this loop?

or

How can i run multiple LIMX nodes on a single windows system?
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
July 12, 2015, 07:10:39 AM
I think he means,

Why does LimX only work with 1 portnr, when coins like crave etc dont have a " fixed"  port for the masternodes Wink
copper member
Activity: 2324
Merit: 1348
July 12, 2015, 05:45:57 AM
how can i run multiple nodes on a windows machine?

limx requires me to use port 8886.

when opening a second wallet it gives the following message:
"Unable to bind to 0.0.0.0:8886 on this computer. Limecoinx Core is probably already running."

Of course this is the case as i want to run multiple instances from seperate directories.

If i change port settings in config it gives the message that mainnet requires port 8886 to be used, now im stuck in a loop...

any help would be appreciated
You can use... Vmware -> Virtuell Machines (Example)
sr. member
Activity: 441
Merit: 251
July 11, 2015, 12:32:58 PM
how can i run multiple nodes on a windows machine?

limx requires me to use port 8886.

when opening a second wallet it gives the following message:
"Unable to bind to 0.0.0.0:8886 on this computer. Limecoinx Core is probably already running."

Of course this is the case as i want to run multiple instances from seperate directories.

If i change port settings in config it gives the message that mainnet requires port 8886 to be used, now im stuck in a loop...

any help would be appreciated
copper member
Activity: 2324
Merit: 1348
July 11, 2015, 09:42:16 AM
33 Masternodes


15:40:31

masternodelist


15:40:31

{
    "108.61.179.50:8886" : "ENABLED",
    "46.101.151.114:8886" : "ENABLED",
    "46.101.151.114:8886" : "ENABLED",
    "46.101.151.114:8886" : "ENABLED",
    "46.101.151.114:8886" : "ENABLED",
    "85.214.68.75:8886" : "ENABLED",
    "128.199.179.85:8886" : "ENABLED",
    "54.209.49.228:8886" : "ENABLED",
    "198.52.227.176:8886" : "ENABLED",
    "198.52.227.174:8886" : "ENABLED",
    "104.131.181.16:8886" : "ENABLED",
    "104.207.159.110:8886" : "ENABLED",
    "104.207.159.110:8886" : "ENABLED",
    "104.207.159.110:8886" : "ENABLED",
    "104.207.159.110:8886" : "ENABLED",
    "198.50.152.135:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "54.209.49.228:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED",
    "88.215.150.2:8886" : "ENABLED"
}


Good Work  ~86 LIMX per Day per Node
copper member
Activity: 2324
Merit: 1348
July 09, 2015, 04:44:16 PM
Bounty List

1 x 52.000 LIMX Android Wallet 50.000 LIMX ( Open Source GitHub and Listing Android Store)
3 x 1500 LIMX For an animated banner
legendary
Activity: 2576
Merit: 1073
July 07, 2015, 06:47:41 PM
how many masternodes are there?

28 atm. However additionally there is a big pack of some TOR masternodes (10-15) kicking in occasionally, then disappearing again.
Pages:
Jump to: