Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Ronsor on December 26, 2017, 05:53:07 PM



Title: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Ronsor on December 26, 2017, 05:53:07 PM
RCoin

---
After the previous failure that was RCoin-v1, I have rewritten the code. Now we do not have any of the previous bugs.
We do not need transactions in order to mine.
---

RCoin is a decentralized peer-to-peer currency building upon the ideas of Bitcoin. In comparison with other cryptocurrencies, RCoin does not eliminate transaction fees, nor keep them at ridiculously high rates even for small transactions. Transaction fees are determined as a fixed 1.5% of a transaction’s amount. RCoin is designed to be ASIC resistant by requiring relatively large amounts of memory per hash (6-12MB).

Latest Version

The current version is RCoinPlus-v1

Information

* RCoin uses the Scrypt hashing algorithm.
* RCoin DOES NOT USE A BLOCKCHAIN, but simply keeps track of every transaction (this means no transaction fees, and near instant transactions)
* You can mine a block every 5 minutes.
* Solo-mining is feasible.
* No more coins after 7 years. (You will earn negative coins if you try to mine after then.)
* Estimated total supply: 25540000 RCN.

http://tinyrcoin.github.io (http://tinyrcoin.github.io)

My address: ivabm6gktvhygk4ztz2ijittk5jv4jg4hizqnirqqkyfzt2axzda


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: sorinslv on December 26, 2017, 06:10:57 PM
how many coins receive for a block?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bspus on December 26, 2017, 06:31:44 PM
No instructions at all?
Is this even usable right now?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 26, 2017, 06:34:37 PM
Have you thought of getting more devs on for a development team for Rcoin?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Dlugina23 on December 26, 2017, 06:38:42 PM
How to mine?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bennie4 on December 26, 2017, 06:52:29 PM
RCoin

---
After the previous failure that was RCoin-v1, I have rewritten the code. Now we do not have any of the previous bugs.
We do not need transactions in order to mine.
---

RCoin is a decentralized peer-to-peer currency building upon the ideas of Bitcoin. In comparison with other cryptocurrencies, RCoin does not eliminate transaction fees, nor keep them at ridiculously high rates even for small transactions. Transaction fees are determined as a fixed 1.5% of a transaction’s amount. RCoin is designed to be ASIC resistant by requiring relatively large amounts of memory per hash (6-12MB).

Latest Version

The current version is RCoinPlus-v1

Information

* RCoin uses the Scrypt hashing algorithm.
* RCoin DOES NOT USE A BLOCKCHAIN, but simply keeps track of every transaction (this means no transaction fees, and near instant transactions)
* You can mine a block every 5 minutes.
* Solo-mining is feasible.
* No more coins after 7 years. (You will earn negative coins if you try to mine after then.)
* Estimated total supply: 25540000 RCN.

http://tinyrcoin.github.io (http://tinyrcoin.github.io)

My address: ivabm6gktvhygk4ztz2ijittk5jv4jg4hizqnirqqkyfzt2axzda
hi dev, what is your coin, links to purse, roadmap, whitepaper  ???


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: beverly788113 on December 26, 2017, 06:52:59 PM
What are your long-term plans, you can tell us to know ???


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Ronsor on December 26, 2017, 07:42:19 PM
Have you thought of getting more devs on for a development team for Rcoin?
Yes, but I have not found any yet.
How to mine?
Mining is enabled by default. You can start/stop mining in the wallet. Current reward is ~254 coins.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 26, 2017, 08:04:55 PM
I'm not sure on how ipfs works, could you explain possibly?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: sorinslv on December 26, 2017, 08:25:52 PM
i already mined 7615.8 rcn

i like ipfs idea, i searched google for information.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: leeant1 on December 27, 2017, 12:16:03 AM
Steps I took to get this working.

Open your command line and cd to the directory.

Run the following commands.

1. ipfs init
2. ipfs daemon --enable-pubsub-experiment

---Wait until you see Daemon is ready ---

Open another command/terminal

3. rcoind
4. open tkwallet

Once I did it in that sequence it seems to run.  After doing these initial steps if you need to close it start at step 2.

rcoind -cli create  (Creates a new address)
rcoind -cli "Wallet Name" (Loads cli interface)


If anyone wants to test my address is vms6isqmrrsihuxme67c46ijcojtmr2nmmtuoa3mj2p5hgwrvnbq


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bulwarkpool on December 27, 2017, 12:17:14 AM
Reserved for https://bulwarkpool.com


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 27, 2017, 12:58:10 AM
Steps I took to get this working.

Open your command line and cd to the directory.

Run the following commands.

1. ipfs init
2. ipfs daemon --enable-pubsub-experiment

---Wait until you see Daemon is ready ---

Open another command/terminal

3. rcoind
4. open tkwallet

Once I did it in that sequence it seems to run.  After doing these initial steps if you need to close it start at step 2.

rcoind -cli create  (Creates a new address)
rcoind -cli "Wallet Name" (Loads cli interface)


If anyone wants to test my address is vms6isqmrrsihuxme67c46ijcojtmr2nmmtuoa3mj2p5hgwrvnbq

Sent 10 RCN to vms6isqmrrsihuxme67c46ijcojtmr2nmmtuoa3mj2p5hgwrvnbq

tell me if you get it

*just set another 10*


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: leeant1 on December 27, 2017, 01:06:46 AM
Got it. just sent 20 back.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 27, 2017, 01:11:21 AM
Got it. just sent 20 back.

Yea I got it


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: tippytoes on December 27, 2017, 01:16:24 AM
What are your long-term plans, you can tell us to know ???


Yes, launching this without that means that you want this coin only for trading. Nothing more than that. No website and other things to market your coin.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 27, 2017, 01:45:44 AM
To get it working all I did was launch rcoind, then ipfs, then the wallet(I'm using windows 10 by the way)


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: MasterHash on December 27, 2017, 01:46:24 AM
reserved yiimp.Masterhash.us


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bigdgc on December 27, 2017, 01:55:45 AM
This version is so much better than the first one haven't crashed and its mining nicely. But what is the mandatory cool down is that the time between blocks?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 27, 2017, 01:58:26 AM
This version is so much better than the first one haven't crashed and its mining nicely. But what is the mandatory cool down is that the time between blocks?

It seems so. I checked and there's a 299 seconds (Basically 5 minute) wait time between when each block is mined


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: itasha on December 27, 2017, 07:01:47 AM
Pretty sure this version is bugged like mad also.

1) block reward vs total supply do not match AT ALL
2) the mandatory cooldown is client enforced


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 27, 2017, 01:31:51 PM
Any news Dev? Maybe Exchange?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: x314.network on December 27, 2017, 02:51:59 PM
selling coins pm me


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: OXUS on December 27, 2017, 05:39:56 PM
okay something is wrong here


i run wallet for almost 20 hours ...fine ... i got almost 10k coins


now after i shutdown my computer and reopen ... the wallet won't start .... so i backed up the ( default wallet )  deleted the data and resync


so ... after doing that ... somehow it seem that im with 0 balance and starting to mine coins from scratch ???


is there a way to know what is the actual balance of my wallet ... like block explorer 


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: leeant1 on December 27, 2017, 06:37:34 PM
okay something is wrong here


i run wallet for almost 20 hours ...fine ... i got almost 10k coins


now after i shutdown my computer and reopen ... the wallet won't start .... so i backed up the ( default wallet )  deleted the data and resync


so ... after doing that ... somehow it seem that im with 0 balance and starting to mine coins from scratch ???


is there a way to know what is the actual balance of my wallet ... like block explorer 


There seems to be a flaw in the design of this coin, which is that there is no blockchain.  When you startup and request to sync you will only receive the oldest transaction that that node responding has and there is nothing to validate against.  I had 53k coins, deleted and reopened and was only able to sync to 10k coins I assume because the node I am syncing from doesn't have the history prior to when they first started up.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 27, 2017, 07:46:41 PM
WTF? ???

https://b.radikal.ru/b18/1712/9a/64c1945bb2b2.png (https://radikal.ru)


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: sorinslv on December 27, 2017, 07:48:43 PM

same here but i see balance increase.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: dominguero on December 27, 2017, 07:51:49 PM
I send 5000 + 45000 to another address

Received immediately with no problems, but in gui wallet the balance only show the -5000, but the real balance its correct (i couldn't send de 45000 again because have no funds)


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: fanten on December 27, 2017, 07:52:13 PM
Dev, are you one man team? Why did you create this coin? If you want to start a coin, you should do proper planning and roadmap and so on. Good luck to you and hope that I will look back and regret in 10 years time.  :(


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 27, 2017, 07:52:26 PM

 ;D ;D ;D ;D ;D ;D ;D ;D


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 27, 2017, 07:53:52 PM
Received immediately with no problems

Great! Maybe this coin must live...


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: cryptogbumper on December 27, 2017, 08:12:16 PM
what happened ?  all bad transactions ???

how can you mine 10K+ coins for hours ???

I run on 2 computers and they stop mining for several times, then I restart it got all bad transactions...


and sent some coins between 2 wallets, and never received them...the coin lost!


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: RealJoshuar on December 27, 2017, 08:17:16 PM
I sent 500 coins from one address to the other no problems, and both address have the correct balance


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 28, 2017, 09:48:10 AM
Dev, any news?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: crimealone on December 28, 2017, 11:34:51 AM
1.It seems that every client can get a reward every 5 min.
2.I successed sending coins from A to B. But B to A failed.

Still lots of bugs.

I think dev should run a test before release. Like semux did.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: crimealone on December 28, 2017, 03:31:09 PM
1.It seems that every client can get a reward every 5 min.
2.I successed sending coins from A to B. But B to A failed.

Still lots of bugs.

I think dev should run a test before release. Like semux did.

I can only send coins from my pc to VM on it. =..=


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: OXUS on December 28, 2017, 04:35:03 PM
yeah i think chain will reset on this rate ... i lost all my mined coins because i did a resync lol


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: alexcrownjr on December 28, 2017, 06:06:56 PM
How run rcoin on ubuntu server ? can I mine w/o tkwallet ?

Is that mining ?
https://i.imgur.com/8azp2hl.png


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: BilPreAlpha on December 28, 2017, 07:48:51 PM
RCoin

---
After the previous failure that was RCoin-v1, I have rewritten the code. Now we do not have any of the previous bugs.
We do not need transactions in order to mine.
---

RCoin is a decentralized peer-to-peer currency building upon the ideas of Bitcoin. In comparison with other cryptocurrencies, RCoin does not eliminate transaction fees, nor keep them at ridiculously high rates even for small transactions. Transaction fees are determined as a fixed 1.5% of a transaction’s amount. RCoin is designed to be ASIC resistant by requiring relatively large amounts of memory per hash (6-12MB).

Latest Version

The current version is RCoinPlus-v1

Information

* RCoin uses the Scrypt hashing algorithm.
* RCoin DOES NOT USE A BLOCKCHAIN, but simply keeps track of every transaction (this means no transaction fees, and near instant transactions)
* You can mine a block every 5 minutes.
* Solo-mining is feasible.
* No more coins after 7 years. (You will earn negative coins if you try to mine after then.)
* Estimated total supply: 25540000 RCN.

http://tinyrcoin.github.io (http://tinyrcoin.github.io)

My address: ivabm6gktvhygk4ztz2ijittk5jv4jg4hizqnirqqkyfzt2axzda

1 block per exactly 5 minutes does not look like mining to me. Just look like a scam where after every 5 minute some coins are made to be displayed on wallet. I even tried sending it to a different wallet transaction was never completed. When you search for transaction using the address, it only displays transactions done on that wallet. You can also type address whatever you wish like it does not even check for minimum or max characters required for address length. Any explanation dev?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: OXUS on December 29, 2017, 03:23:43 AM
RCoin

---
After the previous failure that was RCoin-v1, I have rewritten the code. Now we do not have any of the previous bugs.
We do not need transactions in order to mine.
---

RCoin is a decentralized peer-to-peer currency building upon the ideas of Bitcoin. In comparison with other cryptocurrencies, RCoin does not eliminate transaction fees, nor keep them at ridiculously high rates even for small transactions. Transaction fees are determined as a fixed 1.5% of a transaction’s amount. RCoin is designed to be ASIC resistant by requiring relatively large amounts of memory per hash (6-12MB).

Latest Version

The current version is RCoinPlus-v1

Information

* RCoin uses the Scrypt hashing algorithm.
* RCoin DOES NOT USE A BLOCKCHAIN, but simply keeps track of every transaction (this means no transaction fees, and near instant transactions)
* You can mine a block every 5 minutes.
* Solo-mining is feasible.
* No more coins after 7 years. (You will earn negative coins if you try to mine after then.)
* Estimated total supply: 25540000 RCN.

http://tinyrcoin.github.io (http://tinyrcoin.github.io)

My address: ivabm6gktvhygk4ztz2ijittk5jv4jg4hizqnirqqkyfzt2axzda

1 block per exactly 5 minutes does not look like mining to me. Just look like a scam where after every 5 minute some coins are made to be displayed on wallet. I even tried sending it to a different wallet transaction was never completed. When you search for transaction using the address, it only displays transactions done on that wallet. You can also type address whatever you wish like it does not even check for minimum or max characters required for address length. Any explanation dev?



yes there is no chain ... if u delete the files without the wallet file ... like every another coin ... and resync ... BOOOOTHHH .. Your coins are gone


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bair73 on December 29, 2017, 03:47:46 AM
parody of YENTEN  ;D ;D ;D
 

spoof of the coin YENTEN  ;D ;D ;D


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 29, 2017, 05:19:56 AM
Scam coin. No news, no roadmap, no exchange.
Block every 5 min (pentium 2 found block every 5 min and ryzen 9 found block every 5 min too....).
Fake


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: OXUS on December 29, 2017, 06:14:27 AM
Scam coin. No news, no roadmap, no exchange.
Block every 5 min (pentium 2 found block every 5 min and ryzen 9 found block every 5 min too....).
Fake

lmao ... is this a bot ?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: dominguero on December 29, 2017, 08:11:01 AM
For sure are some bugs, but i could see the transactions of other people like dev and other users of this thread. Maybe the people that take block every 5 min are in own testnet.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: BilPreAlpha on December 29, 2017, 11:01:57 AM
For sure are some bugs, but i could see the transactions of other people like dev and other users of this thread. Maybe the people that take block every 5 min are in own testnet.

How to verify if it's testnet or not? If it is testnet how to fix it?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: dominguero on December 29, 2017, 12:49:02 PM
You could search in the guiwallet the payments made by dev and other users that post theirs adress in this topic.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: BilPreAlpha on December 29, 2017, 02:20:05 PM
You could search in the guiwallet the payments made by dev and other users that post theirs adress in this topic.
You are right, it's testnet. Now can you tell me how to mine?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: dominguero on December 29, 2017, 02:43:47 PM
Steps I took to get this working.

Open your command line and cd to the directory.

Run the following commands.

1. ipfs init
2. ipfs daemon --enable-pubsub-experiment

---Wait until you see Daemon is ready ---

Open another command/terminal

3. rcoind
4. open tkwallet

Once I did it in that sequence it seems to run.  After doing these initial steps if you need to close it start at step 2.

rcoind -cli create  (Creates a new address)
rcoind -cli "Wallet Name" (Loads cli interface)


If anyone wants to test my address is vms6isqmrrsihuxme67c46ijcojtmr2nmmtuoa3mj2p5hgwrvnbq


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Altcfan on December 29, 2017, 02:53:37 PM
Is there any airdrop for this coin ?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on December 29, 2017, 03:14:46 PM
I think is you coin Dev?! ;D

https://bittrex.com/Market/Index?MarketName=BTC-RCN


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: BilPreAlpha on December 29, 2017, 03:19:58 PM
Steps I took to get this working.

Open your command line and cd to the directory.

Run the following commands.

1. ipfs init
2. ipfs daemon --enable-pubsub-experiment

---Wait until you see Daemon is ready ---

Open another command/terminal

3. rcoind
4. open tkwallet

Once I did it in that sequence it seems to run.  After doing these initial steps if you need to close it start at step 2.

rcoind -cli create  (Creates a new address)
rcoind -cli "Wallet Name" (Loads cli interface)


If anyone wants to test my address is vms6isqmrrsihuxme67c46ijcojtmr2nmmtuoa3mj2p5hgwrvnbq

I was following the same thing.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: adanma on December 30, 2017, 12:16:02 PM
how's going with Rcoin, mined 10K coins now...

is the dev still here, any plan for this project ???


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: bigdgc on December 31, 2017, 10:03:37 PM
I think is you coin Dev?! ;D

https://bittrex.com/Market/Index?MarketName=BTC-RCN

I seriously doubt rcoin is on bittrex. Coins dead already dev does not tell anyone anything and there is no point in mining it. He was probably testing to see if he could make a coin and then abandoned it this was his second try.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: coin8coin on January 01, 2018, 07:26:05 AM
I think is you coin Dev?! ;D

https://bittrex.com/Market/Index?MarketName=BTC-RCN

I seriously doubt rcoin is on bittrex. Coins dead already dev does not tell anyone anything and there is no point in mining it. He was probably testing to see if he could make a coin and then abandoned it this was his second try.

this project looks very interesting, but dev leaved for a while . I have mined 300K coins, consider stop mining now!


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: crimealone on January 02, 2018, 02:44:42 AM
dead coin?


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: crimealone on January 02, 2018, 02:45:40 AM
I think is you coin Dev?! ;D

https://bittrex.com/Market/Index?MarketName=BTC-RCN

I seriously doubt rcoin is on bittrex. Coins dead already dev does not tell anyone anything and there is no point in mining it. He was probably testing to see if he could make a coin and then abandoned it this was his second try.

this project looks very interesting, but dev leaved for a while . I have mined 300K coins, consider stop mining now!

actually every pc can mine a blcok per 5 minutes...


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: coin8coin on January 02, 2018, 01:16:00 PM
I think is you coin Dev?! ;D

https://bittrex.com/Market/Index?MarketName=BTC-RCN

I seriously doubt rcoin is on bittrex. Coins dead already dev does not tell anyone anything and there is no point in mining it. He was probably testing to see if he could make a coin and then abandoned it this was his second try.

this project looks very interesting, but dev leaved for a while . I have mined 300K coins, consider stop mining now!

actually every pc can mine a blcok per 5 minutes...

but totaly supply is 20+M


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Islapdonkey on January 03, 2018, 06:44:10 PM
its like picking up shells at the beach, its will probably never have value, but its kinda fun. At least the dev proved something to himself.


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: wmmail07 on January 11, 2018, 09:55:59 AM
Very good scam and fake coin))))


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: coin8coin on January 12, 2018, 02:27:09 PM
so this coin is dead???

a very interesting project, but dev is gone... is there anyone can pick it up??


Title: Re: [ANN] [RCN] RCoin Plus (a fixed version of RCoin) - PoW - Scrypt - CPU mining
Post by: Islapdonkey on January 14, 2018, 05:12:24 PM
Very good scam and fake coin))))

i get it was an experimental coin with no real intended use, but how the fuck is this a scam.