-
```
To reproduce:
1. leveldb.db.Open a directory that doesn't exist
2. You will get the following error: "DB Error: leveldb: could not open CURRENT
file for DB : open /CURRENT: no such file or
dire…
-
(to maintainers feel free to edit! it's a draft for now; Will try to edit with pro/cons later)
Right now Trust-Dns purpose only the following backends:
- Sqlite
- InMemory
- Forwarding
- File…
-
Hi,
Trying to compile the new wallet version I get the following error:
```
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-…
-
```
To reproduce:
1. leveldb.db.Open a directory that doesn't exist
2. You will get the following error: "DB Error: leveldb: could not open CURRENT
file for DB : open /CURRENT: no such file or
dire…
-
```
I've added benchmark drivers for BerkeleyDB, LMDB, Sophia, TokuDB, Basho
LevelDB, HyperLevelDB, and RocksDB. Also merged a few features from the RocksDB
source tree. Code is available here https…
-
```
What steps will reproduce the problem?
db = leveldb.DB('mydb')
batch = leveldb.WriteBatch()
for x in xrange(10000):
batch.put(str(x), str(x))
db.write(batch)
What is the expected output? Wha…
-
从官方readme提供的描述来看,"同步"的任务就是将bitcoind node获取的原始数据`.dat`转存到应用自己的数据库:
> The initial synchronization process scans the blockchain from the paired bitcoind server to update addresses and balances
> While s…
-
```
To reproduce:
1. leveldb.db.Open a directory that doesn't exist
2. You will get the following error: "DB Error: leveldb: could not open CURRENT
file for DB : open /CURRENT: no such file or
dire…
-
```
I've added benchmark drivers for BerkeleyDB, LMDB, Sophia, TokuDB, Basho
LevelDB, HyperLevelDB, and RocksDB. Also merged a few features from the RocksDB
source tree. Code is available here https…
-
```
I've added benchmark drivers for BerkeleyDB, LMDB, Sophia, TokuDB, Basho
LevelDB, HyperLevelDB, and RocksDB. Also merged a few features from the RocksDB
source tree. Code is available here https…