Author

Topic: [ANN][SLR] SolarCoin | PoW to PoS v. 2.0 | Solar Proof of Generation (§1 = 1MWh) - page 218. (Read 466799 times)

newbie
Activity: 37
Merit: 0
I get x amount of slrs in "spendable" and x/10 amount slrs in "staking" ; is there no way to have them all staking ?
legendary
Activity: 1260
Merit: 1000
Great job on the new wallet.......extremely smooth and fast upgrade:-)
sr. member
Activity: 300
Merit: 250
Has anyone got any valid blocks yet?
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
History tab shows: Interest 'Generated but not accepted' what does this mean?

The block you created is stale, so the transaction will show as "Conflicted" in the History panel.

I've got two of them. Sad  One for 663 SLR and one for 2,454 SLR.


PS: Double click on the transaction and you will see more detail.

-Steve
sr. member
Activity: 300
Merit: 250
History tab shows: Interest 'Generated but not accepted' what does this mean?
legendary
Activity: 1100
Merit: 1032
Do you know if CPU usage depends heavily on the number of coins in the particular wallet? I will go ahead and test that, too....
FWIW explorer wallet is empty.

Hi fairglu,

Just curious if you started 2.0.1 with a clean data dir?

If so, you can download the bootstrap here: http://solarcoin.org/downloads/bootstrap.zip

Extract blk0001.dat and txleveldb and move them to the data directory.  That will catch you up to midnight of last night.

-Steve
 

Yes, started from the bootstrap.
Besides the very high CPU usage (one full core E3 @3.2 GHz) and slow RPC calls, wallet is at 830068, so it does not appear forked, the tx of block 830001 cannot be queried however, which stalls the explorer.
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
As a relatively large holder, should I be getting staking rewards already? I havnt gotten anything yet so far. How can i see if i have found new blocks?

If the coins are older than 8 hours, you should see interest payments coming in in the History panel.

Restarting the wallet might help too if it was running a while before the cut-over.

-Steve
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Do you know if CPU usage depends heavily on the number of coins in the particular wallet? I will go ahead and test that, too....
FWIW explorer wallet is empty.

Hi fairglu,

Just curious if you started 2.0.1 with a clean data dir?

If so, you can download the bootstrap here: http://solarcoin.org/downloads/bootstrap.zip

Extract blk0001.dat and txleveldb and move them to the data directory.  That will catch you up to midnight of last night.

-Steve
 
sr. member
Activity: 445
Merit: 250
As a relatively large holder, should I be getting staking rewards already? I havnt gotten anything yet so far. How can i see if i have found new blocks?
legendary
Activity: 1708
Merit: 1000
Solarcoin.org
We are currently at block height 830064.  If you notice any conflicted interest payments, that's normal.  (I have two conflicted.)  You will get caught up, but maybe at a lower interest rate.

-Steve


I've had 4 stale blocks found so far, though everything seems to be working well. It's staying in synch perfectly, and this is running on a slow netbook. Runs a little clunky but it gets the job done.
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
We are currently at block height 830064.  If you notice any conflicted interest payments, that's normal.  (I have two conflicted.)  You will get caught up, but maybe at a lower interest rate.

-Steve
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Most of the new changes to github are Mac related.  It should be fine to recompile.  If you have any debug output that would be great.  What OS/Arch is it running on?

-Steve

Ubuntu 14 LTS, debug.log does not seem to have anything special.

I see some blocks got accepted beyond 830000 in the debug log, but most RPC calls basically time out, and there seems to be an issue in RPC to obtain blockchain info when they go through, for block 830001 the raw getblock output is

Code:
{"hash":"b3733f71f4e9b6f1b8cf74e0c79001187704f238da61d63a0f698b9cd20cbf2f","confirmations":59,"size":263,"height":830001,"version":2,"merkleroot":"e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5","mint":0.5,"time":1442864239,"nonce":4155096712,"bits":"1c669e6b","difficulty":2.49463104,"blocktrust":"27ea2a25e","chaintrust":"55f38aa6f446c0","previousblockhash":"ce367cb516427f2b72555f306608659463e3596db8e4c60bfc7718d576e2abfc","nextblockhash":"d4d3dccf5c4d7aec451a4091433683914e8cd0df6ea63dfde778923e09d301c0","flags":"proof-of-work","proofhash":"b3733f71f4e9b6f1b8cf74e0c79001187704f238da61d63a0f698b9cd20cbf2f","entropybit":1,"modifier":"1c028b2c2d19f83a","modifierchecksum":"2e13a89a","tx":["e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5"]}

However when invoking gettransaction for e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5 I get

