electron-coin
|
|
October 03, 2014, 03:50:56 PM |
|
Sorry for the spam, but I am happy to announce that blaketrader is ready for open beta. Please check out http://www.blaketrader.com to see how you can trade blake family of coins directly with each other. For example, trade universalmolecule directly with electron, photon, blakebitcoin, and blakecoin. The trading for universalmolecule is not optimal, but it should improve once I have build up more liquidity. Thanks!
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
October 03, 2014, 03:51:57 PM |
|
Sorry for the spam, but I am happy to announce that blaketrader is ready for open beta.
That's no spam pal
|
|
|
|
|
QuadraQ
|
|
October 03, 2014, 10:57:51 PM |
|
Looks cool, but I don't see Dirac on the list anywhere.
|
|
|
|
electron-coin
|
|
October 04, 2014, 06:22:17 AM |
|
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.
|
|
|
|
|
cinnamon_carter
Legendary
Offline
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
|
|
October 15, 2014, 09:56:27 PM |
|
good deal !! going to fork your repo for my collection and side development !!
|
Check out my coin Photon Merge Mine 5 other Blake 256 coins - 6x your hash power https://www.blakecoin.org/The obvious choice is not always the best choice. LOOK DEEPER - Look into the Blake 256 Family -- CC
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
October 27, 2014, 01:55:07 PM |
|
Hi all, if anyone is able to make a Mac binary of 0.8.14 it would be greatly appreciated ATM i don't have a Mac (Just Linux and Windows) so i can't do a thing there.
|
|
|
|
cinnamon_carter
Legendary
Offline
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
|
|
October 29, 2014, 06:14:19 AM |
|
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 ATM i don't have a Mac (Just Linux and Windows) so i can't do a thing there.
|
Check out my coin Photon Merge Mine 5 other Blake 256 coins - 6x your hash power https://www.blakecoin.org/The obvious choice is not always the best choice. LOOK DEEPER - Look into the Blake 256 Family -- CC
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
October 29, 2014, 10:09:02 AM |
|
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 i can dispose that mac for you cinn 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
|
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
November 06, 2014, 10:10:34 AM |
|
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.
|
|
|
|
Phantas
|
|
November 06, 2014, 11:39:14 AM Last edit: November 06, 2014, 12:44:09 PM by Phantas |
|
javascript generator is maybe better. thanks
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
November 12, 2014, 03:30:45 AM |
|
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco 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.
|
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
November 13, 2014, 07:30:17 PM |
|
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco 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 run() called, but dependencies remain, so not running blake.html:1245 pre-main prep time: 435 ms blake.html:1245
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
November 13, 2014, 07:35:14 PM |
|
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco 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 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.
|
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
November 13, 2014, 09:03:24 PM |
|
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco 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 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. 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 run() called, but dependencies remain, so not running blake.html:1245 pre-main prep time: 358 ms blake.html:1245 blake8_hexstr (123456) "5aca53d736759ea025a31d76c31bc18933f480416e200a935a89fc31d3964998"
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
November 13, 2014, 09:18:59 PM |
|
Got the javascript Blake hash working (Emscripten to the rescue).... soon we will have a lot of toys for all the blake eco 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 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. 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 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
|
|
|
|
mogrith
Legendary
Offline
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
|
|
November 13, 2014, 10:47:36 PM |
|
Somehow I'm real good at making mistakes Which can come in handy in beta testing. blake8_hexstr("12345") "c581bc0a2d959cbb58697eaecb9995114938d563f4bf19824084967cdeb2e616" blake8_hexstr("123456") "1fc2d62f41ad1acde38e89ef682f4f9572340c8a393693a20c2fb61338419c35" blake8_hexstr("This is a String") "eb9f50ce6e83fd58e708f0c9a23ec22d13cb543ea003374bd3a5dbb02469715e"
|
|
|
|
chiguireitor (OP)
Legendary
Offline
Activity: 872
Merit: 1010
Coins, Games & Miners
|
|
November 17, 2014, 03:58:41 AM |
|
Added the Javascript Blake pubkey + WIF generator to the pool! Now it's easier than ever to mine anonymously on the NOMP pool! YAY!
|
|
|
|
|