Bitcoin Forum
May 11, 2024, 08:03:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Zelantus - Your Personal Token Marketplace on: July 15, 2020, 02:07:57 PM
Your block reward in the ANN says 5 while it says 50 on the git.

Good luck! and if you find any bugs or have any questions, please let us know at Ravencoin Smiley


Most everything we do is open source and we are happy that other projects are building on the code.  Would be nice if you would at least acknowledge Ravencoin since this is a fork of that code.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: May 22, 2019, 12:26:54 PM
Is there a way to batch send assets?  If I have 100 addresses I want to send an asset to can I use a script to get this done?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: May 13, 2019, 07:38:01 PM
Can someone point me to directions for making IPFS link go right to a website.  I want to create an asset and in the asset explorer when you click "click to view" it goes to a web site.

Just like this asset does https://ravencoin.asset-explorer.net/   asset name: "GETTING_STARTED/RVN"

Upload an index.html file with meta refresh.

the ipfs.org upload will only let you upload pics.  Same with Ravencoin and mangofarms web sites.  I downloaded and setup go-ipfs, started the daemon and uploaded the html through the web UI and using command line.  Both returned a hash.  I can only access the file through my local gateway on one browser (brave browser).  Opera, IE and Iron won't load through the local or any other gateway.  I am able to load other ipfs links from the ravencoin asset explorer in any browser so I know it is not a browser issue.  

can anyone see this?   https://ipfs.io/ipfs/QmfQ5XSZaTw2hzm8GWFcRApW76kwcWfS5UBzcNhxNFyuHr  a .pdf that I am testing...  

Yeap, I see this. "Get your free crypto...". Looks ok.

If you see this: https://gateway.ipfs.io/ipfs/QmZgparas5NPUvpPFGxBegRA4m9RFwBnpnk6ytKKLXEkax/ it's an index.html file.

I don't think it's a browser issue, maybe an ipfs pin/cache issue.

Tried to use 'ipfs add' command to upload html file and not worked? What's the returned Qm?

That one was uploaded using ipfs gateway.  But I have trouble seeing it unless I use the short url they proide...

This one:  https://ipfs.io/ipfs/QmSb1D4XsFa8A2jNGvihBBUKmtEcfJ3DBPRNLNnGcadePS

I uploaded with the ipfs  webui.  it is a html rediredt to the same address you see in the pdf...  

 QmRB7Usv9D77aBWnRdAMsWnPhXmjQiXPmGCd9gSqvjd8Qz this one with the CL ipfs add "file"


if you can see that then I know it is on my side...

next I need to read up on how to putty to my Rass PI and upload using the ravenland OS. ipfs node...


Your link loads fine for me so I think I will look into the pin/cache issue you mentioned.


On Rass PI (ravenland OS):

$ su ipfs
$ cd ~
$ mkdir tests
$ cd tests
$ mcedit index.html

<html>
<head>
    <meta http-equiv="refresh" content="0; url=https://freefaucet.io/login/register?r=Deadhededead" />
</head>
<body>
</body>
</html>

$ ipfs add index.html
added QmVLN9SMfTEtBjzbJ3vAXQdyGqQ9H31RGNW9s2oGkoStja index.html

https://ipfs.io/ipfs/QmVLN9SMfTEtBjzbJ3vAXQdyGqQ9H31RGNW9s2oGkoStja



That works great, so it must be some cache issue on my end.

The syntax for the RPi is almost the same as for Win CL so that part is easy.  I have taken the monitor, keyboard and mouse off of my RPi so I want to Putty over to it, transfer the file and then execute the upload from the ipfs node there.  I know it is all pretty simple and you just gave me a head start.  My biggest issue is 3 kids, wife, job and computers are only a hobby now and not my main source of income.  This leaves almost no time to read up and fail for a few hours while I am trying to re-learn the Linux that I haven't used in 12+ years...

Thanks for your time and check out what they are doing over at freefaucet.io.  I have made a couple of RVN geofaucets...
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: May 12, 2019, 01:12:44 AM
Can someone point me to directions for making IPFS link go right to a website.  I want to create an asset and in the asset explorer when you click "click to view" it goes to a web site.

Just like this asset does https://ravencoin.asset-explorer.net/   asset name: "GETTING_STARTED/RVN"

