Highspeed123
|
|
September 28, 2017, 09:21:05 AM |
|
Hi, did somebody succeeded in creating a window wallet? It would be nice even to have only the simple wallet with the deamon, if not the gui version, so I can generate an address and start mining
If you have Windows 10, it comes with bash built in so you can run Linux commands. That's what I did.
|
|
|
|
|
humanitarycoin (OP)
|
|
September 28, 2017, 11:47:50 PM |
|
I greatly appreciate you have a product and clear vision.
Thanks for your feedback .
|
|
|
|
humanitarycoin (OP)
|
|
September 28, 2017, 11:56:25 PM |
|
Hi, did somebody succeeded in creating a window wallet? It would be nice even to have only the simple wallet with the deamon, if not the gui version, so I can generate an address and start mining
I'm trying build a wallet for windows, frankly build something through windows is difficult, there are many bugs, I'm breaking my head, unfortunately the wallet for windows can not be built through gitian in linux, just in windows itself.
|
|
|
|
grendel25
Legendary
Offline
Activity: 2296
Merit: 1031
|
|
September 29, 2017, 01:25:09 AM |
|
So I'm running this on an Ubuntu VM and I have maxed out the cpu resources assigned to the vm but it is only using about 10% of the processor capability. Anyone know how to max this baby out? Is there some miner setting to determine how many cores get used or am I doing something wrong in vmware?
My hashrate is about 35 at the moment.
Thanks
It is hard, and not recommend to run on a VM. First thing is the VM, if running locally on your PC will only be allocated a small portion of your CPU. You can adjust that in the VM Settings. Ideal setup is using 50% of the total L3 Cache which isn't an option with a virtual machine so you can do trial and error by adding "-t #" to your .bat file or command to mine. For example minerd.exe -o <algo> -u <Wallet Address> -p x - t 6 T=Threads. You can go into Task Manager, click the performance tab and set the threads to 50% of what the VM recognizes as CPUs for starters, then tweak from there. I ran the "top" command in linux and then pressed the "1" key and from that I determined that only Cpu Core 9 is doing anything. I just need to figure out how to run this in linux while using all cores or maybe 7 or 8 to start out with. There is a command I found to run a program with 1 core but I need to figure out how to start with more cores. by the way... this ain't minerd.exe so I don't know how that example is supposed to help me here. edit: so far it seems that this program is only meant to run with one core??? lame... If you are using the wallet to mine, then you must do start_mining [<number_of_threads>] Thank you!!! That did it No problem, but pool mining is better than solo mining. What CPU do you have? 6 core intel. i7 5820K. And solo mining at this point is about on par with pool mining from what I can see. I'm getting around 230 hash at 98% cpu utilization and have 7200 coins after about 21 hours. estimate on the pool I saw was 7200 coins in 24 hours so I'm just a little luckier than the pool for now. Eventually I would move to a pool if I still mine this coin after a few days. And I may indeed mine the coin longer. I'm intrigued. Good luck to all
|
|
|
|
grendel25
Legendary
Offline
Activity: 2296
Merit: 1031
|
|
September 29, 2017, 06:28:03 AM |
|
Can you tell the owner of that pool to fix his "Getting Started" stratum links as they are not working, I had to tweak the stratum links to get it working, and it is just a nuisance. can you share your config for how it works on this pool?
|
|
|
|
humanitarycoin (OP)
|
|
September 29, 2017, 07:28:47 AM |
|
Can you tell the owner of that pool to fix his "Getting Started" stratum links as they are not working, I had to tweak the stratum links to get it working, and it is just a nuisance. Thanks for notifying us, I will inform the owner of the mining pool so he can correct the error.
|
|
|
|
humanitarycoin (OP)
|
|
September 29, 2017, 07:37:28 AM |
|
Can you tell the owner of that pool to fix his "Getting Started" stratum links as they are not working, I had to tweak the stratum links to get it working, and it is just a nuisance. can you share your config for how it works on this pool? the correct setting is this below Incorrect: -o stratum+tcp://http://hcn.pool.nowss.org/:3333 -u YOUR_WALLET_ADDRESS -p x Correct: -o stratum+tcp://hcn.pool.nowss.org:3333 -u YOUR_WALLET_ADDRESS -p x I already informed the owner of the pool about the error.
|
|
|
|
MarcusDe
|
|
September 29, 2017, 08:55:53 AM |
|
I know about problems with payments. Can you reboot init.js with this parameters - "node init.js -module=payments" and write here an error?
Hey, another problem with payments log says 2017-09-27 03:08:20 Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"MixIn count is too big"} my config is: "payments": { "enabled": true, "interval": 60, "maxAddresses": 50, "mixin": 1, "transferFee": 1000000, "minPayment": 100000000, "maxTransactionAmount": 500000000, "denomination": 100000000 }, Do you know how to solve?? Thanks!! What did you set below, I mean: deamon and wallet ports??
|
|
|
|
ridd
|
|
September 29, 2017, 09:58:25 AM |
|
I know about problems with payments. Can you reboot init.js with this parameters - "node init.js -module=payments" and write here an error?
Hey, another problem with payments log says 2017-09-27 03:08:20 Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"MixIn count is too big"} my config is: "payments": { "enabled": true, "interval": 60, "maxAddresses": 50, "mixin": 1, "transferFee": 1000000, "minPayment": 100000000, "maxTransactionAmount": 500000000, "denomination": 100000000 }, Do you know how to solve?? Thanks!! What did you set below, I mean: deamon and wallet ports?? Hey, finally I use "mixin": 0,
|
|
|
|
MarcusDe
|
|
September 29, 2017, 10:23:58 AM |
|
I know about problems with payments. Can you reboot init.js with this parameters - "node init.js -module=payments" and write here an error?
Hey, another problem with payments log says 2017-09-27 03:08:20 Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"MixIn count is too big"} my config is: "payments": { "enabled": true, "interval": 60, "maxAddresses": 50, "mixin": 1, "transferFee": 1000000, "minPayment": 100000000, "maxTransactionAmount": 500000000, "denomination": 100000000 }, Do you know how to solve?? Thanks!! What did you set below, I mean: deamon and wallet ports?? Hey, finally I use "mixin": 0, Right, and below in config you have "daemon": { "host": "127.0.0.1", "port": 45001 }, "wallet": { "host": "127.0.0.1", "port": 45000 },
OR something else?
|
|
|
|
ridd
|
|
September 29, 2017, 10:31:41 AM Last edit: September 29, 2017, 10:45:14 AM by ridd |
|
I know about problems with payments. Can you reboot init.js with this parameters - "node init.js -module=payments" and write here an error?
Hey, another problem with payments log says 2017-09-27 03:08:20 Error with send_transaction RPC request to wallet daemon {"code":-4,"message":"MixIn count is too big"} my config is: "payments": { "enabled": true, "interval": 60, "maxAddresses": 50, "mixin": 1, "transferFee": 1000000, "minPayment": 100000000, "maxTransactionAmount": 500000000, "denomination": 100000000 }, Do you know how to solve?? Thanks!! What did you set below, I mean: deamon and wallet ports?? Hey, finally I use "mixin": 0, Right, and below in config you have "daemon": { "host": "127.0.0.1", "port": 45001 }, "wallet": { "host": "127.0.0.1", "port": 45000 },
OR something else? Mmm... Daemon yes, remember to start with #> ./humanitarycoind --p2p-bind-ip 127.0.0.1 to protect external connections Then you can choose wallet port with (rpc-bind-port) and set in wallet section of your pool config #> ./simplewallet --wallet-file *****.wallet --password ******* --daemon-address 127.0.0.1:45001 --rpc-bind-port *****
|
|
|
|
MarcusDe
|
|
September 29, 2017, 12:46:38 PM |
|
Okay, thanks. Now I have problem with www; it shows, but is not displaying any stats; I've edited config.js and put visible from Internet var api = " http://api_host:port" Also no admin login is possible, defined password is not accepted; Any ideas?
|
|
|
|
ridd
|
|
September 29, 2017, 01:37:27 PM |
|
Hi, a few minutes ago I had problems with daemon, log says:
------------------------------------------------------------------------------------------------------------------------------------- 15:10:49.665168 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:49.665168 INFO SYNCHRONIZATION started 15:10:50.505020 INFO [187.67.161.77:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.505020 INFO SYNCHRONIZATION started 15:10:50.822493 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:50.863721 INFO [144.217.104.145:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.863721 INFO SYNCHRONIZATION started 15:10:51.880637 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:52.339806 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:11:01.191715 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:11:01.191715 INFO SYNCHRONIZATION started 15:11:02.391884 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> -------------------------------------------------------------------------------------------------------------------------------------
I tryed to restart daemon but I had the same error, finally I delete content data of /.humanitarycoin# >> ((blockchainindices.dat blockindexes.dat blockscache.dat blocks.dat p2pstate.bin poolstate.bin)) and make a clean syncronization,.... now works fine again...
Any ideas about why it happens?
|
|
|
|
ridd
|
|
September 29, 2017, 01:38:47 PM |
|
Okay, thanks. Now I have problem with www; it shows, but is not displaying any stats; I've edited config.js and put visible from Internet var api = " http://api_host:port" Also no admin login is possible, defined password is not accepted; Any ideas? Can you see any data in /var/lib/redis/dump.rdb? redis is started? in pool/config (api section, put numeric password....)
|
|
|
|
phundred
Newbie
Offline
Activity: 32
Merit: 0
|
|
September 29, 2017, 01:41:20 PM |
|
Hi, a few minutes ago I had problems with daemon, log says:
------------------------------------------------------------------------------------------------------------------------------------- 15:10:49.665168 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:49.665168 INFO SYNCHRONIZATION started 15:10:50.505020 INFO [187.67.161.77:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.505020 INFO SYNCHRONIZATION started 15:10:50.822493 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:50.863721 INFO [144.217.104.145:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.863721 INFO SYNCHRONIZATION started 15:10:51.880637 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:52.339806 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:11:01.191715 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:11:01.191715 INFO SYNCHRONIZATION started 15:11:02.391884 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> -------------------------------------------------------------------------------------------------------------------------------------
I tryed to restart daemon but I had the same error, finally I delete content data of /.humanitarycoin# >> ((blockchainindices.dat blockindexes.dat blockscache.dat blocks.dat p2pstate.bin poolstate.bin)) and make a clean syncronization,.... now works fine again...
Any ideas about why it happens?
Tried to install it to my linux machine, and I also faced same problem as you did, then I performed deletion as you stated, problem solved. But I also have no idea why
|
|
|
|
MarcusDe
|
|
September 29, 2017, 02:04:23 PM |
|
Hi, a few minutes ago I had problems with daemon, log says:
------------------------------------------------------------------------------------------------------------------------------------- 15:10:49.665168 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:49.665168 INFO SYNCHRONIZATION started 15:10:50.505020 INFO [187.67.161.77:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.505020 INFO SYNCHRONIZATION started 15:10:50.822493 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:50.863721 INFO [144.217.104.145:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:10:50.863721 INFO SYNCHRONIZATION started 15:10:51.880637 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:10:52.339806 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> 15:11:01.191715 INFO [23.229.123.12:45000 OUT] Sync data returned unknown top block: 7773 -> 7788 [15 blocks (0 days) behind] 15:11:01.191715 INFO SYNCHRONIZATION started 15:11:02.391884 INFO Block <868085e39d17067754afa371b3b744e115d15a70375e8367af4266b83216b131> has at least one transaction with wrong inputs: <8c0125a7f7379c45094f76e739a2490a777c2b3bb343d34a216b4e063dd9239b> -------------------------------------------------------------------------------------------------------------------------------------
I tryed to restart daemon but I had the same error, finally I delete content data of /.humanitarycoin# >> ((blockchainindices.dat blockindexes.dat blockscache.dat blocks.dat p2pstate.bin poolstate.bin)) and make a clean syncronization,.... now works fine again...
Any ideas about why it happens?
Hmm, I had this issue at the very same block 7773 Restarted daemon and it works now...
|
|
|
|
MarcusDe
|
|
September 29, 2017, 02:21:39 PM |
|
Okay, thanks. Now I have problem with www; it shows, but is not displaying any stats; I've edited config.js and put visible from Internet var api = " http://api_host:port" Also no admin login is possible, defined password is not accepted; Any ideas? Can you see any data in /var/lib/redis/dump.rdb? redis is started? in pool/config (api section, put numeric password....) Redis is running for sure, I also have it used by other (unomp) pool.
|
|
|
|
Galapagos
Copper Member
Jr. Member
Offline
Activity: 129
Merit: 2
|
|
September 29, 2017, 03:00:10 PM |
|
Hi, did somebody succeeded in creating a window wallet? It would be nice even to have only the simple wallet with the deamon, if not the gui version, so I can generate an address and start mining
If you have Windows 10, it comes with bash built in so you can run Linux commands. That's what I did. Thank you, I didn't know. Really great advice!! Very easy and working!
|
|
|
|
jbmustaq
|
|
September 29, 2017, 08:39:35 PM |
|
|
|
|
|
|