拍脑袋想搞个靓号的钱包,于是就出来了。(更新)

把脚本放出来,比较简单,主要是用电脑一直跑。至于能出来什么钱包,看运气。。。可以自行修改自己想要的号码。

使用的js-conflux-sdk版本是1.5.14。

const { Conflux, sign } = require('js-conflux-sdk');

const cfx = new Conflux({
url: 'https://main.confluxrpc.org/v2',//正式网
defaultGasPrice: 1,
defaultGas: 1000000,
networkId : 1029 ,//正式网络
  });

async function main() {


while (true) {
    const info = await createAddress();
    if(  info.address.indexOf("88888888") != -1 || info.address.indexOf("888888888") != -1 || info.address.indexOf("8888888888") != -1
    
    || info.address.indexOf("99999999") != -1 || info.address.indexOf("999999999") != -1 || info.address.indexOf("9999999999") != -1

     || info.address.indexOf("77777777") != -1 || info.address.indexOf("777777777") != -1 || info.address.indexOf("7777777777") != -1

    || info.address.indexOf("66666666") != -1 || info.address.indexOf("666666666") != -1 || info.address.indexOf("6666666666") != -1

     || info.address.indexOf("55555555") != -1 || info.address.indexOf("555555555") != -1 || info.address.indexOf("5555555555") != -1

    || info.address.indexOf("44444444") != -1 || info.address.indexOf("444444444") != -1 || info.address.indexOf("4444444444") != -1

     || info.address.indexOf("33333333") != -1 || info.address.indexOf("333333333") != -1 || info.address.indexOf("3333333333") != -1

     || info.address.indexOf("22222222") != -1 || info.address.indexOf("222222222") != -1 || info.address.indexOf("2222222222") != -1

     || info.address.indexOf("11111111") != -1 || info.address.indexOf("111111111") != -1 || info.address.indexOf("1111111111") != -1

     || info.address.indexOf("00000000") != -1 || info.address.indexOf("000000000") != -1 || info.address.indexOf("0000000000") != -1
|| info.address.indexOf("123456789") != -1 || info.address.indexOf("987654321") != -1 || info.address.indexOf("0123456789") != -1 || info.address.indexOf("9876543210") != -1
    ){
        console.log("address: " + info.address + "  key: "+ info.key); 
        
    }
}
}

async function createAddress() {

//随机生成私钥
const _key = '0x' + sign.randomPrivateKey().toString('Hex');
cfx.wallet.networkId = 1029;
const _address = cfx.wallet.addPrivateKey(_key).address;
cfx.wallet.delete(_address);
return {key : _key , address : _address};
}


main().catch(e => console.error(e));

使用方法如下,下载下面的压缩包
http://tools.conflux.work:8088/NiceAddress.zip
1、下载并解压到一个文件中。
2、安装nodejs环境,https://npm.taobao.org/mirrors/node/v14.15.0/node-v14.15.0-x64.msi
下载并一路下一步安装就可以了。
3、执行1解压出来目录里面的,执行.bat。就可以了。

6 Likes

大神,我一直很崇拜敬仰你!多谢

有没有详细的教程

空闲时候,我写个详细的。

大神,能不能出一个exe或者bat,方便不会编码的普通人

感谢大佬技术分享,有了靓号也是复制粘贴,记不住:rofl:

已更新。

赞!!感谢LM大佬,已经开始运作了,好奇多久能出一个,哈哈哈哈!

所谓靓号,觉得开头结尾更重要 那些一堆1的就不错

结果显示在什么地方?

命令行里面

十几分钟,一个没出现,都被你跑走了,哈哈哈哈

6个以内重复数字的,一大堆出的很快。

成功了,我准备弄一个0x0000000000000000000000000000000000000000,这个钱包,给大家伙发币

能不能吧别人钱包的私钥给刷出来:stuck_out_tongue:

怎么没反应

一直等。。

我觉得这才叫靓号,在中间的连号都弱爆了
0x139866d0fb4a5b149edfbae76b26e55844444444

2 Likes

6666

话说,弄到号码后,如何占为己有?可以靠倒卖靓号,发家致富吗?:rofl: