|
anotherlateminer
Legendary
Offline
Activity: 1415
Merit: 1003
Bagholder. Hodling shit since 2014
|
|
July 13, 2015, 07:42:13 PM |
|
What will be the next improvements for the coin?
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 13, 2015, 08: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.
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 14, 2015, 09:34:28 AM |
|
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
pineapples
Legendary
Offline
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
|
|
July 14, 2015, 01:58:28 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 rpcuser=SomeRandomString rpcpassword=EvenLongerRandomString rpcallowip=127.0.0.1 listen=0 server=1 daemon=1 logtimestamps=1 any suggestions ??
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 14, 2015, 08: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 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 ??
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
pineapples
Legendary
Offline
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
|
|
July 15, 2015, 03:17:40 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 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
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 15, 2015, 05:58:49 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 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 "i created an empty wallet. ??" Use two empty wallet.
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Dimitry
|
|
July 15, 2015, 12:37:02 PM |
|
What will be the next improvements for the coin?
Technically I have ideas.More important is rather the marketing and community building. well maybe those have to be build on something technically? :-)) something people look out for
|
|
|
|
LucD88
|
|
July 15, 2015, 03:42:54 PM |
|
I've been following LIMX for several weeks now. What exactly is being developed here? The price randomly jumps up and down every now and then while the volume is very low.
Is there any roadmap available or perhaps some future plans the developers can share with us? What are the goals of this coin?
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 15, 2015, 09:20:17 PM Last edit: July 15, 2015, 09:30:30 PM by Limx Dev |
|
I've been following LIMX for several weeks now. What exactly is being developed here? The price randomly jumps up and down every now and then while the volume is very low.
Is there any roadmap available or perhaps some future plans the developers can share with us? What are the goals of this coin?
LimecoinX was Core 9 and X11 algo. Today - Core 10, Instantx, Masternodes, Paperwallet and Darksend. We have a good foundation. You want a roadmap and others promise? This will not happen. Limecoinx is for me a 10 years project. Important now is a good distribution/marketing. Limecoinx ist kein Pumpcoin und wir werden auch keine Sinnlosen Roadmaps etc machen. Viel mehr wollen wir ein langfristigen Support anbieten. Natürlich werden wir auch alles daran setzten LimecoinX technologisch weiter zu entwickeln. Jedoch ist das nicht das wichtigste für einen Coin. Sondern die Langfristige Perspektive sowie faire und gerechte Verteilung! This is our value: "jawitech","miningspree","najzenmajsen","mikerbiker6" "Odd Thomas","newcripto","anotherlateminer","q327K091","Hamuki" "Bobsurplus","JUmpy14","drays","LIMX SUPPORT","Erkallys" "IParn","mdtspain","TrackCoin","proletariat","BanzaiBTC" "Velgelm","Real14Hero","john_doe","NoobKidOnTheBlock","jc12345" "fenix79","cryptocrap","lentzaj","magaura","jelt14","AdamWhite" "johnywalker","TripleHeXXX","crypspert","LucD88","crackfoo" "shotgun1969","cryptodev35","M4ketech","minerpools","pineapples" "LucD88","pineapples","Dimitry","pol5","capslock42","mucalov91" "cvasy","orenz","blackmasker","vitha putri" "ukon","bms2013","BanzaiBTC", "altcoin.center","dcct" "AikaPool","th3.r00t","BITDV","rapta","richiela","Cryptopia Exchange"
...old thread. "sylwt","lefichop","zxm7001","vindyne8", "platorin","foxy","Fercho","Jmtyra", "Rehael","s1ng","czvezda","altcoinherald","asaghost" "esotericizm","BitCoinDream","CryptoLaunch","louiseth1" "dimez","tricass","spicelord","USCMC2001" "AlfaONE","sebastiebass","elviselvis101","cinderpelt","ortchi"
"MinermanNC","Matni","dstorm","neleonele","Blas" "rubberpool","bitluryz","Poolest" "Hamsterer","lucienlu","bluez69","Oldriga","bitluryz" "Nthused","TheCoinFinder","CZSpitfire","USCMC2001","xBK201" "djaliel","OmarGsPools","q327K091","scott0577","chiguireitor" "UGETHIT"
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
pineapples
Legendary
Offline
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
|
|
July 16, 2015, 02:56:17 AM Last edit: July 16, 2015, 03:32:45 AM by pineapples |
|
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 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 "i created an empty wallet. ??" Use two empty wallet. two empty wallets ? what do you mean ? i have tried using two seperate addresses for the two tx. and i also have tried using a single address with two tx. , later i will try a brand new empty wallet with two seperate new addresses. ... doesnt help the explorer is lagging by a couple of days
|
|
|
|
wildduck
Legendary
Offline
Activity: 966
Merit: 1001
|
|
July 16, 2015, 06:13:07 AM |
|
Limx 10 years project, good dev always around.
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 16, 2015, 06:56:35 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 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 "i created an empty wallet. ??" Use two empty wallet. two empty wallets ? what do you mean ? i have tried using two seperate addresses for the two tx. and i also have tried using a single address with two tx. , later i will try a brand new empty wallet with two seperate new addresses. ... doesnt help the explorer is lagging by a couple of days https://dashtalk.org/threads/reubens-start-multiple-masternodes-from-one-wallet-guide-start-many.4034/a. New wallet setup Create a new address for each Masternode and encrypt the wallet. You do this by opening terminal and following the following instructions. You need separate Wallets?
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 16, 2015, 06:57:25 AM |
|
Limx 10 years project, good dev always around.
Thanks ... BTC Today 7 Years
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
|
Limx Dev
Copper Member
Legendary
Offline
Activity: 2352
Merit: 1348
|
|
July 16, 2015, 11:32:38 AM |
|
|
Bitcore BTX - a UTXO fork of Bitcoin - since 2017
|
|
|
BanzaiBTC
Legendary
Offline
Activity: 1526
Merit: 1002
Chipcoin Developer
|
|
July 16, 2015, 11:43:01 AM |
|
|
|
|
|
dcct
|
|
July 16, 2015, 11:46:31 AM Last edit: July 16, 2015, 01:22:59 PM by dcct |
|
did the amount of masternodes just double in the last 48 hrs or so? (added 22 yesterday)
|
|
|
|
pineapples
Legendary
Offline
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!
|
|
July 16, 2015, 12:44:01 PM |
|
|
|
|
|
|