Search content
Sort by

Showing 20 of 109 results by darkfur93
Post
Topic
Board Digital goods
Re: [WTS] Following Bitcoin Domains...
by
darkfur93
on 06/11/2017, 04:46:33 UTC
[Bump]
Post
Topic
Board Bitcoin Technical Support
Topic OP
addrlocal is listing strange IP address
by
darkfur93
on 12/05/2017, 06:58:59 UTC
One of the peers I'm connected to is displaying a addrlocal that not my IP address.
Some text is censored with X for privacy.

Code:
{
    "id": 240,
    "addr": "34.207.XXX.XXX:XXXXX",
    "addrlocal": "216.150.XXX.XXX:8333",
    "services": "0000000000000001",
    "relaytxes": true,
    "lastsend": 1494571934,
    "lastrecv": 1494571018,
    "bytessent": 111665,
    "bytesrecv": 172,
    "conntime": 1494571017,
    "timeoffset": 0,
    "pingwait": 927.030135,
    "version": 70001,
    "subver": "/xbadprobe:1.0/",
    "inbound": true,
    "addnode": false,
    "startingheight": 0,
    "banscore": 0,
    "synced_headers": -1,
    "synced_blocks": -1,
    "inflight": [
    ],
    "whitelisted": false,
    "bytessent_per_msg": {
      "addr": 470,
      "alert": 192,
      "getheaders": 1021,
      "inv": 109800,
      "ping": 32,
      "verack": 24,
      "version": 126
    },
    "bytesrecv_per_msg": {
      "verack": 48,
      "version": 124
    }
  },
Post
Topic
Board Bitcoin Technical Support
Re: 0.13.2 node crashed.
by
darkfur93
on 18/04/2017, 08:00:55 UTC
I redownloaded the blockcoin from a backup I had two years ago.
The 0.14.0 client was syncing up to height 454094 then I got a database corrupted error again.
Code:
2017-04-18 07:46:30 UpdateTip: new best=00000000000000000143315f49aaaf27a4d86e6db8861592476b25ea0b7fb89d height=454090 version=0x20000002 log2_work=86.016088 tx=198487963 date='2017-02-21 20:29:04' progress=0.928275 cache=1697.7MiB(1976210tx)
2017-04-18 07:46:30 Pre-allocating up to position 0x500000 in rev00744.dat
2017-04-18 07:46:30 UpdateTip: new best=000000000000000000a08072eecf1f3b58a75fd6db65c220070c507389f29e1c height=454091 version=0x20000002 log2_work=86.016123 tx=198491203 date='2017-02-21 20:29:09' progress=0.928277 cache=1698.3MiB(1978351tx)
2017-04-18 07:46:30 UpdateTip: new best=00000000000000000215c01701685f080f30d6cc19c61abae8a4c9bd053f150d height=454092 version=0x20000000 log2_work=86.016158 tx=198493336 date='2017-02-21 20:47:32' progress=0.928293 cache=1702.4MiB(1980010tx)
2017-04-18 07:46:30 UpdateTip: new best=0000000000000000020eb999832487d18f24cd859ea7db742a92b0567ab91ca1 height=454093 version=0x30000000 log2_work=86.016193 tx=198495351 date='2017-02-21 21:01:12' progress=0.928305 cache=1702.7MiB(1981227tx)
2017-04-18 07:46:30 UpdateTip: new best=000000000000000000d6c24c1ace1e7b3da8bc06c29178a597a78e5515ea45ae height=454094 version=0x20000000 log2_work=86.016228 tx=198497964 date='2017-02-21 21:00:54' progress=0.928305 cache=1703.8MiB(1983896tx)
2017-04-18 07:46:36 Corruption: block checksum mismatch
2017-04-18 07:46:36 *** System error while flushing: Database corrupted
2017-04-18 07:46:38 version handshake timeout from 18
2017-04-18 07:48:05
Log after I restarted the client:
Code:
2017-04-18 07:50:15 Bitcoin version v0.14.0.0-g43a987c1c
2017-04-18 07:50:15 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-04-18 07:50:15 Assuming ancestors of block 00000000000000000013176bf8d7dfeab4e1db31dc93bc311b436e82ab226b90 have valid signatures.
2017-04-18 07:50:15 Default data directory /home/USER/.bitcoin
2017-04-18 07:50:15 Using data directory /home/USER/.bitcoin
2017-04-18 07:50:15 Using config file /home/USER.bitcoin/bitcoin.conf
2017-04-18 07:50:15 Using at most 175 automatic connections (1024 file descriptors available)
2017-04-18 07:50:15 Using 32 MiB out of 32 requested for signature cache, able to store 1048576 elements
2017-04-18 07:50:15 Using 2 threads for script verification
2017-04-18 07:50:15 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2017-04-18 07:50:15 Using wallet wallet.dat
2017-04-18 07:50:15 init message: Verifying wallet...
2017-04-18 07:50:15 scheduler thread start
2017-04-18 07:50:15 CDBEnv::Open: LogDir=/home/USER/.bitcoin/database ErrorFile=/home/USER/.bitcoin/db.log
2017-04-18 07:50:15 Bound to [::]:8333
2017-04-18 07:50:15 Bound to 0.0.0.0:8333
2017-04-18 07:50:15 Cache configuration:
2017-04-18 07:50:15 * Using 2.0MiB for block index database
2017-04-18 07:50:15 * Using 8.0MiB for chain state database
2017-04-18 07:50:15 * Using 1014.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2017-04-18 07:50:15 init message: Loading block index...
2017-04-18 07:50:15 Opening LevelDB in /home/USER/.bitcoin/blocks/index
2017-04-18 07:50:15 Opened LevelDB successfully
2017-04-18 07:50:16 Using obfuscation key for /home/USER/.bitcoin/blocks/index: 0000000000000000
2017-04-18 07:50:16 Opening LevelDB in /home/USER/.bitcoin/chainstate
2017-04-18 07:50:16 Opened LevelDB successfully
2017-04-18 07:50:16 Using obfuscation key for /home/USER/.bitcoin/chainstate: 0000000000000000
2017-04-18 07:50:19 LoadBlockIndexDB: last block file = 744
2017-04-18 07:50:19 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=66, size=61895652, heights=454035...454139, time=2017-02-21...2017-02-22)
2017-04-18 07:50:19 Checking all blk files are present...
2017-04-18 07:50:19 LoadBlockIndexDB: transaction index disabled
2017-04-18 07:50:19 LoadBlockIndexDB: hashBestChain=0000000000000000000f62301cc883023932d0a20875c09e8f34d723c958a039 height=452928 date=2017-02-14 00:04:05 progress=0.918082
2017-04-18 07:50:19 init message: Rewinding blocks...
2017-04-18 07:50:20 Corruption: block checksum mismatch
2017-04-18 07:50:20 *** System error while flushing: Database corrupted
2017-04-18 07:50:22 Aborted block database rebuild. Exiting.
2017-04-18 07:50:22 scheduler thread interrupt
2017-04-18 07:50:22 Shutdown: In progress...
2017-04-18 07:50:22 Corruption: block checksum mismatch
2017-04-18 07:50:22 *** System error while flushing: Database corrupted
Post
Topic
Board Bitcoin Technical Support
Topic OP
0.13.2 node crashed.
by
darkfur93
on 09/04/2017, 05:24:08 UTC
I been running a node for years and never had a problem that reindexing didn't fix.
I downloaded 0.14.0 and tried to reindex but about halfway through I got a error that said the database is corrupted.
I restarted the Bitcoin 0.14.0 client then I got a error message that said Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain.
I might try reindexing on 0.13.2 if that doesn't work I might look for a backup copy of the blockchain so I don't have to redownload the whole thing.

SMART Data: Read Error Rate > 200,000,000 Seek Error Rate  140,000,000
HDD failing?
Post
Topic
Board Goods
Topic OP
BTW Dakota Collectibles 2002 CD-ROM/Software
by
darkfur93
on 02/10/2016, 05:53:05 UTC
My friend lost his copy of Dakota Collectibles 2002 on CD-ROM and we are not able to find the software on eBay.
Post
Topic
Board Project Development
Re: [ANN] Project100Nodes.com - Easy Setup Bitcoin Nodes
by
darkfur93
on 03/07/2016, 18:12:25 UTC
July Update:
Due to a unplanned property move next month, I won't be able to have the time to build and ship the nodes till around September.
We are asking everyone to hold off on donating until August. The roadmap has been adjusted to fit situation.

Test Model Picture:



Post
Topic
Board Project Development
Re: [ANN] Project100Nodes.com - Easy Setup Bitcoin Nodes
by
darkfur93
on 07/06/2016, 04:45:41 UTC
Just to clarify a bit... so a donation is or is not purchasing the node? Sorry, just a little confused on what the donation is.
A donation is NOT purchasing the node. If you donate it will help lower the cost of the node for someone else who applies for it. Eg. A $100 donation would lower the cost of the node by $4 for 25 people.
All donations are pooled together at the end of the month. If we get a good amount of donations, we would be giving away nodes for little to no cost.

Great project.

Is there a way to access/extend the RPC command from the nude, for example, using serial communication?
Also, would there be 1TB prune supported devices with this feature ^ (later in the future), I could see larger companies using them various purposes.
You are able to SSH into the node on a local connection. I'm using the Android app ConnectBot on one of our test units.
Support for harddrives should arrive soon so you should be able to run nodes on a 1TB drives in the future.
Post
Topic
Board Project Development
Re: [ANN] Project100Nodes.com - Easy Setup Bitcoin Nodes
by
darkfur93
on 07/06/2016, 04:29:00 UTC
Just to clarify a bit... so a donation is or is not purchasing the node? Sorry, just a little confused on what the donation is.
A donation is NOT purchasing the node. If you donate it will help lower the cost of the node for someone else who applies for it. Eg. A $100 donation would lower the cost of the node by $4 for 25 people.
All donations are pooled together at the end of the month. If we get a good amount of donations, we would be giving away nodes for little to no cost.
Post
Topic
Board Project Development
Topic OP
[ANN] Project100Nodes.com - Easy Setup Bitcoin Nodes
by
darkfur93
on 07/06/2016, 00:21:08 UTC
Update: July 23 2016: Project is closed. Our one donation will be returned to the sending address within 20 days. Domain name will be sold or terminated if no buys.

http://www.Project100Nodes.com/

What does Project 100 Nodes aim to accomplish?
Our goal is to add 100+ nodes to the network every month by selling low-cost nodes to those who apply.
These nodes will be hardware base. We are not selling a cloud service.

How do you plan on making low-cost nodes?

The nodes will run on a ARM Devices like the Raspberry Pi and Pine64.
Our 1st gen nodes will run in pruning mode off a 16GB USB3 flashdrive and a 16GB SD Card of Debian base Raspbian OS.
To make them low-cost we will be looking for donations and sponsorships.
Eg. Our first month we aim to sell 25 nodes. If we receive a total donation of $854 for our first donation drive that would lower the cost of each node by $34.16. A $75 node would now cost $40.84.

How will I know what my donation is being spent on?
100% of all donations will be used to lower the cost of the nodes we sell.
We will post full transparency reports of the hardware and shipping costs.
Eg. For the month of July 2016 our donation address would be 1Kp2G1W1RPVXHBAoiW8rTFsDvWEg1mJuLc. At the end of the month we total all donations in a USD amount and use that amount for the total donation received.

Do you plan to add more node builders if demand for nodes are high?
Yes! We plan on adding a few more in the near future.

How will I know the software is secure?
The only added software to the Raspbian OS will be our version of bitcoind. The source code will be added on github within the next few weeks.
All bitcoind updates will be signed from a offline computer and have their sha256 checksums posted on this site and our github.

Why do I have to apply to purchase a node?

To prevent people from misusing this project, we require people to apply.
Think about it like applying for a job.
Post
Topic
Board Bitcoin Discussion
Re: Mycelium's "crowdsale": basically a donation, not an investment by any means
by
darkfur93
on 04/06/2016, 05:40:22 UTC
I really like the idea of using Colored Coins. I never received one before.
The colu interface is alight. Seems like they require you to enter a company name which I just used one of my domain names. It looks like you can export your private key.
Post
Topic
Board Services
Re: Need to receive fax - 0.0085 BTC
by
darkfur93
on 01/04/2016, 19:29:32 UTC
Thank you. CLOSED
Post
Topic
Board Services
Re: Need to receive fax - 0.0085 BTC
by
darkfur93
on 01/04/2016, 18:26:44 UTC
I need someone to receive a 2-page fax for me then email me the fax in a image format like jpg or png.
Receive 0.0085 BTC after I get the email.

Have You consider connecting your land line in to your PC/laptop and use the fax application/program?
I know its not the 90' any more but im sure those apps are still working.
If no land line in your possession than Im out of good advices. 
Haven't had a landline in 4 years.
Post
Topic
Board Services
Topic OP
Need to receive fax - 0.0085 BTC
by
darkfur93
on 01/04/2016, 18:14:08 UTC
I need someone to receive a 2-page fax for me then email me the fax in a image format like jpg or png.
Receive 0.0085 BTC after I get the email.
Post
Topic
Board Bitcoin Discussion
Re: First OpenBazaar transaction went through
by
darkfur93
on 05/03/2016, 08:21:10 UTC
I bought USB cables on OpenBazaar over a year ago.
As for the updated OpenBazaar, I was trying to use the prebuilt binarys on Linux 64 and Win 64, but many of the directories the binary looks for are dead links.
If anyone got the 64-Bit binarys to work without many file changes, I would be surprised.
I do keep in mind this is just a test release and many bugs are expected.

Already used it on the mainnet a year ago?
Yes https://twitter.com/darkfur93/status/514888629152268288 - 24 Sep 2014
Post
Topic
Board Bitcoin Discussion
Re: First OpenBazaar transaction went through
by
darkfur93
on 04/03/2016, 18:49:21 UTC
I bought USB cables on OpenBazaar over a year ago.
As for the updated OpenBazaar, I was trying to use the prebuilt binarys on Linux 64 and Win 64, but many of the directories the binary looks for are dead links.
If anyone got the 64-Bit binarys to work without many file changes, I would be surprised.
I do keep in mind this is just a test release and many bugs are expected.
Post
Topic
Board Bitcoin Discussion
Topic OP
Questions about RBF (Replace-by-Fee)
by
darkfur93
on 23/02/2016, 18:21:25 UTC
Today I been testing out Core 0.12.0.
I'm trying to get a better understanding how RBF works. Can you confirm or deny the knowledge I have on it at this time?

At this time the 0.12.0 node is able to process RBF transactions, but the wallet does not support the functions yet.

Miners can disallow replacement transactions using the command -mempoolreplacement=0 .

Any time a supported opt-in RBF transaction is broadcast over the network there will be a extra flag. Could a merchant service see the flag and choose not to allow a 0-conf?

RBF allows you to change the receiving addresses. What about the sending address and amount?

A larger fee is required to send a RBF transaction. Is there a minimum required higher fee or would a 0.00001 increase work?
Post
Topic
Board Bitcoin Discussion
Re: Need help releaseing funds from time locked address
by
darkfur93
on 30/12/2015, 07:02:09 UTC
The transaction got sent. I thought it would send okay at 21:00 UTC. Guess it's local time lol.
Post
Topic
Board Bitcoin Discussion
Topic OP
Need help releaseing funds from time locked address
by
darkfur93
on 29/12/2015, 22:17:51 UTC
I'm trying out OP_CHECKLOCKTIMEVERIFY by using coinb.in.

Screenshots can be seen at: http://imgur.com/a/L81o7
Post
Topic
Board Bitcoin Discussion
Re: What did you buy on bitcoin black Friday?
by
darkfur93
on 18/12/2015, 08:19:23 UTC
Bitsoap and Vitamins.
Post
Topic
Board Development & Technical Discussion
Topic OP
Are there any plans to release Core 0.10.4?
by
darkfur93
on 16/11/2015, 17:40:56 UTC
As of the 16th there is only the test build on bitcoin.org https://bitcoin.org/bin/bitcoin-core-0.10.4/
There is probably a few dozen people who like the 0.10 version over 0.11.