./cryptonited -testnet sendtoaddress mkNYGT3USmiFEQhCNjTBqdvEyPWBvAZqVQ "1.00000000ep" "my message"
Well shit, not sure what I am doing wrong here. This is my script:
#!/bin/bash
while :
do
size=$RANDOM
./cryptonited -testnet sendtoaddress myoq946jrvuBCcHwzYV1cQV68Bdw1cVbjd "0.01000000ep" "$size"
sleep 1
done
But it's still giving me duplicate tx error. Any suggestions?
Installing just libdb4.8 doesn't work, and installing libdb4.8-dev is not possible.
Did you add the BTC PPA? I am 99.9% certain you can install libdb4.8++-dev from that
This I would have to agree with. From what I read the other days this whole issue with libdb4.8 can be solved by compiling from source with 5.1, it just changes your db structure but otherwise the source will compile from readily available dependencies instead of being a pain in the neck. Learn something new every day.