Bitcoin Forum
June 17, 2024, 09:58:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 209 »
  Print  
Author Topic: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology  (Read 288810 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 29, 2014, 08:04:22 AM
 #1881

I have a question regarding the source code.

The code on github is still V1.5 (non-anon), while the windows wallet is V3.0 (Trustless with Multisig) right?

So the latest version of wallet client software is not open source for now. Is there plan to open the source? Thanks!


It would be unwise to release the code, at least not before 1 year

First of all, I asked because, if possible, I would like to run the supercoin wallet with my Linux box (arm CPU). It seems to me that there is even no Mac version for V3.0. Currently, only Windows binary distribution.

Secondly, isn't "open source" part of the most important attracting force in the cryptocurrency world? If something must remain closed source without being externally examined or audited, its trustworthiness might be challenged.

If V3.0 must remain closed source, I would like to ask the dev that: Can I run the V1.5 code on github for only supporting the network and doing the staking (if I don't need to do SuperSend and other advanced stuff)? Are these versions compatible on the fundamental functionality?

Sure you can
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
August 29, 2014, 08:05:07 AM
 #1882

You need to wait about 5-10 minutes it will be over. Be patient and dont kill the process it will be ok. It also happens on my desktop at first opening it uses overly the resources.

bytheway thank you for updating the version we love to use your block explorer.

Thanks Smiley

However the wallet is still using 100% CPU, and has been at 100% all night.

It also accumulated a huge debug log in those few hours (43 MB), there is lot of lines like

Quote
ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 7e457da8166f90a89a1064d4b6145d9833a8f3420444a11175c1b658f779156d, hashProof=eb094e32ca0ff070355b01e8d93a1533be27a49d01054da21e8842e1a7bdcaa5
WARNING: ProcessBlock(): check proof-of-stake failed for block e0e7e29edb951a51bc2c0c3683bfc983789ec5dcb5add9002cbca2375e67556e
ERROR: ProcessBlock() : AcceptBlock FAILED
received block e0e7e29edb951a51bc2c

(the exact same coinstake appears again and again)

Rest of the debug log is mostly about getblocks.


supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 29, 2014, 08:09:59 AM
 #1883

You need to wait about 5-10 minutes it will be over. Be patient and dont kill the process it will be ok. It also happens on my desktop at first opening it uses overly the resources.

bytheway thank you for updating the version we love to use your block explorer.

Thanks Smiley

However the wallet is still using 100% CPU, and has been at 100% all night.

It also accumulated a huge debug log in those few hours (43 MB), there is lot of lines like

Quote
ERROR: CheckProofOfStake() : INFO: check kernel failed on coinstake 7e457da8166f90a89a1064d4b6145d9833a8f3420444a11175c1b658f779156d, hashProof=eb094e32ca0ff070355b01e8d93a1533be27a49d01054da21e8842e1a7bdcaa5
WARNING: ProcessBlock(): check proof-of-stake failed for block e0e7e29edb951a51bc2c0c3683bfc983789ec5dcb5add9002cbca2375e67556e
ERROR: ProcessBlock() : AcceptBlock FAILED
received block e0e7e29edb951a51bc2c

(the exact same coinstake appears again and again)

Rest of the debug log is mostly about getblocks.


You better close staking in the conf
staking=0
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
August 29, 2014, 08:17:16 AM
 #1884

You better close staking in the conf
staking=0
Added it, CPU usage is at 10% but seems to be slowly rising.

However the wallet shouldn't have been staking, as it held no funds (balance of zero and never received any funds), no?

edit: 25% CPU usage after a few minutes

supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 29, 2014, 08:19:36 AM
 #1885

You better close staking in the conf
staking=0
Added it, CPU usage is at 10% but seems to be slowly rising.

However the wallet shouldn't have been staking, as it held no funds (balance of zero and never received any funds), no?
10% is a good sign. I am not sure what happens but it also happens in my desktop at start up.
I guess you host too many crypto coins on that server. It's maybe relate to operating system performance issue, open page limit or thread limit etc. so it bogged somehow. Are you using linux? If so use ramdisk. And try to increase open page limit. I will investigate this issue bytheway.

I suggest also trying removing everything resync from the scratch with nodes from OP. It looks someone fixed issue by doing this.
http://www.peercointalk.org/index.php?topic=2659.0
fairglu
Legendary
*
Offline Offline

Activity: 1100
Merit: 1030


View Profile WWW
August 29, 2014, 08:29:33 AM
 #1886

I am not sure what happens but it also happens in my desktop at start up.
I guess you host too many crypto coins on that server. It's maybe relate to operating system performance issue, open page limit or thread limit etc. so it bogged somehow.
Server CPU usage is about 90% idle overall (quad-core) with most of the usage being SuperCoind using 25% of one core, 2 GB of RAM are unused, plenty of bandwidth remaining (only using about 50 kBits/s according to nload).

However debug log lists a lot of getblocks requests and a regular stream of orphans, I suspect at least some of the surrounding nodes are stuck on a fork.

edit: CPU usage back to 100% of one core :/ (no worry, just annoying, I always oversize the wallet servers)

supercointeam (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 29, 2014, 08:36:31 AM
 #1887

I am not sure what happens but it also happens in my desktop at start up.
I guess you host too many crypto coins on that server. It's maybe relate to operating system performance issue, open page limit or thread limit etc. so it bogged somehow.
Server CPU usage is about 90% idle overall (quad-core) with most of the usage being SuperCoind using 25% of one core, 2 GB of RAM are unused, plenty of bandwidth remaining (only using about 50 kBits/s according to nload).

However debug log lists a lot of getblocks requests and a regular stream of orphans, I suspect at least some of the surrounding nodes are stuck on a fork.

edit: CPU usage back to 100% of one core :/ (no worry, just annoying, I always oversize the wallet servers)
I sent you with PM some alive nodes you can try resync with them.
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 29, 2014, 09:07:14 AM
 #1888

I am not sure what happens but it also happens in my desktop at start up.
I guess you host too many crypto coins on that server. It's maybe relate to operating system performance issue, open page limit or thread limit etc. so it bogged somehow.
Server CPU usage is about 90% idle overall (quad-core) with most of the usage being SuperCoind using 25% of one core, 2 GB of RAM are unused, plenty of bandwidth remaining (only using about 50 kBits/s according to nload).

However debug log lists a lot of getblocks requests and a regular stream of orphans, I suspect at least some of the surrounding nodes are stuck on a fork.

edit: CPU usage back to 100% of one core :/ (no worry, just annoying, I always oversize the wallet servers)
I sent you with PM some alive nodes you can try resync with them.

I have similar problems. My sendings have not arrived, and the last sync I tried was a disaster.

Are the nodes + .conf file in the OP correct , before I resync from scratch ?
CoinMin3r
Hero Member
*****
Offline Offline

Activity: 635
Merit: 508


Defend Bitcoin and its PoW: bitcoincleanup.com


View Profile WWW
August 29, 2014, 09:22:25 AM
 #1889

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

▄▄▄███████▄▄▄
▄█████████████████▄▄
▄██
█████████▀██▀████████
████████▀
░░░░▀░░██████████
███████████▌░░▄▄▄░░░▀████████
███████
█████░░░███▌░░░█████████
███
████████░░░░░░░░░░▄█████████
█████████▀░░░▄████░░░░█████████
███
████▄▄░░░░▀▀▀░░░░▄████████
█████
███▌▄█░░▄▄▄▄█████████
▀████
██████▄██
██████████▀
▀▀█████████████████▀▀
▀▀▀███████▀▀
.
.BitcoinCleanUp.com.


















































.
.     Debunking Bitcoin's Energy Use     .
███████████████████████████████
███████████████████████████████
███████████████████████████████
███████▀█████████▀▀▀▀█▀████████
███████▌░▀▀████▀░░░░░░░▄███████
███████▀░░░░░░░░░░░░░░▐████████
████████▄░░░░░░░░░░░░░█████████
████████▄░░░░░░░░░░░▄██████████
███████▀▀▀░░░░░░░▄▄████████████
█████████▄▄▄▄▄▄████████████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
...#EndTheFUD...
jvdp
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 523


CryptoTalk.Org - Get Paid for every Post!


View Profile
August 29, 2014, 09:29:36 AM
 #1890

my wallet keeps being out of sync, what is happening here? I am using the nodes in the OP.


 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
RCan06
Sr. Member
****
Offline Offline

Activity: 325
Merit: 255


View Profile
August 29, 2014, 09:30:14 AM
 #1891

Silly question but how does one re-sync from scratch?? I tried to reinstall wallet to fix my sync, but now it wont connect to any nodes or sync, it just opens instantly with 0.00 coins in it. I have multiple backups of my wallet.dat, but I can't seem to rescan them, wallet just opens normally with no connections.

I tried the -rescan command, but it didn't work?

Cheers
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 29, 2014, 09:31:22 AM
Last edit: August 29, 2014, 09:44:15 AM by Majormax
 #1892

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.


421750 ish is the correct current blockchain
jvdp
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 523


CryptoTalk.Org - Get Paid for every Post!


View Profile
August 29, 2014, 09:33:30 AM
 #1893

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.

i did that, and its still broken... Its now also behind syncing with the network around 900 blocks.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 29, 2014, 09:35:02 AM
 #1894

Silly question but how does one re-sync from scratch?? I tried to reinstall wallet to fix my sync, but now it wont connect to any nodes or sync, it just opens instantly with 0.00 coins in it. I have multiple backups of my wallet.dat, but I can't seem to rescan them, wallet just opens normally with no connections.

I tried the -rescan command, but it didn't work?

Cheers

Use the .conf file info from the OP (copy it to a text file named supercoin.conf)

Remove the whole supercoin folder from 'roaming' (best keep a copy)

Resync using a new installation: insert the supercoin.conf to the newly created supercoin folder at the beginning, and it should sync OK.


edit ..Wait for Dev to confirm good nodes.
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 29, 2014, 09:37:19 AM
 #1895

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.

i did that, and its still broken... Its now also behind syncing with the network around 900 blocks.

Which nodes did you use in the .conf ?
jakiman
Legendary
*
Offline Offline

Activity: 1638
Merit: 1011


jakiman is back!


View Profile
August 29, 2014, 09:42:45 AM
 #1896

I'm about 1000 blocks off (ahead) compared to both block explorers.

getmininginfo
"blocks" : 421809

Is this right?

It passes when I run repairwallet. Using the nodes from OP also.

jvdp
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 523


CryptoTalk.Org - Get Paid for every Post!


View Profile
August 29, 2014, 09:43:51 AM
 #1897

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.

i did that, and its still broken... Its now also behind syncing with the network around 900 blocks.

Which nodes did you use in the .conf ?
I used the ones from the opening post.


 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
CoinMin3r
Hero Member
*****
Offline Offline

Activity: 635
Merit: 508


Defend Bitcoin and its PoW: bitcoincleanup.com


View Profile WWW
August 29, 2014, 09:46:00 AM
 #1898

Silly question but how does one re-sync from scratch?? I tried to reinstall wallet to fix my sync, but now it wont connect to any nodes or sync, it just opens instantly with 0.00 coins in it. I have multiple backups of my wallet.dat, but I can't seem to rescan them, wallet just opens normally with no connections.

I tried the -rescan command, but it didn't work?

Cheers
Re-syncing from scratch means delete everything except wallet.dat from supercoin folder from appdata >> start the wallet client >> close the client after some time >> create supercoin.conf on supercoin folder from appdata >> Start the client again & you're done.
Always take a backup of wallet.dat before doing anything.

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.
Yeah but problem might be in a given node.
Actually it was working well until 26th but suddenly occured problem from 27th.So stakes after 27th can't be seen in explorer.

▄▄▄███████▄▄▄
▄█████████████████▄▄
▄██
█████████▀██▀████████
████████▀
░░░░▀░░██████████
███████████▌░░▄▄▄░░░▀████████
███████
█████░░░███▌░░░█████████
███
████████░░░░░░░░░░▄█████████
█████████▀░░░▄████░░░░█████████
███
████▄▄░░░░▀▀▀░░░░▄████████
█████
███▌▄█░░▄▄▄▄█████████
▀████
██████▄██
██████████▀
▀▀█████████████████▀▀
▀▀▀███████▀▀
.
.BitcoinCleanUp.com.


















































.
.     Debunking Bitcoin's Energy Use     .
███████████████████████████████
███████████████████████████████
███████████████████████████████
███████▀█████████▀▀▀▀█▀████████
███████▌░▀▀████▀░░░░░░░▄███████
███████▀░░░░░░░░░░░░░░▐████████
████████▄░░░░░░░░░░░░░█████████
████████▄░░░░░░░░░░░▄██████████
███████▀▀▀░░░░░░░▄▄████████████
█████████▄▄▄▄▄▄████████████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
...#EndTheFUD...
Majormax
Legendary
*
Offline Offline

Activity: 2534
Merit: 1129


View Profile WWW
August 29, 2014, 09:46:15 AM
 #1899

My wallet stat:

Block chain

Current number of blocks   421745
Estimated total blocks       420685

I had similar. Staking is completely broken in that condition. Seems to have been a problem node ??

I am resynching from scratch, using the current .conf file from the OP.

i did that, and its still broken... Its now also behind syncing with the network around 900 blocks.

Which nodes did you use in the .conf ?
I used the ones from the opening post.



I am currently on a resync (just started), so I will see what happens. ..BTW, did you use a complete new installation ?
CryptoBull
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
August 29, 2014, 09:46:56 AM
 #1900

Hello bros,
Well mine is S green staling and everything Smiley
I have no problems so far Cheesy i like it that way Grin

Captain Positive Cool
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 209 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!