Bitcoin Forum
April 19, 2024, 07:48:50 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  Print  
Author Topic: [ANN] JSEcoin  (Read 41194 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.
tfeagle
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
December 11, 2017, 09:40:10 PM
 #81

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. 


1713556130
Hero Member
*
Offline Offline

Posts: 1713556130

View Profile Personal Message (Offline)

Ignore
1713556130
Reply with quote  #2

1713556130
Report to moderator
1713556130
Hero Member
*
Offline Offline

Posts: 1713556130

View Profile Personal Message (Offline)

Ignore
1713556130
Reply with quote  #2

1713556130
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713556130
Hero Member
*
Offline Offline

Posts: 1713556130

View Profile Personal Message (Offline)

Ignore
1713556130
Reply with quote  #2

1713556130
Report to moderator
1713556130
Hero Member
*
Offline Offline

Posts: 1713556130

View Profile Personal Message (Offline)

Ignore
1713556130
Reply with quote  #2

1713556130
Report to moderator
1713556130
Hero Member
*
Offline Offline

Posts: 1713556130

View Profile Personal Message (Offline)

Ignore
1713556130
Reply with quote  #2

1713556130
Report to moderator
barbenoire123
Member
**
Offline Offline

Activity: 126
Merit: 10

Solution for reliable global money transactions


View Profile
December 11, 2017, 09:48:06 PM
 #82

hello i finde this  preoject very intereste  and very nice infomation but I would like to know  How to mine? Has the project started?

JSEcoin (OP)
Member
**
Offline Offline

Activity: 261
Merit: 10


View Profile
December 12, 2017, 08:04:20 AM
 #83

Thanks rpjacobs!

Tfeagle, There is an example of using the mining code as a opt-in only system here: https://jsecoin.com/opt-in-mining-system/

The rest of the things you mentioned are really just styling the button. Here's some example code which might be similar to what you are looking for: http://cssdeck.com/labs/stylish-css-switch-buttons

Barbenoire, yes the project has started, you can setup an account on the platform to try the self-mining. Start here https://platform.jsecoin.com/?register=1

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
okane818
Legendary
*
Offline Offline

Activity: 1176
Merit: 1000



View Profile
December 13, 2017, 02:44:21 AM
 #84

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 Offline

Activity: 1176
Merit: 1000



View Profile
December 13, 2017, 03:35:57 AM
 #85

Hello Guys,

This is opt-in-mining in your website.

Code:
<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 JSECOIN

you can use your 32 cores in your vps.

Good luck.

Best regards


Okane Satoshi
JSEcoin (OP)
Member
**
Offline Offline

Activity: 261
Merit: 10


View Profile
December 13, 2017, 06:32:55 AM
 #86

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 Offline

Activity: 4
Merit: 0


View Profile
December 14, 2017, 06:13:37 PM
Last edit: January 15, 2018, 10:03:32 PM by q9q1na31l
 #87


hi, while interested in the project,
can the popup to mine coins



JSEcoin (OP)
Member
**
Offline Offline

Activity: 261
Merit: 10


View Profile
December 15, 2017, 10:02:00 AM
 #88

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 Offline

Activity: 82
Merit: 11


View Profile
December 20, 2017, 01:14:11 PM
 #89

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 Offline

Activity: 261
Merit: 10


View Profile
December 21, 2017, 08:06:21 AM
 #90

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
Full Member
***
Offline Offline

Activity: 441
Merit: 109


View Profile
December 21, 2017, 08:44:43 AM
 #91

I understand when Kaspersky blocks on sites the JSE code... thinks is virus... Lips sealed

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  Huh Can they be contacted, related to this, and code ?
shidannv
Full Member
***
Offline Offline

Activity: 201
Merit: 100



View Profile
December 21, 2017, 08:47:15 AM
 #92

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
Full Member
***
Offline Offline

Activity: 441
Merit: 109


View Profile
December 21, 2017, 10:48:46 AM
 #93

PreICO sale is over, wait for ICO in 2018...
thelastone
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 21, 2017, 10:59:14 AM
 #94

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 Offline

Activity: 261
Merit: 10


View Profile
December 21, 2017, 02:37:34 PM
 #95

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/contact

Hi 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 Offline

Activity: 82
Merit: 11


View Profile
December 22, 2017, 08:40:44 PM
 #96

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 Offline

Activity: 261
Merit: 10


View Profile
December 23, 2017, 08:14:47 AM
 #97

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 Offline

Activity: 82
Merit: 11


View Profile
December 23, 2017, 08:36:37 AM
 #98

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 Offline

Activity: 82
Merit: 11


View Profile
December 23, 2017, 03:33:51 PM
 #99

0.26 now seems to be fixed?
JSEcoin (OP)
Member
**
Offline Offline

Activity: 261
Merit: 10


View Profile
December 24, 2017, 07:48:18 AM
 #100

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
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  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!