Code:
 error: {"code":-5,"message":"No information available about transaction"}

even though txindex is set to 1 in the .conf file, so the explorer cannot be updated with info about block 830001

Thanks fairglu.  That gives me something to go on.  I'll see if I can get a fix in asap.

-Steve
legendary
Activity: 1100
Merit: 1032
Do you know if CPU usage depends heavily on the number of coins in the particular wallet? I will go ahead and test that, too....
FWIW explorer wallet is empty.
legendary
Activity: 1100
Merit: 1032
Most of the new changes to github are Mac related.  It should be fine to recompile.  If you have any debug output that would be great.  What OS/Arch is it running on?

-Steve

Ubuntu 14 LTS, debug.log does not seem to have anything special.

I see some blocks got accepted beyond 830000 in the debug log, but most RPC calls basically time out, and there seems to be an issue in RPC to obtain blockchain info when they go through, for block 830001 the raw getblock output is

Code:
{"hash":"b3733f71f4e9b6f1b8cf74e0c79001187704f238da61d63a0f698b9cd20cbf2f","confirmations":59,"size":263,"height":830001,"version":2,"merkleroot":"e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5","mint":0.5,"time":1442864239,"nonce":4155096712,"bits":"1c669e6b","difficulty":2.49463104,"blocktrust":"27ea2a25e","chaintrust":"55f38aa6f446c0","previousblockhash":"ce367cb516427f2b72555f306608659463e3596db8e4c60bfc7718d576e2abfc","nextblockhash":"d4d3dccf5c4d7aec451a4091433683914e8cd0df6ea63dfde778923e09d301c0","flags":"proof-of-work","proofhash":"b3733f71f4e9b6f1b8cf74e0c79001187704f238da61d63a0f698b9cd20cbf2f","entropybit":1,"modifier":"1c028b2c2d19f83a","modifierchecksum":"2e13a89a","tx":["e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5"]}

However when invoking gettransaction for e26420128562e6893a2719d10363160ab779e9babca88f173282daf30b67a3b5 I get

Code:
 error: {"code":-5,"message":"No information available about transaction"}

even though txindex is set to 1 in the .conf file, so the explorer cannot be updated with info about block 830001
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
hi, blockchain has stopped on cryptoid ? https://chainz.cryptoid.info/slr/#

I saw that.  They said they updated, but I'll need to see what happened.

-Steve

Wallet is stuck in an infinite loop or not responsive with 100% CPU usage. I've killed the daemon, restarting now.

Just noticed some files have changed in the github repo, but not the version, should I recompile?

On a slower machine (Core 2 Duo [email protected] GHz) the CPU usage does cycle up to 100% and then down, wallet window periodically goes into Not Responding state, then gets back to normal - but I do have Firefox with multiple tabs open, too, as well as some other heavy applications loaded;
On faster machines this is not noticeable at all.
Do you know if CPU usage depends heavily on the number of coins in the particular wallet? I will go ahead and test that, too....
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
hi, blockchain has stopped on cryptoid ? https://chainz.cryptoid.info/slr/#

I saw that.  They said they updated, but I'll need to see what happened.

-Steve

Wallet is stuck in an infinite loop or not responsive with 100% CPU usage. I've killed the daemon, restarting now.

Just noticed some files have changed in the github repo, but not the version, should I recompile?

Hi fairglu,

Most of the new changes to github are Mac related.  It should be fine to recompile.  If you have any debug output that would be great.  What OS/Arch is it running on?

-Steve
legendary
Activity: 1100
Merit: 1032
hi, blockchain has stopped on cryptoid ? https://chainz.cryptoid.info/slr/#

I saw that.  They said they updated, but I'll need to see what happened.

-Steve

Wallet is stuck in an infinite loop or not responsive with 100% CPU usage. I've killed the daemon, restarting now.

Just noticed some files have changed in the github repo, but not the version, should I recompile?

edit: daemon still non responsive to RPC, 100% CPU usage, debug.log shows connection attempts though
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Just sent some SLR from one wallet to another - it did go through!
Steve, you are the MAN!
member
Activity: 95
Merit: 10
hi, blockchain has stopped on cryptoid ? https://chainz.cryptoid.info/slr/#

I saw that.  They said they updated, but I'll need to see what happened.

-Steve

Thanks Steve, excellent job. OSX version is working smoothly  Wink
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Whoever's mining, thanks!  It looks like miningpoolhub shut down an hour ago.

-Steve


PoW is done, wallet server does NOT mine after 830000, as expected.
Thank you!

Yihaa!!

Brilliant, Steve!

Thanks, lots of debugging to get here.

-Steve
Jump to: