Bitcoin Forum
April 25, 2024, 04:32:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 310 »
  Print  
Author Topic: [ANN] SuperNET NXT asset 12071612744977229797, SUPERNET KMD assetchain in summer  (Read 736723 times)
evok3d
Sr. Member
****
Offline Offline

Activity: 534
Merit: 250


The Protocol for the Audience Economy


View Profile
November 17, 2014, 02:51:03 PM
 #4221



Tweet
https://twitter.com/ev0k3d/status/533287528582094850

Nomination Thread
https://bitcointalk.org/index.php?topic=855130.msg9542207#msg9542207

I am happy someone like you is on our list. Hope to see more great work jl777.

respect +1


  M E   D I   A
P  R -    ▄▄███████▄▄   
  ▄██████▀██████▄ 
 ███████   ███████
▐██████     ██████▌
██████▌     ▐██████
▐██████     ██████▌
 ▀██████▄ ▄██████▀
   ▀███████████▀  
      ▀▀▀▀▀▀▀     
- T  O  C - O - L
MEDIA Protocol in Action
              ▄▄██████▄▄
            ▄████████████▄
           █████▌ ▀▀███████
   ▄████▄▄██████     ▀█████▌
 ▄███▀ ▀████████      ▐█████
▐███▌   ▐████████      ████▌
▐███    ██████████▄▄  ▐████
 ▀███▄▄████▀▀████████████▀
   ▀▀███▀▀     ▀▀████▀▀
   ▄▄▄████████████████▄▄▄    
 ████████████████████████▄  
▐███████████████▀▀▀▀▀▀████▌ 
████████████▀▀▀        █████ 
█████████▀             █████ 
███████              ▐█████ 
█████▀               ██████ 
███▌              ▄██████ 
█████             ▄█████████ 
████▌          ▄▄██████████ 
▐████▄▄▄▄██████████████████▌ 
 ▀███████████████████████▀  
   ▀▀███████████████████▀    
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714062735
Hero Member
*
Offline Offline

Posts: 1714062735

View Profile Personal Message (Offline)

Ignore
1714062735
Reply with quote  #2

1714062735
Report to moderator
1714062735
Hero Member
*
Offline Offline

Posts: 1714062735

View Profile Personal Message (Offline)

Ignore
1714062735
Reply with quote  #2

1714062735
Report to moderator
RichardT
Sr. Member
****
Offline Offline

Activity: 391
Merit: 250


View Profile
November 17, 2014, 06:43:52 PM
 #4222

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
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
November 17, 2014, 08:38:40 PM
 #4223

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 Offline

Activity: 1176
Merit: 1132


View Profile WWW
November 18, 2014, 05:45:02 AM
 #4224

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/071337104547011275
without 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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
November 18, 2014, 11:29:00 AM
 #4225

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/071337104547011275
without 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!

Know what's happening in cryptoworld: www.coinschedule.com
onsightit
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


truth=(true?true:false);


View Profile WWW
November 18, 2014, 02:53:50 PM
 #4226

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/071337104547011275
without 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 Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 18, 2014, 03:07:52 PM
 #4227

Community is growing and growing...apparently people are seeing the beauty of it Smiley
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
November 18, 2014, 06:22:13 PM
 #4228

Slack is exploding, we are now up to 10000 messages per day!

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
cloudboy
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
November 18, 2014, 07:15:43 PM
 #4229

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  Smiley
cryptonikus
Hero Member
*****
Offline Offline

Activity: 595
Merit: 500


View Profile
November 18, 2014, 07:27:28 PM
 #4230

How can i get to that slack space where things are being busy..is it publicly watchable?

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
.DeepOnion.
★ ★ ★ ★ ★  .❱❱❱ JOIN AIRDROP NOW!.
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
November 18, 2014, 07:35:49 PM
 #4231

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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Cassius
Legendary
*
Offline Offline

Activity: 1764
Merit: 1031


View Profile WWW
November 18, 2014, 08:05:18 PM
 #4232

https://bitscan.com/articles/dead-drops-the-answer-to-the-problems-of-using-bitcoin-over-tor
youngmike
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
November 18, 2014, 08:30:37 PM
 #4233

Professional money from blocknet scam is finally flowing to SuperNET  Smiley
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 18, 2014, 08:53:18 PM
 #4234

Was it a scam?  Shocked
cloudboy
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
November 18, 2014, 08:58:28 PM
 #4235


Large price increase coming?
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 18, 2014, 09:12:07 PM
 #4236

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 Offline

Activity: 1176
Merit: 1132


View Profile WWW
November 18, 2014, 10:02:03 PM
 #4237

"{\"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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
frohlocke
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
November 18, 2014, 10:09:52 PM
 #4238

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

Activity: 690
Merit: 500


View Profile
November 18, 2014, 10:24:59 PM
 #4239

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 Offline

Activity: 1176
Merit: 1132


View Profile WWW
November 19, 2014, 02:28:19 AM
Last edit: November 19, 2014, 03:04:39 AM by jl777
 #4240

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

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 310 »
  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!