Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 1507. (Read 2761645 times)

full member
Activity: 266
Merit: 100
NXT is the future
Is there someone that can "sell" some NXT on ebay?

This is very good advertisement.

as of now I see none

Pin
legendary
Activity: 1806
Merit: 1001
If you want to get more users, and more media attention, when you have the amazing client of "nexern" , I would make the biggest GIVEAWAY ever on Bitcointalk. 1.000.000 NXT with the "unclaimed funds" of CfB

200 NXT each user, so they could use and see the amazing coin we have. We could get a lot of users, and we could take away all the FUD that we have.

thanks.

They could see the amazing coin we have even with 10 coins each.
newbie
Activity: 20
Merit: 0
If you want to get more users, and more media attention, when you have the amazing client of "nexern" , I would make the biggest GIVEAWAY ever on Bitcointalk. 1.000.000 NXT with the "unclaimed funds" of CfB

200 NXT each user, so they could use and see the amazing coin we have. We could get a lot of users, and we could take away all the FUD that we have.

thanks.
newbie
Activity: 35
Merit: 0
Torrent files are around 9kb.
I mitigated the limit by...

It is the wrong way to store .torrent to the blockchain using aliases or AM.
I have some .torrent files with size 500KB-1MB. Do you should use one thousand messages for one file?
The better way in current stage is using the Magnet-URI.
newbie
Activity: 56
Merit: 0

Code:
if (file.type.match(textType) && file.size<1000)

...this will only upload small files. Torrent files are around 9kb.



1000 bytes is the max for size for sendMessage.

It wouldn't be too hard to chunk it and then create another message that contains an array of transaction ids.

Yep, that's what my application does. I don't think it would be too hard to convert into javascript.
full member
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX

Code:
if (file.type.match(textType) && file.size<1000)

...this will only upload small files. Torrent files are around 9kb.



1000 bytes is the max for size for sendMessage.

It wouldn't be too hard to chunk it and then create another message that contains an array of transaction ids.
newbie
Activity: 56
Merit: 0

I am sorry, but we usually do not download apps from new users here. Expert must look at your app first to proof you aren't a hacker.

Here's the html to upload a file to a NXT message: https://gist.github.com/fermentNXT/8514468.

1. Download gist and copy to nxt/webapps/root/send-file.html.
2. Open http://localhost:7875/send-file.html
3. Send a file! Torrents or whatever.

You can view the file at https://localhost:7875/message.html. If people like, I can add the ability to save.

nxt: 4915862015826193000




Code:
if (file.type.match(textType) && file.size<1000)


...this will only upload small files. Torrent files are around 9kb.

I mitigated the limit by...

Code:

        set thelist to "0123456789ABCDEF"
        set hexvalue to ""
        
        repeat with i in ciphertext
            
            set theAscii to ASCII number of i
            set hexvalue to hexvalue & character (theAscii div 16 + 1) of thelist & character (theAscii mod 16 + 1) of thelist
            
        end repeat
        
        set finalText to (hexvalue as text)
        
        set messageLength to the length of finalText
        
        set var_a to messageLength / 4
        
        set var_b to var_a / 200
        
        set iterations to round var_b rounding up
        
        set counter to 1
        repeat iterations times
            
            if messageLength is less than 800 then
                
                set charnumberalpha to 1
                set charnumberbeta to messageLength
                
                else
                
                set charmaximum to messageLength
                
                if  counter is equal to iterations then
                    
                    set charnumberalpha to 1 + 800 * (counter - 1)
                    set charnumberbeta to charmaximum
                    
                    else
                    
                    set charnumberalpha to 1 + 800 * (counter - 1)
                    set charnumberbeta to 800 + 800 * (counter -1)
                    
                end if
                
                
            end if
            
            set messageFinal to (text charnumberalpha thru charnumberbeta of finalText)
            
            if counter is less than 10 then
                set identifierLength to 1
                
                else
                
                set identifierLength to the length of counter
                
            end if
            
            set completeMessage to identifierLength & "000" & counter & "000" & messageFinal
            
            set urlMassive to  "http://localhost:7874/nxt?requestType=sendMessage&secretPhrase=" & (stringValue() of secretPhrase) & "&recipient=" &  (stringValue() of accountReceiver) & "&fee=" & (stringValue() of messageFee) & "&deadline=1440" & "&message=" & completeMessage
            
            do shell script "open " & (quoted form of urlMassive)
            
            set counter to counter + 1
        end repeat

EDIT: I don't want the bounty BTW.
legendary
Activity: 1806
Merit: 1001
legendary
Activity: 1806
Merit: 1001
Cool

Thanks, here is a link to the application http://speedy.sh/2Anh.. for macs 10.6+. It should work for any type of file.
I am sorry, but we usually do not download apps from new users here. Expert must look at your app first to proof you aren't a hacker.

Here's the html to upload a file to a NXT message: https://gist.github.com/fermentNXT/8514468.

1. Download gist and copy to nxt/webapps/root/send-file.html.
2. Open http://localhost:7875/send-file.html
3. Send a file! Torrents or whatever.

You can view the file at https://localhost:7875/message.html. If people like, I can add the ability to save.

nxt: 4915862015826193000

There was pretty good bounty for that if I'm not mistaken.
full member
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX

I am sorry, but we usually do not download apps from new users here. Expert must look at your app first to proof you aren't a hacker.

Here's the html to upload a file to a NXT message: https://gist.github.com/fermentNXT/8514468.

1. Download gist and copy to nxt/webapps/root/send-file.html.
2. Open http://localhost:7875/send-file.html
3. Send a file!

You can view the file at https://localhost:7875/message.html. If people like, I can add the ability to save.

nxt: 4915862015826193000


newbie
Activity: 56
Merit: 0
hero member
Activity: 490
Merit: 504
Cool

Thanks, here is a link to the application http://speedy.sh/2Anh.. for macs 10.6+. It should work for any type of file.
I am sorry, but we usually do not download apps from new users here. Expert must look at your app first to proof you aren't a hacker.
member
Activity: 72
Merit: 11
I just successfully uploaded a torrent file of Bad Grandpa...

"transaction":"10642412362362062832"
"transaction":"8890568333316404006"
"transaction":"1535460422874810029"

"transaction":"1179892826929412347"
"transaction":"15361728591643904899"
"transaction":"7391161467813128888"

"transaction":"5379853517243551087"
"transaction":"2690159461525169747"

cost: 8 nxt.

It is in hex encoded base 64 format.

Congrats!
newbie
Activity: 56
Merit: 0
Cool

Thanks, here is a link to the application http://speedy.sh/2AnhY/NXT-File-Uploader.app for macs 10.6+. It should work for any type of file.
legendary
Activity: 1806
Merit: 1001
I just successfully uploaded a torrent file of Bad Grandpa...

"transaction":"10642412362362062832"
"transaction":"8890568333316404006"
"transaction":"1535460422874810029"

"transaction":"1179892826929412347"
"transaction":"15361728591643904899"
"transaction":"7391161467813128888"

"transaction":"5379853517243551087"
"transaction":"2690159461525169747"

cost: 8 nxt.

It is in hex encoded base 64 format.

Cool
hero member
Activity: 490
Merit: 504
I just successfully uploaded a torrent file of Bad Grandpa...

"transaction":"10642412362362062832"
"transaction":"8890568333316404006"
"transaction":"1535460422874810029"

"transaction":"1179892826929412347"
"transaction":"15361728591643904899"
"transaction":"7391161467813128888"

"transaction":"5379853517243551087"
"transaction":"2690159461525169747"

cost: 8 nxt.

It is in hex encoded base 64 format.

newbie
Activity: 56
Merit: 0
I just successfully uploaded a torrent file of Bad Grandpa...

"transaction":"10642412362362062832"
"transaction":"8890568333316404006"
"transaction":"1535460422874810029"

"transaction":"1179892826929412347"
"transaction":"15361728591643904899"
"transaction":"7391161467813128888"

"transaction":"5379853517243551087"
"transaction":"2690159461525169747"

cost: 8 nxt.

It is in hex encoded base 64 format.
full member
Activity: 182
Merit: 100
NXT.org
I don't know what is more hilarious - the NEX forks or this Cheesy btw have you already booked the June date on a Hong Kong trip?  Wink

I'm pretty sure Frictionless is a suicidally depressed troll. Noone with a sane mind would *ever* troll that hard. I am seriously willing to put up a few thousand NXT to pay for his first psych session.
hero member
Activity: 490
Merit: 504
I don't know what is more hilarious - the NEX forks or this Cheesy btw have you already booked the June date on a Hong Kong trip?  Wink
Jump to: