Pages:
Author

Topic: [ANN] NoirShares UPDATE REQUIRED Advanced Features✔, Unique PoW✔ - page 23. (Read 69978 times)

full member
Activity: 214
Merit: 100
Yes:

"version" : "v0.2.3.1-beta",
"protocolversion" : 60010,


One active connection Sad

Do you have any working nodes ?



That's your problem.  By the time you mine a block, it will be stale. You need >5 nodes.

Please don't ask me for a node list. I've copy/pasted a bunch of addnode= list within the last 12 hours. Please read my previous posts to find it.
member
Activity: 64
Merit: 10
How to set 3 mining processes?
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Yes:

"version" : "v0.2.3.1-beta",
"protocolversion" : 60010,


One active connection Sad

Do you have any working nodes ?

full member
Activity: 214
Merit: 100

Did you solve any blocks ?


A couple, yes.

If you NoirSharesd getinfo, does it say:

    "version" : "v0.2.3.1-beta",
    "protocolversion" : 60010,

How many connections do you have?  "connections" :
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov

{
"blocks" : 97,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000019,
"errors" : "",
"generate" : true,
"genproclimit" : 7,
"hashespermin" : 11.95360051,
"networkhashps" : 2,
"pooledtx" : 0,
"testnet" : false
}


Did you solve any blocks ?
full member
Activity: 214
Merit: 100
I confirm i'm mining  Wink

Any success with mining ?
I'm mining about an hour. Nothing.

If you run this:

NoirSharesd getmininginfo

Do you see this?

"generate" : true,
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
I confirm i'm mining  Wink

Any success with mining ?
I'm mining about an hour. Nothing.

full member
Activity: 214
Merit: 100
I've discovered that the issue is related to change addresses and am trying to fix it.

Ok, so as long as we don't transfer coins, we're good for the time being.

So heads up people. If you earn coins, don't use the sendtoaddress command until Barwizi is done.
legendary
Activity: 882
Merit: 1000
I'm noticing that some transactions are being rejected, this is due to changes i made concerning dynamic wallets and minimum tx fees. I am working on it, not to worry...guess that break is a bit further down the line.

A stable 2.0 chain (and Linux/Windows clients) are most important at this point. Thanks for discovering it.

Please starve off any new features until we have that at least.

I wont be adding a single feature more until the current ones are fully working. I've discovered that the issue is related to change addresses and am trying to fix it.

I wish i had someone else dealing with small issues like making buttons and text more visible, lots of complaints about that in my inbox
member
Activity: 64
Merit: 10
I confirm i'm mining  Wink
full member
Activity: 214
Merit: 100

By the way, I've been watching my node (and other nodes) interacting and syncing. This looks pretty good so far..
full member
Activity: 214
Merit: 100
I'm noticing that some transactions are being rejected, this is due to changes i made concerning dynamic wallets and minimum tx fees. I am working on it, not to worry...guess that break is a bit further down the line.

A stable 2.0 chain (and Linux/Windows clients) are most important at this point. Thanks for discovering it.

Please starve off any new features until we have that at least.
legendary
Activity: 882
Merit: 1000
I'm noticing that some transactions are being rejected, this is due to changes i made concerning dynamic wallets and minimum tx fees. I am working on it, not to worry...guess that break is a bit further down the line.
full member
Activity: 214
Merit: 100
Wallet now is sync!!!!  Grin

What I should write in noirshares.conf file to start mining?

Try this....  (gen=1 means try to generate new PoW coins)


server=1
gen=1
daemon=1
listen=1
rpcuser=YOURUSERNAME
rpcpassword=YOURPASSWORD
maxconnections=35
addnode=70.54.66.159
addnode=189.181.201.75
addnode=207.245.41.195
addnode=184.68.133.150
addnode=192.64.5.200
addnode=107.170.52.105
addnode=41.78.78.2
addnode=54.186.239.68
addnode=91.134.53.161
addnode=192.64.4.13
addnode=24.67.29.246
addnode=207.245.41.195
addnode=107.170.52.105
addnode=68.54.118.59
addnode=75.83.196.109
addnode=14.20.5.117
addnode=130.204.172.168
addnode=89.151.189.195
full member
Activity: 214
Merit: 100
so just to be clear, all shares earned after the release of the wallet that was just replaced have been reset to 0, correct? 

(I'm temporarily back by the way, giving this another chance)

The chain was reset to 0 blocks, so any new PoW mined coins from the previous alpha release are lost.

The snapshot coins are still ready to be claimed by importing your private key if you want to do that. (I'm waiting for a couple of weeks before I do that just in case)

The best thing to do is open up a new wallet, and PoW cpu mine if you want to run a node on the network and help secure it.
newbie
Activity: 3
Merit: 0
so just to be clear, all shares earned after the release of the wallet that was just replaced have been reset to 0, correct? 
member
Activity: 64
Merit: 10
Wallet now is sync!!!!  Grin

What I should write in noirshares.conf file to start mining?
hero member
Activity: 1034
Merit: 500
I'm connected but when I try unlocking for minting only I continue to get errors in this format:

Let's assume my passphrase is "one two three four". This is what I type and the errors I get:

walletpassphrase "one two three four" 999999 true

walletpassphrase [mintonly]
Stores the wallet decryption key in memory for seconds.
mintonly is optional true/false allowing only block minting. (code -1)


walletpassphrase "one two three four" 999999 TRUE

Error: Error parsing JSON:TRUE

What am I doing wrong here?

I've never used that feature. I'll look into it. But you can mine and transact right?

I haven't tried mining because I don't like leaving the wallet completely unlocked. But I'll see if I can try for a few minutes.

It happened to me also. After encrypting the wallet, cannot unlock only for minting. This must be a bug in this new wallet, the old NRS had no problem.
legendary
Activity: 882
Merit: 1000
I'm connected but when I try unlocking for minting only I continue to get errors in this format:

Let's assume my passphrase is "one two three four". This is what I type and the errors I get:

walletpassphrase "one two three four" 999999 true

walletpassphrase [mintonly]
Stores the wallet decryption key in memory for seconds.
mintonly is optional true/false allowing only block minting. (code -1)


walletpassphrase "one two three four" 999999 TRUE

Error: Error parsing JSON:TRUE

What am I doing wrong here?

I've never used that feature. I'll look into it. But you can mine and transact right?
member
Activity: 64
Merit: 10
Hey guys, give him a time, he's alone and I dont think he is a cyborg or has superpower..

barwizi how many time do you need to compile a new working wallet?

I'm working on it. Maybe two or three hours.

I have fixed the GUI for voting as well.

Only small issues remaining.

that's good  Smiley but plz dont upload it with Google drive because we have troubles with it, use another service.
Thx


Are you connected with the new wallet?

Im at work, Ill try later but the good news is that I can download it, thx!  Wink
Pages:
Jump to: