Author

Topic: | Nxt | Blockchain Platform | Proof of Stake | Official - page 246. (Read 941261 times)

member
Activity: 76
Merit: 10
which way will i obtain profit from lease balance - pool will send me automatically each week ?

With the nxtcrypto pool you need to send a message:

Quote
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.

http://pool.nxtcrypto.org/howto.html

You can do this easily within your client by sending an empty message to account NXT-K5KL-23DJ-3XLK-22222 (which is account 1460178482)

ok, thank
so i should send AM before my leasing time time run out or after my leasing period expire



Any time is fine.
They will send the funds when you want even when your lease time has expired Smiley

Do remember that it will take 1440 blocks for them to send this, that's about 1,5 days.

i already earned 0.01 nxt = it´s 0.0001517263707174008 $
It looks promising
legendary
Activity: 1092
Merit: 1010
UPDATE

https://nxtforum.org/nrs-releases/nrs-v1-4-1e/

Quote
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 1.4.1e

https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.4.1e.zip

sha256:

2777a11b701170d7decc01bb82a9049abc37bd293374f852d1810c8195d9842b  nxt-client-1.4.1e.zip


Change log:

This is a bugfix release following 1.4.0e.

Fixed Currency Exchange Booth not working. Fixed currency decimals issue.

Fixed minor bugs in MS transaction validation.

Show total alias count in aliases page. Alias deletion and dividend payment
UI fixes.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJUkfhFAAoJEFOhyXc7+e2AlyQQAOUQHpZc+03kvf0aVQIy45oU
XtHKlt98PwjSKW0MdzyKXXTohdMFTHKR3vvaSRMFqVu+Bvf8ZCL1liLD/J0kidO9
E2AxCvcvAnNKwcNlJQPZjLsboR7aACHG1qwrICOXYeYuBBLrqlUx6UuPjFZdBHXB
BszYDcxpIZ8thUwa/dPhTVdq9Q0AmKoPMME/Jq0OH2tfM3SJEMRI4NkWQbQ8YjmB
1xCt8Z2aplKIJGYmo8pvxZBXvo52N277EKXBnZfn55LoHjIQL3hX4WMBc3GwshhA
9mvJNyMsS4ZTRREH2ZjwiVsu2p+sZ53JBzwhXSpzm2R6LoUrrVA9E6h0ZzKWSj/c
yFvkZjAvGobmmZ6a1kzAiRGKLildkpS2CIDOyy32NMHL9yu538jbbmMvtVVAr1oM
uZehyJxwym+49t0F6dtjwj60nbfYgJoEjXcdidyby+0AQOBHcx+uvhz1easxtsMd
1SgkJ77EdwntK1hXM1Dkx24vA6jABkjihZyBMn3IKQvaSToZFRPe9RXMdqtu+Or6
QmAoXuvy+65I361J6m0wbB1yFvpTgPlOdBAnRr/rx85v3Z+QnNBm6ApmIirINNy7
hRtsvdv6REnI/L8MJdjyGV63nfsuOFqiP32I50cy8XhiO87Cxtpr1SZCHXyk6t5V
iO9Z9Cznf748wQC1TW3u
=TfLA
-----END PGP SIGNATURE-----
legendary
Activity: 1540
Merit: 1000
hero member
Activity: 574
Merit: 500
legendary
Activity: 1092
Merit: 1010
NEW EXPERIMENTAL RELEASE: https://nxtforum.org/nrs-releases/nrs-v1-4-0e/

New features:

Monetary System.
Dividend payment transaction.
Delete alias transaction.
Message pattern in AccountInfo.


This is the experimental release to test the new Monetary System major feature.

Quote
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 1.4.0e

https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.4.0e.zip

sha256:

9322c03f7e9ddc97278de25a4f14006f00d0c88974c10fabef8d3f031f1aa668  nxt-client-1.4.0e.zip


Change log:

This is the experimental release to test the new Monetary System major feature.
It is enabled on testnet, and those running testnet nodes should upgrade to this
release, even if they don't plan to use the MS features, otherwise will be left
on a fork. This release is also possible to run on main net, but is not to be
considered stable for production use there. The Monetary System block is not yet
defined for main net.


New features:

Monetary System.
See https://bitbucket.org/JeanLucPicard/nxt/issue/205/monetary-system-documentation
for a detailed description.
See https://bitbucket.org/JeanLucPicard/nxt/issue/207/mint-worker-utility for a
description of the MintWorker tool for currency minting.

Dividend payment transaction. Asset issuers can make a dividend payment to all
asset holders with a single transaction. Required parameters are the blockchain
height at which asset holders shares will be counted (must be less than 1440
blocks in the past), and the amount to be paid per share.

Delete alias transaction. The owner of an alias can now delete it completely,
thus making the alias available for anyone to reserve again if desired.

Message pattern in AccountInfo. An account owner can set a regular expression
pattern in the AccountInfo for his account, using the setAccountInfo API.
Once such a pattern has been set, incoming transactions to this account are only
accepted if they contain a plain text message which matches this pattern. The
syntax follows the java.util.regex.Pattern specification.


API changes:

After MS block, adding a public key announcement when sending a transaction to
an account without a public key will be optional.

Added withMessage boolean parameter to getAccountTransactions and
getAccountTransactionIds APIs, to return only transactions having a message
attachment, either non-encrypted or decryptable by the account.

Added optional includeLessors, includeAssets, and includeCurrencies boolean
parameters to getAccount API. Set to false when retrieving those data is not
needed, in order to improve the getAccount performance.

After MS block, sending messages, selling aliases, and leasing balances, to the
Genesis account, will be disallowed.

The popOff debug API now allows pop off of more than max rollback number of
blocks, triggering a full rescan in such case.


Internal changes:

After the Monetary System block, the order in which transactions in a block are
executed will be determined by the block forger, instead of by id, default being
by arrival time at the forger's node.

Improvements in blockchain download to prevent getting stuck on the wrong fork.
Nodes will download blocks in batches of not more than 719 blocks at a time
from a single peer, and after each such batch will verify  with
nxt.numberOfForkConfirmations other peers (default 5) if this is the best
fork, before continuing, unless the downloaded batch is of less than 10 blocks.

Rescan status is now saved in the database, to prevent the database from being
left in an inconsistent state when a rescan fails or is interrupted. Once a
rescan has been scheduled, it will be triggered again at restart, until it
completes successfully.

Improvements in the processing of unconfirmed transactions.

This release will perform a rescan on first start.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJUkN/4AAoJEFOhyXc7+e2ApfoQAIL+QkyZ1zvFXBy2D+u+onCS
4tzVxDmiCz0RNUvICq8XwNhLHxSt7v5FA22XRvX+tFECCiede0WOnVtK/FcSfpVI
J2mDJMLUQu13esXSUHPBu/yYbJIsD4/2eL71TNEmreXV6Hk65Eo6WErf5S6vovnK
XtAQpdpfziJ6mIeTWM7HxReJL7Ddv3w+l4b3qTESU/4aB16iE+1TFvt7z0lCF7AE
n4+0ZckzngB5SkaTPty7nguwwm9eLsPaqu5NdjEQszAclz8KxEchtRRDXEA3xSBE
FNAmS7qhcDgymR7C3sy/Rbk/dhF7m5hcDm48kyMbJOH/zeR6QoLBm8oSYA42QkaC
Ha9FitjIxUCnVWWui+mpcZEjXfpYqFGR+EoI+/AARbHdi3ezrxcfBFWLaZj96iEG
Lp8dx04kgvNxJoPd4kMHaviKSJG+uaav9/qaMRONq5nN5VcxVRmLqHFuQ1UplVvi
1UBie7hTjPMUTX7S03n+f0bZFMUdz6tSs64qcNBYv4yqMX9ycRrJ9DhvsvYHwFpt
PML1rE4bI6x8oeEOePo4TkoyjFNT1Ngz3x6etblkTrfeZk58uaUYbjzlL3J/OUuG
UIUS/uGyMaWuoaytR4aj8hPI2q2wIRXMKyD92sHDuXoa9u1MwFGoHHa4eOuLrsTt
fDATqlU/6JvTnXUnao7p
=tZtE
-----END PGP SIGNATURE-----
legendary
Activity: 1181
Merit: 1002
Cointelegraph: "Nxt Wants to Be a Digital Infrastructure of Everything"

http://cointelegraph.com/news/113123/nxt-wants-to-be-a-digital-infrastructure-of-everything
legendary
Activity: 1092
Merit: 1010
which way will i obtain profit from lease balance - pool will send me automatically each week ?

With the nxtcrypto pool you need to send a message:

Quote
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.

http://pool.nxtcrypto.org/howto.html

You can do this easily within your client by sending an empty message to account NXT-K5KL-23DJ-3XLK-22222 (which is account 1460178482)

ok, thank
so i should send AM before my leasing time time run out or after my leasing period expire

Any time is fine.
They will send the funds when you want even when your lease time has expired Smiley

Do remember that it will take 1440 blocks for them to send this, that's about 1,5 days.
legendary
Activity: 1225
Merit: 1000
which way will i obtain profit from lease balance - pool will send me automatically each week ?

With the nxtcrypto pool you need to send a message:

Quote
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.

http://pool.nxtcrypto.org/howto.html

You can do this easily within your client by sending an empty message to account NXT-K5KL-23DJ-3XLK-22222 (which is account 1460178482)

ok, thank
so i should send AM before my leasing time time run out or after my leasing period expire

from pool.nxtcrypto.org:

Quote
Payouts
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.
member
Activity: 76
Merit: 10
which way will i obtain profit from lease balance - pool will send me automatically each week ?

With the nxtcrypto pool you need to send a message:

Quote
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.

http://pool.nxtcrypto.org/howto.html

You can do this easily within your client by sending an empty message to account NXT-K5KL-23DJ-3XLK-22222 (which is account 1460178482)

ok, thank
so i should send AM before my leasing time time run out or after my leasing period expire
legendary
Activity: 1092
Merit: 1010
which way will i obtain profit from lease balance - pool will send me automatically each week ?

With the nxtcrypto pool you need to send a message:

Quote
To claim your earnings, simply send an AM (can be empty or put whatever you want in there) to the pool account 1460178482 and after this AM has 1440 comfirmations, your confirmed earnings will be sent to you, minus NXT transfer fee.

http://pool.nxtcrypto.org/howto.html

You can do this easily within your client by sending an empty message to account NXT-K5KL-23DJ-3XLK-22222 (which is account 1460178482)
legendary
Activity: 1092
Merit: 1010
NEW RELEASE

https://nxtforum.org/nrs-releases/nrs-v1-3-5/

Quote
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 1.3.5

https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.3.5.zip

sha256:

53ae6b17052024e7f1b8d1eba898f4e67f7f4ccf5dc80a6edc89aded826c9a76  nxt-client-1.3.5.zip


Change log:

Added getDGSTagCount API, allow getDGSGoodsCount and getDGSPurchaseCount to be
used also to get total goods or purchase counts.

Added completed parameter to getDGSGoodsPurchases, getDGSGoodsPurchaseCount,
getDGSPurchaseCount, getDGSPurchases, to allow querying for completed purchases
only. Added withPublicFeedbacksOnly parameter to getDGSPurchaseCount.

Secondary sort of search results after sorting by relevance, by timestamp if
for any seller, or by name and then by timestamp if for a single seller.

Improved performance of Marketplace page, show counts for goods in stock only.

Increased default purchase delivery deadline to 168 hours (1 week).

Include full peer info in getPeers API if includePeerInfo=true, to avoid having
to do a separate getPeer request for each peer.

Include cumulativeDifficulty in the block JSON.

Allow transaction signing in signTransaction to skip the validation of the
transaction bytes being signed, if an optional validate=false parameter is added.
This would be useful when signing transaction bytes on a machine that doesn't have
the full blockchain downloaded, which normally prevents validation.

Allow sending messages with no recipient.

Automatically blacklist peers with version older than 1.2.0.

UI improvements of the API /test page.

Changed nxt-default.properties to enable MVCC by default, to avoid database lock
timeout errors.

Updated jetty to version 9.2.6. If unpacking on top of a previous installation,
delete your lib directory first to remove the old jetty libraries.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJUjemsAAoJEFOhyXc7+e2AwEUQANRwB9y5VUSwehTGJNMQZBm1
OS4cdXTZaWK9KkpIjoxv9qtbVhs0wb6zxZa3czLKVycB/DSENn0mTPldO5qXAYwh
5jV7iGT5+eQf//1+4FrV08Ha7IM0Dd2HbhP4hRMkbVLVLpfWgcMaCubsEgxImZqe
ySi8g0gsXn8hA9xERq2P439bdEo8rc6u9U4dsgBrAPEsN9Abing58WfLt41TzPgZ
9D+lKgUEgXfdoWyT0Km6S3OzLa97YkS8IzvpFgvVERNZSli1VX0+UYND/FNMW/ux
JtpN6U8y7REps9IUQSASlXeNe8wDu9/w9wq9pUmyOIQWBy3wcVkP4UBH970tBmhq
mD6rtX9weqEQxC5ygYwwi9ur2/F8dlxmowUv55N44/1CthdxFYTTKRstpIBncwPP
FFmviuZgfuDCu55f5rx1yJ6RsGcOgX/MpNBB0Nd3VBvLLMyt3eTtzelhRB7wRa4b
/xepB7v/G+WUDWWPAJMhDKBzcF/lihSwgRr/qJe+RVEipIP8+NHVCp4u+jWj3pdk
1SFBAO9wuSbkY4eJxTT8FbHIvYadZ/zISY5R8V/zhBDYNvJsiB9zO5NqmMA2aB0L
5Hwb5zlnGS0fHHJV1RvJBpFtopqFhjT8Z9nUVzZvRnVzLr6CG1lgG+HxXsZH76D3
3OBrfMYB5ylzqu7mFPy0
=ye+5
-----END PGP SIGNATURE-----
member
Activity: 76
Merit: 10
which way will i obtain profit from lease balance - pool will send me automatically each week ?
full member
Activity: 140
Merit: 100
newbie
Activity: 11
Merit: 0
Is next a good long term investment?
tyz
legendary
Activity: 3360
Merit: 1533
legendary
Activity: 1225
Merit: 1000
What is AM ? I know PM means private message, but i don`t know whats AM.

When you are in the Nxt client, there is a "Send message" button in the upper right. This is AM (arbitrary message)
full member
Activity: 237
Merit: 100

I can lease my forging power.
What is AM ? I know PM means private message, but i don`t know whats AM.

AM = Arbitrary Message. Refers to the sending information on the Nxt blockchain.
member
Activity: 76
Merit: 10

I can lease my forging power.
What is AM ? I know PM means private message, but i don`t know whats AM.
legendary
Activity: 1092
Merit: 1010
recommend me some nxt forging pool

https://nxtforum.org/leasing-pools/ < gives an overview of available pools.

Nxtcrypto is a good one, I agree Smiley
legendary
Activity: 1225
Merit: 1000
Jump to: