morenho
|
|
October 17, 2017, 09:36:54 PM |
|
Windows wallet working yet? bought some coins a loooong time ago, and never got to make the MN because of sync issues...
|
|
|
|
Rigorous
|
|
October 17, 2017, 10:40:40 PM |
|
How many coins a Masternode receive Daily ?
0.88 x 3 or 4. around that. Really? It varies a lot in my experience. Sometimes 3 a day, sometimes 3 days nothing.
|
|
|
|
Pon13
|
|
October 18, 2017, 05:49:11 AM |
|
How many coins a Masternode receive Daily ?
0.88 x 3 or 4. around that. Really? It varies a lot in my experience. Sometimes 3 a day, sometimes 3 days nothing. Well i guess your statement is much better and true. There are days with luck and days with no luck at all.
|
Bill Hicks was right about....everything
|
|
|
bakra
Jr. Member
Offline
Activity: 75
Merit: 5
|
|
October 18, 2017, 07:27:28 PM Last edit: October 18, 2017, 08:12:54 PM by bakra |
|
Is there a way to increase syncing speed? My masternode is on a Vultr vps. The syncing of the masternode can't keep up with the increment of the blockchain, so it is getting more and more behind. I have 512mb memory and 2GB swap. How can I speed this up?
1) Use bootstrap or install parsed blockchain 2) I forgot about forks since I use 1GB ram + 2GB swap I still don't get it: atm the load average of the vps is between 0.00 and 0.10, so it is idle. Memory in use is 66%. Disk activity is zero for minutes. Syncing is still not finished and is to slow to catch up to the current block. Another strange thing is that "./8bitd getinfo" takes a very long time to respond So because it is almost not using resources I would say it has something to do with connections. The number 0f connections is 8, but it seems like it takes to long for the information to come in. Is there something i can change in the 8bit.conf to speed that up?
|
|
|
|
koguma
Member
Offline
Activity: 106
Merit: 10
|
|
October 19, 2017, 11:32:35 AM |
|
How many coins a Masternode receive Daily ?
0.88 x 3 or 4. around that. Really? It varies a lot in my experience. Sometimes 3 a day, sometimes 3 days nothing. Yeah, closer to 3 days nothing. Pretty disappointing.
|
|
|
|
koguma
Member
Offline
Activity: 106
Merit: 10
|
|
October 19, 2017, 11:35:20 AM |
|
Is there a way to increase syncing speed? My masternode is on a Vultr vps. The syncing of the masternode can't keep up with the increment of the blockchain, so it is getting more and more behind. I have 512mb memory and 2GB swap. How can I speed this up?
1) Use bootstrap or install parsed blockchain 2) I forgot about forks since I use 1GB ram + 2GB swap I still don't get it: atm the load average of the vps is between 0.00 and 0.10, so it is idle. Memory in use is 66%. Disk activity is zero for minutes. Syncing is still not finished and is to slow to catch up to the current block. Another strange thing is that "./8bitd getinfo" takes a very long time to respond So because it is almost not using resources I would say it has something to do with connections. The number 0f connections is 8, but it seems like it takes to long for the information to come in. Is there something i can change in the 8bit.conf to speed that up? The code for this coin is ancient. It gobbled up 4gb of ram on my vps before. From what I can tell, it's using really old bitcoin core code in there, and you need to tune some params. Try adding these to the conf: maxconnections=20 dbcache=64 mempool=64 Still, mine is using nearly 1gb of ram.
|
|
|
|
koguma
Member
Offline
Activity: 106
Merit: 10
|
|
October 19, 2017, 11:41:49 AM |
|
Is there a way to increase syncing speed? My masternode is on a Vultr vps. The syncing of the masternode can't keep up with the increment of the blockchain, so it is getting more and more behind. I have 512mb memory and 2GB swap. How can I speed this up?
There's no way in hell you can run this coin with 512mb of ram. With config options, expect it to gobble up 4gb of ram trying to swallow it's blockchain. With options (I posted a few above) it'll use 1gb of ram. Here's the proof: top - 19:39:59 up 30 days, 15:36, 1 user, load average: 0.17, 0.17, 0.22 Tasks: 21 total, 1 running, 20 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.2 us, 0.6 sy, 1.5 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 4194304 total, 1915204 used, 2279100 free, 0 buffers KiB Swap: 524288 total, 111496 used, 412792 free. 1110980 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 22055 poops 20 0 2469660 973340 363280 S 12.3 23.2 1680:37 8bitd 23581 poops 20 0 1529660 107312 10780 S 6.3 2.6 228:52.39 bitcloudd
I'm running 2 MN coins. Bitcloud and 8bit on the same container. Compare.
|
|
|
|
bakra
Jr. Member
Offline
Activity: 75
Merit: 5
|
|
October 19, 2017, 12:02:25 PM |
|
Is there a way to increase syncing speed? My masternode is on a Vultr vps. The syncing of the masternode can't keep up with the increment of the blockchain, so it is getting more and more behind. I have 512mb memory and 2GB swap. How can I speed this up?
There's no way in hell you can run this coin with 512mb of ram. With config options, expect it to gobble up 4gb of ram trying to swallow it's blockchain. With options (I posted a few above) it'll use 1gb of ram. Here's the proof: top - 19:39:59 up 30 days, 15:36, 1 user, load average: 0.17, 0.17, 0.22 Tasks: 21 total, 1 running, 20 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.2 us, 0.6 sy, 1.5 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 4194304 total, 1915204 used, 2279100 free, 0 buffers KiB Swap: 524288 total, 111496 used, 412792 free. 1110980 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 22055 poops 20 0 2469660 973340 363280 S 12.3 23.2 1680:37 8bitd 23581 poops 20 0 1529660 107312 10780 S 6.3 2.6 228:52.39 bitcloudd
I'm running 2 MN coins. Bitcloud and 8bit on the same container. Compare. So it makes no difference that the 2 GB swap is on an SSD? I tought because SSD is fast I could have more fast memory. I just switched to Vultr because on my Time4vps I was not permitted to enlarge the swap file
|
|
|
|
Pon13
|
|
October 19, 2017, 12:33:40 PM |
|
dbcache=64 mempool=64
what these two commands do? why 64 ?
|
Bill Hicks was right about....everything
|
|
|
JohnShepard
Newbie
Offline
Activity: 4
Merit: 0
|
|
October 19, 2017, 03:02:05 PM |
|
Hi guys. downloaded bootstrap.dat.gz and blocks.tgz. I did everything right, but another 12 weeks after the dumps .... synchronization is simply awful long. Can anyone pull out of his wallet fresh files? from the folder AppData / 8Bit of course without Wallet.dat
|
|
|
|
8-bit-Party
Legendary
Offline
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
|
|
October 19, 2017, 03:49:17 PM |
|
I still don't get it: atm the load average of the vps is between 0.00 and 0.10, so it is idle. Memory in use is 66%. Disk activity is zero for minutes. Syncing is still not finished and is to slow to catch up to the current block. Another strange thing is that "./8bitd getinfo" takes a very long time to respond
Paste here output of:
|
8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
|
|
|
8-bit-Party
Legendary
Offline
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
|
|
October 19, 2017, 04:02:13 PM |
|
dbcache=64 mempool=64
what these two commands do? why 64 ? Default value for dbcache is 25, so 64 will increase memory consumption. Don't do it. mempool option does not exist. Setting it changes nothing.
|
8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
|
|
|
8-bit-Party
Legendary
Offline
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
|
|
October 19, 2017, 04:05:16 PM |
|
I'm running 2 MN coins. Bitcloud and 8bit on the same container. Compare.
Nothing to compare here. When 8bit was as small as bitcloud is (blockchain height & size, utxo size), people were running 10 wallets concurrently on 1GB machines.
|
8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
|
|
|
robert3harrison
|
|
October 20, 2017, 02:21:59 AM |
|
I'm running 2 MN coins. Bitcloud and 8bit on the same container. Compare.
Nothing to compare here. When 8bit was as small as bitcloud is (blockchain height & size, utxo size), people were running 10 wallets concurrently on 1GB machines. Agreed it can't be compared to Bitcloud... but 8Bit uses WAY to many resources.... What is the ETA on the new wallet with new mn coin requirements?
|
|
|
|
trunghieu250688
Member
Offline
Activity: 84
Merit: 10
|
|
October 20, 2017, 02:28:59 AM |
|
Is this coin alive? Vol is so low
|
|
|
|
r8st
|
|
October 20, 2017, 04:27:09 AM |
|
Is this coin alive? Vol is so low
It has a pulse, I know that... it's going through some transitions currently... there was a 20ish btc wall at .00007 for a while, then there was a big one at .00004, now at .00002... I know at least one person is taking the coin seriously, even more are taking it seriously as evidenced by the activity on this thread. I have no idea what the price will do but I imagine eventually people would run out of surplus 8bit to sell this epically mysterious someone, and then the price will have less downward pressure. To prospective buyers it seems like now or soon would be a good time to buy.... a GINORMOUS amount of 8bit has been unloaded over the course of the last couple of months, many of us have witnessed it, there simply can not be all that much surplus 8bit left hanging around that anyone would want to sell. The price could do anything from here but I'd expect it will begin heading up again soon. New wallet is supposed to be coming too with new masternode requirements (1000 8bit instead of 112). So yes, i'd say alive. "8bitd -cli masternode list" returns usually around 50-100 active mns for me at any time
|
|
|
|
bakra
Jr. Member
Offline
Activity: 75
Merit: 5
|
|
October 20, 2017, 07:15:12 AM Last edit: October 20, 2017, 07:32:08 AM by bakra |
|
I still don't get it: atm the load average of the vps is between 0.00 and 0.10, so it is idle. Memory in use is 66%. Disk activity is zero for minutes. Syncing is still not finished and is to slow to catch up to the current block. Another strange thing is that "./8bitd getinfo" takes a very long time to respond
Paste here output of: total used free shared buff/cache available Mem: 488 106 84 4 297 345 Swap: 3071 448 2623 CPU is around 0,7% Still it's inresponsive. ./dasd getinfo takes a long time or doesn't appear at all Still some 2200 blocks behind The amount of blocks behind is growing
|
|
|
|
8-bit-Party
Legendary
Offline
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
|
|
October 20, 2017, 12:45:24 PM |
|
Weird. Really. Do you have non-empty wallet.dat in use? If so, let it sync without it. Please paste an output of
|
8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
|
|
|
panda111
|
|
October 20, 2017, 12:51:49 PM |
|
Is this coin alive? Vol is so low
It has a pulse, I know that... it's going through some transitions currently... there was a 20ish btc wall at .00007 for a while, then there was a big one at .00004, now at .00002... I know at least one person is taking the coin seriously, even more are taking it seriously as evidenced by the activity on this thread. I have no idea what the price will do but I imagine eventually people would run out of surplus 8bit to sell this epically mysterious someone, and then the price will have less downward pressure. To prospective buyers it seems like now or soon would be a good time to buy.... a GINORMOUS amount of 8bit has been unloaded over the course of the last couple of months, many of us have witnessed it, there simply can not be all that much surplus 8bit left hanging around that anyone would want to sell. The price could do anything from here but I'd expect it will begin heading up again soon. New wallet is supposed to be coming too with new masternode requirements (1000 8bit instead of 112). So yes, i'd say alive. "8bitd -cli masternode list" returns usually around 50-100 active mns for me at any time New wallet sounds good, will that be a working windows wallet?
|
|
|
|
bakra
Jr. Member
Offline
Activity: 75
Merit: 5
|
|
October 20, 2017, 02:09:57 PM |
|
Weird. Really. Do you have non-empty wallet.dat in use? If so, let it sync without it. Please paste an output of ps ux|grep 8bitd theo 7541 52.5 76.4 2219172 382296 ? SLsl 09:27 208:58 ./8bitd -daemon theo 8632 0.0 0.1 14520 888 pts/1 S+ 16:04 0:00 grep --color=auto 8bitd wallet.dat is just an empty wallet
|
|
|
|
|