Pages:
Author

Topic: [ANN] [UMO] UniversalMolecule Blake256 (New WIN Downloads 2015-12-15) - page 5. (Read 49850 times)

sr. member
Activity: 311
Merit: 250
Hi,
run your pool again, please Wink

Thank you. Wink






sr. member
Activity: 560
Merit: 255
is any blockexploler for universalMolecule coin? How many coins are mined?
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
We have some kind of problem with pool, today?  Embarrassed

Naaah it was just my service provider shutting down my nodes Sad

It's all fine now
sr. member
Activity: 311
Merit: 250
We have some kind of problem with pool, today?  Embarrassed
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Added the Javascript Blake pubkey + WIF generator to the pool! Now it's easier than ever to mine anonymously on the NOMP pool! YAY!
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
Somehow I'm real good at making mistakes Cheesy Which can come in handy in beta testing.

Code:
blake8_hexstr("12345")
"c581bc0a2d959cbb58697eaecb9995114938d563f4bf19824084967cdeb2e616"
blake8_hexstr("123456")
"1fc2d62f41ad1acde38e89ef682f4f9572340c8a393693a20c2fb61338419c35"
blake8_hexstr("This is a String")
"eb9f50ce6e83fd58e708f0c9a23ec22d13cb543ea003374bd3a5dbb02469715e"
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco Cheesy

If you want to test it, go to http://universalmolecule.co.ve/blake8js/blake.html and whip up a javascript console, type blake8 and wait for code completion, everything should be self explanatory.

How do I open one up? I tried chrome's inspect element then console but got error
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 435 ms blake.html:1245

After that just do blake8_hexstr(someString) and you'll receive the blake8 hash in an hexstr. Other options are blake8_intarr which returns an int array and blake8_string which returns a binary string of the hash state.

Ah got it.
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 425 ms blake.html:1245
blake8_hexstr (12345)
"5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998"
-edit-
Well maybe not
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 358 ms blake.html:1245
blake8_hexstr (123456)
"5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998"


You must run the thing over array-like objects (strings, arrays, i think even over typed arrays).  Can't run it over int types.

EDIT: Int arrays are casted back to 8-bit ints, so use care there

EDIT2: "5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998" is the hash of 0 bytes
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco Cheesy

If you want to test it, go to http://universalmolecule.co.ve/blake8js/blake.html and whip up a javascript console, type blake8 and wait for code completion, everything should be self explanatory.

How do I open one up? I tried chrome's inspect element then console but got error
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 435 ms blake.html:1245

After that just do blake8_hexstr(someString) and you'll receive the blake8 hash in an hexstr. Other options are blake8_intarr which returns an int array and blake8_string which returns a binary string of the hash state.

Ah got it.
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 425 ms blake.html:1245
blake8_hexstr (12345)
"5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998"
-edit-
Well maybe not
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 358 ms blake.html:1245
blake8_hexstr (123456)
"5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998"
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco Cheesy

If you want to test it, go to http://universalmolecule.co.ve/blake8js/blake.html and whip up a javascript console, type blake8 and wait for code completion, everything should be self explanatory.

How do I open one up? I tried chrome's inspect element then console but got error
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 435 ms blake.html:1245

After that just do blake8_hexstr(someString) and you'll receive the blake8 hash in an hexstr. Other options are blake8_intarr which returns an int array and blake8_string which returns a binary string of the hash state.
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco Cheesy

If you want to test it, go to http://universalmolecule.co.ve/blake8js/blake.html and whip up a javascript console, type blake8 and wait for code completion, everything should be self explanatory.

How do I open one up? I tried chrome's inspect element then console but got error
Code:
run() called, but dependencies remain, so not running blake.html:1245
pre-main prep time: 435 ms blake.html:1245
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco Cheesy

If you want to test it, go to http://universalmolecule.co.ve/blake8js/blake.html and whip up a javascript console, type blake8 and wait for code completion, everything should be self explanatory.
sr. member
Activity: 311
Merit: 250
javascript generator is maybe better. thanks
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
we need more miners on  universalmolecule pool Wink come and help us Wink

I think the main obstacle atm is the private key generation which is rather complicated (my fault).

I'll work on the Javascript generator again which is missing the Blake8 hash and lower the entry barrier for the pool.
sr. member
Activity: 311
Merit: 250
we need more miners on  universalmolecule pool Wink come and help us Wink
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
this week i may have another go, i think the new yosemetie is out although the poor mac i have (poor since it is soon to be flung in the trash) is running mavericks 10.9 ......

Better than nothing Cheesy i can dispose that mac for you cinn Cheesy

if i do one , i will do them all (with the exception of any red headed stepchildren or outcasts !!!

Wonder who can be these stepchildren you're referring to Wink
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
i was 90% of the way there, then i abandoned mac wallets for the blake family of coins (temporarly) since I had issues getting a copy to 'deploy' i.e. package for distribution that will run on everyones (hopefully) machine......

honestly macs are worse than windoze after screwing around with it 2 weekends ago....


this week i may have another go, i think the new yosemetie is out although the poor mac i have (poor since it is soon to be flung in the trash) is running mavericks 10.9 ......


if i do one , i will do them all (with the exception of any red headed stepchildren or outcasts !!!



Hi all, if anyone is able to make a Mac binary of 0.8.14 it would be greatly appreciated Wink

ATM i don't have a Mac (Just Linux and Windows) so i can't do a thing there.
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Hi all, if anyone is able to make a Mac binary of 0.8.14 it would be greatly appreciated Wink

ATM i don't have a Mac (Just Linux and Windows) so i can't do a thing there.
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
good deal !!

going to fork your repo for my collection and side development !!

Hi all, been a little bit away with some heavy personal stuff, sorry for the absence.

New client is up:
  • Added checkpoint @ block 76213.
  • Added function to burn coins (but still not functional, OP_RETURN isn't standard yet and burnt coins won't go through).

Download link for Windows http://32mb.altcoins.co.ve/universalmolecule-0.8.14.1-setup.exe

Download from github on Linux & Mac https://github.com/universalmol/universalmol
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Hi all, been a little bit away with some heavy personal stuff, sorry for the absence.

New client is up:
  • Added checkpoint @ block 76213.
  • Added function to burn coins (but still not functional, OP_RETURN isn't standard yet and burnt coins won't go through).

Download link for Windows http://32mb.altcoins.co.ve/universalmolecule-0.8.14.1-setup.exe

Download from github on Linux & Mac https://github.com/universalmol/universalmol
full member
Activity: 521
Merit: 100
Yeah, sorry, Dirac is not supported at the moment.  Too much uncertainty with the coin/dev imho.  If the community wants it, I can bring it online, please let me know.
Pages:
Jump to: