catotune
|
|
July 11, 2015, 05:15:08 AM |
|
Thanks for the reply. I should have mentioned that when attempting to load / run the compiled slingd it uses 0% cpu and very very minimal memory with 0 connections after 20 hours with the same node list I'm using for my windows wallet. This is the same whether I start it in a screen session or run it as a background task
Did you : cd ~/.sling tail -f debug.log to see what's happening? A couple of ideas which may or may not help: Run strip on the binary after compiling it, to dramatically decrease its size: If you are behind a router (e.g. your home Linux machine, as opposed to a rented Linux VPS), compile using USE_UPNP=1: make -f makefile.unix USE_UPNP=1
Run "slingd -daemon" to run it without having to background the process (&) or use nohup. Good luck!
|
|
|
|
MCDev
|
|
July 11, 2015, 01:35:16 PM |
|
Thanks for the reply. I should have mentioned that when attempting to load / run the compiled slingd it uses 0% cpu and very very minimal memory with 0 connections after 20 hours with the same node list I'm using for my windows wallet. This is the same whether I start it in a screen session or run it as a background task
Did you : cd ~/.sling tail -f debug.log to see what's happening? A couple of ideas which may or may not help: Run strip on the binary after compiling it, to dramatically decrease its size: If you are behind a router (e.g. your home Linux machine, as opposed to a rented Linux VPS), compile using USE_UPNP=1: make -f makefile.unix USE_UPNP=1
Run "slingd -daemon" to run it without having to background the process (&) or use nohup. Good luck! THANKS!! Got it working I had modified my conf file so many times at some point I had commented out daemon=1. Uncommenting it out fixed the "hang" -- oops Then I noticed that it was getting hung up on 178.33.126.221:30137 with connection refused. Did a "slingd addnode 178.33.126.221:30137 remove", but at the same time added the nodes from https://bitcointalk.org/index.php?topic=1032166.msg11422806#msg11422806 and I've got 18 connections and syncing at 31331 blocks so far THANKS!!!!!
|
|
|
|
MCDev
|
|
July 11, 2015, 02:07:03 PM |
|
Still syncing but have another question ... the OP has the message to upgrade to v1.3.4.7 but the compiled daemon is showing v1.3.3.7. Do I have an additional problem? I cloned the source from https://bitbucket.org/slingrepo/sling as recently as last night. Thanks for all the help!!
|
|
|
|
catotune
|
|
July 11, 2015, 08:37:21 PM Last edit: July 11, 2015, 11:17:18 PM by catotune |
|
Still syncing but have another question ... the OP has the message to upgrade to v1.3.4.7 but the compiled daemon is showing v1.3.3.7. Do I have an additional problem? I cloned the source from https://bitbucket.org/slingrepo/sling as recently as last night. Thanks for all the help!! I have been using v1.3.7.7-g32a928e for a masternode and staking wallet, and they've been working fine, so I think you're all right! Edit: Oops, I just noticed that you said you are using 1.3.3.7 not 1.3.7.7, so I am using a newer version than you. But I cloned mine from the Bitbucket repository over a month ago, so I'm not sure why your version from last night would be older!
|
|
|
|
catotune
|
|
July 11, 2015, 11:23:15 PM |
|
Actually I'm seeing that the OP source links to here: https://bitbucket.org/dgslayer/sling/srcWhich is different from what you posted, and contains more recent changes; I think that's the repository that I compiled from. Hope that helps!
|
|
|
|
MCDev
|
|
July 12, 2015, 04:28:46 AM |
|
Actually I'm seeing that the OP source links to here: https://bitbucket.org/dgslayer/sling/srcWhich is different from what you posted, and contains more recent changes; I think that's the repository that I compiled from. Hope that helps! I went back to get info to make sure I hadn't made a typo on my previous post ... "version" : "v1.3.3.7-g32a928e", "protocolversion" : 61337, "walletversion" : 60000, I did check the source for masternode.cpp and the version I have looks to be the corrected version that requires 7331 Sling.... I'm going to pull again and recompile to be safe Thanks
|
|
|
|
catotune
|
|
July 12, 2015, 05:00:11 AM |
|
Actually I'm seeing that the OP source links to here: https://bitbucket.org/dgslayer/sling/srcWhich is different from what you posted, and contains more recent changes; I think that's the repository that I compiled from. Hope that helps! I went back to get info to make sure I hadn't made a typo on my previous post ... "version" : "v1.3.3.7-g32a928e", "protocolversion" : 61337, "walletversion" : 60000, I did check the source for masternode.cpp and the version I have looks to be the corrected version that requires 7331 Sling.... I'm going to pull again and recompile to be safe Thanks Cool - from your reply, I'm not sure if I communicated well that the OP shows a different git repo URL than the one you cloned, so I'll mention it again in case I wasn't clear. What I'm using, and what is in the OP: https://bitbucket.org/dgslayer/sling.gitWhat you said you were using: https://bitbucket.org/slingrepo/sling.gitThat may account for your version being older. I haven't followed this thread closely enough to know why the git repository might have changed from one user's to another's, but I updated when the new wallet became available on 6/6.
|
|
|
|
CryptoVote
|
|
July 13, 2015, 02:27:57 PM |
|
Weekly Update: I decided to use Bootstrap (CSS library from Twitter) and JQuery for the HTML5 instead of Footable like Shadow. Also, Shadow uses xHTML, not HTML5 and I was having issues re-adjusting. I also used AdminLTE as a bootstrap template. You can see the template preview and what it can do without much coding here: https://almsaeedstudio.com/AdminLTEI was able to wire up the overview page shown below: Minimized Left Navigation Menu: Right Vendor Information/settings: Still a lot of work to do and I only have the weekends. My wife is an artist so maybe she can help with the colours if y'all don't like these.
|
|
|
|
thewarners777
Member
Offline
Activity: 67
Merit: 10
|
|
July 13, 2015, 05:12:46 PM |
|
Great job dude....
|
|
|
|
Orestes
|
|
July 14, 2015, 12:29:09 AM |
|
Right Vendor Information/settings: Good to see Total Sales (Items Sold, Amount Sling). Is it possible to have this information for the overal Sling market in Sling/BTC/USD [Monthly, YTD, Yearly, Cumulative]? This would give a good idea of market adoption/performance. Maybe financial statistics tab would work well.
|
|
|
|
Guns1inger
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 14, 2015, 01:04:23 AM |
|
Oh man!!! The reviews part looks awesome! I like the statistics/info of the amount you've sold too Nice job!! https://i.imgur.com/olmHQUg.png
|
|
|
|
*Sakura*
Legendary
Offline
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
|
|
July 14, 2015, 03:21:56 AM |
|
Guys, what is the annual PoS % of this coin? Can't find in OP.
|
|
|
|
Starin
|
|
July 14, 2015, 03:39:54 AM |
|
Guys, what is the annual PoS % of this coin? Can't find in OP.
There is no annuel static PoS. This is a HiPoS coin, which means the block reward is static. Should be 1.337 SLING for each block.
|
|
|
|
philipvdlinde
|
|
July 14, 2015, 09:11:40 AM |
|
Weekly Update: I decided to use Bootstrap (CSS library from Twitter) and JQuery for the HTML5 instead of Footable like Shadow. Also, Shadow uses xHTML, not HTML5 and I was having issues re-adjusting. I also used AdminLTE as a bootstrap template. You can see the template preview and what it can do without much coding here: https://almsaeedstudio.com/AdminLTEI was able to wire up the overview page shown below: Minimized Left Navigation Menu: Right Vendor Information/settings: Still a lot of work to do and I only have the weekends. My wife is an artist so maybe she can help with the colours if y'all don't like these. Looks stunning, keep it going.
|
|
|
|
rahmad2nd
Legendary
Offline
Activity: 2702
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
|
|
July 14, 2015, 12:10:46 PM |
|
Keep hold buy more cheap now
|
..Stake.com.. | | | ▄████████████████████████████████████▄ ██ ▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄ ██ ▄████▄ ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██ ██████ ██ ██████████ ██ ██ ██████████ ██ ▀██▀ ██ ██ ██ ██████ ██ ██ ██ ██ ██ ██ ██████ ██ █████ ███ ██████ ██ ████▄ ██ ██ █████ ███ ████ ████ █████ ███ ████████ ██ ████ ████ ██████████ ████ ████ ████▀ ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██ ██ ▀▀▀▀▀▀▀▀▀▀ ██ ▀█████████▀ ▄████████████▄ ▀█████████▀ ▄▄▄▄▄▄▄▄▄▄▄▄███ ██ ██ ███▄▄▄▄▄▄▄▄▄▄▄▄ ██████████████████████████████████████████ | | | | | | ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▀▄ █▀▀█▀▄▄ █ █▀█ █ ▐ ▐▌ █ ▄██▄ █ ▌ █ █ ▄██████▄ █ ▌ ▐▌ █ ██████████ █ ▐ █ █ ▐██████████▌ █ ▐ ▐▌ █ ▀▀██████▀▀ █ ▌ █ █ ▄▄▄██▄▄▄ █ ▌▐▌ █ █▐ █ █ █▐▐▌ █ █▐█ ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█ | | | | | | ▄▄█████████▄▄ ▄██▀▀▀▀█████▀▀▀▀██▄ ▄█▀ ▐█▌ ▀█▄ ██ ▐█▌ ██ ████▄ ▄█████▄ ▄████ ████████▄███████████▄████████ ███▀ █████████████ ▀███ ██ ███████████ ██ ▀█▄ █████████ ▄█▀ ▀█▄ ▄██▀▀▀▀▀▀▀██▄ ▄▄▄█▀ ▀███████ ███████▀ ▀█████▄ ▄█████▀ ▀▀▀███▄▄▄███▀▀▀ | | | ..PLAY NOW.. |
|
|
|
digitalgrow
|
|
July 15, 2015, 03:44:05 AM |
|
hey guys, cant seem to get a connection on the wallet here using the node list on OP, any ideas on where im going wrong
Many thanjs
|
|
|
|
HasherMe
Newbie
Offline
Activity: 58
Merit: 0
|
|
July 15, 2015, 05:20:40 AM |
|
hey guys, cant seem to get a connection on the wallet here using the node list on OP, any ideas on where im going wrong
Many thanjs
Try these: addnode=104.238.133.29:30137 addnode=5.250.177.20:30137 addnode=104.236.7.58:30137 addnode=173.24.6.175:30137 addnode=75.130.163.51:30137 addnode=96.19.216.113:30137 addnode=52.1.58.210:39601 I got these from running getpeerinfo on an active node with 8 connections.
|
|
|
|
DG.Slayer (OP)
Member
Offline
Activity: 98
Merit: 10
|
|
July 15, 2015, 09:54:02 PM |
|
I've been in communications with CryptoVote recently, he's demonstrated enthusiasm for this project and clearly knows a thing or two about coding so I've granted him write access to the bitbucket repository.
There has also been an offer from one of the community for a marketing project which I'm discussing atm, will reveal details as soon as we have a plan worked out.
|
Sling lead developer
|
|
|
Guns1inger
Newbie
Offline
Activity: 29
Merit: 0
|
|
July 17, 2015, 03:14:15 PM |
|
I've been in communications with CryptoVote recently, he's demonstrated enthusiasm for this project and clearly knows a thing or two about coding so I've granted him write access to the bitbucket repository.
There has also been an offer from one of the community for a marketing project which I'm discussing atm, will reveal details as soon as we have a plan worked out.
Thank you for the update.
|
|
|
|
digitalgrow
|
|
July 17, 2015, 03:17:35 PM |
|
hey guys, cant seem to get a connection on the wallet here using the node list on OP, any ideas on where im going wrong
Many thanjs
Try these: addnode=104.238.133.29:30137 addnode=5.250.177.20:30137 addnode=104.236.7.58:30137 addnode=173.24.6.175:30137 addnode=75.130.163.51:30137 addnode=96.19.216.113:30137 addnode=52.1.58.210:39601 I got these from running getpeerinfo on an active node with 8 connections. Sorry for the late reply, thanks buddy got it working now
|
|
|
|
|