7
4
I'd like to be able to add, remove, export etc. keypairs from my wallet.dat file. Looking over the source code of pywallet it doesn't look like such a tough task, but of course it's not as simple as from bsddb.db import * in C# and Google is failing me. Does anyone have some sample code or resources for how to handle wallet.dat in C#?
There are precompiled binaries in the Files section of the sourceforge project you could try. – Erv Walter – 2011-09-11T14:19:47.967
The precompiled binaries worked well enough. If I figure it out 100% I'll start a github repo and link to it here. – David Perry – 2011-09-16T04:29:36.230
For some reason I can't build this. I get a ton of these type of error:
Error 1 Inconsistent accessibility: parameter type 'out BerkeleyDb.DB_SEQUENCE_STAT*' is less accessible than delegate 'BerkeleyDb.DB_SEQUENCE.StatFcn' C:\Users\enmaku\Documents\Visual Studio 2010\Projects\libdb-dotnet\src\DB_SEQUENCE.cs 146 30 libdb_dotNET45– David Perry – 2011-09-10T19:17:20.197VS2010 Win7 x64 if it matters. – David Perry – 2011-09-10T19:19:08.033