• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Search results

  1. chaeplin

    Forward proposal funds to proposal owner

    block 797568 : last sb 14 Not yet redeemed Xn62J9U2pyxbsaqhaQAGjsPboVEtmuG3uN 405.0 DASH dash-cli gobject get a074cbad9fc3e9692c630321cc0e4cb26a5ed87eb44fa1b7a47f0c6ee6a379ab { "DataHex"...
  2. chaeplin

    P2Pool Can't start my Dash pool

    use https://github.com/dashpay/p2pool-dash and update dashed to 12.2.1
  3. chaeplin

    P2Pool Can't start my Dash pool

    First try to change rpcpassword. If your rpcpassword has special chrater(s), remove it and restart dashd, then test p2pool. and dash.conf should have at least following config. rpcuser=dashrpc#change rpcpassword=veryvey-long-complicatedpassword=#change rpcallowip=127.0.0.1 rpcbind=127.0.0.1...
  4. chaeplin

    dashmnb confusion(s)

    looks like you have many txs(!). chaage this line to like 100 https://github.com/chaeplin/dashmnb/blob/master/dashlib/mnb_bip32.py#L19 checking_gap = 100
  5. chaeplin

    dashmnb confusion(s)

    following lines are needed addressindex=1 spentindex=1 txindex=1
  6. chaeplin

    dashmnb confusion(s)

    I have tested local rpc, it's way faster on check `bip32 unused address` than remote service. First use https://github.com/chaeplin/dashmnb/blob/master/dash.conf.sample for dash.conf sample dash.conf rpcuser=xxxxx rpcpassword=xxxxx rpcallowip=127.0.0.1 rpcbind=127.0.0.1 rpcport=9998 server=1...
  7. chaeplin

    dashmnb confusion(s)

    I will test local dashd rpc(127.0.0.1) again as 12.2 has very fast sync.
  8. chaeplin

    P2Pool Script to deploy P2Pool on Ubuntu

    @UdjinM6 Looks like error Warning message form fresh synced dashd(DIP0001). reload/restart dashd is current solution. A user reported that Sentinel refused to run when dashd has this Warning. dash-cli getinfo { "version": 120201, "protocolversion": 70208, "walletversion": 61000...
  9. chaeplin

    System crashed when I submitted budget proposal

    Do you have copy of the text you entered on your wallet to make 5 Dash transaction ? gobject prepare 0 1 unixtimestamp_1 hex_data_1 --> return a_txid next step is gobject submit 0 1 unixtimestamp_1 hex_data_1 the_txid_prepare_returned[ --> return a_hash_of_your_proposal /CODE]
  10. chaeplin

    P2Pool Setup help

    I think the file `addr` contains ips of peer p2pools. @Gui Which list do you refer ? like http://www.p2poolmining.us/p2poolnodes/ ? Do not edit the `addr` file. https://www.p2poolmining.us/faqs/ Pool Node Listing A group of frequently asked question about the P2Pool Node Listing showing...
  11. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    ah. I mean email.. for GPG curl https://keybase.io/chaeplin/pgp_keys.asc | gpg --import https://keybase.io/chaeplin
  12. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    you can use chaeplin at dash.org
  13. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    Which version do you use(download or own build) ? Which OS/Version do you use ? How do you run dashd ? How do you set keypool size first time ? Is your wallet encrypted ? Which command do you use to get a new address ? Do you have any account set up ? Does fresh wallet (just usehd=1 and no...
  14. chaeplin

    Version 12.2 release

    @camosoul Do you use proxy ? If , which proxy SW do you use ?
  15. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    @camosoul tested, it's linear. coind@redis-02:~ $ dash-cli keypoolrefill 250000 coind@redis-02:~ $ coind@redis-02:~ $ dash-cli getwalletinfo { "walletversion": 120200, "balance": 0.00000000, "unconfirmed_balance": 0.00000000, "immature_balance": 0.00000000, "txcount": 0...
  16. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    @camosoul Use `getwalletinfo` and `validateaddress` to check I have 20K keypool on testnet, and will try 250K(!!) keypool.
  17. chaeplin

    How to get BIP32 from 12.2 QT with -usehd

    @camosoul if a wallet uses `usehd`, `dash-cli dumphdinfo` will show Or a wallet can be started usehd + mnemonic + mnemonicpassphrase. Use `mnemonic` to get `BIP32 Extended Public Key`. https://iancoleman.io/bip39/ ( offline version is here https://github.com/iancoleman/bip39 ) example
  18. chaeplin

    getblocktemplate

    Hello, first use 12.2.1 https://github.com/dashpay/dash/releases/tag/v0.12.2.1 12.2.0 has high cpu usage issue. To check if dashd is synced, use `mnsync status` AssetID should be `999` and `"IsSynced": true,` dash-cli mnsync status { "AssetID": 999, "AssetName"...
  19. chaeplin

    v12.2 Testing

    I should give more exact number of txs per block, but I failed. The following is usual size of a tx(byte) and number of txs per block(2M, 1.9M) Following is a list of blocks over 1.8MB. block_no / size / number_of_tx 6581 1899219 5261 6583 1899197 5261 6584 1899234 5261 6586 1899205...
  20. chaeplin

    v12.2 Testing

    I have created many txs and run two pools. `max block size set` is `blockmaxsize=1900000`(1.9M) (can be up to 2000000)(2MB) a tx has 1 input / 1 out ---> 7000 ~ 8000 txs per block(1.9M) a tx has 3 inputs / 3 outs ---> 3000 ~ 4000 txs per block(1.9M) a tx has 10 inputs / 3 outs ---> 1000 ~...
Back
Top