evok3d
Sr. Member
Offline
Activity: 534
Merit: 250
The Protocol for the Audience Economy
|
|
November 17, 2014, 02:51:03 PM |
|
|
M ┄ E D ┄ I A
P R - | ▄▄███████▄▄ ▄██████▀██████▄ ███████ ███████ ▐██████ ██████▌ ██████▌ ▐██████ ▐██████ ██████▌ ▀██████▄ ▄██████▀ ▀███████████▀ ▀▀▀▀▀▀▀ | - T O C - O - L |
| | │ | | │ | MEDIA Protocol in Action
▄▄██████▄▄ ▄████████████▄ █████▌ ▀▀███████ ▄████▄▄██████ ▀█████▌ ▄███▀ ▀████████ ▐█████ ▐███▌ ▐████████ ████▌ ▐███ ██████████▄▄ ▐████ ▀███▄▄████▀▀████████████▀ ▀▀███▀▀ ▀▀████▀▀ | | ▄▄▄████████████████▄▄▄ ▄████████████████████████▄ ▐████████████████▀▀▀▀▀▀████▌ ████████████▀▀▀ █████ █████████▀ █████ ████████ ▐█████ ██████▀ ██████ █████▌ ▄███████ █████ ▄█████████ ████▌ ▄▄███████████ ▐████▄▄▄▄██████████████████▌ ▀████████████████████████▀ ▀▀███████████████████▀
| |
| │ | | |
|
|
|
RichardT
|
|
November 17, 2014, 06:43:52 PM |
|
That is such a joke
EDIT: Sorry, I don't want anyone here to take my comment the wrong way. I don't mean to say that jl777 doesn't deserve to be honored. It's just that to me, coinssource has lost a lot of credibility based on some of the things they have published. I take everything they say or do with a grain of salt.
|
|
|
|
UNO_owner
|
|
November 17, 2014, 08:38:40 PM |
|
That is such a joke
EDIT: Sorry, I don't want anyone here to take my comment the wrong way. I don't mean to say that jl777 doesn't deserve to be honored. It's just that to me, coinssource has lost a lot of credibility based on some of the things they have published. I take everything they say or do with a grain of salt.
James rat4 and drak at the bottom of the list? lol.
|
|
|
|
jl777 (OP)
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
November 18, 2014, 05:45:02 AM |
|
I ran into some difficulties with getting all parts of InstantDEX happy, so rather than try to code it up before it was ready, I wanted something easy to code. There was some discussion in the slack about publishing HTML in the cloud and it seemed like a nice one day task. So, now we have a "publish" API that lets you publish HTML files in the DHT cloud. With or without encryption (+ PIN) and with MofN up to 255. to publish index.html that included some javascript and a jpg file with: curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"publish\",\"files\":[[\"image.jpg\",\"image/png\"],[\"supernet.js\",\"application/javascript\"],[\"index.html\",\"text/html\"]]}"] }' -H 'content-type: text/plain;' https://127.0.0.1:7777/after that the web page is accessible via: http://127.0.0.1:7776/071337104547011275without needing any plugins. There are no protections built in yet and only files of 30kb are handled (unless MofN is used, then it is even less) so it is more a proof of concept, but theoretically a two way link can be made between browser and "server" via Telepathy and it would then be possible to have an interactive website in the cloud without anybody knowing the IP address of the publisher. though this will take a lot more than a day to do. still I thought that was pretty cool! James P.S. Thanks to bassguitarman who got a Mac QT wallet of BTCD + SuperNET working! Seems to have worked first shot cross platform. We now have 125+ in slack and I believe one of the largest active crypto communities. 10000 messages goes by in a few days, that is the limit for the free mode of slack
|
|
|
|
abuelau
|
|
November 18, 2014, 11:29:00 AM |
|
I ran into some difficulties with getting all parts of InstantDEX happy, so rather than try to code it up before it was ready, I wanted something easy to code. There was some discussion in the slack about publishing HTML in the cloud and it seemed like a nice one day task. So, now we have a "publish" API that lets you publish HTML files in the DHT cloud. With or without encryption (+ PIN) and with MofN up to 255. to publish index.html that included some javascript and a jpg file with: curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"publish\",\"files\":[[\"image.jpg\",\"image/png\"],[\"supernet.js\",\"application/javascript\"],[\"index.html\",\"text/html\"]]}"] }' -H 'content-type: text/plain;' https://127.0.0.1:7777/after that the web page is accessible via: http://127.0.0.1:7776/071337104547011275without needing any plugins. There are no protections built in yet and only files of 30kb are handled (unless MofN is used, then it is even less) so it is more a proof of concept, but theoretically a two way link can be made between browser and "server" via Telepathy and it would then be possible to have an interactive website in the cloud without anybody knowing the IP address of the publisher. though this will take a lot more than a day to do. still I thought that was pretty cool! James P.S. Thanks to bassguitarman who got a Mac QT wallet of BTCD + SuperNET working! Seems to have worked first shot cross platform. We now have 125+ in slack and I believe one of the largest active crypto communities. 10000 messages goes by in a few days, that is the limit for the free mode of slack this is pretty cool!
|
|
|
|
onsightit
|
|
November 18, 2014, 02:53:50 PM |
|
I ran into some difficulties with getting all parts of InstantDEX happy, so rather than try to code it up before it was ready, I wanted something easy to code. There was some discussion in the slack about publishing HTML in the cloud and it seemed like a nice one day task. So, now we have a "publish" API that lets you publish HTML files in the DHT cloud. With or without encryption (+ PIN) and with MofN up to 255. to publish index.html that included some javascript and a jpg file with: curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"publish\",\"files\":[[\"image.jpg\",\"image/png\"],[\"supernet.js\",\"application/javascript\"],[\"index.html\",\"text/html\"]]}"] }' -H 'content-type: text/plain;' https://127.0.0.1:7777/after that the web page is accessible via: http://127.0.0.1:7776/071337104547011275without needing any plugins. There are no protections built in yet and only files of 30kb are handled (unless MofN is used, then it is even less) so it is more a proof of concept, but theoretically a two way link can be made between browser and "server" via Telepathy and it would then be possible to have an interactive website in the cloud without anybody knowing the IP address of the publisher. though this will take a lot more than a day to do. still I thought that was pretty cool! James P.S. Thanks to bassguitarman who got a Mac QT wallet of BTCD + SuperNET working! Seems to have worked first shot cross platform. We now have 125+ in slack and I believe one of the largest active crypto communities. 10000 messages goes by in a few days, that is the limit for the free mode of slack this is pretty cool! This is VERY cool!
|
VRC: VMTMcvFjZHAshmVNLY5KYVHCTqcfEnH6Bd SLR: 8W7D6D7rortYp51BK9MSrfripSoZWyVPVr BTC: 1LbgAsTDtyWEGjiSaguJhJbaHBPgcMnHfP BCC: 1Ta39PK67VXTD2xnmPNo5J9KJyBVHdYmy
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
November 18, 2014, 03:07:52 PM |
|
Community is growing and growing...apparently people are seeing the beauty of it
|
|
|
|
jl777 (OP)
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
November 18, 2014, 06:22:13 PM |
|
Slack is exploding, we are now up to 10000 messages per day!
James
|
|
|
|
cloudboy
|
|
November 18, 2014, 07:15:43 PM |
|
Slack is exploding, we are now up to 10000 messages per day!
James
Reaching critical mass. I'm glad I've been quietly accumulating bitcoindark and SuperNET assets
|
|
|
|
cryptonikus
|
|
November 18, 2014, 07:27:28 PM |
|
How can i get to that slack space where things are being busy..is it publicly watchable?
|
|
|
|
jl777 (OP)
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
November 18, 2014, 07:35:49 PM |
|
How can i get to that slack space where things are being busy..is it publicly watchable?
PM me your email, I will send invite
|
|
|
|
Cassius
Legendary
Offline
Activity: 1764
Merit: 1031
|
|
November 18, 2014, 08:05:18 PM |
|
|
|
|
|
youngmike
|
|
November 18, 2014, 08:30:37 PM |
|
Professional money from blocknet scam is finally flowing to SuperNET
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
November 18, 2014, 08:53:18 PM |
|
Was it a scam?
|
|
|
|
cloudboy
|
|
November 18, 2014, 08:58:28 PM |
|
Large price increase coming?
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
November 18, 2014, 09:12:07 PM |
|
Nah, don't think so. News is to thin to reach the mass and the ones who read most of them won't understand what it is really saying. Even the adoption of Bitcoin from Paypal resulted in a dump.
|
|
|
|
jl777 (OP)
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
November 18, 2014, 10:02:03 PM |
|
"{\"requestType\":\"passthru\",\"coin\":\"LTC\",\"method\":\"getinfo\"}"] }' -H 'content-type: text/plain;' https://127.0.0.1:7777/{ "version": 80602, "protocolversion": 70002, "walletversion": 60000, "balance": 0.06644644, "blocks": 678982, "timeoffset": 6, "connections": 8, "proxy": "", "difficulty": 44803.89901940, "testnet": false, "keypoololdest": 1398126332, "keypoolsize": 101, "paytxfee": 0, "mininput": 0.00001000, "unlocked_until": 1423563908670, "errors": "" } SuperNET can now issue RPC requests to any coin with an RPC interface. James
|
|
|
|
frohlocke
Newbie
Offline
Activity: 51
Merit: 0
|
|
November 18, 2014, 10:09:52 PM |
|
Momentum has to be bulid up. Hole alt world is missing fresh money. SuperNet is performing great and should be a basic investment for all alt traders. Happy to own some.
|
|
|
|
cloudboy
|
|
November 18, 2014, 10:24:59 PM |
|
Momentum has to be bulid up. Hole alt world is missing fresh money. SuperNet is performing great and should be a basic investment for all alt traders. Happy to own some.
I agree. SuperNET has retained its value throughout the bear market. It's a no brainer and every altcoin investor should have some in his portfolio.
|
|
|
|
jl777 (OP)
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
November 19, 2014, 02:28:19 AM Last edit: November 19, 2014, 03:04:39 AM by jl777 |
|
Pangea is SuperNET's decentralized poker that uses provably random numbers and will take advantage of the built in privacy features of SuperNET. 80% of revenues will be distributed to assetholders. 20% of revenues will go to marketing affiliates, with Privatebet handling the SuperNET players for Pangea. https://nxtforum.org/nxtventures/pangea-poker/ will have the latest information ##### NXT asset 6883271355794806507 7.5% dividend for SuperNET assetholders and 7.5% for NXTventure assetholders, time to be determined. 5% to JLH
75,000 assets distributed to SuperNET/UNITY holders. Exchanges will automatically process the dividend. 75,000 assets distributed to NXTventure holders James
|
|
|
|
|