Author

Topic: How to create multiple bitcoin addresses in blockchain.info wallet. (Read 1536 times)

legendary
Activity: 1400
Merit: 1009
i sent to your addy in your profile enjoy. and thanks
Thanks for the tip.
full member
Activity: 151
Merit: 100
i sent to your addy in your profile enjoy. and thanks
full member
Activity: 151
Merit: 100
Can you maybe create an imacro for me for this?

if it is working i will donate you some btc.
Okay i created the imacro script for you. install imacro in your browser then click on record and stop it paste the code(link below) and loop it according to your needs. hope this helps you.
http://pastebin.com/71aLmHQy

Hello,

Can you maybe help me over teamviewer? i get an error.


NVM: Got it working send me your addy.
full member
Activity: 151
Merit: 100
Can you maybe create an imacro for me for this?

if it is working i will donate you some btc.
Okay i created the imacro script for you. install imacro in your browser then click on record and stop it paste the code(link below) and loop it according to your needs. hope this helps you.
http://pastebin.com/71aLmHQy

Hello,

Can you maybe help me over teamviewer? i get an error.
legendary
Activity: 1400
Merit: 1009
Can you maybe create an imacro for me for this?

if it is working i will donate you some btc.
Okay i created the imacro script for you. install imacro in your browser then click on record and stop it paste the code(link below) and loop it according to your needs. hope this helps you.
http://pastebin.com/71aLmHQy
full member
Activity: 151
Merit: 100
Can you maybe create an imacro for me for this?

if it is working i will donate you some btc.
legendary
Activity: 1400
Merit: 1009
For an project i need 1k btc addys in blockchain.info wallet but my problem is if i create them 1 for 1 it take ages is there any easier way i also tried making it on multibit classic wallet and importing them into blockchain but that is giving me an error..
I think imacros(it's an extension for browsers) can do the job for you all you have to do is record and play or try working out with their api it might be more faster.
use proxy if your ip is being blocked.

edit:
full member
Activity: 151
Merit: 100
I also tried to create multiple addys by using the console in Bitcoin QT and spamming them with the create address command in the QT Console.

But importing it into blockchain.info gives an error.

i have also made an script but blockchain banned my ip for using it because of too much requests to the website.

function neukBlockchain()
{

 $("#new-addr").trigger("click");
 setTimeout(fuckBlockchain, 4000);
}

function fuckBlockchain()
{
 $(".modal-footer .btn-group .btn-primary").trigger("click");
 setTimeout(fuckBlockchain, 4000);
}

neukBlockchain();
legendary
Activity: 3248
Merit: 1070
with a simple scirpt with a bat file you can generate i think, easily many address in bitcoin core, and then import those on blockchain

or you can even do direclty on blockchain, with a more advanced script
full member
Activity: 151
Merit: 100
For an project i need 1k btc addys in blockchain.info wallet but my problem is if i create them 1 for 1 it take ages is there any easier way i also tried making it on multibit classic wallet and importing them into blockchain but that is giving me an error..
Jump to: