Pages:
Author

Topic: [ANN] - ELEMS - NXT MS Mintable Coin - No Premine - No IPO - Fair Distribution - page 3. (Read 7430 times)

full member
Activity: 168
Merit: 100
Can I change units minted to something like 15 instead of 1?
legendary
Activity: 1092
Merit: 1010
CPU only indeed Smiley
Although it stands to reason at some point someone is going to produce a GPU miner Wink
full member
Activity: 168
Merit: 100
how to mining ?

help,dev

Is this: NXT-WQLF-GRME-LPBY-67H89 your account?
yes

Previously when I check your account it was a new account with 0 balance. Now the block explorer says that you have 10nxt, so can you try again? You need to have some nxt in order to start minting. Also is your blockchain updated? Try again and tell me if the error persists.

now it start work ? and now only cpu mining ? E3 1230 V2 cpu one day can mining how much coin ?

Looks like it's working. Only CPU mining at the moment. I'm mining with an 8 core CPU and am getting about 2 ELEMS per hour.
legendary
Activity: 1050
Merit: 1000
how to mining ?

help,dev

Is this: NXT-WQLF-GRME-LPBY-67H89 your account?
yes

Previously when I check your account it was a new account with 0 balance. Now the block explorer says that you have 10nxt, so can you try again? You need to have some nxt in order to start minting. Also is your blockchain updated? Try again and tell me if the error persists.

now it start work ? and now only cpu mining ? E3 1230 V2 cpu one day can mining how much coin ?
newbie
Activity: 31
Merit: 0

Previously when I check your account it was a new account with 0 balance. Now the block explorer says that you have 10nxt, so can you try again? You need to have some nxt in order to start minting. Also is your blockchain updated? Try again and tell me if the error persists.
legendary
Activity: 1050
Merit: 1000
newbie
Activity: 31
Merit: 0
legendary
Activity: 1050
Merit: 1000
how to mining ?

help,dev
newbie
Activity: 14
Merit: 0
How to write password with spaces to config?

If you use notepad, it is better to download and try notepad++ or sublimetext instead.
sr. member
Activity: 252
Merit: 250
How to write password with spaces to config?
full member
Activity: 168
Merit: 100
How do I add ELEMS to my assets? It rejects the currency ID 7035962084481354251..

there should be a tab on the left side that says "Monetary System".  Where you click "Currencies" ->"My Currencies"(top right should be) to view the currencies you have minted/bought so far.

Got it. Thank you!  Tongue
member
Activity: 81
Merit: 10
How do I add ELEMS to my assets? It rejects the currency ID 7035962084481354251..

there should be a tab on the left side that says "Monetary System".  Where you click "Currencies" ->"My Currencies"(top right should be) to view the currencies you have minted/exchanged/redeemed/claimed/bought so far. "All Currencies" will show all currencies that have been created.
full member
Activity: 168
Merit: 100
How do I add ELEMS to my assets? It rejects the currency ID 7035962084481354251..
full member
Activity: 168
Merit: 100
member
Activity: 81
Merit: 10
Got it to work!! Smiley So I think my problem is I was using notepad and it was formatting it wrong, so I switched to Notepad++.

yay Smiley and yeah had problem with notepad so was recommended to me to use notepad++
full member
Activity: 168
Merit: 100
Got it to work!! Smiley So I think my problem is I was using notepad and it was formatting it wrong, so I switched to Notepad++.
member
Activity: 81
Merit: 10
Still getting connection problems...

is your NXT blockchain up-to-date?

You need an updated blockchain in order to mint.

Yes it is.

what files did you edit?

I would try...

1.) Close the nxt java file and your "mint.bat" file

2.) Download the latest 1.4.8 NRS located https://nxtforum.org/nrs-releases/nrs-v1-4-8/ if you haven't done so already.

3.)  Copy->Paste the files included within the "nxt" folder that is contained within the 1.4.8.zip file you downloaded over the current "nxt" folder you downloaded previously. So it will just replace all the files that may have been corrupted with newly untouched files.

4.) Do a "Replace All" when it asks you to select what to replace.

lmk what happens.

Be sure you don't touch the "nxt-default properties" file. Create a copy of the properties file and edit the files in the copy you just made with the parameters described in the OP.

OR

1.) create a copy of the nxt_db folder that you have in your old nxt folder. (This is the NXT blockchain folder)
2.) Copy that into the newly downloaded NXT 1.4.8 client "nxt" folder
3.) Create a copy of the "nxt-default.properties" file and edit the files in the copy you just made with the parameters described in the OP also rename the copy "nxt.properties".



I did that exactly and now it says the currencycode is not specified.

Your mint parameters in the nxt.properties file should look something like

Code:
#### MINT ####

# Address of the NXT server to which the mint worker submits its transactions (default: localhost)
nxt.mint.serverAddress=localhost

# Specify a mintable currency code
nxt.mint.currencyCode=ELEMS

# Secret phrase for the minting account, this secret phrase is sent to the host specified by
# nxt.mint.serverAddress therefore do not specify secret phrase of an account with lots of funds
nxt.mint.secretPhrase=yourpassphrase

# Number of units to mint per transaction
# The minting difficulty grows linearly with the number of units per mint
nxt.mint.unitsPerMint=2

# The initial nonce used for minting
# Set to 0 to start with a random nonce
nxt.mint.initialNonce=0

# Number of concurrency threads used for minting
# Set to 0 allocate one thread per processor core
nxt.mint.threadPoolSize=4

# When set to false mint transactions are not submitted when a hash is solved.
# Set this value to true to perform actual minting
nxt.mint.isSubmitted=true

Where the only difference should be "unitsPerMint" and "threadPoolSize" which depend on your CPU. Along with your secretPhrase(passphrase) that you use for your NXT account.
full member
Activity: 168
Merit: 100
Still getting connection problems...



is your NXT blockchain up-to-date?

You need an updated blockchain in order to mint.

Yes it is.

what files did you edit?

I would try...

1.) Close the nxt java file and your "mint.bat" file

2.) Download the latest 1.4.8 NRS located https://nxtforum.org/nrs-releases/nrs-v1-4-8/ if you haven't done so already.

3.)  Copy->Paste the files included within the "nxt" folder that is contained within the 1.4.8.zip file you downloaded over the current "nxt" folder you downloaded previously. So it will just replace all the files that may have been corrupted with newly untouched files.

4.) Do a "Replace All" when it asks you to select what to replace.

lmk what happens.

Be sure you don't touch the "nxt-default properties" file. Create a copy of the properties file and edit the files in the copy you just made with the parameters described in the OP.

OR

1.) create a copy of the nxt_db folder that you have in your old nxt folder. (This is the NXT blockchain folder)
2.) Copy that into the newly downloaded NXT 1.4.8 client "nxt" folder
3.) Create a copy of the "nxt-default.properties" file and edit the files in the copy you just made with the parameters described in the OP also rename the copy "nxt.properties".



I did that exactly and now it says the currencycode is not specified.
member
Activity: 81
Merit: 10
[removed]

remove the post. and pm the OP instead.
Pages:
Jump to: