Author

Topic: 🎥 PureVidz.net: Decentralized Streaming WebTorrents 🎥 VIDZ - Trading Now 🎥 - page 185. (Read 323683 times)

legendary
Activity: 1588
Merit: 1000
I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!

I would love to see a Total Views number or Average Daily Views in the PureVidz header (to start, eventually Leaderboards)...
It's a central marketing tool for the likes of YouTube and McDonalds (billions of hamburgers served)...
Though some content (like Babadook with 2000 views) would have to be adjusted.

something like that could be done in slack or sth. that posts it on daily bases but i wouldnt put it on the site

24 Hour Views Estimate
----------------------

Jan 28................. 500
Jan 29................. 900


sr. member
Activity: 672
Merit: 250
CryptoTalk.Org - Get Paid for every Post!
I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!

I would love to see a Total Views number or Average Daily Views in the PureVidz header (to start, eventually Leaderboards)...
It's a central marketing tool for the likes of YouTube and McDonalds (billions of hamburgers served)...
Though some content (like Babadook with 2000 views) would have to be adjusted.

something like that could be done in slack or sth. that posts it on daily bases but i wouldnt put it on the site
member
Activity: 98
Merit: 10
I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!

I would love to see a Total Views number or Average Daily Views in the PureVidz header (to start, eventually Leaderboards)...
It's a central marketing tool for the likes of YouTube and McDonalds (billions of hamburgers served)...
Though some content (like Babadook with 2000 views) would have to be adjusted.

Likes dislikes and total views are part of the most recent update to the site. As the system evolves and improves we will be looking to integrate these stats more directly into the service - that will be part of the UI update coming in mid Feb though as we need to give the site time to populate the data before we use it for anything more than raw stats.


At the moment we are only approving IPFS additions but that will soon change. Keep in mind that torrents and IPFS function very much the same in terms of p2p distribution and connections. As such, well so we strongly recommend using a VPN if you are in a country with more strict copyright laws.




I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!
Hi Purevidz,

Will it be possible to integrate subtitles in the movies?

Thx


Subtitles are not part of the scope of the initial project but is still something we are looking to tackle. HTML5
newbie
Activity: 29
Merit: 0
Issue is this line:
./build_detect_platform: Permission denied

Solution: "chmod 755 build_detect_platform" which gives permission to execute a script.

@xhruso00, thank you! Compiling continued Smiley

Now I have to tackle this:
Code:
Error: Error initializing wallet database environment /home/user/.PureVidz!

I copied wallet.dat from a Windows machine, but the libdb version of the PureVidz-qt.exe on my Windows machine appears to be different from the one on my Ubuntu (libdb5.3-dev, I followed this build instruction).
The Windows build seems to use 4.8.30: https://github.com/purevidz/vidzcoin/blob/master/doc/build-msw.txt#L40.
I'll get that sorted out Smiley
hero member
Activity: 1050
Merit: 604
anyone who is dumping VIDZ should really go and use the site first......

This is going to be fucking huge.....
legendary
Activity: 1588
Merit: 1000
I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!

I would love to see a Total Views number or Average Daily Views in the PureVidz header (to start, eventually Leaderboards)...
It's a central marketing tool for the likes of YouTube and McDonalds (billions of hamburgers served)...
Though some content (like Babadook with 2000 views) would have to be adjusted.
newbie
Activity: 13
Merit: 0
Is anybody able to help here?
In case I just missed a reply, sorry for asking, but the search didn't show one.

I've encountered a problem compiling from source on Ubuntu 16.04.1 LTS x86 64 bit.

I pulled from https://github.com/purevidz/vidzcoin.git and started compiling.
The result:

Code:
Building LevelDB ...
make[1]: Entering directory '/home/user/downloads/vidzcoin/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target 'build_config.mk'. Stop.
make[1]: Leaving directory '/home/user/downloads/vidzcoin/src/leveldb'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/downloads/vidzcoin/src -I/home/user/downloads/vidzcoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DENABLE_WALLET -I/home/user/downloads/vidzcoin/src/leveldb/include -I/home/user/downloads/vidzcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/txdb-leveldb.d -o obj/txdb-leveldb.o txdb-leveldb.cpp
g++ -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/downloads/vidzcoin/src -I/home/user/downloads/vidzcoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DENABLE_WALLET -I/home/user/downloads/vidzcoin/src/leveldb/include -I/home/user/downloads/vidzcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o PureVidzd obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/timedata.o obj/script.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/scrypt.o obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o obj/chainparams.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o -Wl,-z,relro -Wl,-z,now  -L/usr/local/BerkeleyDB.4.8/lib -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /home/user/downloads/vidzcoin/src/leveldb/libleveldb.a /home/user/downloads/vidzcoin/src/leveldb/libmemenv.a
g++: error: /home/user/downloads/vidzcoin/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/user/downloads/vidzcoin/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:186: recipe for target 'PureVidzd' failed
make: *** [PureVidzd] Error 1

Indeed the files are not at https://github.com/purevidz/vidzcoin/tree/master/src/leveldb
Should they be at github or are they generated during the compiling?
Or to ask in another way: what am I doing wrong?

libleveldb-dev is installed in the newest version (1.18-5)


I have another question: I'm about to register an account at purevpn and don't find an option to use the purevidz referral program. Is that yet available?
All I can find is https://www.purevpn.com/affiliate/vpn-affiliate.php which is not exactly what I'm looking for.


Issue is this line:
./build_detect_platform: Permission denied

Solution: "chmod 755 build_detect_platform" which gives permission to execute a script.
legendary
Activity: 3010
Merit: 1156
Leading Crypto Sports Betting & Casino Platform
my uploads on purevidz are still pending. why it takes so long? @admins ??

P.S so many people here talking shit!

We are currently only approving IPFS submissions as that is the system we are currently testing and is performing the best.

The issue we were having with WebTorrents is that the adoption of the protocol into the most popular torrent clients such as uTorrent has not yet happened so if you are submitting torrent files make sure you are also seeding it with a webrtc compatible torrent client such as WebTorrent-Desktop or Vuze. People are still welcome to submit WebTorrent releases and we will review and add them to the site but right now our focus in on making sure the recent addition of IPFS is fast, reliable and scales well to hundreds/thousands of items. Once we are satisfied that IPFS is performing well then we will be re-enabling approval of webtorrent based items.

Pretty neat movies actually, i love ex machina
But are everything uploaded now in torrent form? What if i want to watch only ipfs hosted films to prevent ip tracking?

At the moment we are only approving IPFS additions but that will soon change. Keep in mind that torrents and IPFS function very much the same in terms of p2p distribution and connections. As such, well so we strongly recommend using a VPN if you are in a country with more strict copyright laws.




I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!

Thankyou for answering, btw, those are BLAZINGLY fast! I have more streaming problems with my netflix.
member
Activity: 63
Merit: 10

At the moment we are only approving IPFS additions but that will soon change. Keep in mind that torrents and IPFS function very much the same in terms of p2p distribution and connections. As such, well so we strongly recommend using a VPN if you are in a country with more strict copyright laws.




I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!
Hi Purevidz,

Will it be possible to integrate subtitles in the movies?

Thx
member
Activity: 98
Merit: 10
I have another question: I'm about to register an account at purevpn and don't find an option to use the purevidz referral program. Is that yet available?
All I can find is https://www.purevpn.com/affiliate/vpn-affiliate.php which is not exactly what I'm looking for.

We will be adding referral systems to the site at the same time as we launch the new interface (looking at mid february). Given the site is still in beta and issues should be expected, we want to avoid introducing advertisements that will need to be re-structured anyways when the site is redesigned with the new template.




Dev,

How will you maintain funding for development after all of the funds have been released?

Any chance this can / will be added to larger exchanges?

Many thanks,

~ The Hive ~

You can find quite a bit on our financial plans in our whitepaper or throughout the thread. VPN referrals, targeted (non intrusive advertisements) and product partnerships are the main tools we are looking at in addition to how the currency will be used in the site.
newbie
Activity: 29
Merit: 0
Is anybody able to help here?
In case I just missed a reply, sorry for asking, but the search didn't show one.

I've encountered a problem compiling from source on Ubuntu 16.04.1 LTS x86 64 bit.

I pulled from https://github.com/purevidz/vidzcoin.git and started compiling.
The result:

Code:
Building LevelDB ...
make[1]: Entering directory '/home/user/downloads/vidzcoin/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target 'build_config.mk'. Stop.
make[1]: Leaving directory '/home/user/downloads/vidzcoin/src/leveldb'
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/downloads/vidzcoin/src -I/home/user/downloads/vidzcoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DENABLE_WALLET -I/home/user/downloads/vidzcoin/src/leveldb/include -I/home/user/downloads/vidzcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/txdb-leveldb.d -o obj/txdb-leveldb.o txdb-leveldb.cpp
g++ -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/downloads/vidzcoin/src -I/home/user/downloads/vidzcoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DENABLE_WALLET -I/home/user/downloads/vidzcoin/src/leveldb/include -I/home/user/downloads/vidzcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o PureVidzd obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/init.o obj/bitcoind.o obj/keystore.o obj/core.o obj/main.o obj/net.o obj/protocol.o obj/rpcclient.o obj/rpcprotocol.o obj/rpcserver.o obj/rpcmisc.o obj/rpcnet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/timedata.o obj/script.o obj/sync.o obj/txmempool.o obj/util.o obj/hash.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/scrypt.o obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o obj/chainparams.o obj/db.o obj/miner.o obj/rpcdump.o obj/rpcmining.o obj/rpcwallet.o obj/wallet.o obj/walletdb.o obj/txdb-leveldb.o -Wl,-z,relro -Wl,-z,now  -L/usr/local/BerkeleyDB.4.8/lib -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /home/user/downloads/vidzcoin/src/leveldb/libleveldb.a /home/user/downloads/vidzcoin/src/leveldb/libmemenv.a
g++: error: /home/user/downloads/vidzcoin/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/user/downloads/vidzcoin/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:186: recipe for target 'PureVidzd' failed
make: *** [PureVidzd] Error 1

Indeed the files are not at https://github.com/purevidz/vidzcoin/tree/master/src/leveldb
Should they be at github or are they generated during the compiling?
Or to ask in another way: what am I doing wrong?

libleveldb-dev is installed in the newest version (1.18-5)


I have another question: I'm about to register an account at purevpn and don't find an option to use the purevidz referral program. Is that yet available?
All I can find is https://www.purevpn.com/affiliate/vpn-affiliate.php which is not exactly what I'm looking for.
member
Activity: 125
Merit: 10
Dev,

How will you maintain funding for development after all of the funds have been released?

Any chance this can / will be added to larger exchanges?

Many thanks,

~ The Hive ~
sr. member
Activity: 489
Merit: 253
This has quite the potential, i'll see what movies are uploaded.
hero member
Activity: 1050
Merit: 604
sweet.

loads of good movies being uploaded.

I really enjoyed watching Idiocracy and Lucy
newbie
Activity: 56
Merit: 0
Thanks for the toy story movies whoever uploaded. Takes me back to some younger days.
member
Activity: 98
Merit: 10
my uploads on purevidz are still pending. why it takes so long? @admins ??

P.S so many people here talking shit!

We are currently only approving IPFS submissions as that is the system we are currently testing and is performing the best.

The issue we were having with WebTorrents is that the adoption of the protocol into the most popular torrent clients such as uTorrent has not yet happened so if you are submitting torrent files make sure you are also seeding it with a webrtc compatible torrent client such as WebTorrent-Desktop or Vuze. People are still welcome to submit WebTorrent releases and we will review and add them to the site but right now our focus in on making sure the recent addition of IPFS is fast, reliable and scales well to hundreds/thousands of items. Once we are satisfied that IPFS is performing well then we will be re-enabling approval of webtorrent based items.

Pretty neat movies actually, i love ex machina
But are everything uploaded now in torrent form? What if i want to watch only ipfs hosted films to prevent ip tracking?

At the moment we are only approving IPFS additions but that will soon change. Keep in mind that torrents and IPFS function very much the same in terms of p2p distribution and connections. As such, well so we strongly recommend using a VPN if you are in a country with more strict copyright laws.




I just took a peek and it seems we have over 90 movies approved on the site since the switch to ipfs! Very happy to see so many people adopting the new protocol! As promised earlier in the thread, as we finish doing our ipfs integration tests and looking for possible flaws in the system, we will then be posting a full tutorial on how to set up your own IPFS node!
legendary
Activity: 3010
Merit: 1156
Leading Crypto Sports Betting & Casino Platform
Pretty neat movies actually, i love ex machina
But are everything uploaded now in torrent form? What if i want to watch only ipfs hosted films to prevent ip tracking?
newbie
Activity: 9
Merit: 0
Also a question,(1) will the website allow downloads, for specific fees to the uploader or even without fees?
(2) will the uploader benefit from the ads on his video? or it goes for the website revenues?
member
Activity: 63
Merit: 10
So how does the Crypto Coin work exactly with the website w/IPFS tech ?

Oh, you are a day behind. They have scrapped IPFS and moved to ZeroNet.  Grin

Didn't know that. Which one is best, IPFS or Zeronet? Do you have to install Zeronet in your computer to watch movies, to access the purevidz site?
newbie
Activity: 10
Merit: 0
Question for the devs: in future updates of the website, is it possible to add "Subtitles" option?. In my opinion, every movie/serie should have English subttles and slowly add other languages. I think the interface should allow you to find a movie and then change the language audio and add subtittles. Now with torrent you have to download the Spanish version with audio in Spanish or download the English version and then go to subscene and search for the English or Spanish subtitles.

I think to make everything integrate would be a great improvement comparing with Torrent and it could be really atractive for millions of users around the world ( I am thinking about my Chinese friends who always are looking for American movies with English subtitle to improve their English level)

I can se a huge potential in this project.

greetings from the sunny Spain! Grin

PS: I opened this account just to make this coment, so I hope devs take it into consideration!
Jump to: