Bitcoin Forum
April 30, 2024, 11:37:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 146 147 ... 215 »
  Print  
Author Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!  (Read 284890 times)
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 05:30:36 PM
 #1921

make sure that your wallet is properly synced, currently @ block 12225
I think that might currently be a problem for many Wink

Mine repeatedly gets stuck at 10202, with the debug.log citing "ERROR: ConnectInputs() : tried to spend coinbase/coinstake at depth 408".  I've got it wiping everything restarting periodically, but might as well wait for an updated wallet with a proper fix Smiley

1714520248
Hero Member
*
Offline Offline

Posts: 1714520248

View Profile Personal Message (Offline)

Ignore
1714520248
Reply with quote  #2

1714520248
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
June 11, 2014, 05:56:38 PM
 #1922

my clients, no matter if windows or linux do not sync more than 10559 blocks (which is the checkpoint i guess):

Code:
2014-06-11 17:39:27 UTC 10559 ------------------------------- 1 0 0 0 -1 -1 -1
2014-06-11 17:40:34 UTC LoadBlockIndex(): hashBestChain=000000025510171c1e94  height=10559  trust=10560
2014-06-11 17:40:51 UTC Block 10559 has this many transactions in it: 2, Block Pos 7259458
2014-06-11 17:41:14 UTC nBestHeight = 10559

sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 06:04:59 PM
 #1923

make sure that your wallet is properly synced, currently @ block 12225
I think that might currently be a problem for many Wink

Mine repeatedly gets stuck at 10202, with the debug.log citing "ERROR: ConnectInputs() : tried to spend coinbase/coinstake at depth 408".  I've got it wiping everything restarting periodically, but might as well wait for an updated wallet with a proper fix Smiley

I had the same issue, & this is how i fixed my wallet.

1. Close Wallet
2. Delete everything in %appdata%/slimcoin EXCEPT WALLET.DAT & SLIMCOIN.CONF
3. Edit Slimcoin.conf, delete EVERYTHING and paste this :

server=1
daemon=1
rpcuser=USER
rpcpassword=PASSWD
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=localhost
connect=144.76.139.111:10000

4. Be patient & let it sync COMPLETELY
5. After its done, go back to %appdata%/Slimcoin
6. Edit slimcoin.conf, delete EVERYTHING & add this :

server=1
daemon=1
rpcuser=USER
rpcpassword=PASSWD
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=localhost
addnode=114.34.15.168
addnode=63.141.232.170
addnode=50.116.56.210
addnode=108.7.224.149
addnode=85.25.195.74
addnode=72.252.176.12
addnode=213.82.213.152
addnode=144.76.142.47
addnode=77.237.251.163
addnode=84.198.182.60
addnode=76.127.202.17
addnode=96.237.174.192
addnode=107.181.250.216
addnode=107.181.250.217
addnode=144.76.142.47
addnode=144.76.142.49

7. Reopen Slimcoin-QT



reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
June 11, 2014, 06:05:57 PM
 #1924

No new patches, dev has no idea whats going on, difficulty lower than 24h after launch, bter trading suspended.

I am out. Good luck guys, hope the traders earn back what they lost.

Agree.
Shame on dev. This coin was perspective, but dev is slow.

Shame on you! You want stuff faster? Do it yourself!
You want a fulltime dev? Donate him! Or gtfo here and grab youself some scamcoin at ipo

Dev's doing a great job, all bugs so far have been fixed in time (<48 hours). He asks for debugs to fix the sync issue.. SEND THEM instead of complaining!


++1


1++
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 06:09:33 PM
 #1925

make sure that your wallet is properly synced, currently @ block 12225
I think that might currently be a problem for many Wink

Mine repeatedly gets stuck at 10202, with the debug.log citing "ERROR: ConnectInputs() : tried to spend coinbase/coinstake at depth 408".  I've got it wiping everything restarting periodically, but might as well wait for an updated wallet with a proper fix Smiley

I had the same issue, & this is how i fixed my wallet.

1. Close Wallet
2. Delete everything in %appdata%/slimcoin EXCEPT WALLET.DAT & SLIMCOIN.CONF
3. Edit Slimcoin.conf, delete EVERYTHING and paste this :

server=1
daemon=1
rpcuser=USER
rpcpassword=PASSWD
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=localhost
connect=144.76.139.111:10000

4. Be patient & let it sync COMPLETELY
5. After its done, go back to %appdata%/Slimcoin
6. Edit slimcoin.conf, delete EVERYTHING & add this :


I will be taking down node 144.76.139.111 in 10 minutes. Use a different node for syncing.
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 06:24:21 PM
 #1926

connect=144.76.139.111:10000
Yeah, unfortunately that one's going down (or IS down, by now).  Of the other ones in the first post, only 3 ever connected when I tried them, and all 3 ended up getting stuck.  Like I said, probably better to wait and see what happens with the wallet Smiley

sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 06:27:49 PM
 #1927

connect=144.76.139.111:10000
Yeah, unfortunately that one's going down (or IS down, by now).  Of the other ones in the first post, only 3 ever connected when I tried them, and all 3 ended up getting stuck.  Like I said, probably better to wait and see what happens with the wallet Smiley

Sorry, i didnt know. My wallet successfully syncs with the following slimcoin.conf file

server=1
daemon=1
rpcuser=USER
rpcpassword=PASSWD
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=localhost
addnode=114.34.15.168
addnode=63.141.232.170
addnode=50.116.56.210
addnode=108.7.224.149
addnode=85.25.195.74
addnode=72.252.176.12
addnode=213.82.213.152
addnode=144.76.142.47
addnode=77.237.251.163
addnode=84.198.182.60
addnode=76.127.202.17
addnode=96.237.174.192
addnode=107.181.250.216
addnode=107.181.250.217
addnode=144.76.142.47
addnode=144.76.142.49
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 06:32:07 PM
 #1928

I;ve got over 70 connections at the node so i will keep it up for an hour or so.
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 06:45:12 PM
 #1929

My wallet successfully syncs with the following slimcoin.conf file
I think those are the ones from the first post - but I'll give it another shot Smiley

sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 06:56:41 PM
 #1930

My wallet successfully syncs with the following slimcoin.conf file
I think those are the ones from the first post - but I'll give it another shot Smiley

It couldn't hurt right! Lol. I've got a fully synced green check mark with incoming / outgoing transactions working as intended! Hopefully it does the same for you!
ltcnim
Legendary
*
Offline Offline

Activity: 914
Merit: 1001



View Profile
June 11, 2014, 07:59:00 PM
 #1931

well, slimcoind is using all CPU power since hours. It's currently synced to block 12591 (which is the latest block I guess), but the log is flooded with:

Code:
2014-06-11 19:53:58 UTC getblocks 5863 to 0000000449b33a0ecc01 limit 1021
2014-06-11 19:54:00 UTC   getblocks stopping at 6746 0000000449b33a0ecc01 (470070 bytes)
2014-06-11 19:54:01 UTC getblocks 5863 to 00000006643fbac4e750 limit 1021
2014-06-11 19:54:05 UTC   getblocks stopping at 6748 00000006643fbac4e750 (471401 bytes)
2014-06-11 19:54:05 UTC getblocks 5863 to 000000022bb352e1160a limit 1021
2014-06-11 19:54:08 UTC   getblocks stopping at 6752 000000022bb352e1160a (472880 bytes)
2014-06-11 19:54:08 UTC getblocks 5863 to 00000007edff4df1b449 limit 1021
2014-06-11 19:54:11 UTC   getblocks stopping at 6754 00000007edff4df1b449 (473591 bytes)
2014-06-11 19:54:11 UTC getblocks 5863 to 0000000354118d287a3d limit 1021
2014-06-11 19:54:13 UTC   getblocks stopping at 6764 0000000354118d287a3d (477462 bytes)
2014-06-11 19:54:13 UTC getblocks 5863 to 00000008797034a709b7 limit 1021
2014-06-11 19:54:16 UTC   getblocks stopping at 6770 00000008797034a709b7 (481037 bytes)
2014-06-11 19:54:16 UTC getblocks 5863 to 0000000056ee7692aa30 limit 1021
2014-06-11 19:54:19 UTC   getblocks stopping at 6774 0000000056ee7692aa30 (482650 bytes)

and as I said, it get out of sync after a few minutes. Result was 6 orphans in a row...

TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 08:18:52 PM
 #1932

It couldn't hurt right! Lol. I've got a fully synced green check mark with incoming / outgoing transactions working as intended! Hopefully it does the same for you!
True - can't get worse than not syncing Wink  It got stuck on 9,000-something, but eventually made it to 12,146.  Unfortunately, it should be at 12,604 - so, we'll see if it catches up Smiley

sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 08:26:19 PM
 #1933

It couldn't hurt right! Lol. I've got a fully synced green check mark with incoming / outgoing transactions working as intended! Hopefully it does the same for you!
True - can't get worse than not syncing Wink  It got stuck on 9,000-something, but eventually made it to 12,146.  Unfortunately, it should be at 12,604 - so, we'll see if it catches up Smiley

Currently, my wallet shows fully synced at block 12614, last block generated 38 sec ago, your almost there! lol
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 08:32:28 PM
 #1934

Currently, my wallet shows fully synced at block 12614, last block generated 38 sec ago, your almost there! lol
The Little Wallet That Could? Wink

rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 11, 2014, 08:32:38 PM
 #1935

How much are you people burning?
This is mine currently..

"Net Burnt Coins" : 314.77400400,
"Effective Burnt Coins" : 312.86937900,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 1.90462500

burnt only 12 coins more now..

"Net Burnt Coins" : 326.04721200,
"Effective Burnt Coins" : 323.92589700,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 2.12131500

and burnt another 17... still not finding PoB blocks

"Net Burnt Coins" : 342.94665600,
"Effective Burnt Coins" : 340.44341300,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 2.50324300

Receiving lots of coins today from slimcoinpool Wink

Burned like 80 more coins, this speed i will get my target in a few days!

"Net Burnt Coins" : 418.47106900,
"Effective Burnt Coins" : 415.41875400,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 3.05231500

total 100 / 85094.996982 * 418.47106900 = 0.49% of the network speed, i'm halfway!
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 09:11:57 PM
 #1936

Currently, my wallet shows fully synced at block 12614, last block generated 38 sec ago, your almost there! lol
The Little Wallet That Could? Wink

LOL CHOOOO CHOOOOO!
jadefalke
Legendary
*
Offline Offline

Activity: 1457
Merit: 1014


View Profile
June 11, 2014, 09:12:51 PM
 #1937

no sign of life from DEV? i pm'ed him 2 Debug.log to fix that wallet Problem i still cannot sync. that sucks.
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 09:14:10 PM
 #1938

no sign of life from DEV? i pm'ed him 2 Debug.log to fix that wallet Problem i still cannot sync. that sucks.

Hes here! I sent a few debugs also, i think we buried him in debugs so hes working hard to fix the wallet! [:
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 09:36:59 PM
 #1939

LOL CHOOOO CHOOOOO!
Choo choo is almost there... 12,600 now - a pool is reporting 12,640, so only 40 short.  Pool's also reporting 10 minutes since last block, though.  Oh well, I got the part I need.. Wink

sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
June 11, 2014, 10:21:46 PM
 #1940

LOL CHOOOO CHOOOOO!
Choo choo is almost there... 12,600 now - a pool is reporting 12,640, so only 40 short.  Pool's also reporting 10 minutes since last block, though.  Oh well, I got the part I need.. Wink

Nice!
Pages: « 1 ... 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 146 147 ... 215 »
  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!