tfeagle
Jr. Member
Offline
Activity: 49
Merit: 1
|
|
December 11, 2017, 09:40:10 PM |
|
Hello! I'm not a code writer (sorry). Is there an example or template of a "mine for me, please" splash page? Individual on/off buttons plus individual indicator lights (mining is on, mining is off)? I would like to place it on the strikepage for my web site...visitors must click a button to mine JSEcoin for me.
I would post an image of my ideal on/off display here, but I do not have enough reputation yet to post images. :-) I would make it look like the controls in a heavy manufacturing plant for a hoist or a conveyor belt. Or maybe the controls for an AC to DC generator pair...that setup looks pretty cool also.
|
|
|
|
barbenoire123
Member
Offline
Activity: 126
Merit: 10
Solution for reliable global money transactions
|
|
December 11, 2017, 09:48:06 PM |
|
hello i finde this preoject very intereste and very nice infomation but I would like to know How to mine? Has the project started?
|
|
|
|
|
okane818
Legendary
Offline
Activity: 1176
Merit: 1000
|
|
December 13, 2017, 02:44:21 AM |
|
Very nice project, I loved this kind of platform that have self-mining. But I have 1 question, why REFERRAL SYSTEM is limited country to get referral points. What is that? But this is a good project ever made. I do always self-mining, I estimated the coins generated per day, if 24/7 it can be about $1.5-$2, imagine that is CPU mining only. So do it yourself too.
Best regards
Okane Satoshi
|
|
|
|
okane818
Legendary
Offline
Activity: 1176
Merit: 1000
|
|
December 13, 2017, 03:35:57 AM |
|
Hello Guys, This is opt-in-mining in your website. <script> function jseStartMining() { var jseUserID = '10003'; var jseSiteID = 'bitcointalkdavao.host'; var jseSubID = '0'; var e=document,t=e.createElement("script"),s=e.getElementsByTagName("script")[0]; t.type="text/javascript",t.async=t.defer=!0,t.src="https://load.jsecoin.com/load/"+jseUserID+"/"+jseSiteID+"/"+jseSubID+"/0/",s.parentNode.insertBefore(t,s); document.getElementById('jseButtonText').innerHTML = 'Mining Started'; } document.write('<button onclick="jseStartMining();"<span id="jseButtonText">Start Mining</span></button>'); </script> You can see sample running script at https://altmining.blogspot.com/Scroll down and you see START MINING, then click it, to see hashing power press F12, then click Console, do not leave the site, wait to see the hashing, you can use the code and insert inside the <body></body> tag. Before you can do that, you have to register here at JSECOINyou can use your 32 cores in your vps. Good luck. Best regards Okane Satoshi
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 13, 2017, 06:32:55 AM |
|
Hi Okane, Yes the referral program is currently only open to certain English speaking countries: US,CA,GB,IE,AU,NZ,ZA United States, Canada, Great Britain, Ireland, Australia, New Zealand, South Africa. Payout 3.50 JSE per confirmed user account (Double Opt-in CPA Offer) This means the user needs to confirm their account by clicking the welcome email link. Cookie Tracking: 7 Days Duplicate IP addresses will be declined We reserve the right to adjust the referral payment and terms in the future, for full terms please visit https://jsecoin.com/terms/
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
q9q1na31l
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 14, 2017, 06:13:37 PM Last edit: January 15, 2018, 10:03:32 PM by q9q1na31l |
|
hi, while interested in the project, can the popup to mine coins
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 15, 2017, 10:02:00 AM |
|
Hi q9q1na31l,
No we have to display the privacy notice before the mining starts up so that users get notified about what is going on and given a chance to opt-out.
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
cryptur
Member
Offline
Activity: 82
Merit: 11
|
|
December 20, 2017, 01:14:11 PM |
|
Hi
wow what is happening
first the average number of miners doubled
now it is at a half
and all for a sudden my browser allows soooo much more hashes:
Hashrate Speed Test: 24994 hp/s
Found Hash! : 000072b5500a88896d060021b922a7e1f31477feca13a77e1c1c17665ff92159,27702318698
Found Hash! : 000032a8b63805ab8e0e13584db2c687b5f9e16996ce7e7e7f76254415f005b6,62051444170
Found Hash! : 0000e6debf368a5f6fecba179dc94e70a759ed28c8288eb1fe002a2ec7582c33,68840911163
Found Hash! : 000031e83e37bf652cfdc28b026685769328173563116016a8c2ea958e1ebced,38813839697
Found Hash! : 00002a1b4a6653ab3d444defe778a5541d43de9e9dd742fa5ec5ce7e4e4c0642,33877208227
Found Hash! : 0000e73c757d9071a3e8b381c52148397b28528dfb88d0a787b92810fae2e69a,33877189592
Found Hash! : 0000fe0aab5a5a828f9c2d21d7f83948e635a2a695ed56cda535ef8cbdfa8d2b,33877170700
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 21, 2017, 08:06:21 AM |
|
Hi Cryptur,
We rolled out and update which means the hashing algorithm is working faster because it is crunching less data. The mining numbers are volatile because it's based on the 3rd party webmasters sites that our code is running. One or two really big sites makes a huge difference if they are testing traffic.
The update yesterday allows us to improve the efficiency of the hashing system. Before we were sending out complete block data to the browser which would be used with the SHA256 hashing algo. Because we have the block explorer now there is no benefit to that system so we changed it across to a new method. The data is hashed server-side to create a 64char prehash, this is sent out to clients who add a random number (nonce) and rehash that hash,nonce combo. The resulting hash is then processed and sent back to the server if it is a match to the difficulty.
It actually worked a bit too well and we had to cap the hash rates to 10k on the self-mining for a bit until we either increase the overall difficulty or find a way to balance out mobile/desktop devices.
Also we moved from Ajax transfer protocol to websockets via socket.io, this gives us near real-time communications across the network.
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
cdrx
|
|
December 21, 2017, 08:44:43 AM |
|
I understand when Kaspersky blocks on sites the JSE code... thinks is virus... but today: Kaspersky Internet Security ACCESS DENIED The requested URL cannot be provided URL: https://jsecoin.com/platform/Blocked by Web Anti-Virus Reason: dangerous URL Detection method: cloud protection Can they be contacted, related to this, and code ?
|
|
|
|
shidannv
|
|
December 21, 2017, 08:47:15 AM |
|
I am interested in this project, and is there a private sale for big investors? if yes, which one should i contact? best wishes.
|
|
|
|
cdrx
|
|
December 21, 2017, 10:48:46 AM |
|
PreICO sale is over, wait for ICO in 2018...
|
|
|
|
thelastone
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 21, 2017, 10:59:14 AM |
|
sorry sir, may i ask .. is there a bounty or airdrop project .. i want to add my experience. because I see this project interesting.
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 21, 2017, 02:37:34 PM |
|
Hi CDRX, Yes Kaspersky is now flagging all our sub-domains as malicious which is ridiculous. I've just got off the phone with the technical support team and they are escalating it again to try and get the situation resolved. I'll update you when I hear back. They have full contact details as well as a legal address so if this doesn't work we will put something in writing to them. https://www.kaspersky.co.uk/about/contactHi Shidannv, I'm afraid there is not a private sale for the big investors. There will be further opportunity to contribute to the project next year though as we have not reached ICO yet. TheLastOne, we will launch some kind of bounty program I think closer to ICO. Air drop looks less likely.
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
cryptur
Member
Offline
Activity: 82
Merit: 11
|
|
December 22, 2017, 08:40:44 PM |
|
Todays platform mining results are indicating a bug
I only received
Today Earnings 0.065 JSE
was contributing Hashrate Speed Test: 10490 hashes/sec
found ten thousands of hashes
and the platform shows only
Number of active self-miners today: 1532 / Currently Active: 679
whats going on? usually I receive like 10 times that per day
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 23, 2017, 08:14:47 AM |
|
We have pushed out a number of updates over the last 48 hours and I'd expect at least one more today. I'd recommend refreshing your browser regularly during this period to clear the cache and reload any new code.
There was a bug with the currently active self-miners yesterday in that it was only showing people that had logged in during the previous 5 minutes. This was because the load balancer was resetting web socket connection every 5 minutes and on reconnect it wasn't tracking the user. This has been fixed now but it wont track the existing users that are logged in until they log back out and back in again so that figure isn't going to be accurate for at least 24 hours.
0.065 for a day still sounds a lot lower than it should be so I'd recommend doing a browser refresh and see if that fixes the issue.
Apologies for the inconvenience, we are trying to push out updates as smoothly as possible but there will inevitably be some disruption.
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
cryptur
Member
Offline
Activity: 82
Merit: 11
|
|
December 23, 2017, 08:36:37 AM |
|
Hi
unfortunately it didn't
I closed chrome, after deleting all the cache, history, cookies...
started again
let it run over night
result is 0.06jse
|
|
|
|
cryptur
Member
Offline
Activity: 82
Merit: 11
|
|
December 23, 2017, 03:33:51 PM |
|
0.26 now seems to be fixed?
|
|
|
|
JSEcoin (OP)
Member
Offline
Activity: 261
Merit: 10
|
|
December 24, 2017, 07:48:18 AM |
|
Hi Cryptur,
One thing I noticed is that if the laptop screensaver or power saving mode comes on after a set period then the hash rate can go down. Also when you first "wake up" the device it can take a couple of minutes for the balance to refresh. No changes in the last 24hrs so hopefully it's working for you again now.
One other thing is that if you leave it running in a tab and then open up another tab on top the hash rate drops right off because the browser restricts CPU resources to the hidden tab. You can get around that by opening it up in a separate browser window which can then be left to run in the background.
Hope that helps. Let us know if you have any further issues.
|
JSEcoin is a browser mined blockchain, powered by webmasters and built for mainstream adoption Live platform since August 2017 - ICO starts 11th July 2018 https://jsecoin.com
|
|
|
|