Pages:
Author

Topic: [ANN] | Rubix (RBX) | PoW/PoS | Wish Algo | MasterNodes | s-messages | VRX 3.0 | - page 4. (Read 4231 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Dear scummers please stop to post useless links for nonworking source codes. It cant be compiled. If u really want people start mine your coin then make a normal compiled executable miner and share it.

P.S. And WTH you already post GPU miner link so why we need now a CPU miner?

It can be compiled for sure. On Linux it's a breeze, on windows it's a little more complicated but it's nothing different than tpruvot ccminer, which is the most used fork and considered the "official" one.
newbie
Activity: 315
Merit: 0
Dear scummers please stop to post useless links for nonworking source codes. It cant be compiled. If u really want people start mine your coin then make a normal compiled executable miner and share it.

P.S. And WTH you already post GPU miner link so why we need now a CPU miner?
member
Activity: 69
Merit: 10
Dear @rubixers We've shuffled our Rubix cube around and now it seems to be showing flying colours, however, we need you to bring these colours to life. The pool should be ready and is waiting for you all to give her a test ride Here's the Link to the CPU miner:... It contains all the instructions you need if you need any help to set up just pop us a message in #mining-support


Official CPU Miner @ https://github.com/Rubixblockchain/cpuminer-rubix Provided by Barrystyle via GitHub! Thank you!
member
Activity: 69
Merit: 10
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
member
Activity: 69
Merit: 10
We got our own official block explorer running at http://rubixcoin.ddns.net/
member
Activity: 69
Merit: 10
Pitchie was right, this is a scam.

56M of the 1.164B pre-mine has been transferred to various accounts which are in fact staking.

The largest is 46M.

The proof is in the blockchain:

http://35.153.128.15:3001/richlist



Anyone still doubts that they are scammers?  Roll Eyes

“protovist after you tried to blackmail you continue to call us a scam? the 50mil RBX sent was not only for airdrops but was also in paying the dev of the Mac wallet for all future updates. And your whole thing of “we’re staking the premine” sorry pal but the premine is 3% as stated in specs... one can’t stake part of the total coins in the wallet... though we will thank you AS WE ALREADY HAVE for pointing out our typo in the comment in the code. Something that was an easy fix, and not the highest priority for us as we are focused on the pool right now. Though we will update the specs to instead say 1.7% instead of 17%. we will use the premine in the future for dev-ops as stated in the specs. You gave it your best though!  Wink
full member
Activity: 241
Merit: 107
Pitchie was right, this is a scam.

56M of the 1.164B pre-mine has been transferred to various accounts which are in fact staking.

The largest is 46M.

The proof is in the blockchain:

http://35.153.128.15:3001/richlist



Anyone still doubts that they are scammers?  Roll Eyes
newbie
Activity: 6
Merit: 0
Pitchie was right, this is a scam.

56M of the 1.164B pre-mine has been transferred to various accounts which are in fact staking.

The largest is 46M.

The proof is in the blockchain:

http://35.153.128.15:3001/richlist

newbie
Activity: 6
Merit: 0
PoW: 500 RBX per block
PoW(SuperBlock): 17% chance of 1000 RBX per block
PoS: 8.2% annual
PoS(SuperBlock): 17% chance of 12% annual

The SuperBlock reward is not correct.  The implementation in the code is only 1.7%.
I brought this up on Discord but instead of acknowledging the mistake, the dev team insists that it is correct.

Code:
if(randreward() <= 17000) // 17% Chance of superblock

Code:
int randreward()
{
    // Superblock calculations
    uint256 prevHash = 0;
    if(pindexBest->pprev)
        prevHash = pindexBest->pprev->GetBlockHash();
    std::string cseed_str = prevHash.ToString().substr(7,7);
    const char* cseed = cseed_str.c_str();
    long seed = hex2long(cseed);
    int rand1 = generateMTRandom(seed, 1000000);
    return rand1;
}

https://github.com/Rubixblockchain/Rubix/blob/7d41fc1122faf75ba09cd4de782aa02c0997f26a/src/blockparams.cpp

member
Activity: 308
Merit: 11
Hi, is there a bounty for translation? I can do Italian
member
Activity: 69
Merit: 10
just start mining a minute, how could I fix that?



Update within this week should fix this error (the reason why the miner is so fidgety is because CPUs actually overhash the Algo (we made the algo to light) so, for now, try using only one core to mine
member
Activity: 69
Merit: 10
New update on the Wallet: https://mega.nz/#!g0UGQDqY!EBTYF9W3DsudUabkvN65UVKz-iUj9mSwsOTenj9M73A

Github has been updated as well: https://github.com/rubixblockchain/rubix

The update fixes the connectivity issue and the syncing problem...There will be a future update that fixes mining stability coming soon...

Posted: 3/22/2018   @3:53PM    

newbie
Activity: 89
Merit: 0
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Network height is 1112 blocks. It's 556000 coins. Staking weight of network is 1277141 which is twice more than current supply.
Do you still believe devs doesn't stake?


stake weight is amount * time, you can't do the math that way.
newbie
Activity: 89
Merit: 0
so  whats up with this coin?
full member
Activity: 241
Merit: 107
No premined, it looks good because lots of projects premined to help their greedy devs take fast money due to auctions, pre-sales, etc. This project build up on Wish algorithm. This is strange. Is it secure, efficient and can meet technical demands in the future?

Are you dumb? Do the math. Read post above. Think.

"blocks" : 1112,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 1525.40785971,
        "proof-of-stake" : 16889840.71031368,
        "search-interval" : 16
    },
    "blockvalue-PoS" : 20721312,
    "blockvalue-PoW" : 50000000000,
    "netmhashps" : 10919.29478417,
    "netstakeweight" : 127714178935360.03125000,

 "blocks" : 1112,
    "timeoffset" : -2,
    "moneysupply" : 1164459824.92991924,
newbie
Activity: 101
Merit: 0
No premined, it looks good because lots of projects premined to help their greedy devs take fast money due to auctions, pre-sales, etc. This project build up on Wish algorithm. This is strange. Is it secure, efficient and can meet technical demands in the future?
full member
Activity: 241
Merit: 107
Network height is 1112 blocks. It's 556000 coins. Staking weight of network is 1277141 which is twice more than current supply.
Do you still believe devs doesn't stake?
full member
Activity: 241
Merit: 107
Actually the devevelopment team isn't staking the premine which is blatantly obvious by looking at the network stake weight... Please look into things before blindly making accusations. It's not a good look on you.

Yeah, two days of CPU mining with crashing wallet and no miner and pool available can make such crazy staking network weight.
Obviously, they're staking a premine. Prove me wrong
Pages:
Jump to: