Guest User

Untitled

a guest
Feb 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. [06:58] <djslim> wut
  2. [06:58] <@RealSolid> asuka_lives: no not currently
  3. [06:58] <@RealSolid> currently they can only give it out until they reach one million, then they sto
  4. [06:59] <asuka_lives> thats only because you have the private keys and do not let them
  5. [06:59] <@RealSolid> it would take about 3.5 years to empty all of the ten accounts to one million
  6. [06:59] <pho|> TOOOOOO
  7. [06:59] <pho|> many
  8. [06:59] <@RealSolid> asuka_lives: nah the network doesnt allow it
  9. [07:00] <asuka_lives> is there something in the client that rejects a large transfer from a trusted node into the cpf?
  10. [07:00] <@RealSolid> yes
  11. [07:00] <@RealSolid> sec
  12. [07:00] <@RealSolid> int64 qBlockValue= Block_GetCoinBaseValue(blk.dwBits,blk.nBlockNum);
  13. [07:00] <@RealSolid> if (vtx[0].GetValueOut() != qBlockValue+nFees) return error("ConnectBlock() : Coinbase value incorrect");;
  14. [07:01] <@RealSolid> so this ensures either a block is worth the proper amount (32+whatever)
  15. [07:01] <@RealSolid> or a trusted node only gives 5% per block
  16. [07:01] <@RealSolid> or rather, that the CPF gets 5% per block
  17. [07:02] <asuka_lives> when will we see a real block explorer?
  18. [07:02] <@RealSolid> real?
  19. [07:02] <asuka_lives> that works
  20. [07:03] <@RealSolid> asuka_lives: if youre not happy with existing you can make a new one
  21. [07:03] <djslim> ppppppppp much
  22. [07:03] <@RealSolid> the client itself provides all the info "sc_getblockbynumber"
  23. [07:03] <asuka_lives> well when the source is released there will be a legitimate block explorer
  24. [07:04] <@RealSolid> right
  25. [07:04] <@RealSolid> instead of the illegitimate one in SC and ahimoth did? lol
  26. [07:04] <asuka_lives> tell me how much is in a specific address
  27. [07:04] <@RealSolid> you dont even need source to do a block explorer for SC, the chain is on disk, i could reverse it in an hour
  28. [07:05] <asuka_lives> the block explorer currently cannot
  29. [07:05] <@RealSolid> (if you dont trust sc_getblockbynumber)
Add Comment
Please, Sign In to add comment