Upload an index.html file with meta refresh.

the ipfs.org upload will only let you upload pics.  Same with Ravencoin and mangofarms web sites.  I downloaded and setup go-ipfs, started the daemon and uploaded the html through the web UI and using command line.  Both returned a hash.  I can only access the file through my local gateway on one browser (brave browser).  Opera, IE and Iron won't load through the local or any other gateway.  I am able to load other ipfs links from the ravencoin asset explorer in any browser so I know it is not a browser issue.  

can anyone see this?   https://ipfs.io/ipfs/QmfQ5XSZaTw2hzm8GWFcRApW76kwcWfS5UBzcNhxNFyuHr  a .pdf that I am testing...  

Yeap, I see this. "Get your free crypto...". Looks ok.

If you see this: https://gateway.ipfs.io/ipfs/QmZgparas5NPUvpPFGxBegRA4m9RFwBnpnk6ytKKLXEkax/ it's an index.html file.

I don't think it's a browser issue, maybe an ipfs pin/cache issue.

Tried to use 'ipfs add' command to upload html file and not worked? What's the returned Qm?

That one was uploaded using ipfs gateway.  But I have trouble seeing it unless I use the short url they proide...

This one:  https://ipfs.io/ipfs/QmSb1D4XsFa8A2jNGvihBBUKmtEcfJ3DBPRNLNnGcadePS

I uploaded with the ipfs  webui.  it is a html rediredt to the same address you see in the pdf...  

 QmRB7Usv9D77aBWnRdAMsWnPhXmjQiXPmGCd9gSqvjd8Qz this one with the CL ipfs add "file"


if you can see that then I know it is on my side...

next I need to read up on how to putty to my Rass PI and upload using the ravenland OS. ipfs node...


Your link loads fine for me so I think I will look into the pin/cache issue you mentioned.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: May 10, 2019, 11:00:50 PM
Can someone point me to directions for making IPFS link go right to a website.  I want to create an asset and in the asset explorer when you click "click to view" it goes to a web site.

Just like this asset does https://ravencoin.asset-explorer.net/   asset name: "GETTING_STARTED/RVN"

Upload an index.html file with meta refresh.

the ipfs.org upload will only let you upload pics.  Same with Ravencoin and mangofarms web sites.  I downloaded and setup go-ipfs, started the daemon and uploaded the html through the web UI and using command line.  Both returned a hash.  I can only access the file through my local gateway on one browser (brave browser).  Opera, IE and Iron won't load through the local or any other gateway.  I am able to load other ipfs links from the ravencoin asset explorer in any browser so I know it is not a browser issue.  

can anyone see this?   https://ipfs.io/ipfs/QmfQ5XSZaTw2hzm8GWFcRApW76kwcWfS5UBzcNhxNFyuHr  a .pdf that I am testing...   
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: May 06, 2019, 07:27:37 PM
Can someone point me to directions for making IPFS link go right to a website.  I want to create an asset and in the asset explorer when you click "click to view" it goes to a web site.

Just like this asset does https://ravencoin.asset-explorer.net/   asset name: "GETTING_STARTED/RVN"
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUGE BOUNTY CAMPAIGN] 100% PoW ✅ BRAZIO ✅ The Cryptocurrency of Brazil on: March 15, 2019, 02:02:11 PM
Wallet not connecting can someone give me a list of nodes to add
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: January 17, 2019, 05:05:19 PM
Government In A Box

GInABox

This is intended to be a first draft of an idea for a integrated software solution for conducting governmental functions and administration.     The basis for this solution is an integrated series of Block Chain ledgers (BC) interacting to provide an efficient system of accounting and managment.  Below is an outline of my ideas for presentation and discussion.  I welcome others ideas and comments as I flush out this idea.

Although any OS such as Linux, Unix, Apple, Microsoft could be used I believe an OS based on BC technology would be best.  Something based on the ideas expressed with:

“Overledger is the world’s first blockchain operating system (OS) that not only connects blockchains to on another but also connects existing networks to blockchain and facilitates the creation of Internet scale multi-chain applications otherwise know as mApps.

Overledger will address the major limitations of current blockchain technology and unlock its true potential. Overledger has the ability to unlock and distribute value and applications across current and future blockchains. Overledger is an agnostic platform that connects the world’s networks to blockchains and ensures you’re not limited to any single vendor or technology.”
https://www.quant.network/our-technology/overledger/

I have not done extensive research into Quant’s OS to know the exact capabilities but the idea expressed in the above statement would fit the needs of the overall package.

Identification BC:  A system of Identification to take the place of systems like Social Security Numbers, Driver Licenses and Passports.  There are several BC solutions in progress and I have my own thoughts that will be discussed later.

Currency BC:  A currency system using crypto currency BC solution to replace current fiat currency systems.  To facilitate all financial transactions.

Voting System BC: Votem (https://votem.com/) has a solution.

Land Title BC: MLG has the solutions for this.

Car/Boat/other asset Title BC: Several solutions available.

Business Licence BC:

Business Compliance BC:

Contracting/Business permit BC:

Food/Drug Compliance BC:

Security Exchange BC:  TZero has a solution.

Banking System BC: A ledger to facilitate other banking functions.  

Medical/Prescription Management BC: If healthcare is provided by the government this module could be added.  

Tax BC:  A system for record keeping, filings and payment of taxes for all different types of taxes.

Insurance BC: A BC system for regulation and compliance of the insurance system.

Multiple BC systems for record keeping and sharing tailored to industry needs.

Human Resourses BC system:  To facilitate the management of government workers.

Payroll BC system: To facilitate the payroll of government workers

Other BC systems needed to facilitate the management of government and it’s workers. (accounting, benefits, ect….)

In this system all the BC would interact with each other to manage the different governmental functions.

Further thoughts:  

Ravencoin (RVN) BC could be a great solution for one or more of the BC systems.

ID BC:  Each citizen is issued a token divisible up to 8 decimal places.  This token is unique to one citizen and is secured with encrypted biometric data.  The biometrics would have be a combination of many points of data.  i.e. retinal, finger print, hand vascular pattern, facial and DNA.  Also any other biometrics that could be viably use.  There would also need to be a system to handle changes in biometric data due to disease, accident and age.  Once verified the data would be encrypted in a way that only the citizen has access to the raw biometric data.  The central authority issuing the token and verifying the initial registration of the citizen would not have access to the raw data and would have limited functions needed to facilitate transfers or changes due to issues such as death.

   Once a citizen has a token only that citizen can send that token or fraction of a token on the network.  If some entity needs to verify the identity of a citizen, the reception of a satoshi of ID token belonging to that citizen would serve that purpose.  As long as that entity held that fraction of the ID token that could verify the ID of the citizen.  The citizen could issue a recall of the ID token at any time and the token can only be sent back to the citizen’s address.  If some entity need a one time verification there could be an immediate send and reclaim.  If the entity needed to verify the ID or that they had permission from the citizen, such as a reoccurring debit to a financial account, i.e. bill paying, they could keep the ID token until recalled.

Wallets could be phone, computer, usb or biometric card.  https://www.creditcards.com/credit-card-news/biometric-fingerprint-technology-credit-cards-1273.php
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ritocoin [RITO] PoW GPU Mining | Assets | Masternodes | No Pre-Mine/ICO on: November 30, 2018, 03:33:43 PM
The pools supporting this should be avoided in relation to real quality projects like Ravencoin. The Zelda theme tells me this comes from Minermore. Who seemed to be legit. Avoid them until they rid themselves of this scam. They are going to profit either way though. Pretty sad what greed does to people.

Don't know about the project but Minermore is legit!!!
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]⭐⭐⭐[BETA Launched]🌙🌙🌙MoonDEX | Decentralized Exchange on Masternodes 📈 on: October 29, 2018, 12:52:26 AM
List of MoonDEX mining pools with live stats & hashrate distribution

https://miningpoolstats.stream/moondex

I mine here  https://gos.cx/site/GetCoin?c=MDEX

Not on the list and would be #3

I did submit it
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 25, 2018, 06:40:11 PM
According to rumors that are gradually being confirmed, companies that produce mining equipment (nvidea/amd) allocated very large sums for the purchases of this token from the exchange.
All this is done to improve the quarterly results of companies and increase the value of shares. If you look at the chart, you will see that the price of their shares has fallen very much.
I'm advising you to think about it and buy when RVN going to correction.

https://finance.yahoo.com/quote/NVDA/
https://finance.yahoo.com/quote/amd?ltr=1

Where are you hearing these rumors. Nothing has been mentioned about this in other community forms that I am aware of
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 10:38:48 PM



Stopped reading after "invested in undervalued projects like LGS and PRJ". We are on RVN here, stop shilling your shitcoins and your shit pooling site
[/quote]

Well you should have kept reading.  Smart guy and just the kind of new investors we need.  Was not shilling any coins or pooling site. 
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 08:35:42 PM
If you check the discord channel, Chatturga pinned the same message there. So technically the other poster would have been copying the actual original.



Not sure what Chaturgas official role is within the RVN development network, but they do generally handle the dissemination of info across the platforms. I could see Chatyrga easily not noticing someone else having beaten them to updating the forum.

Yes I copied him from discord. 
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 05:22:36 PM
Tron has created a new rebranding RIP and it contains logos that have been submitted.
https://github.com/RavenProject/rips/tree/master/rip-0100/submissions

Community discussion is desired. So if you want some input on which logo may be used in the future, here is your place to speak up.

Hello @everyone! Version 2.1.1 of the Ravencoin QT wallet is now available for download at https://github.com/RavenProject/Ravencoin/releases.   This is an update that addresses two bug fixes that were recently discovered on testnet.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 02:58:33 PM
Binance always pumps coins because everyone knows how difficult and specially expensive it is to get into Binance so they have to make it worth it by pumping the shit out of it. Nonetheless, RVN is a good coin that will stay as a strong competitor among the top coins so it's worth to look at. I'm not sure what will happen to the price in the short term after this binance pump tho, everything has it's long term consequences or reaction, wether it's sideways, bleeding or pumping.

But that would mean that RVN paid for the listing on Binance.  From what I have heard RVN got listed for free.

BWTFDIK
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 01:48:14 PM


6. We all know in this board Cryptro is the future. 15 years maximum, Fiat currency is gone. Hardly any banks will exist. Many forms of payment and it will be based on the stability of the coins network that provides the most security, speed, anonomous, decentralized, scalebility, privacy, inability to be altered or deleted or hacked, features like messaging, location tracking (.....?? XYO ?? ...) at .01 cent are you kidding me. These will be the survivors and I know RVN will be there most likely top 10, maybe even #3.



I would really like to believe this but there is one major problem.  I live in NW Florida.  I am okay but my friends and neighbors to the west of me are still without power and cell service.  How are my neighbors going to buy food and gas for their families without power or network access?


How would the economy of Puerto Rico run when they had no power for 9+ months?  

This is a REAL world problem that must be addressed before Fiat is gone.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 01:13:07 PM
RVN at this price is a "STRONG BUY". HOLD if you can, don't day trade or swing trade based on technicals in the chart. You see for RVN there is a huge supply that must be fed to a growing demand, but the coin is so undervalued right now. Like I said, if RVN dips below 500 I will liquidate a few of my LGS masternodes at this awesome pooling site

https://simplepospool.com/?ref=conwayr17

They are an awesome provider though they are picky about which MN's they host. They use both VULTR and Digital Ocean due to CPU consumption issues with VULTR specifically. They are working on many enhancements in November, instant withdraws, a decentralized exchange linked right to their platform, selective masternode creation if you prove you have the required minimum to start a node.

Recenty they have added stakes to continue while your coin is allocated to a coin slot where the node has not started. They have an affiliate program where if you get 50 referrals you earn 50% of what they take which is 5% period of staking awards. I spoke to the main admin and November is they plan to add NPW (New Power Coin), HLM (Helium), DSH (Dash) and PIVX master nodes.

You see they are selective linke Binance they do not host shit coins.Because shit MN's always wind up under .00000025 STS's and end up in the MN graveyard on Cryptopia, the DEV team has no incentive, abandons the project. You see with MN's if you pick the right coin and buy high even if it falls 50% you are still in the game because your rewards if you keep compounding them cover the loss on the coin price. Also, on these sites, you will have 1-2 opportunties to diverisfy your nodes covering 50% or more of the nodes they offer. This usually occurs after a massive decrease in price, if they available snatch as many slots you can. Currenty, they offer 31 nodes of LGS. I have 50 coins allocated to 21 of their 31 nodes, so I receive rewards every 1-2 minutes, it's awesome.

