Pages:
Author

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

legendary
Activity: 1246
Merit: 1005
April 23, 2015, 03:48:00 PM
I'd like to buy some but the exchanges are on some wrong fork or something. PM if you want to sell me some.
copper member
Activity: 2324
Merit: 1348
April 23, 2015, 08:51:59 AM
Source for Version 11.2.25 ia aviable.  QT and Demon coming soon.

- Masternodes Bugs
- Linux compiling fixes

https://github.com/LIMX-SUPPORT/LimecoinX

Regards Christian

The new Wallet have a backupsystem for wallet.dat.

copper member
Activity: 2324
Merit: 1348
April 23, 2015, 07:19:24 AM
Hi,

a brief overview.




The new Version is 11.2.23.

I have add a new checkpoint. Upnp for windows-wallets is now --default--enable. I have add the coingahter server and aika pool. Please open your Port 8886.

Thank you  Wink

Source
https://github.com/LIMX-SUPPORT/LimecoinX

https://github.com/LIMX-SUPPORT/LimecoinX/blob/master/README.md

For use limecoinxd Ubuntu & Debian please install.

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

Known bug

The reward for Masternode ist 25 Limx per Block. My Solo rig work corecct. Aika Pool payed only 10 Limx on Masternode.
The cause is not clear to me.

Main.cpp
Code:
int64_t GetMasternodePayment(int nHeight, int64_t blockValue)
{
    int64_t ret = blockValue/2; // start at 50% LIMX

    return ret;
}



Desired ideas.

We need a seed server.

Regards Christian

copper member
Activity: 2324
Merit: 1348
April 22, 2015, 02:45:37 AM
Hi Mates,





addnode=5.56.209.255



Regards Christian
copper member
Activity: 2324
Merit: 1348
April 21, 2015, 01:22:18 AM
Hi Mates,

please Update your Pool and Exchange. ( Wrong Fork @ minerpools)


Setting up a masternode part 1 - Windows

We will be using your home computer and a cloud vps server with ubuntu ($5 a month)

Create a new .txt file, we need to copy/paste a few codes/addresses

Start with a new wallet (0 balance) but first back up your old wallet.dat if you have coins in it Wink
Open te QT, and make sure you have your firewall accepting connections from the Limecoinx QT Wink


Let it sync up.


After you synced, go to Tools=>Debugconsole=>Console
Then typ : masternode genkey              
Press enter

You will see a large code, copy this code to the .txt file for now. We need this code later on when we are setting up a new Limecoinx.conf file

Go back to your Wallet=>Tools=>Debugconsole=>Console
Then typ : getaccountaddress 0

This will give you a new Limecoinx address. Copy this address to the .txt file for now. We need this address later on to sent EXACTLY 5000 LIMX  to it (more or less will not work!) so you are able to be a masternode Wink



Next you need to encrypt your wallet! Make sure you think of a strong password!
Settings=>encrypt wallet

After doing that your wallet needs to restart.
Code:
(Example Server conf)
rpcuser=worker
rpcpassword=123fasdjnhfjkasdfkjandkjasndjnaldnalsndasd1231241324
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=32
masternode=1
masternodeprivkey=7r6pasdasdasdasdHFPsFXpUH2eWyTOAE7QnN4CQkzZMf9Pj9vuz2
Alright, It is time to sent those 5000 Limecoinx to the "address 0" you copy/pasted in the .txt file. make sure it is EXACTLY 5000!!  Cheesy

If you have coins in your backed up wallet. Close down the Limecoinx QT and just switch your wallet.dat with the back up wallet.dat (the one with your coins in it Wink) make sure you dont remove or lose the other "masternode" one, just put it away somewhere else for a sec.
Restart the Limecoinx QT, Let it load, and you should see you have balance again from your backup wallet.

Send 5000 coins to the Limecoinx address we put in the .txt file earlier. Let it fully confirm in the blockchain.
Close the Limecoinx QT and swap the wallet.dat files again. You will now need the masternode wallet.dat file again.

Next, we need to make a new .conf file
(Your Client Remoute)
Code:
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



Change username/password
Replace the MasternodeGeneratedKey with the one you copy/pasted in the .txt file
Save as Limecoinx.conf (we all know where to put this right?)

masternodeaddr=UbuntuServerIP:8886 Will be used in Part 2.

sr. member
Activity: 325
Merit: 250
April 20, 2015, 09:40:41 PM
CoinGather is updated.
hero member
Activity: 876
Merit: 500
AikaPool admin
full member
Activity: 130
Merit: 100
April 20, 2015, 06:00:06 PM
where is this trading??? bought and sold ages ago

 Cheesy limx has its first birthday soon and the 1% of all LIMX are already distributed.

 you can find the exchanges here http://www.limx.eu/#exchanges

Note: we do currently a hardfork to implement the masternode/darksend and instantx technology from dash.

legendary
Activity: 1246
Merit: 1005
April 20, 2015, 05:48:43 PM
where is this trading??? bought and sold ages ago
copper member
Activity: 2324
Merit: 1348
April 20, 2015, 05:44:37 PM
Aika Pools is only correct online!
copper member
Activity: 2324
Merit: 1348
April 20, 2015, 02:58:31 PM
Hi Mates,

Wallet is Online !! Fork @ 84125


http://sourceforge.net/projects/limx/files/

Regards  Grin

From Testnet...



First Support

sudo limecoinxd -daemon
limecoinxd: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Please read..

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

and

https://github.com/bitcoin/bitcoin/issues/4103
copper member
Activity: 2324
Merit: 1348
April 20, 2015, 02:03:44 PM
Hi Mates,

New Version Today

The new Version is a Hardfork!

Please stop your Exchange and Pool, make update

For installation please delete everything except wallet.dat. Start new QT and sync.

Limecoinx Core 11.2.22:

Rebrand to Limecoinx Core
Version bumped to 0.11 to indicate a new major release
Renamed client to identify with network from Satoshi to Core
Bumped protocol version to 70075
Masternode with 5000 LIMX
NEW Reward (50 LIMX /2 * 5 MIN)= 25 LIMX per Miner & 25 LIMX per Masternode
NEW RPC PORT 8800 and NEW P2PPortDefaul 8886

Mining Port is 8800 !


Code:
The Version 0.11.X add new function.

0.11.0 Release notes Limecoinx Core 0.11.0 is forked off the Bitcoin Core 0.9.3. The old limecoinx versions 0.9.1.4 were forked from the Litecoin 0.9.1.x tree. The following changes are introduced in this major release. This list is compiled from the release notes of Bitcoin Core 0.9.0, 0.9.1, 0.9.2, 0.9.2.1, 0.9.3 and was completed with the introduced changes to the Limecoinx Core 0.11.0.

Limecoinx Core:

Rebrand to Limecoinx Core
Version bumped to 0.11 to indicate a new major release
Renamed client to identify with network from Satoshi to Core
Bumped protocol version to 70075
Masternode with 5000 LIMX
NEW Reward (50 LIMX /2 * 5 MIN)= 25 LIMX per Miner & 25 LIMX per Masternode
NEW RPC PORT 8800 and NEW P2PPortDefaul 8886
Changed testnet address versions
Defined BIP32 (HD) address versions
Adapted BIP44 coin type 5 for Limecoinx (0x80000005) as defined in SLIP-0044
Added new units: limes (1 / 100.000.000 LIMX)
Added units for testnet: tLIMX, mtLIMX, uLIMX, tlimes
Fixed wallet locking after sending coins
Add -regtest mode, similar to testnet but private with instant block generation with setgenerate RPC.
Add separate limecoinx-cli client
- Implemented KeyPass integration for CLI, RPC and Qt: keepass, keepassport, keepasskey, keepassid, keepassname
Masternodes:
Masternodes:

Improve support for start-many with multi masternode config
New masternode rpc commands: stop-many, start-alias, stop-alias, list-conf
Fixed possible masternode payments exploit
Better support for non-specific masternode payments
Added masternode support for regtest
Randomly sort masternodes before picking next winner
Show number of masternodes in debug window
Darksend:

Reduced lower darksend limit to 1.5 LIMX
Fixed progress bar calculation for low amounts
Improved support for adding LIMX after anon has completed
Added denomination information to Overview tab
Added more detailed Darksend status information to Overview tab
Added Darksend high precision matching engine
Added Darksend balance to getinfo
Changed maximum rounds of mixing to 16
RPC:

Add getwalletinfo, getblockchaininfo and getnetworkinfo calls (will replace hodge-podge getinfo at some point)
Add a relayfee field to getnetworkinfo
Always show syncnode in getpeerinfo
sendrawtransaction: report the reject code and reason, and make it possible to re-send transactions that are already in the mempool
getmininginfo show right genproclimit
New notion of 'conflicted' transactions, reported as confirmations: -1
'listreceivedbyaddress' now provides tx ids
Add raw transaction hex to 'gettransaction' output
Updated help and tests for 'getreceivedby(account|address)'
In 'getblock', accept 2nd 'verbose' parameter, similar to getrawtransaction, but defaulting to 1 for backward compatibility
Add 'verifychain', to verify chain database at runtime
Add 'dumpwallet' and 'importwallet' RPCs
'keypoolrefill' gains optional size parameter
Add 'getbestblockhash', to return tip of best chain
Add 'chainwork' (the total work done by all blocks since the genesis block) to 'getblock' output
Make RPC password resistant to timing attacks
Clarify help messages and add examples
Add 'getrawchangeaddress' call for raw transaction change destinations
Reject insanely high fees by default in 'sendrawtransaction'
Add RPC call 'decodescript' to decode a hex-encoded transaction script
Make 'validateaddress' provide redeemScript
Add 'getnetworkhashps' to get the calculated network hashrate
New RPC 'ping' command to request ping, new 'pingtime' and 'pingwait' fields in 'getpeerinfo' output
Adding new 'addrlocal' field to 'getpeerinfo' output
Add verbose boolean to 'getrawmempool'
Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance
Explicitly ensure that wallet is unlocked in importprivkey
Add check for valid keys in importprivkey
Disable SSLv3 (in favor of TLS) for the RPC client and server.
Command-line options:

Fix -printblocktree output
Show error message if ReadConfigFile fails
New option: -nospendzeroconfchange to never spend unconfirmed change outputs
New option: -zapwallettxes to rebuild the wallet's transaction information
Rename option '-tor' to '-onion' to better reflect what it does
Add '-disablewallet' mode to let limecoinxd run entirely without wallet (when built with wallet)
Update default '-rpcsslciphers' to include TLSv1.2
make '-logtimestamps' default on and rework help-message
RPC client option: '-rpcwait', to wait for server start
Remove '-logtodebugger'
Allow -noserver with limecoinxd
Make -proxy set all network types, avoiding a connect leak.
Block-chain handling and storage:

Upgrade leveldb to 1.17
Check for correct genesis (prevent cases where a datadir from the wrong network is accidentally loaded)
Allow txindex to be removed and add a reindex dialog
Log aborted block database rebuilds
Store orphan blocks in serialized form, to save memory
Limit the number of orphan blocks in memory to 750
Fix non-standard disconnected transactions causing mempool orphans
Protocol and network code:

Don't poll showmyip.com, it doesn't exist anymore
Add a way to limit deserialized string lengths and use it
Increase IsStandard() scriptSig length
Avoid querying DNS seeds, if we have open connections
Remove a useless millisleep in socket handler
Stricter memory limits on CNode
Better orphan transaction handling
Add -maxorphantx= and -maxorphanblocks= options for control over the maximum orphan transactions and blocks
Per-peer block download tracking and stalled download detection
Prevent socket leak in ThreadSocketHandler and correct some proxy related socket leaks
Use pnode->nLastRecv as sync score (was the wrong way around)
Drop the fee required to relay a transaction to 0.01mDRK per kilobyte
Send tx relay flag with version
New 'reject' P2P message (BIP 0061, see https://gist.github.com/gavinandresen/7079034 for draft)
Dump addresses every 15 minutes instead of 10 seconds
Relay OP_RETURN data TxOut as standard transaction type
Remove CENT-output free transaction rule when relaying
Lower maximum size for free transaction creation
Send multiple inv messages if mempool.size > MAX_INV_SZ
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
Do not treat fFromMe transaction differently when broadcasting
Process received messages one at a time without sleeping between messages
Improve logging of failed connections
Add some additional logging to give extra network insight
Limit the number of new addressses to accumulate
Wallet:

Check redeemScript size does not exceed 520 byte limit
Ignore (and warn about) too-long redeemScripts while loading wallet
Make GetAvailableCredit run GetHash() only once per transaction (performance improvement)
Lower paytxfee warning threshold
Fix importwallet nTimeFirstKey (trigger necessary rescans)
Log BerkeleyDB version at startup
CWallet init fix
Bug fixes and new regression tests to correctly compute the balance of wallets containing double-spent (or mutated) transactions
Store key creation time. Calculate whole-wallet birthday.
Optimize rescan to skip blocks prior to birthday
Let user select wallet file with -wallet=foo.dat
Don't count txins for priority to encourage sweeping
Don't create empty transactions when reading a corrupted wallet
Fix rescan to start from beginning after importprivkey
Mining:

Increase default -blockmaxsize/prioritysize to 750K/50K
'getblocktemplate' does not require a key to create a block template
Mining code fee policy now matches relay fee policy
GUI:

fix 'opens in testnet mode when presented with a BIP-72 link with no fallback'
AvailableCoins: acquire cs_main mutex
Fix unicode character display on MacOSX
Fix various coin control visual issues
Show number of in/out connections in debug console
Show weeks as well as years behind for long timespans behind
Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected.
Show also value for options overridden on command line in options dialog
Fill in label from address book also for URIs
Fixes feel when resizing the last column on tables
Fix ESC in disablewallet mode
Add expert section to wallet tab in optionsdialog
Do proper boost::path conversion (fixes unicode in datadir)
Only override -datadir if different from the default (fixes -datadir in config file)
Show rescan progress at start-up
Show importwallet progress
Get required locks upfront in polling functions (avoids hanging on locks)
Catch Windows shutdown events while client is running
Optionally add third party links to transaction context menu
Check for !pixmap() before trying to export QR code (avoids crashes when no QR code could be generated)
Fix "Start limecoinx on system login"
Switch to Qt 5.2.0 for Windows build
Add payment request (BIP 0070) support
Improve options dialog
Show transaction fee in new send confirmation dialog
Add total balance in overview page
Allow user to choose data directory on first start, when data directory is missing, or when the -choosedatadir option is passed
Save and restore window positions
Add vout index to transaction id in transactions details dialog
Add network traffic graph in debug window
Add open URI dialog
Improve receive coins workflow: make the 'Receive' tab into a form to request payments, and move historical address list functionality to File menu.
Move initialization/shutdown to a thread. This prevents "Not responding" messages during startup. Also show a window during shutdown.
Don't regenerate autostart link on every client startup
Show and store message of normal limecoinx:URI
Fix richtext detection hang issue on very old Qt versions
OS X: Make use of the 10.8+ user notification center to display Growl-like notifications
OS X: Added NSHighResolutionCapable flag to Info.plist for better font rendering on Retina displays.
OS X: Fix limecoinx-qt startup crash when clicking dock icon
Linux: Fix Gnome limecoinx: URI handler
Validation:

Log reason for non-standard transaction rejection
Prune provably-unspendable outputs, and adapt consistency check for it.
Detect any sufficiently long fork and add a warning
Call the -alertnotify script when we see a long or invalid fork
Fix multi-block reorg transaction resurrection
Reject non-canonically-encoded serialization sizes
Reject dust amounts during validation
Accept nLockTime transactions that finalize in the next block
consensus: guard against openssl's new strict DER checks
fail immediately on an empty signature
Improve robustness of DER recoding code
Build system:

Add OSX build descriptors to gitian
Fix explicit --disable-qt-dbus
Don't require db_cxx.h when compiling with wallet disabled and GUI enabled
Improve missing boost error reporting
gitian-linux: --enable-glibc-back-compat for binary compatibility with old distributions
gitian: don't export any symbols from executable
gitian: build against Qt 4.6
devtools: add script to check symbols from Linux gitian executables
Remove build-time no-IPv6 setting
Add statically built executables to Linux build
Switch to autotools-based build system
Build without wallet by passing --disable-wallet to configure, this removes the BerkeleyDB dependency
Upgrade gitian dependencies (libpng, libz, libupnpc, boost, openssl) to more recent versions
Windows 64-bit build support
Solaris compatibility fixes
Check integrity of gitian input source tarballs
Enable full GCC Stack-smashing protection for all OSes
build: Fix OSX build when using Homebrew and qt5
Keep symlinks when copying into .app bundle
osx: fix signing to make Gatekeeper happy (again)
Miscellaneous:

key.cpp: fail with a friendlier message on missing ssl EC support
Remove bignum dependency for scripts
Upgrade OpenSSL to 1.0.1i, includes CVE-2014-0224, CVE-2014-0160 and CVE-2014-0076 (see https://www.openssl.org/news/secadv_20140806.txt)
Upgrade miniupnpc to 1.9.20140701
Fix boost detection in build system on some platforms
Replace non-threadsafe C functions (gmtime, strerror and setlocale)
Add missing cs_main and wallet locks
Avoid exception at startup when system locale not recognized
devtools: add a script to fetch and postprocess translations
Refactor -alertnotify code
doc: Add instructions for consistent Mac OS X build names
Limecoinx Core 0.11.1 supports a full implementation of InstantX, Darksend improvements and a new version of enforcement compatible with the newer Bitcoin architechure.

Fully implemented IX
Added support for DSTX messages, as a result DS should be much faster
Clear vValue in SelectCoinsMinConf - should fix an issue with conflicted txes
Debug window -> "Tools window" renaming
Last Darksend message text added in overview page
Many new languages are supported, such as German, Vietnamese, Spanish
Fixed required maturity of coins before sending
New masternode payments enforcement implementation
Added support to ignore IX confirmations when needed
Added --instantxdepth, which will show X confirmations when a transaction lock is present
fix coin control crash https://github.com/bitcoin/bitcoin/pull/5700
always get only confirmed coins by AvailableCoins for every DS relative action
New languages supported Portuguese, German, Russian, Polish, Spanish, Vietnamese, French, Italian, Catalan, Chinese, Danish, Finnish, Swedish, Czech, Turkish and Bavarian (and many more)
Full implementation of spork. Currently this includes 4 different sporks, InstantX, InstantX block enforcement, masternode payments enforcement, and reconverge. This uses the inventory system, so it's super efficient and very powerful for future development. Reconverge will put the blockchain into a mode where it will attempt to reprocess any forks without restarting the client, this means if we even had a fork in the future this can be triggered to fix it without any damage to the network.
Masternode payments now uses the inventory system, which will result in much lower bandwidth usage
Improved caching
use wallet db ds flag in rpc
update tx types in UI / fix tx decomposition / use wallet db ds flag
use wallet db to save ds flag / debug
use AvailableCoinsType instead of string in walletmodel
New inventory system for IX messaging, providing super fast/low bandwidth IX communication





Regards Christian
copper member
Activity: 2324
Merit: 1348
April 16, 2015, 01:05:27 PM
I need to learn how to setup a node for a coin
You have linx? and/or guide?

Next week we add more infos.





Regards Christian
copper member
Activity: 2324
Merit: 1348
April 14, 2015, 02:42:10 AM
I'll setup a NODE tomorrow.


Nice Works Guys Smiley
The new version is not ready yet. I am looking for some bugs. Wink
full member
Activity: 406
Merit: 101
April 13, 2015, 10:15:37 PM
I'll setup a NODE tomorrow.


Nice Works Guys Smiley
copper member
Activity: 2324
Merit: 1348
April 13, 2015, 09:39:50 AM
Hi Mates,

We are looking for the new forum or two moderators.

http://forum.limx.eu/index.php

Regards limxdev
copper member
Activity: 2324
Merit: 1348
April 09, 2015, 06:01:22 PM
He,

we need a Node Seed Server for LimeCoinx and a Mac Wallet (9.1.3. Source on github "https://github.com/LIMX-SUPPORT/LimecoinX/tree/0.9-limx-core-theme").

Can anyone help?

Regards Christian

Play Limxian on http://www.limxian.org/limxian/
or limxian.net


I maybe can help with seed server.
Send me a PM to tell me what you need for setting this up.

This is great  Smiley What software they use for this?

Limx Dev,

If you still need the MAC wallet then let me know. Will compile it for your comunity

Oh lovely ! I need this for the next update! Regards.
legendary
Activity: 1076
Merit: 1003
April 09, 2015, 03:15:07 PM
He,

we need a Node Seed Server for LimeCoinx and a Mac Wallet (9.1.3. Source on github "https://github.com/LIMX-SUPPORT/LimecoinX/tree/0.9-limx-core-theme").

Can anyone help?

Regards Christian

Play Limxian on http://www.limxian.org/limxian/
or limxian.net


I maybe can help with seed server.
Send me a PM to tell me what you need for setting this up.

This is great  Smiley What software they use for this?

Limx Dev,

If you still need the MAC wallet then let me know. Will compile it for your comunity
copper member
Activity: 2324
Merit: 1348
April 09, 2015, 11:35:21 AM
He,

we need a Node Seed Server for LimeCoinx and a Mac Wallet (9.1.3. Source on github "https://github.com/LIMX-SUPPORT/LimecoinX/tree/0.9-limx-core-theme").

Can anyone help?

Regards Christian

Play Limxian on http://www.limxian.org/limxian/
or limxian.net


I maybe can help with seed server.
Send me a PM to tell me what you need for setting this up.

This is great  Smiley What software they use for this?
sr. member
Activity: 312
Merit: 250
April 09, 2015, 08:33:39 AM
He,

we need a Node Seed Server for LimeCoinx and a Mac Wallet (9.1.3. Source on github "https://github.com/LIMX-SUPPORT/LimecoinX/tree/0.9-limx-core-theme").

Can anyone help?

Regards Christian

Play Limxian on http://www.limxian.org/limxian/
or limxian.net


I maybe can help with seed server.
Send me a PM to tell me what you need for setting this up.
Pages:
Jump to: