Pages:
Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 17. (Read 685207 times)

full member
Activity: 670
Merit: 130
anyone knows what happened to Riecoin in blockfolio this weekend ??
where they get their data i wonder.... Huh Huh

since Gatra is a ghost i too believe a community take over is for the best.
i agree with PttnMe guidelines and i suggest Devs (clo1, pttnme) and pool onwers (ziiip, xpoolx) should make the top tier of the Riecoin team along with some old members and active community members (like dga, IGJ).

I'm not a developer but i can help and troubleshoot for new people that have insterst in Riecoin.
Still most of us i believe already work at least one full time job and time would be the most significant problem.

Apart from the Core development, maybe a new website to gather all information there (IGJ community website is fine, maybe we should point a more official domain to this site as well)
jr. member
Activity: 35
Merit: 2
I took a quick look at segwit on testnet. I was mostly interested in checking the activation process. Pttn's getblocktemplate code handled setting the proper bits without any changes needed so I was able to activate on testnet. After activation, the 'T' transactions were added to the mempool. Some changes are needed in rieMiner to handle segwit transactions.

The miner needs to indicate support for segwit by adding a parameter in the getblocktemplate call in order for the transactions to be sent. I think this will also be needed for csv.
{\"rules\":[\"segwit\"]}

In the transactions you need to use the txid field instead of the hash field.

There is a default_witness_commitment field that needs to be added to the coinbase transaction. I wasn't exactly sure where this goes or the best way to add this to Pttn's code so I stopped here. If anyone else wants to look at it I can help you get to this point.
jr. member
Activity: 35
Merit: 2
With gatra becoming a ghost and no trace from past developers, this project is becoming chaotic and stagnating. In order to advance, we need to be well organized, and to find and choose active and consistent people supporting the project.

So, I propose that we compose a new Riecoin team. Here is a suggestion of some important roles to assume:

  • Leader(s): this role will simply replace gatra. Someone taking this responsibility will ensure that Riecoin goes in a good direction, that all other team member are doing well, and will take important decisions, like making Riecoin Core official or deciding if a fork should happen. These persons will represent Riecoin and for example be in charge of contacting exchanges for listing Riecoin. Also, they decide who are part of the team;
  • Developers: we need people for maintaining Riecoin Core, rieMiner and any other important Riecoin software. There should be more than one developer working on Riecoin Core, and they should be able to catch up important Bitcoin Core updates quickly. Everyone here has to ensure that the code never becomes outdated. Motivated pool owners are also welcome to be part of the team;
  • Community Manager(s): for advertising Riecoin and spread its use. Someone assuming this role should be continuously searching for new communities to reach and be active in the Riecoin related forums (answer to questions, reply to people asking why Riecoin is a good altcoin,...).

We also need a new official website, and at least one person of the Community Managers has to maintain it. The website would contain explanations, links to important websites (community, exchanges,...) and softwares, official downloads, a news section, etc. We have riecoin-community.com, though I am not sure if IGJ is willing to create and maintain a new official website.

Also discuss/debate about this idea in this topic. I hope that there will be motivated people willing to be a lot active for Riecoin.

Also, I remind this clo1 post:

The softforks haven't been tested yet but I don't expect any problems here. The older BIPS are coded to become active at a specific block. I have currently set them to become active at block 1000000 but this can be changed to a block that will be reached shortly after the code is released. Once this block is reached any block mined with an old miner (using an old block version number) will be rejected even if the block is otherwise perfectly valid.

The newer BIPS become active if a super-majority of blocks are mined using a miner indicating support. I believe it is 95% within a 288 block window. This must occur within a specific time window which we will need to set before releasing code.

For people currently using 0.16.3, we need to agree about these softforks or change the 1000000 value for a later decision. There is less than 5000 blocks remaining!

Thanks for posting this. I agree and was going to post something similar. In the short term, I think a new official website and releasing official 0.16.3 code are most important.

For those who want to continue running 0.16.3 after block 1000000, lines 85 and 86 in chainparams.cpp need to be changed. Just make it something really big like 2000000 for now. I thought 1000000 would be enough when I first wrote it. I can update this in the riecointeam repository as well.

I did a quick check of BIP66 on testnet and it worked fine. Is anyone familiar with CLTV (BIP65) or CSV (BIP68, 112, 113)? Can you help me create a couple tests to show that these are working? I think BIP65 was one of the requirements for Barter Dex. We still need to decide if we want to activate segwit.

Also, I submitted riecoin's largest primes to the record list. Riecoin currently has spots 3-11 on the biggest 6-tuples.
hero member
Activity: 626
Merit: 504
...

The very bad news is that Poloniex is still owning 8.5 millions of Riecoins.
Cryptapus, can't you block RJgv96Q2Qqs91PttwYkgUthgREh669mXqc and all other Poloniex addresses from using your faucet? It is disgusting to see free coins sent to the Poloniex wallet.

...

I think fairglu freely admits that the address tagging feature of chainz cannot be trusted. I suspect it's not Polo but one of it's ex users. I don't think it would be wise to start banning addresses as a policy.

What cannot be trusted is the guesstimated amount, which is always an underestimation (as it only sees "tainted" addresses of a wallet), but what's there is there (unless the polo private keys got leaked/hacked).

Even if Poloniex wallet is offline, it's still quite possible bots forgotten by their owner are still sending funds to those address. Those funds can only be recovered by whoever has the poloniex private keys...

Ah... so perhaps my captcha is not robust or someone just hasn't noticed yet. Thanks for your input.
legendary
Activity: 1100
Merit: 1032
...

The very bad news is that Poloniex is still owning 8.5 millions of Riecoins.
Cryptapus, can't you block RJgv96Q2Qqs91PttwYkgUthgREh669mXqc and all other Poloniex addresses from using your faucet? It is disgusting to see free coins sent to the Poloniex wallet.

...

I think fairglu freely admits that the address tagging feature of chainz cannot be trusted. I suspect it's not Polo but one of it's ex users. I don't think it would be wise to start banning addresses as a policy.

What cannot be trusted is the guesstimated amount, which is always an underestimation (as it only sees "tainted" addresses of a wallet), but what's there is there (unless the polo private keys got leaked/hacked).

Even if Poloniex wallet is offline, it's still quite possible bots forgotten by their owner are still sending funds to those address. Those funds can only be recovered by whoever has the poloniex private keys...
member
Activity: 113
Merit: 51
Riecoin developer
With gatra becoming a ghost and no trace from past developers, this project is becoming chaotic and stagnating. In order to advance, we need to be well organized, and to find and choose active and consistent people supporting the project.

So, I propose that we compose a new Riecoin team. Here is a suggestion of some important roles to assume:

  • Leader(s): this role will simply replace gatra. Someone taking this responsibility will ensure that Riecoin goes in a good direction, that all other team member are doing well, and will take important decisions, like making Riecoin Core official or deciding if a fork should happen. These persons will represent Riecoin and for example be in charge of contacting exchanges for listing Riecoin. Also, they decide who are part of the team;
  • Developers: we need people for maintaining Riecoin Core, rieMiner and any other important Riecoin software. There should be more than one developer working on Riecoin Core, and they should be able to catch up important Bitcoin Core updates quickly. Everyone here has to ensure that the code never becomes outdated. Motivated pool owners are also welcome to be part of the team;
  • Community Manager(s): for advertising Riecoin and spread its use. Someone assuming this role should be continuously searching for new communities to reach and be active in the Riecoin related forums (answer to questions, reply to people asking why Riecoin is a good altcoin,...).

We also need a new official website, and at least one person of the Community Managers has to maintain it. The website would contain explanations, links to important websites (community, exchanges,...) and softwares, official downloads, a news section, etc. We have riecoin-community.com, though I am not sure if IGJ is willing to create and maintain a new official website.

Also discuss/debate about this idea in this topic. I hope that there will be motivated people willing to be a lot active for Riecoin.

Also, I remind this clo1 post:

The softforks haven't been tested yet but I don't expect any problems here. The older BIPS are coded to become active at a specific block. I have currently set them to become active at block 1000000 but this can be changed to a block that will be reached shortly after the code is released. Once this block is reached any block mined with an old miner (using an old block version number) will be rejected even if the block is otherwise perfectly valid.

The newer BIPS become active if a super-majority of blocks are mined using a miner indicating support. I believe it is 95% within a 288 block window. This must occur within a specific time window which we will need to set before releasing code.

For people currently using 0.16.3, we need to agree about these softforks or change the 1000000 value for a later decision. There is less than 5000 blocks remaining!
member
Activity: 62
Merit: 12
And guytp: Last Active: October 16, 2018, 08:17:42 AM
Any plans to expand Zapple, make it grow and do advertising? Or can we expect that guytp will also disappear and Zapple be abandoned?
It was a good move, but since then there were not anything new.

I know we've discussed this on e-mail but I wanted to share my response here so that others are aware I haven't disapepared - just not a regular BTCT user.


Quote
We’re in the process of a private equity funding round to support our financial services licensing.  We’re currently in the process of obtaining licenses to offer full banking facilities to Zapple customers.  This means that early next year (Q1/Q2) we’ll be able to issue each customer with bank accounts and debit cards tied to them.  Shortly after (late 2019) we’ll have the debit cards tied directly to floating crypto balance so you won’t even need to cash-out in order to spend your crypto.  That means crypto can be spent at anywhere that accepts Mastercard and withdrawn from any ATM as cash.  Our push for customers and volume has always been due to come inline with this.  We’re also in the process of a partnership with another company that will drive volume to the platform – again we’re looking at this coming online around Q1 time.
 
I’ve attached a copy of our pitch deck and prospectus that give more information about our future plans.
 
Everything I’ve said in this e-mail you are welcome to share if you want to with others – and I hope this gives an indication of where we’re moving at the moment.
hero member
Activity: 626
Merit: 504
...

The very bad news is that Poloniex is still owning 8.5 millions of Riecoins.
Cryptapus, can't you block RJgv96Q2Qqs91PttwYkgUthgREh669mXqc and all other Poloniex addresses from using your faucet? It is disgusting to see free coins sent to the Poloniex wallet.

...

I think fairglu freely admits that the address tagging feature of chainz cannot be trusted. I suspect it's not Polo but one of it's ex users. I don't think it would be wise to start banning addresses as a policy.
member
Activity: 113
Merit: 51
Riecoin developer
Whole Crypto market is crashing... Panic selling started again. Hope that they will be stupid enough to fill some of my buy orders at price of a few Satoshis.
Actually, I almost want that they sell once for all every Riecoin in their possession. At the price of a few Satoshis, it will be easier to get rid of them.

The very bad news is that Poloniex is still owning 8.5 millions of Riecoins.
Cryptapus, can't you block RJgv96Q2Qqs91PttwYkgUthgREh669mXqc and all other Poloniex addresses from using your faucet? It is disgusting to see free coins sent to the Poloniex wallet.

In the other hand, I invite people to try the XpoolX new exchange, XequineX. It is not finished, some features are not available right now, but many bugs were fixed and it seems to be already usable. Of course, for now, only use small amounts that you can afford to lose. Help xpoolx by reporting problems and giving him suggestions! You can use the Cryptapus faucet to test deposits and trading without risk!
IGJ
newbie
Activity: 29
Merit: 2
Sorry for the down time.

Last week I was changing equipment in our data center, and there was down time for few servers. My fouls at all, now everything should be ok.
member
Activity: 113
Merit: 51
Riecoin developer
IGJ, what is going on with your website/forum?

Quote
The connection has timed out

The server at forum.riecoin-community.com is taking too long to respond.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer’s network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

Edit: it is back!
full member
Activity: 670
Merit: 130
Just logged in from Firefox, havent seen anything unusual.

Deposit Addresses generated normally. Keep up the good work !!

EDIT: when you click on a market it goes back to the login screen
member
Activity: 298
Merit: 10
I dont know guys, but of you believe and if there is real develpment, not only wallet reassembly, then maybe there is really need to come to some exchange that do nto ask big funding fee but operates ok. even something like moondex, where listing fee is not big and community is ok. If all work is only "how to survive" then sure, no needs for that

or zappie works quite ok?
member
Activity: 113
Merit: 51
Riecoin developer
Can you tell me the browser are you using? are you using tor? maybe some things are not working on tor.

I am using Firefox (non ESR) on Debian 9.
full member
Activity: 201
Merit: 102
Ok, now I can login, then I click on the RIC market (or anything else), and am redirected to the Login page (without being actually logged out)...
But I can click on the Dashboard and Exchange links in the left menu without issue.
I cannot deposit anything (clicking on the blue circled + does nothing), but I can get the withdraw popup.
Plus many links not working.

Thanks a lot for your feedback!

Can you tell me the browser are you using? are you using tor? maybe some things are not working on tor.
member
Activity: 113
Merit: 51
Riecoin developer
Ok, now I can login, then I click on the RIC market (or anything else), and am redirected to the Login page (without being actually logged out)...
But I can click on the Dashboard and Exchange links in the left menu without issue.
I cannot deposit anything (clicking on the blue circled + does nothing), but I can get the withdraw popup.
Plus many links not working.
full member
Activity: 201
Merit: 102
Hi

I need some testers on www.xequinex.com to complete the graphics. The deposit, withdrawal and exchange are working i just need some activity and feedback to end it as soon as possible.

The accounts are the same as xpoolx.com and if you want to register, do it at xpoolx.com cause register is not implemented yet at xequinex.com

Fees are 0 by now

When I try to connect with my XPoolX account, I get a blank page with just a "4". No matter if the password is correct or not.
If the Email address is fake, it is "1" instead.

In my language there is a composed phrase for that.

"At the first nibble you pick a fly"

I've never get problems on login but i've deleted some echos for debug, it should work now
member
Activity: 113
Merit: 51
Riecoin developer
Hi

I need some testers on www.xequinex.com to complete the graphics. The deposit, withdrawal and exchange are working i just need some activity and feedback to end it as soon as possible.

The accounts are the same as xpoolx.com and if you want to register, do it at xpoolx.com cause register is not implemented yet at xequinex.com

Fees are 0 by now

When I try to connect with my XPoolX account, I get a blank page with just a "4". No matter if the password is correct or not.
If the Email address is fake, it is "1" instead.
full member
Activity: 201
Merit: 102
Hi

I need some testers on www.xequinex.com to complete the graphics. The deposit, withdrawal and exchange are working i just need some activity and feedback to end it as soon as possible.

The accounts are the same as xpoolx.com and if you want to register, do it at xpoolx.com cause register is not implemented yet at xequinex.com

Fees are 0 by now
member
Activity: 113
Merit: 51
Riecoin developer
i find it amusing that gatra posted a bounty to bring riecoin up to 0.16, then basically disappears, with the work now being done for free.. smart lad  Cool

He better come back soon before people start thinking that he is a scammer... Last Active: August 06, 2018, 07:35:54 PM
Also, where is dga and his 0.1 BTC bounty? Last Active: September 19, 2018, 07:54:12 PM

I wonder if clo1 will still continue working even if he knew for sure that he will not receive any bounty.

As a founder and cofounder, Gatra could at least find a way to use/promote Riecoin via Flixxio, but nope...

And guytp: Last Active: October 16, 2018, 08:17:42 AM
Any plans to expand Zapple, make it grow and do advertising? Or can we expect that guytp will also disappear and Zapple be abandoned?
It was a good move, but since then there were not anything new.

We would like that this project becomes healthy again, but there are still too much uncertainties. And of course still people selling a lot of coins and nobody buying.
Only possible good news that I see besides the active rieMiner development will be the XPoolX exchange.
Pages:
Jump to: