Bitcoin Forum
June 15, 2024, 07:01:14 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 [1264] 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669573 times)
antanst
Sr. Member
****
Offline Offline

Activity: 294
Merit: 260


View Profile
July 05, 2015, 08:59:56 PM
 #25261

Edit: saddam's just updated http://moneroaddress.org/

That site should really default to https...

saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1004



View Profile
July 05, 2015, 10:32:47 PM
 #25262

Edit: saddam's just updated http://moneroaddress.org/

That site should really default to https...

I can add it soon, though I don't think it's protecting anyone that verifies the code is correct by checking MoneroMooo's GPG signature.
 

newb4now
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
July 06, 2015, 08:37:36 AM
 #25263

How is the LMDB testing gong?

DirtyUniverse
Full Member
***
Offline Offline

Activity: 224
Merit: 100


All I want is a new CLEAN page for just to live!


View Profile
July 06, 2015, 09:31:50 AM
 #25264

There's a new version of the offline address generator at https://github.com/moneromooo-monero/monero-wallet-generator.

It's got some CSS magic from antanst to make it look better.

The vanity address generator now checks address prefix validity.

There's a QR code for the "monero:$address" link for the new standard address.


Edit: saddam's just updated http://moneroaddress.org/

Hello i want to contribute this project. I suggest to you for add "save as pdf" button on website for save wallet details.

I dont have design, coding skills but i have little  research for this.

Code:
<script type="text/javascript">
var
pdfbuttonlabel="Save wallet details as PDF"
</script>
<script src="http://www.web2pdfconvert.com/pdfbutton2.js" id="Web2PDF" type="text/javascript"></script>

this is a external service for saving webpages in PDF format. this service have a API for saving as pdf on your application but its not free only 500 credits free for testing. maybe they will help for opensource application.

Maybe you can use opensource libraries to develop button for your site.

There a another service have more features may you like. : https://www.printfriendly.com/button


I hope you can see my suggest. This is important for store wallet details. People are lazy and this button will save alot of time to storing wallet details. Smiley

Thanks, sorry for my english its not my native language.

Ok
DirtyUniverse
Full Member
***
Offline Offline

Activity: 224
Merit: 100


All I want is a new CLEAN page for just to live!


View Profile
July 06, 2015, 09:56:50 AM
 #25265

I tried these services but not working well, need use server side script for save wallet details as PDF.

But have another way to save wallet details.. you can add "Print" button to your website. People can print and storing wallet details on paper or save as PDF on Printing menu. Smiley

here is simple code for print web pages:

Code:
<form><input type="button" value=" Print this page "
onclick="window.print();return false;" /></form>

i just want something helpful for people.. thanks.

Ok
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 06, 2015, 09:59:32 AM
Last edit: July 06, 2015, 10:39:29 AM by dEBRUYNE
 #25266

How is the LMDB testing gong?



This says it pretty much -> https://twitter.com/fluffyponyza/status/611064391975481344. Performance nigglies are being worked on. However, no ETA is known (yet). Just be patient. You can also follow the github for other developments -> https://github.com/monero-project/bitmonero/commits/master

In addition, why it is important the performance nigglies are solved perfectly:

Quote from: fluffypony (reddit)
It's worked on Windows since quite near the beginning. What you probably read is that we were making a platform agnostic blockchain import format, which we've also subsequently completed. There are performance issues we're dealing with at the moment, and we have to get those 100% right, else we could end up with a network fork (half of the network on the database version and half on the in-RAM version).

http://www.reddit.com/r/Monero/comments/388s1o/are_there_compiled_binaries_for_the/crt9nde

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
July 06, 2015, 12:16:41 PM
 #25267

I tried these services but not working well, need use server side script for save wallet details as PDF.

Yes, sending your private keys to some random website may not be a winning move.

But have another way to save wallet details.. you can add "Print" button to your website. People can print and storing wallet details on paper or save as PDF on Printing menu. Smiley

here is simple code for print web pages:

Code:
<form><input type="button" value=" Print this page "
onclick="window.print();return false;" /></form>

i just want something helpful for people.. thanks.

Is this different from printing via the web browser ? I don't have a printer so I don't know how things are done for printing things, and how window.print() might differ from the browser's print menu function (or are there browsers that could run the address generator (ie, graphical) without one ?).
DirtyUniverse
Full Member
***
Offline Offline

