Bitcoin Forum
April 24, 2024, 10:46:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 »
  Print  
Author Topic: [ANN][VOT]: VoteCoin - a new era of anonymous crypto democracy  (Read 78545 times)
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
July 07, 2018, 03:23:03 PM
 #1361

VoteCoin activated overwinter (new protocol) after block 179999.
This new Protocol will prevent ASICs? Or will it have no effect on them?

As of now there are no changes regarding ASICs.

VoteCoin - a new era of anonymous crypto democracy
1713998803
Hero Member
*
Offline Offline

Posts: 1713998803

View Profile Personal Message (Offline)

Ignore
1713998803
Reply with quote  #2

1713998803
Report to moderator
1713998803
Hero Member
*
Offline Offline

Posts: 1713998803

View Profile Personal Message (Offline)

Ignore
1713998803
Reply with quote  #2

1713998803
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713998803
Hero Member
*
Offline Offline

Posts: 1713998803

View Profile Personal Message (Offline)

Ignore
1713998803
Reply with quote  #2

1713998803
Report to moderator
1713998803
Hero Member
*
Offline Offline

Posts: 1713998803

View Profile Personal Message (Offline)

Ignore
1713998803
Reply with quote  #2

1713998803
Report to moderator
1713998803
Hero Member
*
Offline Offline

Posts: 1713998803

View Profile Personal Message (Offline)

Ignore
1713998803
Reply with quote  #2

1713998803
Report to moderator
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
July 07, 2018, 03:32:47 PM
 #1362

Attention Z-NOMP pool owners
If you are running VoteCoin pool based on Z-NOMP, your pool will not be able to mine new blocks until you patch it to support the latest overwinter transaction format.
The patch can be found here:
https://github.com/karel-3d/bitcoinjs-lib/pull/3/files
it applies to the following file:
Code:
./z-nomp/node_modules/bitcoinjs-lib-zcash/src/transaction.js

After you patch it, you need to make one more change.
Find file
Code:
./z-nomp/node_modules/stratum-pool/lib/transactions.js
In this file, find the following line:
Code:
var tx = new bitcoin.Transaction(); 
Add this line after:
Code:
tx.setOverwinter();

If your pool supports multiple coins, you will need to call tx.setOverwinter() only for VoteCoin (and Zcash) coins. Since we do not run multiple coins, I didn't search for proper solution for multicoin setup. At least you have a starting point here. Hope it helps.
-Tom

VoteCoin - a new era of anonymous crypto democracy
cryptofarmer
Sr. Member
****
Offline Offline

Activity: 539
Merit: 251



View Profile WWW
July 07, 2018, 04:12:06 PM
 #1363

Attention Z-NOMP pool owners
If you are running VoteCoin pool based on Z-NOMP, your pool will not be able to mine new blocks until you patch it to support the latest overwinter transaction format.
The patch can be found here:
https://github.com/karel-3d/bitcoinjs-lib/pull/3/files
it applies to the following file:
Code:
./z-nomp/node_modules/bitcoinjs-lib-zcash/src/transaction.js

After you patch it, you need to make one more change.
Find file
Code:
./z-nomp/node_modules/stratum-pool/lib/transactions.js
In this file, find the following line:
Code:
var tx = new bitcoin.Transaction(); 
Add this line after:
Code:
tx.setOverwinter();

If your pool supports multiple coins, you will need to call tx.setOverwinter() only for VoteCoin (and Zcash) coins. Since we do not run multiple coins, I didn't search for proper solution for multicoin setup. At least you have a starting point here. Hope it helps.
-Tom

Works like a charm!
Thank you very much for this great detailed solution !
Pool back online and first block is already a fact

www.Mining-Dutch.nl  (Merged Mining - Multiport / Multi algo)
israel.garcia2@yahoo.com
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 08, 2018, 02:13:29 AM
 #1364

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
israel.garcia2@yahoo.com
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 08, 2018, 03:10:42 AM
 #1365

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.
ranban
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 08, 2018, 03:26:20 AM
 #1366

I got in this plan. I am interested to see how the developers realize the idea!
 Good luck team!
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
July 08, 2018, 07:01:04 AM
 #1367

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

It is possible that you have some inconsistency in wallet cache.
In your wallet, go to Settings and click Cleanup button. It will reread all data from blockchain. Lets see if that fixes your issue.
-Tom

VoteCoin - a new era of anonymous crypto democracy
israel.garcia2@yahoo.com
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 08, 2018, 01:45:05 PM
 #1368

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

It is possible that you have some inconsistency in wallet cache.
In your wallet, go to Settings and click Cleanup button. It will reread all data from blockchain. Lets see if that fixes your issue.
-Tom

So I did what you suggested and still no luck.
punkoivan
Jr. Member
*
Offline Offline

Activity: 143
Merit: 8

https://nibirupool.com


View Profile WWW
July 08, 2018, 02:51:52 PM
 #1369

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

Explorer always shows true, ask your pool support.

If explorer and pool show different amount - pool admin must be contacted.

And just for clarify - explorer and wallet show the same?

https://NibiruPool.com
israel.garcia2@yahoo.com
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 08, 2018, 03:20:57 PM
 #1370

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

Explorer always shows true, ask your pool support.

If explorer and pool show different amount - pool admin must be contacted.

And just for clarify - explorer and wallet show the same?

Contacted pool support. Hoping to have a resolution. But wallet shows 19k and the pool shows 33k. So a huge difference.
punkoivan
Jr. Member
*
Offline Offline

Activity: 143
Merit: 8

https://nibirupool.com


View Profile WWW
July 08, 2018, 05:14:01 PM
 #1371


Contacted pool support. Hoping to have a resolution. But wallet shows 19k and the pool shows 33k. So a huge difference.

And what does explorer show?
If 19k - wallet is right
if 33k - pool is right.

https://NibiruPool.com
egyptianbman
Full Member
***
Offline Offline

Activity: 216
Merit: 100


https://equipool.1ds.us


View Profile WWW
July 08, 2018, 06:36:41 PM
 #1372

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

It is possible that you have some inconsistency in wallet cache.
In your wallet, go to Settings and click Cleanup button. It will reread all data from blockchain. Lets see if that fixes your issue.
-Tom

The reason why the pool is showing profit while the wallet isn't is because the pool likely hasn't applied the most recent update. Unfortunately, most pool owners aren't able to watch the ANN threads of all the coins on their pool. I would consider this update while major, very silently rolled out. I wasn't made aware of this update until someone reported the exact issue to me that you're reporting. This update has caused a fork that some pools are still mining on.

With that being said, https://equipool.1ds.us is updated on all three stratums (North America, Europe and Asia) and blocks are being found again. You're welcome to join us!

Join our mining pool! https://equipool.1ds.us for equihash and https://cryptopool.1ds.us for other altcoins
Our EquiMiner for Windows makes switching between coins and mining software a breeze! https://equipool.1ds.us/getting_started
Only 0.5% pool fee! (BTCZ & BTCP: +0.5% donation to the community!)
israel.garcia2@yahoo.com
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 08, 2018, 09:30:26 PM
 #1373

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

It is possible that you have some inconsistency in wallet cache.
In your wallet, go to Settings and click Cleanup button. It will reread all data from blockchain. Lets see if that fixes your issue.
-Tom

The reason why the pool is showing profit while the wallet isn't is because the pool likely hasn't applied the most recent update. Unfortunately, most pool owners aren't able to watch the ANN threads of all the coins on their pool. I would consider this update while major, very silently rolled out. I wasn't made aware of this update until someone reported the exact issue to me that you're reporting. This update has caused a fork that some pools are still mining on.

With that being said, https://equipool.1ds.us is updated on all three stratums (North America, Europe and Asia) and blocks are being found again. You're welcome to join us!

Yeah, after I realized what was going on, I switched over to your pool and hashing away. Thanks
thesudio
Member
**
Offline Offline

Activity: 109
Merit: 11


View Profile
July 09, 2018, 12:29:48 AM
 #1374

Hi Everyone, Since there are some people still asking i thought ill post this again.

Here are some guides on how to update to the new Wallet after overwinter update.

If you are updating from GUI walet
1. (optional step) Open old wallet, will automatically open in safe mode and wait to sync.
2. Make a backup of old wallet esp wallet.dat (votecoin folder/resources/app/votecoin)
3. Download new wallet (Dont start wallet) https://github.com/Tomas-M/VoteCoin-wallet/releases/ and copy all the files from new wallet into the old wallet and overwrite all files (170 files)
4. Wallet.dat file should still be in there unaffected
5. Open votecoin.exe after files were overwritten
6. Wait to sync.

If you are updating from original old WINDOWS text wallet.

 1. Downloaded newest wallet.
https://github.com/Tomas-M/VoteCoin-wallet/releases/
2. Put wallet.dat from old wallet into new wallet (resources/app/votecoin) and votecoinid file from old into new (resources/app)
3. Start new wallet. wait for it to sync to block chain to show transactions. It will still give safe mode error.
4. Then Export private keys from back up section on new wallet.
5. Now you dowload a new wallet again,  export to a new folder, open and wait for fresh wallet to sync.
6. Import your keys from back up section.

This is the long winded way but works, make sure you back up those walelet.dat and votecoinid files somewhere else too


If you are updating from original LINUX text wallet, open the old wallet, ignore the safe mode error.

1. Type command
$ vot export
to get your private keys
2. Download latest wallet from @everyone overwinter update has been completed, get new wallet below... I will make a quick video on how to tansfer coins if needed https://github.com/Tomas-M/VoteCoin-wallet/releases/
3. Open new wallet and wait to sync
4. Go to Back up tab in new wallet import your keys
5. Wait for resync (wont take long)

Cheers

Check out my YouTube chan here https://www.youtube.com/channel/UCEKi5UIGkX2ctFiGUhhxR1Q for Qortal News QORT: QRk5TG57SQGLkybXUqxBnobADTFGj9GR3Z
crypto_mang
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 09, 2018, 12:39:01 AM
 #1375

I just can't seem to update my node.  I continue to get error that my node is not updated and needs to be updated to v.1.1.0(or higher) to be compatible with Overwinter.  When I run a votecoin-cli --version, I get "VoteCoin RPC client version v1.1.1-91a9776b".  I deleted my VoteCoin folder and recompiled, but still no joy.  Can anyone assist?  
egyptianbman
Full Member
***
Offline Offline

Activity: 216
Merit: 100


https://equipool.1ds.us


View Profile WWW
July 09, 2018, 02:38:43 AM
 #1376

So I am having a weird issue. The pool I am using is saying I have been paid x amount, but my wallet is not showing the same thing. Yes I do have the upgraded wallet and have had no issues since overwinter got implemented. Any ideas on what the issue might be? I did notice the difficulty drop dramatically yesterday. So wondering if that had anything to do with my issue.
You should visit Votecoin explorer, pasting your txid of these transactions or your receiving address to check what's really happened.
Let's check it first, then come back to ask if you can not find answers for your issues.

I did visit the explorer and there is still a difference in the amount I have been paid and the amount in my wallet.

It is possible that you have some inconsistency in wallet cache.
In your wallet, go to Settings and click Cleanup button. It will reread all data from blockchain. Lets see if that fixes your issue.
-Tom

The reason why the pool is showing profit while the wallet isn't is because the pool likely hasn't applied the most recent update. Unfortunately, most pool owners aren't able to watch the ANN threads of all the coins on their pool. I would consider this update while major, very silently rolled out. I wasn't made aware of this update until someone reported the exact issue to me that you're reporting. This update has caused a fork that some pools are still mining on.

With that being said, https://equipool.1ds.us is updated on all three stratums (North America, Europe and Asia) and blocks are being found again. You're welcome to join us!

Yeah, after I realized what was going on, I switched over to your pool and hashing away. Thanks

We're happy to have you!

Join our mining pool! https://equipool.1ds.us for equihash and https://cryptopool.1ds.us for other altcoins
Our EquiMiner for Windows makes switching between coins and mining software a breeze! https://equipool.1ds.us/getting_started
Only 0.5% pool fee! (BTCZ & BTCP: +0.5% donation to the community!)
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
July 09, 2018, 07:46:41 AM
 #1377

VoteCoin official pool has now a new limit for sending payments. It was 1 VOT minimum, now it is 100 VOT minimum.
Do not worry, even slow miners (like 300 Sols/s) can still expect 1 payment a day, and it is better to send 1 bigger payment instead of 100 small ones.

VoteCoin - a new era of anonymous crypto democracy
lonely_one
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
July 09, 2018, 07:53:13 AM
 #1378

VoteCoin official pool has now a new limit for sending payments. It was 1 VOT minimum, now it is 100 VOT minimum.
Do not worry, even slow miners (like 300 Sols/s) can still expect 1 payment a day, and it is better to send 1 bigger payment instead of 100 small ones.
I suggest the pool to expand time of required confirmations to prevent risks of potential double spend attacks.
votecoin.site (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 105



View Profile WWW
July 09, 2018, 08:09:14 AM
 #1379

I suggest the pool to expand time of required confirmations to prevent risks of potential double spend attacks.
Good point, I've changed it to 20 confirmations. So payments will be sent after 100+20+20 (coinbase+shielding+unshielding) confirmations.
-Tom

VoteCoin - a new era of anonymous crypto democracy
Ctd
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile WWW
July 09, 2018, 10:04:39 AM
 #1380

https://i.imgur.com/aFzKefL.png
CatsPool updated and available for mining!
EU, US, ASIA mining instances.
Rigs monitoring in discord or telegram.

https://votecoin.catspool.org/
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!