Search content
Sort by

Showing 20 of 36 results by Keyoliver
Post
Topic
Board Altcoin Discussion
Topic OP
Im new to crypto curreny, with exp of any ads, what can i do ?
by
Keyoliver
on 23/01/2022, 15:11:40 UTC
Hi
My company was forced to close because of COVID-19
Is there anything I can do with cross-platform advertising experience that involves cryptocurrency?
Post
Topic
Board Marketplace (Altcoins)
Looking for some blackhat that can scan google invoice for high price
by
Keyoliver
on 25/06/2021, 11:28:48 UTC
Looking for some blackhat that can scan google invoice for high price
paid btc or any currency u want

pmo via @kiraje telegram
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments
by
Keyoliver
on 06/01/2018, 17:21:20 UTC
https://i.imgur.com/M6qvM38.png
my wallet showing like that but i cant find any of mrai
any one can help me pls :<
Post
Topic
Board Marketplace (Altcoins)
WTS raiblock Wallet seed with 148 XRB
by
Keyoliver
on 17/12/2017, 04:45:02 UTC
WTS raiblock Wallet seed with 148 XRB

https://image.ibb.co/cVQ9qR/Untitled.png
Post
Topic
Board Digital goods
Re: Selling RDP (USA) WIN 2008/2012/2016
by
Keyoliver
on 06/08/2017, 02:47:10 UTC
can u detail more
Post
Topic
Board Announcements (Altcoins)
Re: Eryllium (ERY) New Coin
by
Keyoliver
on 03/08/2017, 12:23:26 UTC
the old Ery telegram group has gone
any one can give me new link or somethings else Huh

 Huh Huh Huh Huh Huh Huh Huh
Post
Topic
Board Gambling discussion
Re: Bustabit.com Provably Fair Seeding Event
by
Keyoliver
on 19/07/2017, 11:05:58 UTC
Welcome to the first provably fair seeding event. One of the most requested features of bustabit has been to create a provably distribution of game crashes, to replace our provably predetermined multipliers.

The original scheme of turning a multiplayer game in which peers do not trust each other was first proposed by Dooglus, refined by Eric and solidified into code by Steve.

The high level of the scheme is as follows:

1) We have generated a chain of 10 million sha256 hashes, starting with a server secret that has been repeatedly fed the output of sha256 back into itself 10 million times. The sha256 of the final hash in the chain is: c1cfa8e28fc38999eaa888487e443bad50a65e0b710f649affa6718cfbfada4d, by publicising it here we are preventing any ability to pick an alternate sha256 chain.


2) Bustabit will play through that chain of hashes, in reverse order, and use the hashes to determine the crash point in a probably fair manner.

3) To avoid criticism that the Bitcoin address used in step 1 was carefully chosen to generate lots of "bad" crash points, each hash in the chain will be salted with a client seed, which we have no control of. The client seed will be the block hash of a Bitcoin block that hasn't yet been mined: block 339300.


The reference code (javascript) is as follows:

The method to create the hash chain is simply sha256:
Code:
function genGameHash(serverSeed) {
  return crypto.createHash('sha256').update(serverSeed).digest('hex');
}

The method to convert a game hash, mix it with the picked client seed to a money pot multiplier:

Code:
function crashPointFromHash(serverSeed, clientSeed) {
  function divisible(hash, mod) {
    // We will read in 4 hex at a time, but the first chunk might be a bit smaller
    // So ABCDEFGHIJ should be chunked like  AB CDEF GHIJ
    var val = 0;
    
    var o = hash.length % 4;
    for (var i = o > 0 ? o - 4 : 0; i < hash.length; i += 4) {
      val = ((val << 16) + parseInt(hash.substring(i, i+4), 16)) % mod;
    }

    return val === 0;
  }

  var hash = crypto.createHmac('sha256', serverSeed).update(clientSeed).digest('hex');

  /* In 1 of 101 games the game crashes instantly. */
  if (divisible(hash, 101))
     return 0;

  /* Use the most significant 52-bit from the hash
     to calculate the crash point */
  var h = parseInt(hash.slice(0,52/4),16);
  var e = Math.pow(2,52);

  return Math.floor((100 * e - h) / (e - h));
}

The chain could be generated with code such as:

Code:
var serverSecret =  'If you knew this, you could steal all my money';
var clientSeed = '0000examplehash';

var gamesToGenerate = 1e7;

var serverSeed = serverSecret;

for (var game = gamesToGenerate; game > 0; --game) {
  serverSeed = genGameHash(serverSeed);
  console.log('Game ' +  game + ' has a crash point of ' + (crashPointFromHash(serverSeed, clientSeed) / 100).toFixed(2) +'x', '\t\tHash: ' + serverSeed);
}

var terminatingHash = genGameHash(serverSeed);

console.log('The terminating hash is: ', terminatingHash);


Using our chosen starting serverSeed, the hash terminating the chain is c1cfa8e28fc38999eaa888487e443bad50a65e0b710f649affa6718cfbfada4d. That is to say, the first game's hash played under the new provably fair scheme, when hashed will be c1cfa8e28fc38999eaa888487e443bad50a65e0b710f649affa6718cfbfada4d.

hello are u mod in there i need help right now
Post
Topic
Board Services
WTB some Vultr acount with high balance limit 10 only
by
Keyoliver
on 13/07/2017, 04:08:42 UTC
as the subject

pm me via fb:

https://www.facebook.com/deathaderd
Post
Topic
Board Services
Topic OP
Selling Fix continuous captcha menthod for mrai worker
by
Keyoliver
on 19/06/2017, 03:34:59 UTC
like Subject

i selling this menthod at 0.005
Post
Topic
Board Services
Re: Easy job..get $1 in btc(RATE INCREASED )
by
Keyoliver
on 17/06/2017, 13:43:43 UTC
Post
Topic
Board Services
Re: Easy job..get $1 in btc(RATE INCREASED )
by
Keyoliver
on 17/06/2017, 13:04:48 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments
by
Keyoliver
on 31/05/2017, 02:48:30 UTC
It's a silly question, but, its possible to use the deposit address provided by some exchange to claim on Raiblocks faucet?

nope bro
it just kill xrb on cryptopia
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XRB]Cryptocurrency's killer app: RaiBlocks micropayments
by
Keyoliver
on 31/05/2017, 02:22:57 UTC
just my opinion

Can dev release the full sync data per week and show people to restore wallet

it can resovle the sync problem
Post
Topic
Board Bitcoin Discussion
Re: They found Satoshi?
by
Keyoliver
on 08/04/2017, 09:08:21 UTC
hello
Post
Topic
Board Marketplace (Altcoins)
Re: COINONAT BOUNTY PROGRAM NOW OPEN
by
Keyoliver
on 29/03/2017, 05:59:18 UTC
VIETNAMESE TRANSLATION

i can do it
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Cryptocurrency's killer app: disrupting web ads via RaiBlocks micropayments
by
Keyoliver
on 16/03/2017, 14:54:23 UTC
New kind of faucet, only 1 claim per day...

Madness is coming.

What???
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Cryptocurrency's killer app: disrupting web ads via RaiBlocks micropayments
by
Keyoliver
on 13/03/2017, 14:07:47 UTC
After importing old seeds from backup, I can see only one account of a dozen. The coins on some of my accounts are existent, as I can see in the explorer. How can I reclaim those accounts?

u can create new account
old account will show
Post
Topic
Board Announcements (Altcoins)
Re: 🔉[ANN]🔉 🎥 VISIO COIN 🎥 🚀 ultimate video streaming & sharing platform 🚀
by
Keyoliver
on 12/03/2017, 09:10:23 UTC
an ugly question
 how to get visio ??
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]Cryptocurrency's killer app: disrupting web ads via RaiBlocks micropayments
by
Keyoliver
on 08/03/2017, 15:10:43 UTC
rai_wallet.exe has stoped working

pls help me with this problem
Huh
dev pls help me via telegram
@keyoliver
And fb:/makemonei003@gmail.com
Can some one help me
My all money are in it
I had to try very hard to work with raiblock
 Cry