bittick
|
|
February 01, 2014, 09:40:46 PM |
|
|
|
|
|
|
Mjollnir (OP)
Full Member
Offline
Activity: 182
Merit: 100
http://virtualcurrenciesnews.com/
|
|
February 02, 2014, 09:48:18 AM |
|
Anyone has any idea to create a paper wallet service? Would be cool?
|
|
|
|
murkanovic
|
|
February 02, 2014, 10:48:34 AM |
|
Its so awesome when diahara locks your account, tells you to go write in their support, where you have to be logged in to see it and doesn't answer you for 3 days. Fucking great.
JJPasak, I'm sorry that I've managed to miss your support ticket. As your username at the pool must be different (searched for JJPasak), please send me a pm here, send an email to the address given on the front page or hit me up on twitter @digiraha.
|
|
|
|
Randy pNut
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 02, 2014, 12:51:57 PM |
|
hey, i'm arranging a giveaway with the PoloniEx admin. It should happen later (today or next days) on http://poloniex.com. Go register to not missing it =)
|
|
|
|
fcode
|
|
February 02, 2014, 12:57:26 PM |
|
You might want to disable username based login. It's what we do. Otherwise random jerks can look at the pool list and lock all the non-anonymous accounts.
|
|
|
|
murkanovic
|
|
February 02, 2014, 03:41:10 PM |
|
You might want to disable username based login. It's what we do. Otherwise random jerks can look at the pool list and lock all the non-anonymous accounts. Good idea, thanks!
|
|
|
|
Randy pNut
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 02, 2014, 05:01:06 PM Last edit: February 02, 2014, 05:22:00 PM by Randy pNut |
|
eToken isn't on the vote list here: https://bitcointalk.org/index.php?topic=443423.0So let's vote for it by messages ! ============================ Giveaway starying in few minutes on PoloniEX.com !
Should be 50 eTOK to share, 0.2 eTOK per giveaway, be ready with your account =)
|
|
|
|
|
fcode
|
|
February 02, 2014, 05:31:03 PM |
|
Anyone know what's going on with the rate blocks are being found? Look at all the pools, each block is taking a crazy long time. I first noticed this on our pool last night when a block ran to over 600%. We have only had one block less than 100% in quite a while. Dumb luck? Why does it seem to be affecting all pools. Coincidence maybe?
|
|
|
|
Randy pNut
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 02, 2014, 05:52:44 PM |
|
Anyone know what's going on with the rate blocks are being found? Look at all the pools, each block is taking a crazy long time. I first noticed this on our pool last night when a block ran to over 600%. We have only had one block less than 100% in quite a while. Dumb luck? Why does it seem to be affecting all pools. Coincidence maybe? I'm not mining but everything looks ok to me: http://cryptexplorer.com/chain/eToken only 1 block took 5min, all the others are normal, even to fast. edit: aaah right, just saw some blocks that took such time. they were on diff 1.5, but it retargeted to 1.
|
|
|
|
fcode
|
|
February 02, 2014, 05:54:41 PM |
|
Yeah, it's probably just coincidence. A bad spot for a bit or something.
|
|
|
|
ickyt2012
|
|
February 02, 2014, 06:51:12 PM |
|
Its so awesome when diahara locks your account, tells you to go write in their support, where you have to be logged in to see it and doesn't answer you for 3 days. Fucking great.
JJPasak, I'm sorry that I've managed to miss your support ticket. As your username at the pool must be different (searched for JJPasak), please send me a pm here, send an email to the address given on the front page or hit me up on twitter @digiraha. I had the same problem recently. I think support page is only available if you are already logged in. So no way to send email if you've been locked out.
|
Cryptocurrency.... because hey, fiat money is just imaginary too
|
|
|
Mjollnir (OP)
Full Member
Offline
Activity: 182
Merit: 100
http://virtualcurrenciesnews.com/
|
|
February 02, 2014, 06:59:48 PM |
|
I put it in the topic. Something else for promotion is coming up soon :-)
|
|
|
|
andreydariy
|
|
February 02, 2014, 07:43:18 PM |
|
+1 we need promotion
|
|
|
|
rznag
|
|
February 02, 2014, 08:12:17 PM |
|
So, i was a little busy the last days. First i have a etokend standalone wallet for raspberry pi for you. I`ve compiled 2 versions. First version accepts only rpc connections on localhost, same as the qt wallet. It`s hardcoded in etoken source. https://www.dropbox.com/s/pz1psjaro290rz5/etokend_rpc_localhostSecond version has a fix in netbase.cpp so that connections from everywhere, even the wild wild internet, are possible too. If you use the second version and open ports on your router, you should definitely use a SSL connection when you connect to your wallet. Otherwise the passphrase and username are send in more or less plain text over the internet. Not a good idea https://www.dropbox.com/s/iy4untkslk3ayal/etokend_rpc_everywhereHow to use: copy etokend to your raspberry pi install openssl if not already installed Create the etoken data directory: Code: Now create SSL certificates in your .etoken dir: openssl genrsa -out server.pem 2048 openssl req -new -x509 -nodes -sha1 -days 3650 -key server.pem > server.cert (see: https://en.bitcoin.it/wiki/Enabling_SSL_on_original_client_daemon ) Now make the conf file: Code: sudo nano ~/.etoken/etoken.conf Put this stuff in there: Code: rpcuser=username rpcpassword=password rpcport=8772 port=8771 daemon=1 server=1 gen=0 listen=1 rpcallowip=* rpcssl=1 rpcsslciphers=DEFAULT:@STRENGTH rpcsslcertificatechainfile=server.cert rpcsslprivatekeyfile=server.pem
In the same directory as the etokend file: Code: You should see: Code: etokend server start Commands: Code: etokend getinfo etokend stop etokend getaccountaddress "" See https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list for other commands. Now you have a fully usable etoken wallet on your raspberry. If you have questions just ask. Secondly i have a faucet which will be online in the next hours. Will post here when it`s ready. Doing at the moment some final testing.
|
|
|
|
Mjollnir (OP)
Full Member
Offline
Activity: 182
Merit: 100
http://virtualcurrenciesnews.com/
|
|
February 02, 2014, 08:52:34 PM Last edit: February 02, 2014, 09:19:45 PM by Mjollnir |
|
So, i was a little busy the last days. First i have a etokend standalone wallet for raspberry pi for you. I`ve compiled 2 versions. First version accepts only rpc connections on localhost, same as the qt wallet. It`s hardcoded in etoken source. https://www.dropbox.com/s/pz1psjaro290rz5/etokend_rpc_localhost.......................................... ........................................ Now you have a fully usable etoken wallet on your raspberry. If you have questions just ask. Secondly i have a faucet which will be online in the next hours. Will post here when it`s ready. Doing at the moment some final testing. Also added the info to a page on the website
|
|
|
|
Solidchance
|
|
February 02, 2014, 09:00:32 PM Last edit: February 02, 2014, 09:37:39 PM by Solidchance |
|
^ +1 Now since they are releasing a raspberry Pi Bitcoin Atm we should tell the vendors to implement eToks too...just a thought
Edit: Halfway there guys, When we first got on Coinmarketcap we opened up w/ a 400k market cap, We are hovering around 200k, I'm thinking we hit 500k cap in the next couple weeks and break the top 50!!!
|
|
|
|
rznag
|
|
February 02, 2014, 09:27:50 PM |
|
^ +1 Now since they are releasing a raspberry Pi Bitcoin Atm machine we should tell the vendors to implement eToks too...just a thought
Edit: Halfway there guys, When we first got on Coinmarketcap we opened up w/ a 400k market cap, We are hovering around 200k, I'm thinking we hit 500k cap in the next couple weeks and break the top 50!!!
That sounds like a very good idea Solidchance. Do you have some more information or contact address ? We now have a etoken faucet. So go and check it out. Get your free etoken. If you find a bug would be nice if you could send me a pm. www.chillharder.com
|
|
|
|
|
|