Big advice for MN's.

1. Stay clear of MN;s having total supply over 75M coins unless the reward structure is low to cover inflation which dilutes the coin price. Ensure it strecthes out 4-10 years.

2. Stay clear of MN's paying HUGE rewards. these are the ones that fail.

3. Make sure you understand the reward structure. For example PRJ pays 30 RWD's for every block. It's at block 88,000. At block 100,00 rewards increase to 50. expect the next 8-14 days to be a wild ride for PRJ, while it's currently being manipulated with phantoms sell orders  to push it down so they can load up on Nodes. Block 100,000 to block 180,000 pays 50 coins per block. This is the time to buy, I expect PRJ to break out ad hold over .00064000 from where it is now .00011000. Imagine buying 1000 shares and getting 500  coins in rewards in 4-5 days, then sell. You make 6X your investment plus the free reward coins.

4. Make sure the DEV team is solid and committed. Also, make sure the roadmap milestones have been met and check the number of nodes. The nodes lock coins in wallters kinda like collateral stabalizing their netwok, but too many nodes reduce the frequency of your rewards. Fixed nodes with expensive collateral nodes are the best.

5. Always insure the # MN's are increasing thus reducing the available supply for trading. You can do this by checking the explorer and using a log with dates and times and #nodes. When explosive buying occurs with a limited supply you can see the MN price per-coin  go up 10X in as little as of 3-4 days.

5. Low reward structure and fixed supply of nodes with fixed supply of coins with a solid "use case" like SHB (Skuhub). 5M shares total period. Max nodes 200 with a collaterol of 2500 coins per node. Remeber with SPP, you can buy slots in each node. SHB is owned by Amazon 70%. Good luck.

Good stuff.  I am in only one MN over at cryptohashtank.   MDEX is a project I am interested in and have been happy with.  There is not much community activity but the devs have been consistent and moving forward.   

Do you have any thoughts on the MDEX project?
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 23, 2018, 01:09:13 PM
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  R  V  N  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

I don't know why people are figuring out here on this board saying bubble, pump and dump, etc ..........

Don't you see it right in front of eye, I was alerted to this coin on October 1st when it ran to .0413 cents. I knew the volume was light and waited. Each day prior to when the fun was JUST GETTING STARTED I would buy more to average out my total position. I only wish I could buy more EVEN NOW but my money is tied up in some extremely undervalued master-node coins like LGS and PRJ. They have been earning me approximately $150 per day based on the amount I own and rewards I receive from using a pooling site (SPP).


Anyway, when RVN exploded over the weekend and last week, I was lucky because the first day October 11th allowed me to enter into a nice position because that day RVN had 7M+ in volume. I invested $3500 bucks thinking the same thing I'm reading here on this board (pump and dump, it's going to burst, bubble ). It's inevitable, gravity will always bring you back down. I know it will selloff and I don't care. WHY ?

Last night I read an article that said OVERSTOCK.com CEO invested 48 million dollars into RVN's treasury, no he did not buy coins, he invested 49 million dollars in this company and owns a stake. Amazon also just invested 70% of another coin called SHB ( Skyhood ). Anyway, I read the article and I'm so glad I did because I was going to sell last night, now I'm holding all 138,743 coins. A measly position and I should have and should now buy more. Now, I'm even thinking about selling a few of my LGS master-nodes IF and that's IF it drops under 500 which I seriously doubt NOW it will. This is not a spam pump and dump qoute on this board.

I strongly think no, confidently know this coin will surpass 2500 STS's prior to the mainset Launch. When you up 225% on a position that is 21 days old and volume is blowing the roof off of Binance, you do not sell also you should not buy. If I think it's going o double in 9 days, you ask me then buy more. It's a law, a technique to prevent the emotion of greed and after losing over $25,000 on Crypto last year trading alt-coins, I don't really trade anymore. I invest. Masternodes, solid DEV teams, solid real "use case" block chains especially DAG coins like NANO and GBYTE. You have to figure out when 3 trillion dollars enter the crypto sector in 2019 after the first ETF is approved, you have to figure out what coin will replace old grandpa BTC. Of the 2300 alt-coins in circulation, I predict only 200-300 alt-coins will survive into 2022. Choose carefully. RVN is a long term hold. Why ?

1. Binance CEO is very smart. He does not read whitepapers. He let this coin waive a 5 million dollar listing fee and 300K annual charge to be listed on his exchange. What does that say ? He owns part of RVN now.

2. Overstock CEO gives the RVN board $48,000,000 just revealed yesterday, this happened 4 months ago.

3. Some well known "in the know" silicon valley mentors say RVN will be in the top 10 by market cap no later than April 2019.

4. I read the coins whitepaper and some real key things I noticed that I have NEVER seen before in a coins architecture.

5. The community is strong and along with strength comes TRUST. Trust once established and it will not occur for any coin in crypto until the SEC steps in and governs the sector. Do you think the SEC is going to open initially 2-3 trillion dollars from the 80 trillion US exchange in 401K's, Pension Funds, Mutual Funds unless the manipulation is stopped and people are put in jail for doing what is going on now. BTC 6100 then to 6700, then WOOOF, right back to 6100 then back to 6700 is large millionaire holders buying BTC at 6100, selling at 6700 and at the same time shorting 20-30 million dollars of BTC and covering at 6100 on and on and on and on. This is why the SEC will not approve an ETF.

6. We all know in this board Cryptro is the future. 15 years maximum, Fiat currency is gone. Hardly any banks will exist. Many forms of payment and it will be based on the stability of the coins network that provides the most security, speed, anonomous, decentralized, scalebility, privacy, inability to be altered or deleted or hacked, features like messaging, location tracking (.....?? XYO ?? ...) at .01 cent are you kidding me. These will be the survivors and I know RVN will be there most likely top 10, maybe even #3.



Great post but a couple of comments.

1.  Binance.  There is no one at RVN that paid this listing fee.  There is no CEO or board to sign agreements.  There is a community fund for exchange listings but since we hit binance I doubt we will pay for any listing.  Binance listed RVN on it own.  Unless there is some info I have missed.

2.  Patrick and Overstock did not just give $48 million to RVN board.  I don't think there is a governing body to accept the money, but I could be wrong.  Overstock has bought millions of RVN and they are using many of their staff to advance the development of RVN.  This staff is paid by Overstock not by RVN.

RVN is setup like BTC.  There was no person to sign contracts for BTC or go after exchange listings.  There is no BTC CEO or governing board and RVN is setup just like BTC in this.

If you want to do more DD you should start here:

https://globenewswire.com/news-release/2018/07/31/1544696/0/en/Overstock-com-Subsidiary-Medici-Land-Governance-Signs-MOU-with-Zambian-Ministry-of-Land-and-Natural-Resources-to-Build-Blockchain-Land-Titling-Program.html

Also take a close look at tzero and the other entities owned by Medici Ventures. 

I have also found some interesting things in the SEC filings for Overstock this year.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 22, 2018, 04:49:22 PM
Hi, I started looking into Ravencoin.
Seems quite cool and hits all the right marks. Quite clever.
I just do not get the Hype.
I mean Nem(Xem) has all the same functionality build in, code built from scratch, No ICO, community driven, lots of DAPP, really easy to code and has been here since 2015.
Code is being upgraded as core is being rebuilt in C and more functionality out of box is being built in. etc.

The main positive that I might see in Raven is this is build off BTC and uses BTC BlockChain, so if BTC market grows, then Raven will as well.
Might be able to outpace BTC in future as it has way more functionality as BTC and then BTC will just be back end protocal chain. 

How do you address enterprise level for businesses as this will be required to go mainstream ?

Here is one reason for the volume:  https://www.coindesk.com/zambia-overstocks-medici-ink-deal-on-blockchain-land-registry-pilot/

Also there is the asset layer activation 10/31.

Then there are all the big names behind this project.  Just look up what Bruce Fenton has to say. 

All the information can be found with a simple google search.  Do your DD. 

I can't tell you where this will go over the next couple of months but I have bet the majority of long term crypto investment that this will be MUCH bigger in the next 12 to 24 months and beyond.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ravencoin [RVN] PoW GPU Mining | Asset Transfer Blockchain (Updated ANN) on: October 22, 2018, 01:08:43 PM
number 1 coin for BTC and number 11 overall in volume.

https://coinmarketcap.com/currencies/volume/24-hour/
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!