Activity: 224
Merit: 100


All I want is a new CLEAN page for just to live!


View Profile
July 06, 2015, 12:56:07 PM
 #25268

I tried these services but not working well, need use server side script for save wallet details as PDF.

Yes, sending your private keys to some random website may not be a winning move.

But have another way to save wallet details.. you can add "Print" button to your website. People can print and storing wallet details on paper or save as PDF on Printing menu. Smiley

here is simple code for print web pages:

Code:
<form><input type="button" value=" Print this page "
onclick="window.print();return false;" /></form>

i just want something helpful for people.. thanks.

Is this different from printing via the web browser ? I don't have a printer so I don't know how things are done for printing things, and how window.print() might differ from the browser's print menu function (or are there browsers that could run the address generator (ie, graphical) without one ?).


No, just printing menu on browser or OS but you can save as PDF on both.

this code open printing menu. "ctrl + p"



and you can print or store on harddisk.

Ok
arnuschky
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
July 06, 2015, 02:11:11 PM
 #25269

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?
iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
July 06, 2015, 02:17:08 PM
 #25270

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

It was, it's great.  But the Official Binary needs to be perfect, so just enjoy the cheap coins!   Smiley


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 06, 2015, 02:46:13 PM
 #25271

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
elrippo
Legendary
*
Offline Offline

Activity: 1008
Merit: 1001


View Profile
July 06, 2015, 03:08:16 PM
 #25272

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin

For Advertisement. PM me to discuss.
wpalczynski
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
July 06, 2015, 03:35:04 PM
 #25273

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin

I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

antanst
Sr. Member
****
Offline Offline

Activity: 294
Merit: 260


View Profile
July 06, 2015, 04:10:06 PM
 #25274

I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

I've written a quick guide to compile it in Ubuntu 14.04 here: https://antanst.com/blog/2015/05/22/how-to-set-up-a-monero-node-in-ubuntu-14.04/

kazuki49
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 06, 2015, 06:26:54 PM
 #25275

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin

I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

I guess we can blame Windows, I'm running the new db on what feels like forever on Linux.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
July 06, 2015, 09:07:11 PM
 #25276

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin

I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

I guess we can blame Windows, I'm running the new db on what feels like forever on Linux.

Have you fully tested it? Like, can you make transactions and mine and all that?

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
July 06, 2015, 09:09:47 PM
Last edit: July 07, 2015, 02:37:27 AM by smooth
 #25277

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

Released to github master (staging and testing) and many people are using it. Not "released" in terms of a tagged release with a number and pre-built binaries.

Also for those struggling to build/run the DB on Windows, a small linux virtual machine is one option (virtualbox is free). The memory requirements are extremely low, you could maybe get away with 256 MB RAM using text console linux, certainly 512 MB.

kazuki49
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 07, 2015, 02:25:30 AM
 #25278

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin

I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

I guess we can blame Windows, I'm running the new db on what feels like forever on Linux.

Have you fully tested it? Like, can you make transactions and mine and all that?

I dont mine with bitmonerod, maybe when smart mining is live.
XMRChina
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
July 07, 2015, 11:25:42 AM
 #25279

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

You can compile it yourself via github, but there is no official tagged release yet (see my previous post).

I am running out of RAM, so an official LMDB launch would be great  Grin


I agree.  In the mean time maybe you could try to compile the DB version from Github, I havent done it myself but many have and I imagine the instructions for doing so are out there.

I guess we can blame Windows, I'm running the new db on what feels like forever on Linux.

Have you fully tested it? Like, can you make transactions and mine and all that?

I dont mine with bitmonerod, maybe when smart mining is live.

smart mining will be great for the network
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
July 07, 2015, 11:33:34 AM
 #25280

How is the LMDB testing gong?


I am confused - I thought that the blockchain db upgrade has been release a few months ago?

Released to github master (staging and testing) and many people are using it. Not "released" in terms of a tagged release with a number and pre-built binaries.

Also for those struggling to build/run the DB on Windows, a small linux virtual machine is one option (virtualbox is free). The memory requirements are extremely low, you could maybe get away with 256 MB RAM using text console linux, certainly 512 MB.



after compiling it, yes Smiley I made a video series on using virtual box, though I need to make new ones. And you can modify the memory settings after you compile.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Pages: « 1 ... 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 [1264] 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 ... 2125 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!